body,html{
    background: #6C33A6;
}

@font-face {
    font-family: 'NewEras';
    src: url("../../images/common/fonts/NewEras.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
button{
    border: none;
    background: transparent;
}
.top{
    position: fixed;
    padding: 0 .2rem;
    top: 0;
    left: 50%;
    margin-left: -3.6rem;
    width: 7.2rem;
    height: .96rem;
    background: linear-gradient(#FEFFFF,#E1F6FF);
    border-bottom: .03rem #97C1FF solid;
    font-family: 'NewEras';
    font-size: .28rem;
    color: #363d98;
    line-height: 1.2;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 2;
}
.top .ico{
    width: .72rem;
}
.top .text{
    margin-top: .1rem;
    margin-left: .1rem;
}
.top .sub-title{
    display: block;
    font-family: Arial;
    font-size: .22rem;
}
.top .btn-download-top{
    display: block;
    width: 1.92rem;
    height: .52rem;
    background-image: url("../../images/promotion/btn_buka_top.png");
}
/*.ios.top .btn-download-top{*/
/*    background-image: url("../../images/promotion/btn_buka_top.png");*/
/*}*/
.wrapper{
    margin: .96rem auto 0;
    width: 7.2rem;
    height: 24.5rem;
    background-image: url("../../images/promotion/bg.jpg");
    font-size: .2rem;
    overflow: hidden;
}
.enroll-list{
    margin: 4.1rem auto 0;
    width: 7.2rem;
    height: 8.14rem;
    background-image: url("../../images/promotion/bg_enroll.png");
    text-align: center;
}
.enroll-list img{
    width: 6.38rem;
}
.enroll-list img:first-of-type{
    margin-top: 1rem;
    margin-bottom: .2rem;
}
.btn-download{
    margin-top: -1.5rem;
    width: 7.2rem;
    height: 4.86rem;
    background-image: url("../../images/promotion/btn_download.png");
}
.ios .btn-download{
    background-image: url("../../images/promotion/btn_ikut.png");
}
.btn-download::after{
    content: "";
    position: absolute;
    top: 49%;
    left: 50%;
    width: 6.77rem;
    height: 1.02rem;
    background: url("../../images/promotion/btn_after.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.btn-download button{
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 1.2rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}

.item-video{
    margin-top: -1.5rem;
}
.item-title{
    text-align: right;
}
.item-title img{
    width: 5.67rem;
}
.item-video .content{
    margin: .2rem auto;
    width: 6.84rem;
    height: 3.7rem;
    background-image: url("../../images/promotion/bg_video.png");
}
.item-video .content .video{
    margin: 0 auto;
    width: 6.46rem;
    height: 3.31rem;
    background: #BBA9D5;
    -webkit-border-radius: .28rem;
    border-radius: .28rem;
    overflow: hidden;
}
.item-video .content .video video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.item-pic .content{
    margin: .2rem auto;
    width: 6.69rem;
    height: 4.94rem;
    background-image: url("../../images/promotion/bg_pic.png");
    overflow: hidden;
}

.swiper {
    margin: .6rem auto 0;
    width: 96%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    width: 5.8rem!important;
    height: 2.96rem;
    background: #BBA9D5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 1.3rem;
}
.swiper-pagination-bullet{
    width: .3rem;
    height: .04rem;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    background: #521CA1;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #BF8EF6;
}
