.banner_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.register_login_btn {
    display: none;
}

.home_swiper {
    width: 740px;
    overflow: hidden;
}

.swiper-slide,
img {
    width: 100%;
}

.pc_reg_box {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p_r_l_c {
    display: block;
    width: 227px;
    height: 73px;
    line-height: 73px;
}

.login {
    background: url('../image/login_btn.svg') no-repeat;
    background-size: 100% 100%;
}

.register {
    background: url('../image/register_btn.svg') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bonus {
    position: absolute;
    text-align: justify;
    right: 6px;
    top: 6px;
    font-size: 14px;
    color: #D3886B;
    line-height: 1;
    font-weight: 600;
}

.register_nomarl {
    background: url('../image/register_btn_nomarl.svg') no-repeat;
    background-size: 100% 100%;
}

/*设计图得pc中间内容块最小尺寸*/
@media screen and (min-width: 980px) {
    /*  */

}

@media screen and (max-width: 980px) {
    .pc_reg_box {
        display: none;
    }

    .register_login_btn {
        display: block;
        width: 100%;

    }

    .h5_reg_box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 390px;
        margin: 0 auto;
    }

    .banner_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 16px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .register_login_btn .h5_reg_com {
        width: 48.9%;
        height: 53px;
        line-height: 50px;
        text-align: center;
        background: url('../image/login_btn.svg') no-repeat;
        background-size: 100% 100%;
        margin-bottom: 15px;
    }

    .register_login_btn .reg_1 {
        position: relative;
        background: url('../image/register_btn.svg') no-repeat;
        background-size: 100% 100%;
    }
    .register_login_btn .reg_2 {
        position: relative;
        background: url('../image/register_btn_nomarl.svg') no-repeat;
        background-size: 100% 100%;
    }

    .bonus {
        font-size: 12px;
        right: 10px;
        top: 5px;
        transform: scale(0.8)
    }

    .home_swiper {
        width: 100%;
        margin-top: 10px;
    }
}