.banner-bg{
    width: 100%;
    background-color: #1C4442;
    padding-top: 48px;
    padding-bottom: 48px;
}
/* 大屏幕 */
.banner-left{
    position: relative;
    padding: 0 30px;
}
.swiper-bg{
    width: calc(100% - 60px);
    height: 40%;
    background: #0BCC8B;
    border-radius: 32px;
    position: absolute;
    bottom: 17%;
    left: 30px;
}
.mySwiper{
    width: 100%;
}
.mySwiper .swiper-wrapper{
    margin-bottom: 40px;
}
.mySwiper .swiper-slide{
    width: 204px;
}
.mySwiper .swiper-slide img{
    width: 100%;
}
.mySwiper .swiper-pagination{
    display: flex;
    justify-content: center;
}
.my-bullet{
    margin-right: 4px;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #000000;
}
.my-bullet-active{
    background-color: #0BCC8B;
}

.banner-right .title{
    margin-bottom: 12px;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 28px;
}
.banner-right .text {
    margin-bottom: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
.banner-right .channel-list>a{
    margin-right: 12px;
}
.banner-right .channel-list .google{
    width: 162px;
}
.banner-right .channel-list .app-store {
    width: 162px;
}
.banner-right .channel-list .code{
    width: 48px;
    height: 48px;
    background-image: url('../img/index/module_btn_qr_hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.banner-right .channel-list .code img{
    width: 100%;
    height: 100%;
}
.banner-right .channel-list .code .download{
    position: absolute;
    top: -230px;
    left: -76px;
    width: 200px;
    height: 222px;
    background-image: url('../img/index/module_pic_qrbg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
}
.banner-right .channel-list .code img:hover{
    opacity: 0;
}
.banner-right .channel-list .code:hover .download{
    display: block;
}
/* 小屏幕 */
.banner-m{
    padding: 0 24px;
}
.banner-logo{
    width: 100%;
}
.banner-logo img{
    margin-right: 12px;
    width: 16%;
    height: 16%;
}
.banner-logo .title {
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 46px;
}
.banner-logo .sub-title {
    margin-top: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
}
.banner-desc{
    margin-top: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 40px;
}
.banner-channel{
    margin-top: 38px;
    width: 100%;
    justify-content: flex-start;
}
.banner-channel a {
    display: inline-block;
    width: 43%;
}
.banner-channel a:first-child {
    margin-right: 12px;
}
.banner-channel a img{
    width: 100%;
}
.mySwiper-m{
    margin: 30px -24px 0;
    padding-left: 24px;
}
.mySwiper-m .swiper-slide{
    margin-right: 14px !important;
}

.introduce-box-body {
    margin: 3.4rem 0;
    overflow-x: hidden;
}

.introduce-box-body .introduce-box-image {
    vertical-align: middle;
    overflow: hidden;
}

.card-img-left {
    max-width: 100%;
}

.introduce-box-body .introduce-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.introduce-box-content .card-icon{
    margin-bottom: 12px;
    width: 48px;
}
.introduce-box-content .card-title{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    text-align: left;
}
.introduce-box-content .card-text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 24px;
}
@media(max-width: 992px) {
    .card-img-left{
        margin-bottom: 24px;
    }
}

@media(max-width: 576px) {
    .banner-logo .title{
        font-size: 26px;
        line-height: 26px;
    }
    .banner-logo .sub-title {
        margin-top: 4px;
        font-size: 14px;
        line-height: 14px;
    }
    .banner-desc{
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
    }
    .banner-channel{
        margin-top: 20px;
    }
    .banner-channel img{
        /* width: 148px; */
    }
    .introduce{
        padding: 0 9px;
    }
    .card-title {
        text-align: center;
    }
    .introduce-box-body .introduce-box-content {
        /* padding: 1rem; */
    }

}
@media(max-width: 768px) {
    .card-title {
        text-align: center;
    }
}



