body {
    max-width: 7.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.top {
    width: 100%;
    height: 1.3rem;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

header {
    position: fixed;
    width: 7.5rem;
    height: 1.3rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.logo {
    width: .91rem;
    height: .91rem;
    margin-left: .2rem;
}

.topDes {
    margin-left: .22rem;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}

.topDes h1 {
    font-size: .38rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.topDes h1 span{
    font-size: .26rem;
    font-weight: normal;
}

.topDes p {
    font-size: .18rem;
}

.topDes p a {
    font-size: .18rem;
    color: #FFFFFF;
}

.topDownload {
    margin-top: .06rem;
    width: 2.18rem;
    height: .7rem;
    margin-right: .26rem;
    margin-left: auto;
}

.bg2 {
/*    width: 100%;*/
    height: 12.02rem;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: 100% 100%;
/*    padding-top: 10.66rem;*/
    padding-top: 10.88rem;
    box-sizing: border-box;
    display: flex;
}

.freeDown {
    display: block;
/*    width: 4.40rem;*/
/*    height: 1.32rem;*/
    width: 3.40rem;
    height: 1.15rem;
    margin: 0 auto;
    animation: zoom 1s infinite;
}

.bg3 {
    width: 100%;
    height: 11.18rem;
    background: url(../images/bg3.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 1.1rem;
    box-sizing: border-box;
}

.prize {
    width: 6.91rem;
    height: 4.75rem;
    display: block;
    margin: 0 auto;
}

.m55 {
    margin: .50rem auto;
}

.bg4 {
    width: 100%;
    height: 18.22rem;
    background: url(../images/bg4.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: .4rem;
    box-sizing: border-box;
}

/* 轮播图 */
.swiper-container {
    width: 6.91rem;
    height: 10.21rem;
    background: url(../images/style.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 1rem;
    box-sizing: border-box;
}

.swiper-wrapper {
    width: 4.9rem;
    height: 7.9rem;
}

.swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 4.85rem;
    height: 7.84rem;
}

.swiper-button-prev {
    width: .52rem;
    height: .58rem;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    top: 6.2rem;
    left: .2rem;
}

.swiper-button-next {
    width: .52rem;
    height: .58rem;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
    top: 6.2rem;
    right: .2rem;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

.redpack {
    margin: 0 auto;
    width: 6.7rem;
    height: 5.82rem;
    background: url(../images/redpack.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.getBox {
    width: 1.73rem;
    height: 1.74rem;
    position: absolute;
    top: 3.38rem;
    left: 50%;
    transform: translateX(-50%);
}

.get {
    width: 1.73rem;
    height: 1.74rem;
    animation: zoom 1s infinite;
}

footer {
    display: none;
}

.download {
    width: 6.93rem;
    height: 1.49rem;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: .1rem;
    z-index: 999;

}

.download img {
    width: 100%;
    height: 100%;
}

.firmTag{
    background: #fff;
    padding-top: .1rem;
    padding-bottom:.2rem;
}

.firmTag h1 {
    font-size: .36rem;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #373737;
}
.firmTag h1 span{
    
font-size: .26rem;
font-family: Microsoft YaHei;
font-weight: 400;
}
.linkto {
    text-align: center;
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
}

.apptype {
    text-align: center;
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(.85);
    }

    100% {
        transform: scale(1);
    }
}