.index-hero{
    /* margin-bottom: 100px; */
    position: relative;
    height: auto;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.index-hero .desc{
    color:rgba(255, 255, 255, 0.6)
}

/* .video-box{
    width: 100%;
    height: 417px;
    box-sizing: border-box;
    overflow: hidden;
} */

#myVideo{
    width: 100%;
    height: auto;
    object-fit: fill;
}

.index-hero .video-gif-box{
    width: 100%;
    height: 417px;
    background-image: url(../images/mobile-index/video1.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index-hero .video-gif-box .video-mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}


.index-hero .title{
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:172px;
    z-index: 9;
}

.fs-2{
    font-size: 2rem;
}

.how-we-work{
    padding: 60px 1rem 12px;
    background-color: #fff;

}

.how-we-work .section-row{
    margin-bottom:12px;
    box-sizing: border-box;
    padding-top: 24px;
    background: linear-gradient( 180deg, #F2F8FF 55%, rgba(0,119,254,0.24) 100%);
    position: relative;
}

.how-we-work .section-row:last-child{
    margin-bottom:0;
}

.how-we-work .section-row .title{
    font-size: 20px;
    font-weight: bold;
    color: #1F2329;
    margin-bottom: 10px;
}

.how-we-work .section-row .desc{
    font-size: 16px;
    color: #5A6470;
    margin-bottom: 20px;
}

.how-we-work .section-row .btn{
    width: 100px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient( 270deg, #0076FF 0%, #009BFF 100%);
    padding: 0;
    line-height: 36px;
    box-shadow: none;
    border: none;
    margin-left: 15px;
}

.how-we-work .section-row .img-box{
    margin-top: 20px;
    padding:0;
}

.img-box.img-pos{
    margin-top: -44px !important;
}



.our-process {
    padding:0 1rem 50px;
    background-color: #fff;
}

.our-process .section-info{
    color:#5A6470;
}

.our-process .container{
    padding:0;
}


.process-row{
    padding:0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    justify-content: space-between;
}

.process-item{
    padding: 24px 1rem 1rem;
    box-sizing: border-box;
    background: linear-gradient( 180deg, rgba(0,119,254,0) 5%, rgba(0,119,254,0.1) 100%);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #DCEAF9;
}

.process-item .section-title{
    font-size: 18px;
    color: #1F2329;
    margin-bottom: 12px;
}

.process-item .section-info{
    font-size: 14px;
    color: #5A6470;
}

.our-clients{
    padding:50px 0 40px 0;
    width: 100%;
    background-image: url(../images/mobile-index/bg1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.our-clients .our-clients-title{
    margin-bottom: 24px;
    font-size: 22px;
    color:#fff;
}

.our-clients .nav-link{
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    background: #293752;
    margin-right: 8px;
}

.swiper-container .video-item{
    width: 290px;
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    border: 4px solid transparent;
}

.swiper-container .video-box{
    padding:4px 4px 0 4px;
}

.our-clients .swiper-slide {
    margin-right: 10px;
  }

.swiper-container .video-item video{
    /* width: 290px; */
    height: 495px;
    border-radius: 22px;
}

.swiper-container .video-item .play-btn{
    position: absolute;
    bottom: 240px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}

.company-activities{
    background-image: url(../images/mobile-index/bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.company-activities .title{
    font-size: 22px;
    margin-bottom: 12px;
}

.company-activities .desc{
    font-size: 16px;
    margin-bottom: 23px;
}

.company-content{
    width: 100%;
    text-align: center;
}

.modal-body {
    overflow: hidden;
    position: relative;
    padding: 32px 24px;
}

.modal-body .close-model-icon{
    position: absolute;
    top: 22px;
    right: 20px;
    width: 16px;
}

.t-modal-overlay{
    overflow: hidden;
}
.modal-body .success-box{
    display: flex;
    align-items: center;
}
    
.modal-body .success-text{
    color: #0077FE;
    font-size: 20px;
    line-height: 30px;;
    margin-left: 10px;
}

.modal-body .desc {
    margin-top: 10px;
    color: #606266;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 141px;
} 

body.modal-open {
    overflow-x: hidden;
    padding-right: 0 !important;
}

.our-blog{
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    padding-top:29px 0;
    background-image: url(../images/mobile-index/bg3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    color:#fff;
    text-align: center;
}

.our-blog .title{
    font-size:22px;
    margin-bottom: 4px;
}

.our-blog .desc{
    font-size: 16px;
    margin:0 0 20px;
}

.our-blog .btn-light{
    color: rgba(0, 119, 254, 1)
}

.section-row{
	margin-bottom: 20px;
	background-color: #F9FBFF;
	border-radius: 12px;
}

.mileage-box {
    /* height: 585px; */
    background: #F0F7FF;
    padding: 50px 1rem 50px;
    position: relative;
}
.mileage-box .title{
    font-size: 22px;
    margin-bottom: 24px;
    color: #000000;
    text-align: center;
}



.mileage-box  .section-row {
    margin-bottom: 119px !important;
}


.mileage-box h3 {
    font-weight: 500;
    font-size: 42px;
    color: #1F2329;
}
.mileage-list-item h3{
    color: #0077FE;
    margin-left: -16px;

}

.mileage-box h2 {
    font-weight: 600;
    font-size: 2.25rem;
    color: #1F2329;
    margin-top: -2rem;
    opacity: 0.2;
}
/*.mileage-box .swiper-slide{*/
/*    width:300px !important;*/
/*}*/

.mileage-box .swiper-slide .solid-line {
    margin-top: 17px;
    height: 103px;
    width: 1px;
    z-index:9;
    background: linear-gradient(to bottom, rgba(0, 119, 254, 1), rgba(139, 193, 255, 1));
}

.mileage-box .swiper-slide .dot {
/*/ / width: 0.88 rem;*/
/*/ / height: 0.88 rem;*/
/*/ / border: 0.6 rem solid rgba(225, 225, 225, .2) !important;*/
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #CAE3FF;
    border: none;
    position: relative;
    left: -1.1rem;
    top: 0;
    border-radius: 50%;
}

.mileage-box .swiper-slide .dot:before {
    content: '';
    width: 0.88rem;
    height: 0.88rem;
    background: #0077FE;
    position: absolute;
    border-radius: 50%;
    top: 0.6rem;
    left: .6rem;
}
.mileage-list-item {
    width: 270px;
    /*padding: 1.5rem;*/
    height: 143px;
    max-width: 270px;
}

.swiper {
    overflow: inherit;
}

.heng-line {
    width:100%;
    /*border: 1px solid #0077FE;*/
    position: absolute;
    top: 345px;
    border: 1px solid rgba(0, 119, 254, 0.3);
}

.mileage-list-box {
    margin-top: -30px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    padding: 20px 21px 0 36px;
    margin-left: -16px;
    height: 143px;
    box-shadow: 0px 4px 20px 0px rgba(0,119,254,0.06);
    position: relative;
    z-index: -1;
}

.mileage-list-item h3 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #0077FE;
    margin-bottom: .5rem;
}

.mileage-list-box p {
    font-size: 1rem;
    color: #333333;
    font-weight: 400;
    line-height: 1.8rem;
}
.dot-kong{
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #0077FE;
    opacity: 0.5;
    background-color: #fff; /* 背景透明 */
    border-radius: 50%;  /* 创建圆形 */
    position: absolute;
    top: 31px;
    left: 13px;
}

.cer-box{
    padding: 64px 0 0;
    height: 851px;
    background: url("../images/mobile-index/bg4.png") no-repeat;
    background-size: 100% 100%;
}
.cer-box .section-row{
    margin-bottom:0 !important;
    background-color: transparent;
}
.cer-box .section-title h2{
    font-weight: 500;
    font-size: 42px;
    color: #1F2329;
    margin-bottom:18px;
}
.cer-box .section-title h3{
    color: #5A6470;
    font-weight: 400;
    font-size: 20px;
    margin-bottom:38px;
}

.cer-box .cer-list-img-slider2 .swiper-slide{
    margin-right: 0!important;
}

.cer-list-img {
    display: flex;
    flex-wrap: nowrap;
    /*margin: 0 auto;*/
    overflow: hidden;
    /*justify-content: center;*/
}
.cer-list-img-slider{
    overflow: hidden;
}

.cer-img {
    /*width: 220px;*/
    height: 298px;
    /*margin: 0 17px 17px 0;*/
    padding: 0 !important;
}

.cer-img:nth-of-type(6n) {
    margin-right: 0;
}

.cer-section {
    width: 1024px;
    margin: 0 auto 58px;
    border: 1px solid rgba(255,255,255,0.85);
    border-radius: 8px;
    box-shadow: 0px 0px 24px 0px rgba(0,98,208,0.08);
    background: rgba(255,255,255,0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 44px 76px;
    flex-wrap:wrap;
}

.cer-section-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cer-section-item img {
    width: 72px;
    height: 72px;
    margin-right: 16px;
}

.cer-section-item-title {
    color: #333333;
    font-size: 18px;
    margin: 0;
}

.cer-section-item-title span {
    font-size: 42px;
    font-weight: 500;
}

.cer-section-item-content {
    color: #636E80;
    font-size: 14px;
    margin:0;
}

.cer-section-item:nth-of-type(1),.cer-section-item:nth-of-type(2) {
    /*margin: 0 80px 0 0 ;*/
}




.client-cooperation{
    padding: 100px 0 0;
    height: 837px;
    background: #F4F5F7;
}
.client-cooperation .section-row{
    margin-bottom:80px !important;
    background-color: transparent;
}
.client-cooperation .section-title h2{
    font-weight: 500;
    font-size: 42px;
    color: #1F2329;
}
.client-cooperation .section-title h3{
    font-weight: 400;
    font-size: 20px;
    color: #5A6470;
    margin-top: 16px;
    line-height: 24px;
}

.client-cooperation .client-cooperation-slider{
    position: relative;
}
.client-cooperation-slider .swiper-slide{
    margin-left: -85px;
}
.client-cooperation .client-cooperation-slider img{
    height: 475px;
}
.slider-left,.slider-right{
    width: 289px;
    height: 475px;
    background: linear-gradient( 270deg, rgba(244,245,247,0) 0%, #F4F5F7 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.slider-right{
    right: 0;
    left: auto;
    background: linear-gradient( 270deg,  #F4F5F7 0%, rgba(244,245,247,0) 100%);
}

.timeline-box{
    position: relative;
}
.timeline-box .shu-line{
    position: absolute;
    top: 8px;
    left: 72px;
    transform: translateX(-50%);
    width: 1px;
    height: 488px;
    background: #0077FE;
    z-index: 0;
}
.timeline-box-item{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.timeline-box-item .left{
    font-size: 16px;
    font-weight: 500;
    color: #0077FE;
    width: 56px;
    margin-right: 12px;
}
.timeline-box-item .right{
    font-weight: 400;
    font-size: 13px;
    color: #1F2329;
    line-height: 23px;
}
.dot{
    width: 7px;
    min-width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    margin-right: 16px;
    border:1px solid #0077FE;
    z-index:9;
}
.timeline-box-item:first-child .dot{
    width: 7px;
    min-width: 7px;
    height: 7px;
    background: #0077FE;
    border-radius: 50%;
    margin-right: 16px;
}

@media only screen and (max-width: 991px){
    .pc{
        display: none;
    }
    .h5{
        display: block;
    }
    .page-header{
        height: 305px;
        position: relative;
        background: url(../images/about/h5-banner.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
    .page-about .section-title h2,.section-title p.pc{
        display: none;
    }
    .section-title p.h5{
        display: block;
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
    }
    .about-image, .about-img, .about-img .image-anime img, .about-img .image-anime{
        width: 100%;
        height: 128px;
        margin-bottom: 24px;
    }
    .h5 .section-foot .row{
        flex-wrap: nowrap;
    }
    .h5 .row>*{
        width: auto;
        padding: 0 12px;
    }
    .section-foot .section-foot-title{
        font-size: 20px;
        line-height: 28px;
    }
    .section-foot .section-foot-desc{
        font-size: 13px;
    }
    .news-box{
        padding: 80px 0 0;
        height: auto;
    }
    .page-header-title, .section-row{
        display: block !important;
        background-color: transparent;
    }
    .news-box .section-row{
        margin-bottom: 24px !important;
    }

    .news-box .section-row .section-title h2{
        font-size: 22px;
        font-weight: 500;
    }
    .news-list {
        flex-wrap: wrap;
    }
    .section-title-content{
        margin: 0px auto 0;
    }
    .news-more{
        padding: 8px 22px;
        font-size: 14px;
    }
    .our-clients{
        padding: 49px 0;
        height: auto;
    }
    .section-row .section-title h2{
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    .section-row .section-title h3{
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .our-partner-item{
        width: calc(50% - 11px);
        display: block;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 0;
    }
    .partner-info{
        display: block;
    }
    .our-partner-item .image-anime, .our-partner-item img{
        width: 100%;
        border-radius: 0;
        height: 181px;
    }
    .our-partner-item img {
        max-width: 100%;
        max-height: 181px;
    }
    .partner-info-title span{
        display: block;
        text-align: center;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        margin-top: 4px;
    }
    .partner-info-title span.name{
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
        margin: 11px 0 0;
        text-align: center;
    }
    .our-teams{
        height: auto;
        padding: 64px 0 60px;
    }
   .cer-box .row .cer-section{
        flex-wrap: nowrap;
        padding: 12px 14px !important;
        width: 343px;
        margin: 0 auto 24px;
    }
    .cer-section-item{
        flex-wrap: wrap;
    }
    .cer-section-item img{
        display: none;
    }
    .cer-section-item-title{
        font-size: 13px;
        color: #5A6470;
    }
    .cer-section-item-title span{
        font-size: 28px;
        font-weight: bold;
        color: #0077FE;
    }
    .cer-section-item-content{
        font-size: 11px;
        color: #5A6470;
        line-height: 20px;
    }
    .cer-img {
        /*width: 220px;*/
        height: 174px;
        /*margin: 0 17px 17px 0;*/
        padding: 0 !important;
    }
    .cer-box{
        height: auto;
        padding: 56px 0 50px;
    }
    .cer-box .row > *{
        padding: 0 !important;
    }
   
    .timeline-box{
        position: relative;
    }
    .timeline-box .shu-line{
        position: absolute;
        top: 8px;
        left: 72px;
        transform: translateX(-50%);
        width: 1px;
        height: 488px;
        background: #0077FE;
        z-index: 0;
    }
    .timeline-box-item{
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .timeline-box-item .left{
        font-size: 16px;
        font-weight: 500;
        color: #0077FE;
        width: 56px;
        margin-right: 12px;
    }
    .timeline-box-item .right{
        font-weight: 400;
        font-size: 13px;
        color: #1F2329;
        line-height: 23px;
    }
    .dot{
        width: 7px;
        min-width: 7px;
        height: 7px;
        background: #fff;
        border-radius: 50%;
        margin-right: 16px;
        border:1px solid #0077FE;
        z-index:9;
    }
    .timeline-box-item:first-child .dot{
        width: 7px;
        min-width: 7px;
        height: 7px;
        background: #0077FE;
        border-radius: 50%;
        margin-right: 16px;
    }
    .mileage-box .section-row{
        margin-bottom: 24px  !important;
    }
    .yingxiao-box{
        padding: 50px 0 0;
        height:765px;
        background: url("../images/about/h5-banner-06.png") no-repeat;
        background-size: 100% 100%;
    }
    .yingxiao-box .section-title h3{
        margin-top: 0;
    }
    .yingxiao-img{
        margin-top: 0;
        height: 584px;
    }

    .clients-h5-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .clients-h5-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .clients-h5-slider-box{
        /*background-color: white;*/
        border-radius: 10px;
        width: 100%;
        max-width: 600px;
        max-height: 90vh;
        overflow-y: auto;
        /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);*/
        transform: translateY(20px);
        transition: transform 0.3s ease;
        z-index:999999999;
        padding: 50px 0 0;
    }
    .clients-h5-overlay.active .clients-h5-slider-box {
        transform: translateY(0);
    }
    .clients-h5-slider .our-partner-item{
        width: 288px;
        height: auto;
        background: linear-gradient( 180deg, #BDDCFF 0%, #FFFFFF 44%);
        border-radius: 16px 16px 16px 16px;
        padding:32px 24px;
    }
    .clients-h5-slider .our-partner-item .image-anime, .clients-h5-slider .our-partner-item img{
        width: 100px;
        height: 100px;
        margin:0 auto;
    }
    .clients-h5-slider .partner-info .partner-info-title{
        font-weight: 500;
        font-size: 20px;
        color: #1F2329;
        margin-top: 29px;
    }
    .clients-h5-slider .partner-info-title span{
        font-weight: 400;
        font-size: 15px;
        color: #1F2329;
        line-height: 24px;
        margin-top: 4px;
    }
    .clients-h5-slider .partner-info .partner-info-desc {
        font-weight: 400;
        font-size: 16px;
        color: #5A6470;
        line-height: 26px;
        margin-top: 24px;
        text-align:center;
    }
    .clients-h5-slider-box .close-btn{
        position: absolute;
        top: 0px;
        right: 20px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }


    .clients-h5-slider-box .swiper-slide{
        transition: 300ms;
        transform: scale(0.8);
    }
    .clients-h5-slider-box .swiper-slide-active{
        transition: 300ms;
        transform: scale(1);
    }
    .our-partner-item:hover .partner-info-title .name{
        color: #fff;
    }
    .clients-h5-slider-box .our-partner-item:hover .partner-info-title .name{
        color: #1F2329;
    }

    .client-cooperation {
        padding: 44px 0 0;
        height: 629px;
        background: #0077FE;
        
    }
    .client-cooperation .section-row{
        background-color: transparent;
        margin-bottom: 24px !important;
    }

    .client-cooperation .section-title h2{
        font-weight: 500;
        font-size: 22px;
        color: #fff;
        margin-bottom: 12px
    }
    .client-cooperation .section-title h3{
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        margin-top: 0;
    }
    .client-cooperation-img{
        width: 343px;
        height: 424px;
    }
}