*{
    margin: 0;
    padding: 0;
}
html,body{
    min-width: 1200px;
    width: 100vw;
    font-size: 16px;
    background: #f3f6fb;
    overflow-x: hidden;
    font-family:微软雅黑;
}

@media screen and (max-width:1400px) {
    html,
    body{
        font-size: 12px;
    }
    .max_width{
        width: 1200px!important;
    }
}
.max_width{
    margin: 0 auto;
    width: 1400px;
}

.clear_float::after{
    content: '';
    display: table;
    clear: both;
}

/*二维码*/
.payment_code{
    margin: 13px auto 55px;
    padding: 40px 25px;
    background:rgba(255,255,255,1);
    border-radius:4px;
}
.payment_code>h3{
    margin: 0;
    font-size:18px;
    line-height:18px;
    padding-bottom: 20px;
    font-weight:400;
    color:rgba(153,153,153,1);
    border-bottom:1px solid rgba(238,238,238,1);
}

/**/
.qr_code{
    width: 380px;
    margin: 88px auto 120px;
    text-align: center;
}
.qr_code_title>p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
}
.qr_code_title>p>span{
    color: #E60012;
}
.qr_code_img{
    width: 260px;
    height: 260px;
    background:rgba(238,238,238,1);
    margin: 27px auto 17px;
}
.qr_code_p{
    font-size:14px;
    line-height: 14px;
    font-weight:400;
    color:rgba(153,153,153,1);
}

