.header_dis{
    width: 100%;
    height: 60px;
    background: #ffffff;
}
.header_dis .header_list{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    
}
.header_list ul li{
    float: left;
    margin-left: 65px;
}
.header_list ul li a{
    font-size: 16px;
    color: #333333;
    line-height: 60px;
}
/* <!-- 确认支付 --> */
.qr_pay{
    width: 1200px;
    height: 808px;
    background:#ffffff;
    margin: 22px auto 33px auto;
    overflow: hidden;
}
.qr_pay .qr_title{
    font-size: 22px;
    color: #333333;
    margin: 30px 0 0 50px;
}
.qr_pay .qr_site{
    width: 1014px;
    margin:46px auto 0 auto;
    text-align: center;
    font-size: 22px;
    color: #333333;
}
.qr_pay .dd_msg{
    width: 1100px;
    height: 572px;
    border: 1px solid #EEEEEE;
    border-top: none;
    margin: 0 auto;
}
.qr_pay .order_number{
    width: 1100px;
    height: 40px;
    background: #EEEEEE;
    margin: 22px auto 0 auto;
    line-height: 40px;
}
.order_number p{
    font-size: 14px;
    color: #333333;
    margin-left: 38px;
}

.dd_msg .gh_msg{
    width: 1022px;
    height: 113px;
    margin: 12px auto 0 auto;
    border-bottom:1px dashed #E5E5E5;
}
.dd_msg .gh_msg .msg_title{
    font-size: 16px;   
    color: #333333;
}
.gh_msg .msg_1{
    width: 100%;
    height:20px;
    margin-top: 10px;
}
.gh_msg .msg_1 ul li{
    float: left;
    font-size: 14px;
    color: #666666;
}
.gh_msg .msg_1 ul li span{
    color: #333333;
}
.gh_msg .msg_1 ul li:nth-child(1){
    width: 287px;
    height: 100%;
}
.gh_msg .msg_1 ul li:nth-child(2){
    width: 262px;
    height: 100%;
}
/* <!-- 支付信息 --> */
.dd_msg .pay_msg{
    width: 1022px;
    height: 272px;
    margin: 0 auto;
    display: flex
}
.pay_msg .pay_fy{
    width: 320px;
    height: 100%;
}
.pay_msg .pay_ewm{
    width: 420px;
    height: 100%;
}
.pay_ewm p{
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
}
.pay_msg .pay_btn{
    width: 282px;
    height: 100%;
    
}
.pay_btn a{
    display: block;
    width: 120px;
    height: 38px;
    background: #F8A682;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    margin-top: 170px;
    float: right;
}
.pay_fy b{
    font-size: 16px;
    color: #333333;
    display: block;
    margin-top: 26px;
}
.pay_fy p{
    font-size:14px;
    color: #666666;
    margin-top: 3px;
}
.pay_fy p span:nth-child(2){
    font-size: 20px;
    color: #e60044;
}
.pay_ewm .ewm{
    width: 180px;
    height: 180px;
    border: 1px solid #E5E5E5;
    margin: 13px auto 0 auto;
}