/*移动端*/
/*banner*/
/*.banner .container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;color:#eee;}*/
.banner .swiper-container{ padding-bottom: 80px;}
/*.banner img{min-height: 150px;position: absolute;*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    transform: translate(-50%,-50%);*/
/*    left: 50%;*/
/*    top: 50%;}*/
/*.mobile .banner{min-height: initial;}*/
.mobile .banner .swiper-container{
    /*height: 225px;*/
    padding-bottom: 0;
}
.mobile .banner .container {
    width: 95%;
}



.mobile .banner .container h2 {
    font-size: 0.375rem;
    margin-bottom: 0.15rem;
}

.mobile .banner .container p {
    line-height: 1.7em;
    font-size: 14px;
}

.scrollbar-box {
    width: 100%;
    height: 80px;
    background: #2e2e2e;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.banner-swiper-container.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 67px;
    width: 80%;
    left: 10%;
    height: 13px;
    border-radius: 13px;
    border: 1px solid #191919;
    background: #000000;
    padding: 1px;
}

.mobile .banner-swiper-container.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    padding: 0;
    border: 0;
}

.mobile .banner-swiper-container.swiper-container-horizontal > .swiper-scrollbar > .swiper-scrollbar-drag {
    height: 5px;
    background: #fcab2c;
}

.mobile .scrollbar-box > div > div:before {
    display: none;
}

.banner-swiper-container.swiper-container-horizontal > .swiper-scrollbar > .swiper-scrollbar-drag {
    background: transparent;
    border-radius: 0;
    height: calc(100% - 2px);

}

.VideoCenterSwiper .imgVideo .play {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 45px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../static/images/play.png");
    z-index: 9;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.VideoCenterSwiper .imgVideo .play.stop {
    background-image: url("../../static/images/stop.png")
}

.VideoCenterSwiper .imgVideo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 95%;
    max-width: 95%;
    width: auto;
    z-index: 1;
}

.VideoCenterSwiper .imgVideo::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

.VideoCenterSwiper .imgVideo {
    width: 100%;
    height: 185px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.mobile .VideoCenterSwiper .imgVideo {
    height: 125px;
}

.VideoCenterSwiper .vide0-item p {
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
}

.banner-swiper-container.swiper-container-horizontal > .swiper-scrollbar > .swiper-scrollbar-drag::before {
    content: '';
    display: block;
    width: calc(100% - 18px);
    height: 100%;
    background: #48c19e;
    margin: 1px 9px;
}

.scrollbar-box > div {
    width: 80%;
    display: flex;
    margin: 22px auto 0 auto;
}

.mobile .scrollbar-box {
    height: auto;
    display: none;
}

.mobile .scrollbar-box > div {
    width: 100%;
    margin-top: 0;
}

.scrollbar-box > div > div {
    flex: 1;
    /*width: calc(100% / 5);*/
    text-align: center;
    line-height: 36px;
    color: #8b8b8b;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}

.scrollbar-box > div > div:before {
    content: '';
    display: block;
    width: 2px;
    height: 7px;
    background: #2e2e2e;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 51;
}

.scrollbar-box > div > div:last-of-type:before {
    display: none;
}

.scrollbar-box > div > div.active {
    color: #ffffff;
}


.contentF,.contentB{max-height: 100vh}

@media (max-width: 768px) {
    .contentB p.mobile_no {
        display: none;
    }
}

@media (max-width: 490px) {
    /*.contentB p {*/
    /*    -webkit-box-orient: vertical;*/
    /*    overflow: hidden;*/
    /*}*/

    .contentB .learn_more_000 {
        margin-top: 0;
    }
}

.contentF .title h2{margin: 0;}
.contentF .title .h2_ms{display: none;}
