.box-bannerTop{}

.box-bannerTop .title{
    font-family: Source Han Serif CN;
    font-weight: bold;
    font-size: .70rem;
    color: #FFFFFF;
    line-height: .72rem;
    background: linear-gradient(0deg, rgba(112,71,227,0.9) 0%, rgba(48,71,183,0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-bannerTop .btn{
    display: block;
    line-height: .48rem;
    background: linear-gradient(90deg, rgba(112,71,227,0.9), rgba(48,71,183,0.9));
    border-radius: .24rem;
    /*border: 1px solid #EBEBEC;*/
    padding: 0 .4rem;
    font-size: .14rem;
    color: #FFFFFF;
    width: max-content;
}

.box-listNum{
    margin: .53rem 0 .58rem .18rem;
    display: flex;
}
.box-listNum li{
    margin-left: .6rem;
}
.box-listNum li:first-of-type{
    margin-left: 0;
}
.box-listNum li span{
    display: block;
    font-size: .3rem;
    color: #000000;
    margin-bottom: .1rem;
}
.box-listNum li strong{
    font-size: .3rem;
    font-weight: bold;
}
.box-listNum li p{
    /*font-size: .16rem;*/
    color: #000000;
}

.box-logo{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #000000;
    position: absolute;
    bottom: .38rem;
    left: 0.8rem;
}
.box-logo img{
    height: .28rem;
    margin-left: .36rem;
}
.box-logo img:first-of-type{
    margin-left: .28rem;
}


.title-two{
    text-align: center;
    font-size: .38rem;
    color: #333333;
    padding-top: .85rem;
    padding-bottom: .5rem;
}

.box-padding{
    padding: 0 .52rem .1rem .52rem;
}

.imgSwipertBox{
    width: 100%;
    margin-top: .25rem;
    padding-bottom: .5rem;
}
.imgSwipertBox .swiper-slide {
    width: 5rem;
    height: 5rem;
    background-position: center;
    background-size: cover;
}
.imgSwipertBox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-bannerActivity{
    padding-bottom: .48rem;
}
.share-tab{
    display: flex;
    justify-content: center;
    margin-bottom: .2rem;
}
.share-tab li{
    font-size: .18rem;
    color: #333333;
    padding-bottom: .14rem;
    border-bottom: .02rem solid #fff;
    margin-left: .48rem;
    cursor: pointer;
}
.share-tab li:first-of-type{
    margin-left: 0;
}
.share-tab li.active{
    border-bottom: .02rem solid #0E0205;
}
.box-bannerActivity .bannerSwiper{
    width: 100%;
    margin-top: .19rem;
    padding-bottom: .5rem;
}

.downloadSwiper{
    padding-bottom: .38rem;
}
.downloadSwiper .swiper-slide{
    display: block;
    width: 100%;
    height: 6rem;
    border-radius: .14rem;
}
.downloadSwiper .slide-box{
    position: relative;
    height: 100%;
    margin-left: .42rem;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.downloadSwiper .app-logo{
    display: none;
    align-items: center;
    font-size: 0.4rem;
    color: #FFFFFF;
    margin-top: .5rem;
}
.downloadSwiper .app-logo b{
    display: block;
    width: 0.66rem;
    height: 0.6rem;
    background: url(/common/images/indexNew/download/app-logo2.png) no-repeat;
    background-size: 100%;
    margin-right: .25rem;
}

.downloadSwiper .content{
    width: 50%;
}
.downloadSwiper .content h2{
    width: max-content;
    font-size: .52rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: .6rem 0 .38rem;
}
.downloadSwiper .content p{
    color: #FFFFFF;
    font-size: .14rem;
    line-height: .26rem;
    text-align: justify;
}
.downloadSwiper .content .jump-activity{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    line-height: 0.36rem;
    font-weight: 500;
    color: #FFFFFF;
    border: .02rem solid #FFFFFF;
    border-radius: 0.2rem;
    margin-top: .4rem;
    padding: 0 .06rem 0 .15rem;
}
.downloadSwiper .content .jump-activity .arrow-right{
    display: block;
    width: 0.22rem;
    height: 0.23rem;
    background: url(/common/images/indexNew/download/arrow-right.png) no-repeat;
    background-size: 100%;
    margin-left: .08rem;
}
.downloadSwiper .banner-dn{
    /*width: 8.85rem;*/
    height: 5.55rem;
    position: absolute;
    bottom: -0.38rem;
    right: 0;
}

.downloadSwiper .swiper-button-next,
.downloadSwiper .swiper-button-prev{
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(0, 143, 255, .7);
    border-radius: 50%;
    color: #fff;
}
.downloadSwiper .swiper-button-next{
    right: .5rem;
}
.downloadSwiper .swiper-button-prev{
    left: .5rem;
}
.downloadSwiper .swiper-button-next:after,
.downloadSwiper .swiper-button-prev:after{
    font-size: .34rem;
}