@media screen and (max-width:750px) {
    /* banner */
    /* .banner{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 60px; 
    }*/
     
    .header {
        position: fixed;
        width: 100%;
        height: 1.2rem;
        margin-bottom: 1.2rem;
        background-color: #FFFFFF!important;
    }

    .visible-xs-block{
        /* width: 1rem; */
        height: 1rem;
        line-height: 1rem;
    }

    .header-top{
        width: 100%;
        height: 1.2rem;
    }
    .banner {
        height: 5.48rem;
        background: url("../images/banner.png") center center no-repeat;
        background-size: cover;
        text-align: left;
        position: relative;
    }

    .bannerI-img {
        width: 100%;
        height: 100%;
    }

    
    .banner-info{
        margin-top: 6rem;
        vertical-align:middle;
    }
    
    .banner-title{
        font-size: 0.46rem;
        margin-bottom: 0.3rem;
        letter-spacing: 0;
        position: absolute;
        left: 48%;
        top: 32%;
        transform: translate(-50% ,-50%);
        font-weight: 500;
        color:#071928 ;

    }


    .banner-slogan-top{
        position: absolute;
        left: 24%;
        top: 42%;
        font-size:0.24rem ;
        font-family: PingFangSC;
        font-weight: 400;
        color: #061828;
        display: inline-block;
        width: 100%;
        height: 0.2rem;
    }

    .banner-slogan-bot{
        position: absolute;
        left: 21%;
        top: 50%;
        font-size:0.24rem ;
        font-family: PingFangSC;
        font-weight: 400;
        color: #061828;
        display: inline-block;
        width: 100%;
        /* vertical-align: middle; */
        /* line-height: 0.2rem; */
        /* text-align: center; */
        height: 0.32rem;
    }

    .tab-width-temp{
        display: none;
    }

    /* 购买与咨询 */
    .contact-box{
        width: 100%;
        background-color: #F7F7F7;
    }

    .contact-content{
        width: 92%;
        height: 14.33rem;
        margin: auto;
    }

    .contact-content-box{
        display: none;
    }

    .contact-content-box-phone{
        display: flex;
        flex-direction: column;
    }
    .contact-content-item-ph{
        background-color: #fff;
        width: 100%;
        height: 3.78rem;
        text-align: justify;
        margin-top: 0.4rem;
        position: relative;
        padding-top: 1.9rem;
    }
    
    .contact-content-item-ph-1{
        background-color: #fff;
        width: 100%;
        height: 3.78rem;
        text-align: justify;
        margin-top: 0.4rem;
        position: relative;
        padding-top: 1.3rem;
    }

    .contact-content-item-title-ph{
        font-size: 0.36rem;
        font-weight: bold;
        color: #061828;
        line-height: 0.24rem;
        display: block;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
    }
    
    .contact-content-item-ph hr,.contact-content-item-ph-1 hr{
        width: 3.2rem;
        height: 1px;
        background: linear-gradient(90deg,rgba(0,134,241,0) 0%,#0086F1 50%,rgba(0,134,241,0) 100%);
        position: absolute;
        left: 50%;
        top: 18%;
        transform: translateX(-50%);
    }

    .contact-content-item-phone{
        font-size: 0.32rem;
        line-height: 0.24rem;
        font-weight: bold;
        color: #0086f1;
        position: absolute;
        left: 50%;
        top: 37%;
        transform: translateX(-50%);
    }
    
    .contact-content-item-slogan-ph{
       width: 100%;
       font-size: 0.22rem;
       height: 0.22rem;
       font-family: PingFangSC;
       font-weight: 100;
       text-align: center;
       color: #282828;
       opacity: 0.75;
       line-height: 0.2rem;
       margin-top: 0.15rem;
    }

    .contact-content-item-slogan-phone{
        width: 100%;
        font-size: 0.22rem;
        height: 0.25rem;
        text-align: center;
        color: #282828;
        font-family: PingFangSC;
        font-weight: 100;
        opacity: 0.75;
        line-height: 0.2rem;
        margin-top: 0.15rem;
     }


    .contact-content-item-btn{
        position: absolute;
        left: 50%;
        bottom: 12%;
        transform: translateX(-50%);
        width: 1.8rem;
        height: 0.6rem;
        font-size: 0.24rem;
        font-weight: 300;
        color: #0086F1;
        line-height: 0.6rem;
        font-family: PingFangSC;
        background-color: #0086F1;
        opacity: 0.75;
        text-align: center;
        margin-top: 0.4rem;
        color: #ffffff;
    }

    /* 支持与服务 */
    .section-title-2{
        display: none;
    }

    .support{
        width: 100%;
    }

    .section-title-phone{
        /* display: block; */
        width: 100%;
        /* margin: 0 0.25rem; */
        font-size: 0.42rem;
        color: #061828;
        line-height: 0.64rem;
        font-weight: 400;
        font-family: PingFangSC;
        padding: 0.4rem 0 0.4rem;
    }

    .support-box{
        display: none;
    }
    
    .support-box-phone{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 0.4rem;
    }
     .support-box-item-phone{
        width: 100%;
        margin: 0 auto;
        height: 3.2rem;
        background-color: #FAFAFA;
        /* display: flex;
        flex-direction: row; */
        align-items: center;
        margin-bottom: 0.2rem;
        position: relative;
    }

    /* .support-box-item-phone:hover{
        box-shadow: 0.01rem 0.01rem 0.01rem 0.01rem #061828;
    } */
    .support-box-item-left{
       display: none;
    }
    

    .support-box-item-left-phone{
        margin-left: 0.3rem;
        margin-right: 0.45rem;
    }
    
    .support-box-item-left-phone img{
        position: absolute;
        left: 5%;
        top: 20%;
        width: 1.06rem;
        height: 1.01rem;
    }

    .support-box-item-right{
       padding-right: 0.2rem;
    }

    .support-title-phone{
        position: absolute;
        top: 13%;
        left: 28%;
        height: 0.2rem;
        font-size: 0.32rem;
        color: #061828;
        margin-bottom: 0.4rem;
        font-weight: bold;
    }

    .support-slogan-phone{
        position: absolute;
        top: 24%;
        left: 28%;
        font-size: 0.22rem;
        width: 4.8rem;
        height: auto;
        font-family: "PingFangSC";
        font-weight: 400;
        color: #061828;
        margin-top: 0.2rem;
        text-align:justify;
        text-justify:inter-ideograph;
    }

    .support-slogan-phone-bot{
        position: absolute;
        top: 30%;
        left: 28%;
        font-size: 0.22rem;
        line-height: 0.38rem;
        font-family: "PingFangSC";
        font-weight: 400;
        white-space: nowrap;
        color: #061828;
        margin-top: 0.2rem;
    }

    .support-btn-phone{
        position: absolute;
        bottom: 15%;
        left: 28%;
        width: 1.8rem;
        height: 0.6rem;
        background-color: #0086F1;
        font-family: PingFangSC;
        opacity: 0.75;
        font-size: 0.24rem;
        color: #fff;
        line-height: 0.6rem;
        text-align: center;
        margin-top: 0.2rem;
    }

    /* 分支结构 */
    /* .branch{
        display: none;
    }
    .branch-phone{
        width: 100%;
        height: auto;
        background: url("../images/branch-bg.png") center center no-repeat;
        background-size: cover;
        /* margin-top: 60px; */
    /* } */ 
    .branch{
       width: 100%;
       height: auto;
       background: url("../images/branch-bg.png") center center no-repeat;
       background-size: cover;
       margin-top: 0.8rem;
    }

   .section-title-3{
       display: none;
       
   }
    .branch-content-title-phone{
       font-size: 0.42rem;
       font-weight: 400;
       color: #061828;
       line-height: 0.8rem;
       padding: 0.3rem 0 0.3rem;
    }

    

    .branch-tabbar-phone{
        width: 100%;
        display: flex;
        /* flex-direction: row; */
        height: 1.4rem;
        border-bottom: 0.02rem solid rgba(6,24,40,.15);
        flex-wrap: wrap;
    }

    .branch-tabbar-item-phone{
        font-size: 0.28rem;
        font-weight: 500;
        color: #061828;
        cursor: pointer;
        width: 20%;
        height: 0.5rem;
        line-height: 0.5rem;
    }

    .branch-item-active{
        font-weight: 700;
    }

    .branch-item-active::after {
        content: "";
        display: block;
        width: 0.48rem;
        height: 2px;
        margin: auto;
        background: #2386EE;
    }

    .branch-content-item{
        display: none;
    }
     
   

    /* .branch-content-a-phone{
        width: 6.9rem;
        height: 2.22rem;
        background: rgba(255,255, 255, .8);
        text-align: left;
        margin-bottom: 0.2rem;
        margin-right: 0.1rem;
    } */

    .branch-content-item-phone{
        width: 6.9rem;
        height: auto;
        padding: 0.4rem ;
        background: rgba(255, 255, 255, 0.8);
        text-align: justify;
        margin-bottom: 0.4rem;
    }

    .branch-content-item-title{
        font-size: 0.28rem;
        line-height: 0.24rem;
        font-weight: 600;
        height: 0.28rem;
        color: #061828;
        padding-bottom: 0.4rem;
    } 

    .branch-content-item-slogan{
        font-size: 0.22rem;
        height: auto;
        /* line-height: 0.28rem; */
        color: #061828;
        opacity: 0.75;
        margin-top: 0.02rem;
    }

    .branch-content-item-phone  p:nth-child(2){
        /* padding-bottom: 0.5rem; */
        word-break:normal;        
        text-indent: -1.1rem;       
         margin-left: 5em;
         /* margin-bottom: 0.02rem; */
         margin-top: 0.2rem;
    }
   

     .branch-control{
         width: 100%;
         height: 1.5rem;
        font-size: .24rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1rem;
        display: block;
     }

    .branch-control img{
        width: 0.22rem;
        height: 0.19rem;

    }

    img{
        width: 100%;
    }

    /* .banner-info{
      margin-top: 140px;
      vertical-align: middle;
    } */

    /* .banner-title{
        margin: 25px;
        font-size: 40px;
        color: #071928;
        line-height: 40px;
    }  */

    .banner-slogan{
        font-size: .24rem;
        font-weight: 300;
        color: #061828;
        line-height: .36rem;
    }
    /* banner end */

    /* success-box */
    .success-box{
        width: 100%;
        background-color: #F7F7F7;
        padding: .7rem .3rem .5rem;
    }

    .success-item{
        width: 100%;
        background: #FFFFFF;
        padding: .5rem .9rem;
        margin-bottom: .3rem;
    }
    .section-title-phone{
        height: .42rem;
        font-size: .42rem;
        line-height: .42rem;
        font-weight: 400;
        color: #061828;
        text-align: center;
        /* margin: 0 0.1rem; */
        padding: 0.7rem 0.7rem;
    }

    .section-title{
        height: .42rem;
        font-size: .42rem;
        line-height: .42rem;
        font-weight: 400;
        color: #061828;
        text-align: center;
        /* margin: 0 0.1rem; */
        padding: 0.7rem 0.7rem;
    }

    .success-item-title{
        font-size: .36rem;
        font-weight: 500;
        color: #061828;
        line-height: .36rem;
    }

    .success-item-line{
        margin: .3rem auto;
        width: 3.2rem;
    }

    .success-item-phone{
        font-size: .32rem;
        font-weight: 500;
        color: #0086F1;
        line-height: .32rem;
        margin-bottom: .2rem;
    }

    .success-item-info{
        font-size: .22rem;
        font-weight: 100;
        color: rgba(40, 40, 40, 0.75);
        line-height: .36rem;
    }

    .success-item-btn{
        width: 1.8rem;
        height: .6rem;
        background: #2386EE;
        font-size: .24rem;
        font-weight: 300;
        color: #FFFFFF;
        line-height: .6rem;
        margin: auto;
        margin-top: .5rem;
    }
    /* success-box end */

    /* support-box */
    .support-box{
        width: 100%;
        background-color: #FFFFFF;
        padding: .7rem .3rem .5rem;
    }

    .support-item{
        width: 100%;
        padding: .5rem .4rem;
        background: #FAFAFA;
        text-align: justify;
        margin-bottom: .3rem;
    }

    .support-left{
        width: 16.5%;
        margin-right: 6.5%;
        vertical-align: top;
    }

    .support-right{
        width: 77%;
    }

    .support-left,.support-right{
        display: inline-block;
    }

    .support-item-tltle{
        font-size: .32rem;
        font-weight: 500;
        color: #061828;
        line-height: .32rem;
    }

    .support-item-info{
        font-size: .22rem;
        font-weight: 300;
        color: #061828;
        line-height: .32rem;
        margin-top: .2rem;
        margin-bottom: .1rem;
    }

    .support-item-btn{
        width: 1.8rem;
        height: .6rem;
        line-height: .6rem;
        background: #2386EE;
        font-size: .24rem;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        margin-top: .35rem;
    }
    /* support-box end */

    /* branch-box */
    .branch-box{
        width: 100%;
        padding: .7rem 0;
        background: url("../images/branch-bg.png") 100% 100% no-repeat;
        background-position: bottom;
        background-size: cover;
    }

    .branch-tabbar{
        width: 100%;
        text-align: left;
    }

    .branch-tabbar-item{
        width: 20%;
        display: inline-block;
        font-size: .28rem;
        font-weight: 400;
        color: rgba(6, 24, 40, 0.9);
        line-height: .28rem;
        text-align: center;
        padding-bottom: .1rem;
        margin-bottom: .2rem;
        position: relative;
    }

    .branch-tabbar-item.branch-item-active{
        font-weight: bold;
        color: rgba(6, 24, 40, 0.9);
    }

    .branch-tabbar-item.branch-item-active::before{
        content: '';
        position: absolute;
        width: .48rem;
        height: .04rem;
        background: #2386EE;
        bottom: -0.04rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .branch-content{
        width: 100%;
        padding: .4rem .3rem;
        border-top: 1px solid rgba(6, 24, 40, 0.15);
        display: none;
    }

    .branch-content-show{
        display: block;
    }

    /* .branch-content a{
        width: 6.9rem;
        height: 2.22rem;
        background: rgba(255,255, 255, .8);
        text-align: left;
        margin-bottom: 0.2rem;
        margin-right: 0.1rem;
    } */

    .branch-content-item{
        width: 100%;
        padding: .4rem;
        background: rgba(255, 255, 255, 0.8);
        text-align: justify;
        margin-bottom: .2rem;
    }

    /* .branch-content-item-title{
        font-size: .28rem;
        font-weight: bold;
        color: #061828;
        line-height: .28rem;
        margin-bottom: .25rem;
    } */

    .branch-content-item-info{
        font-size: .22rem;
        font-weight: 300;
        color: rgba(6, 24, 40, 0.75);
        line-height: .32rem;
    }

    /* .branch-control{
        font-size: .24rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: .32rem;
    } */

    .branch-control img{
        width: .22rem;
        margin-left: .16rem;
    }
    /* branch-box end */
}