* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0
}

.body_bg {
    background: url(../img/bg.png) no-repeat #873072;
    background-size: 100%;
    min-height: 20rem;
    padding-bottom: .2rem
}

.top {
    width: 6.15rem;
    margin: auto;
    padding-top: .8rem
}

.top_img {
    width: 100%;
    height: 8.51rem;
    background: url(../img/top_img.png) no-repeat;
    background-size: 100%
}

.down_one {
    width: 4.92rem;
    margin: auto;
    position: relative
}

.down_one_01 {
    width: 2.08rem;
    height: 1.09rem;
    background: url(../img/down_top.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -.8rem;
    right: -.7rem
}

.down_one_02 {
    width: 4.92rem;
    height: 1.05rem;
    background: url(../img/down_btn.png) no-repeat;
    background-size: 100%
}

.down_two {
    width: 6.47rem;
    height: 2.45rem;
    margin: auto;
    background: url(../img/down_num.png) no-repeat;
    background-size: 100%
}

.down_two dl {
    width: 5.6rem;
    height: 1.46rem;
    position: relative;
    top: .74rem;
    display: flex
}

.down_two dl dt {
    width: 2.9rem
}

.down_two dl dd {
    flex: 1;
    display: flex;
    font-size: .54rem;
    font-weight: 700;
    align-items: center
}

.down_two dl dd span {
    display: block;
    background-image: linear-gradient(135deg, #fff6e1, #ffd26f);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.down_two dl dd .sp1 {
    flex: 1
}

.banner_bg {
    width: 6.9rem;
    height: 6.06rem;
    margin: auto;
    margin-top: .3rem;
    display: flex;
    flex-direction: column;
    background: url(../img/banner_bg.png) no-repeat;
    background-size: 100%
}

.banner_main {
    width: 6.5rem;
    margin: .7rem auto .2rem auto;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column
}

.main_one {
    flex: 1
}

.swiper {
    width: 100%
}

.swiper ul li img {
    width: 100%;
    height: 3.5rem;
    display: block
}

.main_two {
    width: 6.67rem;
    height: 1.53rem;
    margin-top: .1rem;
    background: url(../img/banner_bot.png) no-repeat;
    background-size: 100%
}

.foot {
    width: 6.9rem;
    margin: auto;
    margin-top: .2rem;
    background: rgb(0, 0, 0, .2);
    padding: .15rem 0;
    font-size: .26rem;
    border-radius: .2rem;
    color: #e6b447;
    text-align: center
}

.statistics {
    display: none
}

@media screen and (min-width:750px) {
    body {
        background-color: #8e3d76;
        width: 750px;
        margin: auto
    }
}