@media screen and (max-width: 1024px){
    .container{
        width: 100%;
        padding: 0 0.12rem;
        box-sizing: border-box;
    }

    .header{
        display: none;
    }
    .header-m{
        display: flex;
        height: 0.6rem;
        padding: 0 0.12rem;
        box-sizing: border-box;
    }
    .header-m .logo{
        display: block;
        width: 1.2rem;
        height: 0.34rem;
        background: url('../img/logo.png')no-repeat;
        background-size: contain;
        background-position: center;
    }
    .header-m .search-btn{
        width: 0.22rem;
        margin-left: auto;
        margin-right: 0;
    }
    .header-m .search-btn a{
        display: block;
        width: 100%;
    }
    .header-m .nav-btn{
        width: 0.24rem;
        margin-left: 0.2rem;
    }
    .header-m .nav-pop-mask{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        transition: all 0.3s;
        z-index: -1;
    }
    .header-m .nav-pop-mask.show{
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 99;
    }
    .header-m .nav-pop-mask .nav-list{
        position: absolute;
        top: 0;
        right: -42%;
        width: 40%;
        min-width: 1.6rem;
        height: 100%;
        background-color: #fff;
        transition: all 0.3s;
    }
    .header-m .nav-pop-mask.show .nav-list{
        right: 0;
    }
    .header-m .nav-pop-mask .nav-list .item{
        padding: 0 0.2rem;
        box-sizing: border-box;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.12rem;
        color: var(--txt);
        border-bottom: 1px solid #F2F2F2;
    }
    .header-m .nav-pop-mask .nav-list .item.active{
        position: relative;
        color: var(--base);
        padding-left: 0.3rem;
    }
    .header-m .nav-pop-mask .nav-list .item.active::after{
        content: '';
        position: absolute;
        left: 0.2rem;
        top: 0.14rem;
        width: 0.02rem;
        height: 0.12rem;
        background-color: var(--base);
    }

    /* .index-box .banner .content{
        font-size: 0.16rem;
    } */

    .mod-section{
        padding: 0.2rem 0 0.36rem;
    }
    .mod-title{
        margin-bottom: 0.32rem;
    }
    .mod-title .title{
        font-size: 0.2rem;
    }
    .mod-title .subtitle{
        font-size: 0.1rem;
    }
    .mod-title::after{
        top: calc(100% + 0.06rem);
        width: 0.28rem;
        height: 0.012rem;
    }
    
    .index-box .expert{
        padding: 0.2rem 0.22rem 0.36rem;
    }
    .index-box .expert .main .avatar{
        width: 0.8rem;
        height: 0.8rem;
    }
    .index-box .expert .main .content{
        margin-top: -0.4rem;
        padding: 0.48rem 0.06rem 0.1rem;
        border-radius: 0.12rem;
    }
    .index-box .expert .main .name{
        font-size: 0.12rem;
        margin-bottom: 0.1rem;
    }
    .index-box .expert .main .intro{
        height: 0.48rem;
        font-size: 0.09rem;
        line-height: 0.12rem;
        margin-bottom: 0.16rem;
    }
    .index-box .expert .main .service {
        font-size: 0.08rem;
        margin-bottom: 0.1rem;
    }
    .index-box .expert .main .swiper-slide .btn{
        width: 1.08rem;
        height: 0.26rem;
        line-height: 0.26rem;
        font-size: 0.09rem;
        border-radius: 0.13rem;
    }

    .index-box .case .row{
        margin-bottom: -0.16rem;
    }
    .index-box .case .row .item{
        width: 0.64rem;
        height: 0.75rem;
        margin: 0 0.02rem;
    }
    .index-box .case .row .item .content{
        top: 48%;
    }
    .index-box .case .row .item .content img{
        width: 0.32rem;
        height: 0.32rem;
        margin-bottom: 0.035rem;
    }
    .index-box .case .row .item .name{
        font-size: 0.08rem;
        white-space: nowrap;
    }

    .index-box .brand .main{
        display: block;
    }
    .index-box .brand .main .left{
        width: 100%;
        margin-bottom: 0.1rem;
    }
    .index-box .brand .main .right{
        text-align: center;
    }
    .index-box .brand .main .right .intro{
        font-size: 0.12rem;
        padding: 0 0.12rem;
        margin-bottom: 0.24rem;
    }
    .index-box .brand .main .right .icon{
        justify-content: center;
    }
    .index-box .brand .main .right .item{
        margin: 0 0.3rem;
    }
    .index-box .brand .main .right .item img{
        width: 0.46rem;
        height: 0.46rem;
        margin-bottom: 0.04rem;
    }
    .index-box .brand .main .right .item p{
        font-size: 0.1rem;
    }

    .index-box .evaluate .item{
        width: 1.2rem;
        height: 0.84rem;
        padding: 0.08rem 0.06rem;
        border-radius: 0.04rem;
    }
    .index-box .evaluate .item .user .avatar{
        width: 0.24rem;
        height: 0.24rem;
        margin-right: 0.06rem;
    }
    .index-box .evaluate .item .user .info{
        width: calc(100% - 0.3rem);
    }
    .index-box .evaluate .item .name{
        font-size: 0.08rem;
        margin-bottom: 0.02rem;
    }
    .index-box .evaluate .item .time {
        font-size: 0.06rem;
    }
    .index-box .evaluate .item .eval{
        margin-top: 0.1rem;
        font-size: 0.07rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .index-box .partner .row{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .index-box .partner .item{
        max-width: calc(50% - 0.06rem);
        margin-bottom: 0.12rem;
        margin-right: 0.11rem;
    }
    .index-box .partner .item:nth-of-type(2n){
        margin-right: 0;
    }

    .footer .main{
        padding: 0.2rem 0 0.04rem;
    }
    .footer .container{
        display: block;
    }
    .footer .main .nav{
        display: flex;
        justify-content: space-between;
    }
    .footer .main .nav .item{
        font-size: 0.12rem;
    }
    .footer .QRbox{
        margin-bottom: 0.32rem;
    }
    .footer .QRbox .item{
        margin: 0 0.15rem
    }
    .footer .QRbox .item .QR{
        width: 0.86rem;
        height: 0.86rem;
    }
    .footer .QRbox .item p{
        font-size: 0.1rem;
        margin-bottom: 0.06rem;
    }
    .footer .contact{
        justify-content: start;
    }
    .footer .contact .phone{
        margin-bottom: 0.2rem;
    }
    .footer .contact .phone .icon{
        width: 0.36rem;
        margin-right: 0.1rem;
    }
    .footer .contact .phone .text p{
        font-size: 0.12rem;
        line-height: 0.16rem;
        margin-bottom: 0.02rem;
    }
    .footer .contact .phone .number {
        font-size: 0.18rem;
        line-height: 0.24rem;
    }
    .footer .contact .cell{
        font-size: 0.12rem;
        line-height: 0.16rem;
        margin-bottom: 0.08rem;
    }
    .footer .base{
        padding-top: 0.1rem;
        box-sizing: border-box;
        height: 0.5rem;
        line-height: 0.14rem;
        font-size: 0.08rem;
    }

    .float_box{
        bottom: 1.23rem;
        right: 0.06rem;
        width: 0.42rem;
        z-index: 98;
    }

    .float-nav{
        top: 54%;
        right: 0.08rem;
    }
    .float-nav .item{
        width: 0.46rem;
        height: 0.46rem;
        padding-top: 0.03rem;
    }
    .float-nav .item#float{
        height: 0.4rem;
    }
    .float-nav .item img {
        width: 0.24rem;
        margin-bottom: 0.02rem;
    }
    .float-nav .item#float img{
        width: 0.14rem;
    }
    .float-nav .item p{
        font-size: 0.12rem;
        line-height: 0.14rem;
    }
    .float-nav .item#float p{
        font-size: 0.1rem;
        line-height: 0.1rem;
    }

    .banner.subpages{
        height: 1.8rem;
    }
    .banner.subpages img{
        height: 100%;
        object-fit: cover;
    }
    .banner.subpages .content .title{
        font-size: 0.2rem;
    }
    .banner.subpages .content::before,
    .banner.subpages .content::after{
        width: 0.38rem;
    }
    .banner.subpages .content::before {
        left: -0.48rem;
    }
    .banner.subpages .content::after {
        right: -0.48rem;
    }

    .about-box .profile .main{
        display: block;
    }
    .about-box .profile .main .left{
        width: 100%;
        margin-bottom: 0.1rem;
    }
    .about-box .profile .main .right{
        text-align: center;
    }
    .about-box .profile .main .right .intro{
        font-size: 0.14rem;
        line-height: 0.21rem;
        padding: 0 0.12rem;
        margin-bottom: 0.24rem;
    }
    .about-box .profile .main .right .icon{
        justify-content: center;
    }
    .about-box .profile .main .right .item{
        margin: 0 0.3rem;
    }
    .about-box .profile .main .right .item img{
        width: 0.46rem;
        height: 0.46rem;
        margin-bottom: 0.04rem;
    }
    .about-box .profile .main .right .item p{
        font-size: 0.1rem;
    }

    .about-box .strengths .main{
        display: block;
    }
    .about-box .strengths .item{
        width: 100%;
    }

    .about-box .cando .main .row{
        display: block;
    }
    .about-box .cando .item{
        width: calc(100% - 1rem);
        margin: 0 auto 0.2rem;
        border-radius: 0.1rem;
        overflow: hidden;
    }

    .expert-box .mod-section .main .item{
        width: calc(100% - 0.16rem);
    }

    .case-box .page-main{
        margin: 0.32rem 0 0.45rem;
    }
    .case-box .page-main .container{
        display: block;
    }
    .case-box .side-nav {
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .case-box .case-content{
        width: 100%;
    }
    .case-box .side-nav .title{
        height: 0.42rem;
        line-height: 0.42rem;
        font-size: 0.16rem;
        margin-bottom: 0.1rem;
        border-radius: 0.06rem;
    }
    .case-box .side-nav .nav-list{
        display: flex;
        flex-wrap: wrap;
        /* background-color: #fff; */
    }
    .case-box .side-nav .nav-list .li{
        height: 0.42rem;
        line-height: 0.42rem;
        font-size: 0.14rem;
        padding: 0 0.12rem;
        border-top: none;
        /* border-bottom: 1px solid #F2F2F2; */
        margin: 0 0.04rem 0.08rem;
        border-radius: 0.06rem;
    }
    .case-box .side-nav .nav-list .li.checked::after,
    .case-box .side-nav .nav-list .li:hover::after{
        content: none;
    }
    .case-box .case-list .item{
        padding: 0.12rem 0.08rem 0.15rem;
    }
    .case-box .case-list .item{
        padding: 0.12rem 0.08rem 0.15rem;
    }
    .case-box .case-list .item .imgbox {
        flex: 0 0 1rem;
        width: 1rem;
        height: 1rem;
        margin-right: 0.06rem;
    }
    .case-box .case-list .item .content{
        width: calc(100% - 1.06rem);
    }
    .case-box .case-list .item .content::after{
        content: none;
    }
    .case-box .case-list .item .title {
        font-size: 0.14rem;
        line-height: 0.16rem;
        margin-bottom: 0.03rem;
    }
    .case-box .case-list .item .title a{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .case-box .case-list .item .intro{
        height: 0.42rem;
        line-height: 0.14rem;
        font-size: 0.12rem;
        margin-bottom: 0.08rem;
    }
    .case-box .case-list .item .tool{
        display: block;
    }
    .case-box .case-list .item .from,
    .case-box .case-list .item .time{
        font-size: 0.1rem;
    }
    .case-box .case-list .item .from{
        margin-bottom: 0.04rem;
    }
    .case-box .case-list .item .from img,
    .case-box .case-list .item .time img{
        width: 0.12rem;
        height: 0.12rem;
        margin-right: 0.04rem;
    }
    .case-box .case-list .item .btn{
        position: absolute;
        bottom: 0;
        right: 0.02rem;
    }

    .case-d-box .page-main{
        padding: 0;
    }
    .case-d-box .page-main .case-title{
        font-size: 0.21rem;
        padding: 0.24rem 0.12rem;
    }
    .case-d-box .page-main .column{
        height: 0.42rem;
        padding: 0;
        font-size: 0.11rem;
    }
    .case-d-box .page-main .column .from{
        margin-right: 0.14rem;
    }
    .case-d-box .page-main .column .back{
        line-height: 0.2rem;
    }
    .case-d-box .page-main .column .back img{
        width: 0.18rem;
        height: 0.18rem;
        margin-right: 0.02rem;
    }
    .case-d-box .page-main .content{
        padding: 0.22rem 0.08rem 0;
        font-size: 0.14rem;
        line-height: 0.24rem;
        letter-spacing: 1px;
    }
    .case-d-box .page-main .content p{
        margin-bottom: 0.24rem;
    }
    .case-d-box .page-main .share{
        font-size: 0.12rem;
    }
    .case-d-box .page-main .share .icon{
        width: 0.25rem;
        height: 0.25rem;
    }
    .case-d-box .page-main .nav-btn{
        padding: 0;
        height: 0.5rem;
        font-size: 0.1rem;
    }
    .case-d-box .page-main .nav-btn>div{
        max-width: 50%;
    }

    .xcx-box .bg-m{
        display: block;
    }
    .xcx-box .bg{
        display: none;
    }
    .xcx-box .bg-m img{
        vertical-align: top;
    }
    .xcx-box .content{
        left: 50%;
        top: 75%;
        width: 80%;
    }
    .xcx-box .content{
        left: 50%;
        top: 75%;
        width: 80%;
    }
    .xcx-box .content .title{
        font-size: 0.24rem;
        line-height: 0.32rem;
        margin-bottom: 0.12rem;
    }
    .xcx-box .content .subtitle{
        line-height: 0.18rem;
        font-size: 0.16rem;
        margin-bottom: 0.05rem;
    }
    .xcx-box .content .QR{
        margin: 0.3rem auto 0.14rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .xcx-box .content p{
        font-size: 0.14rem;
    }

    .search-box .search{
        margin: 0.92rem auto 0.6rem;
        height: 0.48rem;
        width: calc(100% - 0.24rem);
        padding: 0 0.2rem;
        border-radius: 0.24rem;
    }
    .search-box .search .btn{
        right: 0.04rem;
        width: 0.8rem;
        height: 0.4rem;
        font-size: 0.12rem;
        border-radius: 0.24rem;
    }
    .search-box .search .btn img{
        width: 0.18rem;
        margin-right: 0.04rem;
    }
    .search-box .search input{
        width: calc(100% - 0.68rem);
        padding: 0 0.05rem;
        font-size: 0.14rem;
    }
    .search-box .res-main{
        min-height: 2rem;
    }
    .search-box .tips{
        font-size: 0.16rem;
        margin-bottom: 0.3rem;
    }
    .search-box .mod-section{
        padding: 0;
    }
    .search-box .mod-section .title{
        font-size: 0.14rem;
        margin-bottom: 0.2rem;
    }
    .search-box .res-main .expert .main{
        display: block;
    }
    .search-box .expert .main .item{
        width: 100%;
        margin: 0 auto 0.6rem;
    }
    .search-box .case .main .item{
        padding: 0.12rem 0.08rem 0.15rem;
    }
    .search-box .case .main .item{
        padding: 0.12rem 0.08rem 0.15rem;
    }
    .search-box .case .main .item .imgbox {
        flex: 0 0 1rem;
        width: 1rem;
        height: 1rem;
        margin-right: 0.06rem;
    }
    .search-box .case .main .item .content{
        width: calc(100% - 1.06rem);
    }
    .search-box .case .main .item .content::after{
        content: none;
    }
    .search-box .case .main .item .title {
        font-size: 0.14rem;
        line-height: 0.16rem;
        margin-bottom: 0.03rem;
    }
    .search-box .case .main .item .title a{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .search-box .case .main .item .intro{
        height: 0.42rem;
        line-height: 0.14rem;
        font-size: 0.12rem;
        margin-bottom: 0.08rem;
    }
    .search-box .case .main .item .tool{
        display: block;
    }
    .search-box .case .main .item .from,
    .search-box .case .main .item .time{
        font-size: 0.1rem;
    }
    .search-box .case .main .item .from{
        margin-bottom: 0.04rem;
    }
    .search-box .case .main .item .from img,
    .search-box .case .main .item .time img{
        width: 0.12rem;
        height: 0.12rem;
        margin-right: 0.04rem;
    }
    .search-box .case .main .item .btn{
        position: absolute;
        bottom: 0;
        right: 0.02rem;
    }
}
@media screen and (max-width: 768px){
    .header{
        display: none;
    }
    .header-m{
        display: flex;
    }

    .header-m .nav-pop-mask .nav-list{
        right: -62%;
        width: 60%;
        min-width: 2.2rem;
    }
    .header-m .nav-pop-mask .nav-list .item{
        padding: 0 0.24rem;
        height: 0.52rem;
        line-height: 0.52rem;
        font-size: 0.14rem;
    }
    .header-m .nav-pop-mask .nav-list .item.active::after{
        top: 0.19rem;
        height: 0.14rem;
    }

    .footer .main .nav .item {
        font-size: 0.14rem;
    }
    .footer .QRbox .item p {
        font-size: 0.12rem;
        margin-bottom: 0.08rem;
    }
    .footer .QRbox .item .QR {
        width: 1rem;
        height: 1rem;
    }
    .footer .base {
        padding-top: 0.12rem;
        height: 0.6rem;
        line-height: 0.18rem;
        font-size: 0.1rem;
    }

    .mod-title .title{
        font-size: 0.24rem;
    }
    .mod-title .subtitle{
        font-size: 0.12rem;
    }
    .mod-title::after{
        top: calc(100% + 0.08rem);
        width: 0.45rem;
        height: 0.02rem;
    }


    .index-box .expert .main .avatar{
        width: 1.2rem;
        height: 1.2rem;
    }
    .index-box .expert .main .content{
        margin-top: -0.6rem;
        padding: 0.72rem 0.1rem 0.2rem;
        border-radius: 0.24rem;
    }
    .index-box .expert .main .name{
        font-size: 0.16rem;
        margin-bottom: 0.12rem;
    }
    .index-box .expert .main .intro{
        height: 0.64rem;
        font-size: 0.12rem;
        line-height: 0.16rem;
        margin-bottom: 0.24rem;
    }
    .index-box .expert .main .service{
        font-size: 0.10rem;
        margin-bottom: 0.18rem;
    }
    .index-box .expert .main .swiper-slide .btn{
        width: 1.48rem;
        height: 0.32rem;
        line-height: 0.32rem;
        font-size: 0.12rem;
        border-radius: 0.16rem;
    }
    .index-box .case .row .item .content {
        top: 45%;
    }
    .index-box .case .row .item .name{
        font-size: 0.1rem;
    }

    .index-box .evaluate .evaluate-swiper{
        margin-bottom: 0.1rem;
    }
    .index-box .evaluate .item{
        width: 1.8rem;
        height: 1.2rem;
    }
    .index-box .evaluate .item .user .avatar{
        width: 0.42rem;
        height: 0.42rem;
        margin-right: 0.06rem;
    }
    .index-box .evaluate .item .user .info{
        width: calc(100% - 0.48rem);
    }
    .index-box .evaluate .item .name{
        font-size: 0.13rem;
        margin-bottom: 0.06rem;
    }
    .index-box .evaluate .item .time{
        font-size: 0.1rem;
    }
    .index-box .evaluate .item .eval{
        margin-top: 0.12rem;
        font-size: 0.11rem;
    }

    .float_box{
        bottom: 1.8rem;
        right: 0.08rem;
        width: 0.6rem;
    }
}