*{
    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_order{
    margin: 13px auto 95px;
    padding: 40px 25px;
    background:rgba(255,255,255,1);
    border-radius:4px;
}
.payment_order>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);
}

/*内容*/
.order_box{
    padding: 30px 25px;
}
.order_remind{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:16px;
    margin-bottom: 20px;
}
.order_remind>span{
    color: #E60012;
}

.order_information{
    padding: 25px 22px;
    background:rgba(247,247,247,1);
    margin-bottom: 20px;
}

/*订单信息*/
.order_box_img{
    float: left;
}
.order_box_img>img{
    display: block;
    max-width: 100%;
}

.order_data{
    float: left;
    margin-left: 33px;
}
.order_data>p{
    font-size:14px;
    line-height: 14px;
    margin-bottom: 14px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.order_data>p:last-child{
    margin-bottom: 0;
}
.order_data>p>span{
    color: #F05334;
    font-weight: Bold;
}


/*支付方式*/
.payment_method{
    border:1px solid rgba(238,238,238,1);
    padding: 30px 22px;
}
.payment_method>p{
    font-size:18px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight:400;
    color:rgba(48,48,48,1);
}
.payment_method_section{
    margin-left: 0px;
}
.payment_method_section>a{
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    height: 60px;
    border:1px solid rgba(238,238,238,1);
    padding: 10px 0px 10px 30px;
}
.payment_method_section>a:first-child{
    margin-right: 20px;
}
.payment_method_section>a>span{
    float: left;
}
.payment_method_section>a>span:last-child{
    line-height: 38px;
    margin-left: 29px;
    font-size:18px;
    font-weight:400;
    color:rgba(48,48,48,1);

}


