.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;
}
/* <!-- 确认订单 --> */
.dingdan{
    width: 1200px;
    height: 800px;
    background: #ffffff;
    margin: 22px auto 40px auto;
    overflow: hidden;
}
.dingdan .dd_title{
    font-size: 22px;
    color: #333333;
    margin: 38px 0 0 50px;
}
.dingdan .dd_msg{
    width: 1100px;
    height: 560px;
    border: 1px solid #E5E5E5;
    margin: 24px auto 0 auto;
}
.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 .hz_msg{
    width: 1022px;
    height: 112px;
    margin: 0 auto 0 auto;
    border-bottom:1px dashed #E5E5E5;
}
.hz_msg .msg_1{
    width: 1022px;
    height: 30px;
    margin-top: 18px;
}
 .hz_msg .hz_msg1{
    width: 70px;
    height: 20px;
    font-size: 16px;
    color: #333333;
    float: left;
    line-height: 30px;
}
.hz_msg .hz_msg2{
    width: 75px;
    height: 20px;
    font-size: 14px;
    float: right;
}
.hz_msg .hz_msg2 a{
    color: #e6004e;
}
.hz_msg .hz_msg3{
    width: 100%;
    height: 20px; 
    margin: 10px 0 10px 0;
}
.hz_msg3 ul li{
    float: left;
    font-size: 14px;
}
.hz_msg3 ul li:nth-child(1){
    width: 128px;
}
.hz_msg3 ul li:nth-child(1) span{
    color: #666666;
}
.hz_msg3 ul li:nth-child(2){
    width: 238px;
}
.hz_msg3 ul li:nth-child(3){
    width: 190px;
}
.hz_msg3 ul li:nth-child(4){
    width: 436px;
}
.hz_msg3 ul li:nth-child(5) a{
    display: block;
    width:20px;
    height: 20px;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    /*background-image: url("../img/xz.png"); */
}
.dd_msg .btn{
    width: 100%;
    height: 40px;
    margin-top: 115px;
}
.btn a{
    display: block;
    width: 120px;
    height: 40px;
    font-size: 18px;
    color: #ffffff; 
    background: #E60044;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-right: 41px;
}
.dd_msg .tx_btn{
    width: 100%;
    height: 20px;
    margin-top: 18px;
}
.tx_btn ul li:nth-child(1){
    width: 20px;
    height: 20px;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    margin-right: 11px;
}
.tx_btn ul li:nth-child(3) a{
    color: #E60044;
}
.tx_btn ul li{
    float: left;
    font-size: 14px;
    color: #666666;
}
.tx_btn ul{
    float: right;
    margin-right: 39px;
}
