@media (max-width: 992px) {
    .animated {
        animation-fill-mode: none !important;
    }
    .position-relative{
        transform:none !important;
        animation-name:none !important;
    }
    .navbar {
        position: fixed !important;
        left: 0;
        right: 0;
        top: 0;
        padding: 8px 8px !important;
        height: 55px !important;
        background: #fff;
    }

    .navbar-light .navbar-brand {
        background-image: url(../img/logo/zflogo.png) !important;
        height: 40px !important;
    }

    .phone-wrapper,
    .footer-btn {
        display: none !important;
    }

    .client-box .client-row {
        width: auto;
    }
    .navbar-btn {
        justify-content: center !important;
    }

    .row,
    .row > * {
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .navbar-collapse{
        background:#fff;
    }
    .navbar-light .navbar-collapse {
        padding: 10px 15px 30px;
        z-index: 999999;
        position: fixed;
        top: 39px;
        left: 0;
/*        bottom: 60px;*/
        right: 0;
        border-bottom: 1px solid #ddd;
    }
    .navbar-btn .btn.admin {
        background-color: transparent !important;
        border-color: #1C6BFF !important;
        color: #1C6BFF !important;
    }
    .sticky-top.navbar-light .btn-secondary.admin {
        color: #1C6BFF !important;
    }
    .navbar-light .navbar-collapse.show {
        display: block !important;
    }
    .navbar-nav{
        margin-bottom:30px;
    }
    .navbar-nav .nav-item {
        border-bottom: 1px solid #eee;
    }
        .navbar-nav .nav-item:last-child{
            border-bottom:none !important;
        }
    .navbar-light .navbar-nav .nav-link {
        margin: 0 !important;
        padding: 13px 0 !important;
    }
    .dropdown-toggle{
        position:relative;
    }
    .dropdown-toggle::after {
        position: absolute;
        right: 0.255em;
        top: 1.255em;
        font-size: 18px;
    }

    .solution-big-box {
        display: none !important;
    }
    .dropdown-toggle .solution-mobile-box {
        display: none ;
    }
    .dropdown-toggle.show .solution-mobile-box {
        display: block;
    }

    .banner-header .py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .banner-header .pt-5 {
        padding-top: 15px !important;
    }
    .banner-header .col-lg-6{
        margin-top:240px !important;
    }
        .banner-header .col-lg-6.banner-image {
            width: 80% !important;
            margin: -480px auto 0 !important;
        }
    .banner-header .sub-title{
        font-size:16px !important;
    }
    .banner-header .btn {
        padding: 0.575rem 2.75rem !important;
        border-radius: 4px !important;
        font-size: 16px !important;
    }
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .service-item {
        height: 180px;
        position: relative;
        padding: 10px;
        background: #FFFFFF;
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
        transition: .5s;
    }
    .row .col-md-6 {
        width: 50%;
        padding-right: 5px !important;
        padding-left: 5px !important;
        padding-bottom: 10px !important;
    }
    .service-item h5 {
        font-weight: bold !important;
        font-size: 16px;
    }
    .service-item p {
        transition: .5s;
        font-size: 12px;
    }
    .service-item a.btn {
        display:none !important;
    }
    .service-item .service-icon {
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light);
        transition: .5s;
        width: 48px;
        height: 48px;
        background-size: contain !important;
    }
    .mb-5{
        margin-bottom:25px !important;
    }
    .mb-4 {
        margin-bottom: 20px !important;
    }
    .mb-3 {
        margin-bottom: 15px !important;
    }
    .mb-2 {
        margin-bottom: 10px !important;
    }
    .mt-2{
        margin-top:10px !important;
    }
    .py-5 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .client-box {
        width: 100%;
        height: 730px;
        background-color: #fff;
        background-image: url(../img/client/client-bg2.png);
        background-size: 60%;
        background-position: center 90px;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
    .client-box .title {
        padding-top: 20px;
    }
    .client-box .client-row .h1 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 28px;
        text-align:center;
        margin-top:90px;
    }
    .client-box .client-row .desc {
        font-size: 14px;
        line-height: 22px;
    }
    .client-card {
        width: 32%;
        height: 250px;
        padding: 10px 10px;
        /* background: #1a2948; */
        border-radius: 1px;
        text-align: center;
        border-radius: 5px;
    }
    .client-row-flex {
        padding: 10px 0px 0;
    }
        .client-card .desc {
            font-size: 12px;
            font-family: PingFangSC-Light, PingFang SC;
            font-weight: 300;
            /* color: rgba(255, 255, 255, 0.8); */
            color: #071b3fcc;
            line-height: 16px;
            text-align: left;
        }
    .client-card img {
        width: 42px;
        height: 42px;
    }
    .client-card .h1 {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        /* color: #FFFFFF; */
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .function-box h6 {
        font-size: 16px;
        margin-bottom:5px !important;
    }
        .function-box h6 span.sub-title {
            font-size: 14px !important;
            margin-left: 5px !important;
        }
    .section-title{
        text-align:center;
    }
        .section-title::before {
            position: absolute;
            content: "";
            width: 45px;
            height: 4px;
            bottom: -10px;
            left: calc(50% - 23px);
            background: var(--primary);
        }
        .section-title::after {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            bottom: -10px;
            left: calc(50% - 30px);
            background: var(--primary);
        }

    .btn-more {
        border-radius: 5px !important;
        font-size: 16px !important;
        padding: .475rem 1.75rem !important;
    }
    .d-flex.align-items-center{
        display:block !important;
        text-align:center !important;
    }
    .custom-wrap .content {
        height: 11.5rem;
    }
    .row .col-12{
        width:100% !important;
    }
    .btn-full-register {
        border-radius: 5px !important;
        font-size: 16px !important;
        padding: .475rem 1.75rem !important;
        color: #1C6BFF;
        font-weight: bold;
    }
    .logo-widget,
    .support-widget,
    .follow-widget
    {
        display: none !important;
    }
    .contact-widget{
        width:100% !important;
    }
    .support-widget{
        display:none;
    }
    .pt-5 {
        padding-top: 15px !important;
    }

    .footer-fixed-btns {
        display:block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: #fff;
        box-shadow: 0 -5px 12px 0 rgba(0,0,0,.08);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        z-index: 999;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 0px;
    }

    .footer-fixed-btns .sbtn {
        width: 50px;
        height: 50px;
        padding-top: 0px;
        text-align: center;
    }

        .footer-fixed-btns .sbtn i {
/*            width: 20px;
            height: 20px;*/
            font-size:20px;
            margin-bottom: 0px;
        }

        .footer-fixed-btns .sbtn .txt {
            height: 18px;
            font-size: 12px;
            font-family: PingFangSC-Regular,PingFang SC;
            font-weight: 400;
            color: #555f6f;
            line-height: 18px;
            text-align: center
        }

        .footer-fixed-btns .btn3 {
            width: 200px;
            height: 44px;
            background: #166eff;
            border-radius: 4px;
            font-size: 16px;
            font-family: PingFangSC-Regular,PingFang SC;
            font-weight: 400;
            color: #fff;
            line-height: 44px;
            text-align: center
        }
    .click-cursor a{
        text-align:center;
    }
    .click-cursor a i {
        display: block;
    }
    .footer .copyright{
        padding-bottom:40px;
    }

    .solution-widget,
    .about-widget {
        width: 100% !important;
    }

    .footer .btn.btn-link{
        display:inline-block;
        margin-right:10px;
    }
        .footer .btn.btn-link::before {
            margin-right: 3px;
        }
    .footer .container {
        padding-bottom: 0rem !important;
    }


    #chat-widget-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0 !important;
        width: 100%;
        height: 100%;
    }
    .solution-wrap .service-item{
        height:250px;
    }
    .pb-5 {
        padding-bottom: 15px !important;
    }
    .solution-wrap .solution-item h5 {
        font-size: 18px !important;
    }
    .more-solution-box .solution-item {
        height: 40px !important;
        line-height: 40px !important;
        margin-bottom: 5px !important;
        padding: 0px 10px !important;
    }
    .more-solution-box .solution-item h5 {
        font-size: 16px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
        .more-solution-box .solution-item .solution-icon {
            width: 40px !important;
            height: 40px !important;
        }
        .solution-wrap .solution-item .solution-icon i {
            width: 24px !important;
            height: 24px !important;
        }
    .solution-wrap .solution-item p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .solution-wrap .solution-item .solution-icon {
        width: 58px;
        height: 58px;
        border-radius: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 15px 40px;
        padding: 15px;
    }
    .solution-wrap .solution-item {
        margin-bottom: 20px;
    }
    .mt-5 {
        margin-top: 15px !important;
    }
    .more-solution-box {
        background-color: rgb(242, 246, 255);
        padding: 15px 15px 0;
    }
        .more-solution-box .solution-item{
            padding-bottom:0px;
        }
            .more-solution-box .solution-item .solution-icon {
                width:48px;
                height: 48px;
                margin-right:15px;
            }
    .steps .step-item .tit {
        font-size: 16px;
        margin-top: 20px;
    }
    .steps .step-item .icon {
        width: 4rem;
        height: 4rem;
        border-radius: 1.2rem;
    }
    .steps-privatization{
        padding:0 20px !important;
    }
    .steps .step-item .icon img {
        transform: rotate(-45deg);
        width: 2.2rem;
        height: 2.2rem;
    }
    .price-wrap .card-body h4 {
        font-size: 18px;
    }
    .price-wrap .card-body h5 {
        font-size: 12px;
    }
    .price-wrap .card {
        margin-bottom: 0px;
    }
    .price-wrap .item .list .list-item {
        font-size: 12px;
        line-height: 22px;
    }
    .price-wrap .card-body .btn {
        padding: 0.305rem 0.75rem;
    }
    .price-wrap .card-body .price-version {
        width: 64px;
        height: 64px;
    }
    .price-wrap .card.plan-box {
        height: 320px;
    }
    .price-banner .col-lg-6.banner-image {
        margin: -420px auto 0 !important;
    }
    .price-wrap .btn-wrap{
        margin:15px 0 5px !important;
    }
    .comparison-line li:nth-child(2){
        display:none;
    }
    .main-content{
        width:100% !important;
    }
   
    .comparison-line li {
        width: 13% !important;
        font-size: 15px !important;
    }
        .comparison-line li:first-child {
            width: 38% !important;
        }
        .comparison-line li:nth-child(3), .comparison-line li:nth-child(4), .comparison-line li:nth-child(5) {
            height: 50px;
            line-height: 50px;
            margin-right: 10px;
        }
        .comparison-line li:nth-child(3) {
            margin-left: 10px !important;
        }
    .comparison-header .function-module-tab{
        margin-top:8px !important;
    }
    .comparison-header{
        top:54px !important;
    }
    .bg-news{
        height:320px !important;
    }
        .bg-news.banner-header .col-lg-6 {
            margin-top: 80px !important;
        }
    .classify-nav {
        padding-left:0 !important;
    }
    .classify-nav li{
        width:100px !important;
    }
    .module.module-classify-nav .main-content {
        padding: 12px 10px !important;
    }
    .classify-nav li + li {
        margin-left: 15px !important;
    }
    .box-card{
        margin-right:0 !important;
    }
        .box-card .card {
            width: calc(50% - 10px) !important;
            margin-left: 5px !important;
            margin-right: 5px !important;
            margin-bottom: 10px !important;
            height: 200px !important;
        }

        .box-card .card .img {
            margin-bottom: 10px !important;
            width: 100% !important;
            height: 80px !important;
        }
            .box-card .card .title{
                font-size:14px !important;
                line-height:20px !important;
            }
            .box-card .card a {
                padding: 10px !important;
            }
            .box-card .card .info {
                bottom: 10px !important;
                left: 10px !important;
                right: 10px !important;
                font-size: 12px !important;
            }
    .module.cases {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }
    .footer p{
        margin-bottom:8px !important;
    }
    .footer .mb-4{
        margin-bottom:10px !important;
    }
    .module.module-show-panel .module-left{
        display:block !important;
        float:none !important;
        width:100% !important;
    }
        .module.module-show-panel .module-left .content-panel {
            width: 100% !important;
            padding: 15px 10px 10px !important;
        }
    .module-left .content-panel .title {
        font-size: 20px !important;
        margin-top: 25px !important;
        margin-bottom: 10px !important;
        line-height: 26px !important;
        text-align:left;
    }
    .preserve-whitespace {
        white-space: unset !important;
    }
    .module-left .content-panel .content img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .module.module-show-panel .main-content{
        padding-top:5px !important;
    }
    .content-panel .relate-link .prev,
    .content-panel .relate-link .next{
        display:block !important;
        float:unset !important;
        width:100% !important;
        text-align:left !important;
        margin-bottom:5px !important;
    }
    .content-panel .relate-link a {
        font-size: 12px !important;
    }
    .content-panel .relate-link .line {
        margin: 0 8px 0 8px;
        color: #D9D9D9;
    }
    .module.module-show-panel .module-right {
        display: block !important;
        float: unset !important;
        width: 100% !important;
        margin-top:20px !important;
    }
    .article_hots_wrapper ul li {
        padding: 5px 0 3px !important;
    }
    .module.advantage .main-content .aim-container{
        flex-wrap:wrap;
    }
    .module.advantage .main-content .aim-container .item {
        width: calc(50% - 10px) !important;
        margin:5px !important;
    }
    .module.join-us .main-content .img-address {
        width: 100% !important;
        height: 240px !important;
        margin-bottom: 20px;
        margin-top:110px !important;
    }
    .module.join-us .box-card {
        position: absolute;
        left: 20px !important;
        top: 20px;
        width: calc(100% - 40px) !important;
        height: 130px !important;
        background: linear-gradient(226deg, #f8f9ff 0%, #fbfcff 0%, #fcfcff 0%);
        border: 2px solid #ffffff;
        border-radius: 4px;
        text-align: left;
        padding: 15px;
        box-shadow: 3px 11px 30px 0px rgba(113, 150, 251, 0.3) !important;
    }
        .module.join-us .box-card .card-title {
            font-size: 18px !important;
        }
        .module.join-us .box-card .address {
            font-size: 12px !important;
        }
        .module.join-us .box-card .phone {
            font-size: 14px !important;
            margin-bottom: 10px !important;
            line-height: 16px !important;
            margin-top: 13px !important;
        }
    .module.join-us .main-content .item {
        display: inline-block;
        width: calc(100% - 30px) !important;
        height: 190px !important;
        background: #f7f9fc;
        text-align: left;
        padding: 20px !important;
        vertical-align: top;
        margin-bottom:15px;
    }
    .module.join-us .main-content .item-title {
        font-size: 28px !important;
        font-weight: 500;
        color: #27274a;
        line-height: 50px;
        margin-bottom: 20px !important;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .module.join-us .main-content .item:last-child {
        margin-left:0px !important;
    }
    .module.join-us {
        padding: 20px 0 !important;
    }
    .honor-list .col-sm-6{
        width:calc(50% - 10px) !important;
        margin:5px !important;
    }
    .advantage .mt-100{
        margin-top:30px !important;
    }
    .module.advantage {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
        .module.advantage .main-content .aim-container .item {
            height: 210px !important;
        }
        .module.advantage .main-content .aim-container .item img {
            width: 66px !important;
            height: 72px !important;
            margin-top: 30px !important;
        }
        .module.advantage .main-content .aim-container .item .title {
            font-size: 18px !important;
            font-weight: 500;
            color: #27274a;
            line-height: 32px !important;
            margin-bottom: 8px;
        }
        .module.advantage .main-content .aim-container .item .detail {
            font-size: 12px !important;
            padding:0 !important;
        }
    .page-intro.about{
        height:260px !important;
    }
    .copyright-info span{
        display:block !important;
    }
    .footer .copyright{
        padding:10px 0 40px !important;
    }
    .footer .copyright a:hover{ text-decoration:underline !important;}
    .about-logo{
        display:none !important;
    }
    .about-content{
       display:block !important;
       padding:20px !important;
    }
    .module.advantage .main-content .desc-container p{
        font-size:14px !important;
        margin-bottom:5px !important;
    }
    .module.advantage .main-content .aim-container {
        margin-top: 0px !important;
    }
    .solution .img-fluid,
    .channel .img-fluid {
        width: 60% !important;
    }
    .channel.banner-header .pt-5 {
        padding-top: 30px !important;
    }
    .channel.banner-header .sub-title {
        padding-bottom: 0px !important;
    }
    .solution .solution-title {
        padding-top: 60px !important;
        margin-bottom:-30px !important;
    }
    .provide-item {
        height: 190px !important;
        padding: 10px 10px 15px;
    }
        .provide-item h5 {
            font-size: 18px !important;
        }

        .provide-item p {
            font-size: 13px !important;
        }
        .provide-item .provide-icon {
            width: 64px !important;
            height: 64px !important;
            margin-bottom: 5px !important;
            margin-top: 10px !important;
        }
    .module-consulting .consulting-apply .form-row input{
        width:100% !important;
    }

    .module-consulting .consulting-apply .form-row .btn-verify-code {
        right: 10px !important;
        font-size: 14px !important;
    }

    .epPartner .fr_process{
        margin-top:50px !important;
    }
    .epPartner .fr_process .fp_bx {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 78px;
    }
    .epPartner .fr_process .fp_item0{
        text-align:center;
    }
    .epPartner .fr_process .fp_item0 img {
        width: 42px !important;
    }
    .epPartner .fr_process .fp_item0 p {
        font-size: 14px !important;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #222429;
        margin-top: 10px;
    }

    .epPartner .fr_process .fp_item1 {
        width: 40px !important;
        height: 5px;
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-top: 25px;
    }
    .module-consulting .consulting-apply .apply-button {
        width: 200px;
        height: 44px !important;
        line-height: 44px !important;
        font-size: 16px !important;

    }
}
