@media screen and (max-width: 992px) {
    a {
        text-decoration: none !important;
    }

    /* [v-cloak] {
        display: block;
    } */
    body {
        overflow-x: hidden;
        background: white;
    }

    .swiper-frame {
        display: none;
    }

    #floatbtn {
        display: none;
    }

    #header {
        display: none;
    }

    #mobile-header {
        display: block;
        position: relative;
    }

    #mobile-header #mobile-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 16px;
        background: white;
    }

    #mobile-header #mobile-navbar .logo>img {
        width: 103px;
        height: 30px;
    }

    #mobile-header #mobile-navbar .tool>a {
        text-decoration: none;
    }

    #mobile-header #mobile-navbar .tool>a>img {
        width: 18px;
        height: 18px;
        margin-left: 15px;
    }

    #mobile-header #mobile-navbar .menu {
        position: absolute;
        z-index: 999;
        top: 60px;
        right: 0;
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.9);
        /* border: 1px solid rgba(198, 245, 219, 1); */
        box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        padding: 5px 0;
    }

    #mobile-header #mobile-navbar .menu>div {
        padding: 12px 15px;
        /* margin-bottom: 10px; */
        display: flex;
        align-items: center;
    }

    #mobile-header #mobile-navbar .menu>div>img {
        height: 15px;
        width: 15px;
    }

    #mobile-header #mobile-navbar .menu>div>span {
        margin-left: 15px;
        font-size: 12px;
        font-weight: 500;
        color: #000000;
    }

    #mobile-header #mobile-navbar .menu>a:last-child {
        margin-bottom: 0px;
    }

    #mobile-header #mobile-navbar .menu::before {
        position: absolute;
        content: "";
        top: -15px;
        left: 62%;
        border-bottom: 15px solid white;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }

    .main {
        width: calc(100% - 50px);
        margin-top: 40px;
        margin-bottom: 40px;
        min-height: 520px;
    }

    .column-title {
        /* padding-left: 20px; */
    }

    .column-title>div:nth-child(1)>div:nth-child(1) {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: #0076c2;
    }

    .column-title>div:nth-child(1)>div:nth-child(2) {
        font-size: 9px;
        font-weight: 400;
        line-height: 12px;
        color: #c9c9c9;
    }

    .column-title>div:nth-child(1)::after {
        content: "";
        width: 10px;
        height: 2px;
        top: 10px;
        left: -20px;
    }

    .column-title .column-title-more {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #808080;
        display: flex;
        align-items: baseline;
    }

    .column-title .column-title-more>img {
        height: 10px;
        width: 10px;
        margin-left: 5px;
    }

    .mobile-frame {
        display: block;
        overflow: hidden;
    }

    .mobile-frame .mobile-banner {
        height: 352px;
        position: relative;
    }

    .mobile-frame .mobile-banner .swiper-container {
        width: 100%;
        height: 100%;
    }

    .mobile-frame .mobile-banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        overflow: hidden;
    }

    .mobile-frame .mobile-banner .slide-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
    }

    .mobile-frame .mobile-banner .slide-inner .banner-title {
        font-weight: 400;
        text-align: center;
        font-family: jiangxi;
        position: absolute;
        top: 70px;
    }

    .mobile-frame .mobile-banner .slide-inner .banner-title>div:nth-child(1) {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 0;
    }

    .mobile-frame .mobile-banner .slide-inner .banner-title>div:nth-child(2) {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
        margin-top: 3px;
    }

    .mobile-frame .mobile-banner .banner-video-btn {
        background: transparent;
        width: 108px;
        height: 35px;
        padding: 0;
        /* bottom: 154px; */
        bottom: 124px;
        left: calc(50% - 108px/2);
    }

    .mobile-frame .mobile-banner .banner-video-btn>span {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 5px;
        color: #ffffff;
    }

    .mobile-frame .mobile-banner .banner-video-btn>img {
        width: 35px;
        height: 35px;
        left: 32%;
        top: -2px;
    }

    .mobile-frame .mobile-banner .banner-out {
        left: 10% !important;
    }

    .mobile-frame .mobile-banner .banner-video {
        top: 6% !important;
    }

    .mobile-frame .mobile-banner .banner-video>video {
        width: 320px;
        height: 180px;
        border: 10px solid rgba(0, 118, 194, 0.4);
        object-fit: cover;
    }

    .mobile-frame .mobile-banner .banner-menu {
        position: absolute;
        background: rgba(0, 118, 194, 0.6);
        backdrop-filter: blur(10px);
        bottom: 40px;
        left: 0;
        width: 100%;
        z-index: 3;
        padding: 15px 0;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .mobile-frame .mobile-banner .banner-menu .banner-menu-item {
        text-decoration: none;
        width: calc(100% / 4);
        text-align: center;
        border-right: 1px solid #ffffff;
        display: inline-block;
    }

    .mobile-frame .mobile-banner .banner-menu .banner-menu-item>img {
        height: 15px;
    }

    .mobile-frame .mobile-banner .banner-menu .banner-menu-item>div {
        font-size: 12px;
        font-weight: 400;
        color: #ffffff;
        margin-top: 5px;
    }

    .mobile-frame .mobile-banner .banner-menu .banner-menu-item:last-child {
        border-right: 0;
    }

    .mobile-frame .introduction .introduction-count {
        display: flex;
        justify-content: space-between;
        margin: 24px 0 15px 0;
    }

    .mobile-frame .introduction .introduction-count .introduction-count-item>div:nth-child(1) {
        font-size: 18px;
        color: #000000;
        line-height: 24px;
    }

    .mobile-frame .introduction .introduction-count .introduction-count-item>div:nth-child(2) {
        font-size: 8px;
        color: rgba(0, 0, 0, 0.6);
        line-height: 11px;
        margin-top: 4px;
    }

    .mobile-frame .introduction .introduction-content img {
        height: 63px;
        width: 100%;
        margin-bottom: 10px;
        /* object-fit: none; */
    }

    .mobile-frame .introduction .introduction-content p,
    .mobile-frame .introduction .introduction-content span {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .mobile-frame .column-title-nav {
        width: auto;
        padding-bottom: 8px;
        margin-top: 20px;
    }

    .mobile-frame .column-title-nav .column-title-nav-item {
        text-align: center;
    }

    .mobile-frame .column-title-nav .column-title-nav-item .zixun-icon {
        width: 15px;
        height: 15px;
        background-size: cover;
    }

    .mobile-frame .column-title-nav .column-title-nav-item .zixun-title {
        font-size: 12px;
        font-weight: 400;
        color: #525252;
        margin-top: 3px;
    }

    .mobile-frame .column-title-nav::after {
        border-bottom: 5px solid #0076c2;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        left: 6%;
    }

    .mobile-frame .column-title-nav-1::after {
        left: 6% !important;
    }

    .mobile-frame .column-title-nav-2::after {
        left: 35% !important;
    }

    .mobile-frame .column-title-nav-3::after {
        left: 63% !important;
    }

    .mobile-frame .column-title-nav-4::after {
        left: 92% !important;
    }

    .mobile-frame .column-title-nav-5::after {
        left: 94% !important;
    }

    .mobile-frame .consult-news {
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
        margin-top: 16px;
    }

    .mobile-frame .consult-news>img {
        width: 100%;
        height: 113px;
        border-radius: 10px 10px 0px 0px;
    }

    .mobile-frame .consult-news>div {
        padding: 0 10px;
    }

    .mobile-frame .consult-news>div>div {
        padding: 15px 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #616161;
        border-bottom: 1px solid #dbdbdb;
    }

    .mobile-frame .consult-news>div>div:last-child {
        border-bottom: 0;
    }

    .head {
        height: 248px;
    }

    .head .head-slogan {
        width: 100%;
        text-align: center;
        left: 0;
        font-family: jiangxi;
    }

    .head .head-slogan>div:nth-child(1) {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 0px;
    }

    .head .head-slogan>div:nth-child(2) {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0px;
    }

    .head .head-menu {
        padding: 0;
        height: auto;
        background: transparent;
        width: 100%;
        padding: 20px 16px;
        /* flex-wrap: wrap; */
        display: grid;
        grid-template-columns: auto auto auto auto;
        bottom: 0;
        top: 248px;
        z-index: 99;
    }

    .head .head-menu .head-menu-active,
    .head .head-menu>a:hover {
        width: 78px;
        height: 34px;
        background: #0076c2;
        color: white;
        line-height: 34px;
        border: 1px solid #0076c2;
    }

    .head .head-menu>a {
        font-size: 12px;
        line-height: 34px;
        text-align: center;
        width: 78px;
        height: 34px;
        border-radius: 4px;
        background: white;
        border: 1px solid #969696;
        color: #3b3b3b;
        /* margin-left: 14px; */
        margin-bottom: 10px;
        transition: none;
    }

    .mobile-menu-top {
        padding: 130px 16px 50px 16px;
        background: white;
        margin: 0;
        width: 100%;
    }

    .sub-column-title {
        padding: 0;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .sub-column-title>div:nth-child(1) {
        text-align: center;
        background: white;
        padding: 0 20px;
    }

    .sub-column-title>div:nth-child(1)>div:nth-child(1) {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: #0076c2;
    }

    .sub-column-title>div:nth-child(1)>div:nth-child(2) {
        font-size: 9px;
        font-weight: 400;
        line-height: 12px;
        margin-top: 1px;
    }

    .sub-column-title>div:nth-child(1)::after {
        height: 0;
    }

    .sub-column-title::before {
        content: "";
        height: 1px;
        width: 100%;
        background: #bdbdbd;
        position: absolute;
        left: 0;
        top: 50%;
    }

    .fazhan-box {
        display: none;
    }

    .mobile-fazhan-box {
        display: block;
        position: relative;
        margin-top: 20px;
    }

    .mobile-fazhan-box .mobile-fazhan-item {
        margin-bottom: 20px;
    }

    .mobile-fazhan-box .mobile-fazhan-item>div:nth-child(1) {
        background: #0076c2;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #ffffff;
        display: inline-block;
    }

    .mobile-fazhan-box .mobile-fazhan-item>div:nth-child(2) {
        background: #fafafa;
        padding: 15px 10px;
        margin-left: 20px;
        margin-top: 5px;
        position: relative;
    }

    .mobile-fazhan-box .mobile-fazhan-item>div:nth-child(2)>div:nth-child(1) {
        padding-left: 13px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #0076c2;
        position: relative;
    }

    .mobile-fazhan-box .mobile-fazhan-item>div:nth-child(2)>div:nth-child(1)::before {
        content: "";
        width: 3px;
        height: 100%;
        background: #0076c2;
        position: absolute;
        left: 0;
        top: 0;
    }

    .mobile-fazhan-box .mobile-fazhan-item>div:nth-child(2)>div:nth-child(2) {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #6e6e6e;
        text-align: justify;
        margin-top: 13px;
        word-wrap: break-word;
    }

    .mobile-fazhan-box .mobile-fazhan-item>div:nth-child(2)>img {
        width: 192px;
        height: 75px;
        position: absolute;
        right: 0;
        top: -31px;
    }

    .mobile-fazhan-box .mobile-fazhan-item:last-child {
        margin-bottom: 0;
    }

    .mobile-fazhan-box::after {
        content: "";
        height: 100%;
        width: 1px;
        background: #0076c2;
        position: absolute;
        left: 10px;
        top: 0;
    }

    .fazhan-main {
        margin-bottom: 0 !important;
    }

    .directorate-box {
        margin-top: 25px;
    }

    .directorate-box>div:nth-child(1) {
        display: block;
        padding-bottom: 0px;
        border-bottom: 0;
        position: relative;
    }

    .directorate-box>div:nth-child(1) .left {
        width: 120px;
        height: 140px;
        margin-right: 15px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .directorate-box>div:nth-child(1) .left>img {
        height: 100%;
        width: 100%;
    }

    .directorate-box>div:nth-child(1) .left>div {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .directorate-box>div:nth-child(1) .right {
        width: 100%;
    }

    .directorate-box>div:nth-child(1) .right>div:nth-child(1) {
        margin-left: 135px;
    }

    .directorate-box>div:nth-child(1) .right>div:nth-child(1)>div:nth-child(1) {
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
    }

    .directorate-box>div:nth-child(1) .right>div:nth-child(1)>div:nth-child(2) {
        font-size: 13px;
        line-height: 8px;
    }

    .directorate-box>div:nth-child(1) .right>div:nth-child(2) {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #6e6e6e;
        margin-top: 13px;
    }

    .directorate-box>div:nth-child(1) .right>div:nth-child(2)>p:nth-child(1),
    .directorate-box>div:nth-child(1) .right>div:nth-child(2)>p:nth-child(2) {
        margin-left: 135px;
    }

    .directorate-box>div:nth-child(2) {
        margin-top: 30px;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(1)>div:nth-child(1) {
        font-size: 24px;
        line-height: 29px;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(1)>div:nth-child(2) {
        font-size: 13px;
        line-height: 6px;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(2) {
        margin-top: 20px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        /* width: 100%; */
        display: block;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(2) .directorate-item {
        width: 146px;
        height: 362px;
        display: inline-block;
        margin-right: 15px;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(2) .directorate-item>img {
        height: 130px;
        object-fit: contain;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(2) .directorate-item>div:nth-child(2) {
        height: 40px;
        font-size: 13px;
        line-height: 40px;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(2) .directorate-item>div:nth-child(2)::after {
        bottom: -9px;
        left: calc(50% - 12px);
        border-top: 9px solid #d5dde3;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(2) .directorate-item>div:nth-child(3) {
        height: 192px;
        padding: 17px 17px 11px 17px;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(2) .directorate-item>div:nth-child(3)>div:nth-child(1) {
        font-size: 12px;
        line-height: 16px;
        color: #6e6e6e;
    }

    .directorate-box>div:nth-child(2)>div:nth-child(2) .directorate-item>div:nth-child(3)>div:nth-child(2) {
        font-size: 12px;
        line-height: 20px;
        margin-top: 11px;
        -webkit-line-clamp: 6;
        line-clamp: 6;
    }

    .common-box {
        margin-top: 20px;
        flex-direction: column;
    }

    .common-box .left {
        width: 100%;
        margin-right: 0;
    }

    .common-box .left .menu {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        height: 50px;
    }

    .common-box .left .menu>a>div {
        width: auto;
        height: auto;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #586873;
        border: 1px solid #586873;
        padding-left: 0;
        padding: 10px;
        display: inline-block;
        margin-right: 10px;
        margin-top: 1px;
    }

    .common-box .left .menu>a>div::after {
        height: 0;
        top: auto;
    }

    .common-box .left .menu .menu-active {
        background: #deeffa;
        border: 1px solid #0076c2;
        color: #0076c2;
    }

    .common-box .left .menu .menu-active::before {
        border-top: 8px solid white;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        bottom: -9px;
        left: calc(50% - 9px);
        z-index: 2;
        content: "";
        position: absolute;
    }

    .common-box .left .menu .menu-active::after {
        content: "";
        position: absolute;
        border-top: 10px solid #0076c2;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        bottom: -10px;
        left: calc(50% - 12px);
        z-index: 1;
    }

    .common-box .left .concat {
        display: none;
    }

    .common-box .right {
        margin-top: 13px;
        width: 100%;
    }

    .common-box .right .art-title {
        display: none;
    }

    .common-box .right .art-content {
        margin-top: 0;
        padding: 0;
        background: white;
    }

    .common-box .right .art-content>img {
        width: 100%;
        height: 140px;
        top: 0;
        object-fit: cover;
    }

    .common-box .right .art-content span {
        font-size: 12px !important;
    }

    .common-box .right .art-content>div {
        padding-top: 156px;
    }

    .common-box .right .organizational {
        width: 100%;
        height: 197px;
        margin-top: 20px;
    }

    .common-box .right .organizational>img {
        object-fit: cover;
    }

    .main-top-40 {
        margin-top: 20px;
    }

    .main-top-60 {
        margin-top: 30px;
    }

    .main-top-80 {
        margin-top: 40px;
    }

    .main-top-100 {
        margin-top: 50px;
    }

    .technology-box>img {
        height: 56px;
    }

    .technology-box .technology-data {
        width: calc(100% - 10px);
        height: 79px;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
        margin-top: -7px;
        padding: 0 15px;
    }

    .technology-box .technology-data .technology-data-item {
        color: #000000;
        font-weight: 400;
        padding: 0;
        /* border-right: 1px solid rgba(168, 168, 168, 1); */
        position: relative;
        padding-top: 0;
    }

    .technology-box .technology-data .technology-data-item>div:nth-child(1) {
        font-size: 20px;
    }

    .technology-box .technology-data .technology-data-item>div:nth-child(1)>span {
        font-size: 9px;
    }

    .technology-box .technology-data .technology-data-item>div:nth-child(2) {
        font-size: 9px;
        margin-top: 2px;
    }

    .technology-box .technology-data .technology-data-item::after {
        height: 0;
    }

    .technology-box .technology-text {
        margin-top: 22px;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: justify;
    }

    .column-title .time {
        display: none;
    }

    .rongyu-box {
        display: flex;
        flex-wrap: wrap;
        margin-top: 13px !important;
    }

    .rongyu-box .rongyu-box-layout {
        width: calc(100% / 2);
        margin-bottom: 15px;
    }

    .rongyu-item {
        width: 165px;
        height: 174px;
    }

    .rongyu-item>div:nth-child(1) {
        padding: 10px 7px;
    }

    .rongyu-item>div:nth-child(1)>img {
        width: 139px;
        height: 94px;
    }

    .rongyu-item>div:nth-child(2) {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin: 10px 7px 9px 7px;
    }

    .scroll-menu {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        height: 50px;
    }

    .scroll-menu>a>div {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #586873;
        border: 1px solid #586873;
        padding-left: 0;
        padding: 10px;
        display: inline-block;
        margin-right: 10px;
    }

    .scroll-menu .menu-active {
        background: #deeffa;
        border: 1px solid #0076c2;
        color: #0076c2;
        position: relative;
    }

    .scroll-menu .menu-active::before {
        border-top: 8px solid white;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        bottom: -9px;
        left: calc(50% - 9px);
        z-index: 2;
        content: "";
        position: absolute;
    }

    .scroll-menu .menu-active::after {
        content: "";
        position: absolute;
        border-top: 10px solid #0076c2;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        bottom: -10px;
        left: calc(50% - 12px);
        z-index: 1;
    }

    .wenhua-main {
        padding-bottom: 0 !important;
    }

    .wenhua-box {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        margin-top: 20px;
    }

    .wenhua-box>div {
        margin-bottom: 20px;
        width: 168px;
        height: 106px;
        border-radius: 10px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
        display: inline-flex;
    }

    .wenhua-box>div>img {
        height: 18px;
        width: 18px;
    }

    .wenhua-box>div>div:nth-child(2) {
        font-size: 12px;
        margin: 10px 0 5px 0;
    }

    .wenhua-box>div>div:nth-child(3) {
        font-size: 12px;
    }

    .wenhua-box>div:nth-child(5) {
        width: 168px;
        height: 106px;
    }

    .wenhua-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wenhua-btn>img {
        width: 15px;
        margin: 0 15px;
        background: white;
    }

    .wenhua-title {
        margin-bottom: 45px;
    }

    .wenhua-box-1 {
        background: #0076c2;
        padding: 0;
        margin-bottom: 0;
        min-height: 350px;
    }

    .wenhua-box-1 .wenhua-box-1-main {
        padding-top: 70px;
        width: calc(100% - 23px * 2);
        font-size: 12px;
    }

    .wenhua-box-1 .wenhua-box-1-main>img {
        width: calc(100% - 32px);
        height: 71px;
        position: absolute;
        right: 16px;
        bottom: auto;
        top: -25px;
        object-fit: cover;
    }

    .wenhua-box-1 .wenhua-box-1-main p {
        margin-bottom: 7px !important;
    }

    .wenhua-box-1 .wenhua-box-1-main span {
        font-size: 12px !important;
        letter-spacing: 1px !important;
    }

    .gongyi-box {
        margin-top: 20px;
    }

    .gongyi-box>img {
        width: 100%;
        height: 50px;
    }

    .gongyi-box>div {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 16px;
        color: #6e6e6e;
    }

    .gongyi-box-list {
        display: none;
    }

    .rongyu-list {
        padding: 15px 6px 37px 6px;
        margin-top: 0 !important;
    }

    .rongyu-list .rongyu-box-layout {
        width: calc(100% / 2);
        margin-bottom: 15px;
    }

    .xiangmu-list {
        display: none;
    }

    .jiancai-zhanshi .swiper {
        width: 100%;
        height: 100%;
    }

    .jiancai-zhanshi .jiancai-zhanshi-item>img {
        width: 128px;
        height: 176px;
    }

    .jiancai-zhanshi .jiancai-zhanshi-item>div {
        width: 128px;
    }

    .jiancai-zhanshi .jiancai-zhanshi-item>div>div:nth-child(1) {
        font-size: 18px;
        color: #999;
        width: 55%;
    }

    .jiancai-zhanshi .jiancai-zhanshi-item>div>div:nth-child(2) {
        width: 45%;
    }

    .jiancai-zhanshi .jiancai-zhanshi-item>div>div:nth-child(2)>div:nth-child(1) {
        font-size: 22px;
    }

    .jiancai-zhanshi .jiancai-zhanshi-item>div>div:nth-child(2)>div:nth-child(2) {
        height: 10px;
        width: 10px;
        background-image: url(../img/youjiantou.svg);
        background-size: 100% 100%;
    }

    .title-opt {
        display: flex;
        align-items: center;
        justify-content: space-between;
        float: right;
    }

    .title-opt .toggle-btn>div {
        height: 21px;
        width: 15px;
        margin: 0 2px;
        background-image: url(../img/prev.svg);
        background-size: 100% 100%;
        display: inline-block;
    }

    .chanpin-box {
        padding: 15px 16px;
        min-height: 500px;
    }

    .chanpin-box .chanpin-list-layout {
        width: 49%;
    }

    .chanpin-list .chanpin-item {
        cursor: pointer;
        margin-bottom: 25px;
        display: inline-block;
        text-decoration: none;
    }

    .chanpin-list .chanpin-item>img {
        width: 165px;
        height: 118px;
        border-radius: 10px 10px 0 0;
    }

    .chanpin-list .chanpin-item>div {
        margin-top: 10px;
        font-size: 12px;
        font-weight: 400;
    }

    .zixun-box {
        display: none;
    }

    .mobile-zixun-box {
        display: block;
        margin-top: 35px;
    }

    .mobile-zixun-box .mobile-zixun-item {
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 184px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .mobile-zixun-box .mobile-zixun-item>img {
        width: 100%;
        height: 113px;
        border-radius: 10px 10px 0px 0px;
        object-fit: cover;
    }

    .mobile-zixun-box .mobile-zixun-item>div {
        padding: 15px 10px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #616161;
        height: 50px;
        width: 100%;
    }

    .dangqun-box {
        display: none;
    }

    .menu-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .menu-btn>a>div {
        width: 156px;
        height: 35px;
        font-size: 12px;
        font-weight: 400;
        line-height: 35px;
        color: #586873;
        text-align: center;
        display: inline-block;
        border: 1px solid #969696;
    }

    .menu-btn .menu-active {
        background: #0076c2;
        border: 1px solid #0076c2;
        color: white;
    }

    .mobile-zixun-concat {
        margin-top: 30px;
        display: block;
    }

    .mobile-zixun-concat .mobile-zixun-lianxi {
        border-radius: 10px;
        border: 1px solid #b8b8b8;
        background: #fafdff;
        transition: all 0.3s ease-in-out;
        margin-bottom: 10px;
    }

    .mobile-zixun-concat .top {
        display: flex;
        justify-content: space-between;
        padding: 11px 20px;
    }

    .mobile-zixun-concat .top>span {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #000000;
    }

    .mobile-zixun-concat .top .open-btn {
        height: 15px;
        width: 15px;
        margin-right: 10px;
        background-image: url(../img/prev.svg);
        background-size: contain;
        transform: rotate(-90deg);
    }

    .mobile-zixun-concat .zixun-lianxi-main {
        display: none;
    }

    .active .top {
        border-radius: 10px 10px 0 0;
        background: #ebf7ff;
        border-bottom: 1px solid #b8b8b8;
    }

    .active .top>span {
        font-size: 13px;
        font-weight: 500;
        color: #0076c2;
    }

    .active .top .open-btn {
        background-image: url(../img/prev-hover.svg);
        transform: rotate(90deg);
    }

    .active .zixun-lianxi-main {
        display: block;
    }

    .active .zixun-lianxi-main .bottom .bottom-item {
        padding: 16px 20px;
        border-bottom: 1px solid #e6e6e6;
    }

    .active .zixun-lianxi-main .bottom .bottom-item>div:nth-child(1) {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .active .zixun-lianxi-main .bottom .bottom-item>div:nth-child(1)>img {
        height: 15px;
        width: 15px;
        margin-right: 10px;
    }

    .active .zixun-lianxi-main .bottom .bottom-item>div:nth-child(1)>span {
        font-size: 12px;
        font-weight: 400;
        color: #3d3d3d;
    }

    .active .zixun-lianxi-main .bottom .bottom-item>div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .active .zixun-lianxi-main .bottom .bottom-item>div:nth-child(2)>div:nth-child(1) {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #000000;
    }

    .active .zixun-lianxi-main .bottom .bottom-item>div:nth-child(2)>div:nth-child(2)>span {
        padding: 0 5px;
        text-decoration-line: underline;
        font-weight: 400;
    }

    .active .zixun-lianxi-main .bottom .bottom-item>div:nth-child(2)>div:nth-child(2) .copy {
        font-size: 12px;
        color: #ff5733;
    }

    .active .zixun-lianxi-main .bottom .bottom-item>div:nth-child(2)>div:nth-child(2) .call {
        font-size: 12px;
        color: #0076c2;
        position: relative;
    }

    .active .zixun-lianxi-main .bottom .bottom-item>div:nth-child(2)>div:nth-child(2) .call::after {
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        width: 1px;
        height: 12px;
        background: #cccccc;
    }

    .active .zixun-lianxi-main .bottom-box {
        height: 16px;
    }

    .mobile-zixun-liuyan .submit {
        width: 156px;
        height: 35px;
        line-height: 35px;
        border-radius: 2px;
        background: #0076c2;
        text-align: center;
        margin: auto;
        font-size: 12px;
        font-weight: 400;
        color: #ffffff;
        margin-top: 42px;
    }

    .mobile-zixun-liuyan .zixun-input {
        display: flex;
        align-items: center;
        padding: 11px 20px;
        border-radius: 5px;
        background: #fafdff;
        border: 1px solid #b8b8b8;
        margin-bottom: 5px;
    }

    .mobile-zixun-liuyan .zixun-input>div {
        display: flex;
        align-items: center;
        margin-right: 40px;
    }

    .mobile-zixun-liuyan .zixun-input>div>img {
        height: 15px;
        width: 15px;
        margin-right: 10px;
    }

    .mobile-zixun-liuyan .zixun-input>div>div {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #3d3d3d;
        width: 48px;
    }

    .mobile-zixun-liuyan .zixun-input>input {
        border: 0;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 15px;
        color: #000000;
    }

    .mobile-zixun-liuyan .zixun-input>input:focus {
        outline: none;
    }

    .mobile-zixun-liuyan .zixun-input>input::placeholder {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #c9c9c9;
    }

    .mobile-zixun-liuyan .zixun-textarea {
        display: flex;
        flex-direction: column;
        padding: 11px 20px;
        border-radius: 5px;
        background: #fafdff;
        border: 1px solid #b8b8b8;
    }

    .mobile-zixun-liuyan .zixun-textarea>div {
        display: flex;
        align-items: center;
        margin-right: 40px;
    }

    .mobile-zixun-liuyan .zixun-textarea>div>img {
        height: 15px;
        width: 15px;
        margin-right: 10px;
    }

    .mobile-zixun-liuyan .zixun-textarea>div>div {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #3d3d3d;
    }

    .mobile-zixun-liuyan .zixun-textarea>textarea {
        border: 0;
        font-size: 13px;
        font-weight: 400;
        color: #000000;
        margin-top: 20px;
        min-height: 80px;
    }

    .mobile-zixun-liuyan .zixun-textarea>textarea:focus {
        outline: none;
    }

    .mobile-zixun-liuyan .zixun-textarea>textarea::placeholder {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #c9c9c9;
    }

    #footer .footer-main {
        background: #555555;
    }

    #footer .footer-main .up {
        display: none;
    }

    #footer .down {
        padding: 10px 25px;
        height: auto;
        background: #2b2b2b;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #8c8c8c;
    }

    #footer .down>div {
        font-size: 7px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 11px;
        color: rgba(255, 255, 255, 0.8);
    }

    #footer .down>div:nth-child(1) {
        flex: 1;
    }

    #footer .down>div:nth-child(2) {
        flex: 2;
    }

    .search-box {
        margin-bottom: 0px !important;
    }

    .search-box .search-head {
        height: 300px;
    }

    .search-box .search-head>div>div:nth-child(1) {
        font-size: 30px;
    }

    .search-box .search-head>div>div:nth-child(2) {
        font-size: 18px;
    }

    .search-box .search {
        margin-top: -30px;
    }

    .search-box .search>form>div {
        padding: 15px;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        display: inline-flex;
        width: calc(100% - 36px);
    }

    .search-box .search>form>div .search-input {
        width: 88%;
        height: 30px;
        border-radius: 5px;
        font-size: 12px;
        padding: 16px 25px;
    }

    .search-box .search>form>div .search-input::placeholder {
        font-size: 12px;
    }

    .search-box .search>form>div>button {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background-size: cover;
        background-image: url(../img/search-1.png);
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        margin-left: 10px;
    }

    .search-box .search-result>div:nth-child(1) {
        font-size: 9px;
    }

    .search-box .search-result .result-list>a>div {
        font-size: 9px;
        font-weight: 400;
        color: #696969;
        padding: 40px 0 15px 0;
    }

    .detail-box {
        background-color: white;
    }

    .detail-box .detail-head {
        height: 300px;
    }

    .detail-box .detail-head>div {
        padding: 10px 0;
    }

    .detail-box .detail-head>div>div {
        font-size: 9px;
    }

    .detail-box .detail-head>div>div>a {
        font-size: 9px;
    }

    .detail-box .detail-head>div>div>span {
        margin: 0 5px;
    }

    .detail-box .detail-main {
        min-height: 540px;
        background-color: #f4f4f4;
        padding: 21px 25px 18px;
    }

    .detail-box .detail-main .detail-main-title {
        padding-bottom: 13px;
        border-bottom: 1px solid #dedede;
        text-align: center;
    }

    .detail-box .detail-main .detail-main-title>div:nth-child(1) {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .detail-box .detail-main .detail-main-title>div:nth-child(2) span {
        color: #666;
        font-size: 12px;
        margin: 0 10px;
    }

    .detail-box .detail-main .detail-main-content {
        padding-top: 13px;
        margin-bottom: 23px;
    }

    .detail-main-content p,
    .detail-main-content span {
        font-size: 12px !important;
    }

    .detail-main-content img {
        max-width: 100% !important;
        object-fit: contain;
        border: none !important;
    }

    .wechat-qr {
        /* display: none; */
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.4);
    }

    .wechat-qr>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wechat-qr>div>img:nth-child(1) {
        border-radius: 10px;
        height: 200px;
        width: 200px;
        height: 100%;
        width: 100%;
        border: 10px solid white;
    }

    .wechat-qr>div>img:nth-child(2) {
        height: 30px;
        width: 30px;
        margin: auto;
        margin-top: 50px;
    }
}