* {
    padding: 0;
    margin: 0;
}

.box {
    display: block;
    width: 100%;
    height: 13.33rem;
    position: relative;
}
.img_btn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4rem;
    bottom: 0;
}
a:after{
    content:'';
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    width:3.32rem;
    height:1.23rem;
    margin-left: -1.66rem;
    background: url(../img/android.png) 0 0 no-repeat;
    background-size: 100%;
    animation: flash 1s linear infinite;
}
.ios a:after{
    width:3.35rem;
    margin-left: -1.675rem;
    background:url(../img/ios.png) 0 0 no-repeat;
    background-size: 100%;
}
@keyframes flash {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
.page3{
    position: relative;
    box-sizing: border-box;
    padding-top: 1.2rem;
    margin-bottom: 1.2rem;
}
.footer{
    color:#8F8F8F;
    font-size: 0.16rem;
    text-align: center;
    margin-top: 0.7rem;
}
.footer img{
    display: block;
    margin: 0 auto;
    width: 2.3rem;
    height: auto;
    margin-bottom: 0.2rem;
}
.swiper{
    width: 6.82rem;
    height: 11rem;
}
.swiper-slide{
    width: 100%;
    height: 10.31rem;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.swiper-pagination{
    width: 100%;
    height: 0.69rem;
    top: 11.3rem !important;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 0.71rem;
    height: 0.69rem;
    background: url(../img/unchecked.png) no-repeat top center;
    background-size: 100% 100%;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: url(../img/check.png) no-repeat top center;
    background-size: 100% 100%;
}
.swiper-button-prev,.swiper-button-next{
    width: 0.44rem;
    height: 0.82rem;
    font-size: 0;
    top: 50%;
    caret-color: rgba(0,0,0,0);
}
.swiper-button-prev{
    background: url(../img/right_1.png) no-repeat top center;
    background-size: 100% 100%;
    left: 0.2rem;
}
.swiper-button-next{
    background: url(../img/left_1.png) no-repeat top center;
    background-size: 100% 100%;
    right: 0.2rem;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

.web6 .page2{
    width: 7.5rem;
    height: 15.06rem;
    background: url(../img/6/bg2.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.web6 .page3{
    width: 7.5rem;
    height: 14.6rem;
    background: url(../img/6/bg3.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.web7 .page3{
    width: 7.5rem;
    height: 15.8rem;
    background: url(../img/7/bg2.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 2rem;
}
.web7 .swiper-pagination,.web9 .swiper-pagination{
    top: 12.2rem !important;
}
.web8 .page2{
    width: 7.5rem;
    height: 15.06rem;
    background: url(../img/8/bg2.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.web8 .page3{
    width: 7.5rem;
    height: 14.6rem;
    background: url(../img/8/bg3.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.web9 .page3{
    width: 7.5rem;
    height: 15.59rem;
    background: url(../img/9/bg2.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 2rem;
}

.bottomFloating {
    width: 100%;
    text-align: center;
    height: 1.2rem;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: none;
}
.bottomFloating .img_btn {
    height: 0.7rem;
    bottom: 0.25rem;
}
.bottomFloating a:after{
    animation: unset;
    height: 0.7rem;
    width:1.85rem;
    display: block;
    margin: 0;
    left: 50%;
    margin-left: -0.935rem;
    bottom: 0;
}
.web37,.web38,.web39,.web40,.web41{
    background:#000;
}
.web37 a:after,.web38 a:after,.web39 a:after,.web40 a:after,.web41 a:after{
    bottom:1.1rem;
}