body {
    max-width: 7.5rem;
    background: #f3b031;
}

.top {
    background: url(../images/top_bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.downloadNum {
    background: #000;
    width: 85.9%;
    height: .81rem;
    text-align: center;
    line-height: .81rem;
    color: #fff;
    border-radius: .15rem;
    font-size: .44rem;
    margin: 0 auto .5rem;
}

.rightDownload {
    margin: 0 auto;
    color: #8F3308;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.div-fixed {
    position: relative;
    z-index: 1000;

}

.div-fixed .rightDownload {
    width: 7.56rem;
    position: fixed;
    top: 0px;
    background: #e6660a;
    filter: alpha(opacity=90);
    /*支持 IE 浏览器*/
    -moz-opacity: 0.90;
    /*支持 FireFox 浏览器*/
    opacity: 0.90;
    /*支持 Chrome, Opera, Safari 等浏览器*/
    z-index: 9999;
    padding: .2rem 0;
}

.rightDownload a {
    width: 43.67%;
}

.welfare {
    margin-top: .37rem;
}

.swiper-container {
    width: 100%;
    height: 8.87rem;
    padding-top: .16rem;
    box-sizing: border-box;
}

.swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;

}

.swiper-button-next,
.swiper-button-prev {
    width: .59rem;
    height: .67rem;
    top: 60%;
}

.swiper-button-prev {
    background: url(../images/left_btn.png) no-repeat center;
    background-size: 100% 100%;
}

.swiper-button-next {
    background: url(../images/right_btn.png) no-repeat center;
    background-size: 100% 100%;
}

.title {
    background: url(../images/title.png) no-repeat center;
    background-size: 100% 100%;
    width: 2.97rem;
    height: .67rem;
    color: #fff;
    position: relative;
    top: .04rem;
    margin-bottom: .66rem;
}

.title i {
    position: absolute;
    left: .17rem;
    top: -0.03rem;
    font-size: 11px;
}

.title span {
    font-size: .46rem;
    font-weight: 700;
    letter-spacing: .03rem;
}

.slide01 img {
    width: 6.02rem;
}

.slide02 img {
    width: 6.42rem;
}

.slide03 img {
    width: 7.44rem;
    margin-left: 1.2rem;
}

.slide04 img {
    width: 6.27rem;
    margin-left: 0.4rem;
}

.slide05 img {
    width: 6.51rem;
    margin-left: 0.9rem;
}

.tipsImg {
    background: url(../images/tipImg.png) no-repeat center;
    background-size: 100% 100%;
    width: 6.71rem;
    height: .47rem;
    margin: .45rem auto 0;
}

.bottom {
    margin-top: 1rem;
    text-align: center;
    font-size: .18rem;
    color: #6A1A04;
    line-height: .26rem;
    font-weight: 600;
}

.wen {
    width: .9rem;
    height: .9rem;
}

.name {
    width: 1.02rem;
    height: .39rem;
}

.safe {
    width: .96rem;
    height: .37rem;
}

.bottomImg {
    text-align: center;
    margin-top: .3rem;
    padding-bottom: .2rem;
}