/*-------------Public---------------*/
.block{
    margin-top: 1rem;
}
/*-----------Project Info------------*/
.project_info_wrapper{
    width: 100%;
    box-shadow:0 2px 10px -5px #ccc;
}
.project_info{
    overflow: hidden;
    padding: 1.2rem;
}
.project_pic{
    float: left;
    width: 7rem;
    height: 7rem;
    /*background: url(../../images/helpcenter/Nurburgring-005.jpg) 50% 50% no-repeat;*/
    /*background-size: 100%;*/
}
.project_info_text{
    width: 20rem;
    float: left;
    padding: 0.7rem 0 0 1.2rem;
    font-size: 1.6rem;
}
.project_info_text_price{
    /*margin-top: 2.1rem;*/
}
.project_info_return{
    width: 100%;
    background: #fff;
}
.project_info_retrun_text{
    padding: 1rem 1.2rem 0.4rem;
    line-height: 2rem;
    color: #929292;
    font-size: 1.4rem;
}
.project_info_return_date{
    padding: 0 1.2rem 1rem;
    font-size: 1.4rem;
    
}
/*----------------Order Detail----------------------*/
.order_detail_wrapper{
    box-shadow:0 2px 10px -5px #ccc;
}
.consignee_wrapper{
    padding: 1.1rem;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    /*box-shadow:0 2px 10px -5px #ccc;*/
}
.consignee_info_wrapper{
    display: block;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.consignee_info_cellPhone{
    padding-left: 0.4rem;
}
.consignee_info_address{
    width: 27.3rem;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.order_detail{
    padding: 0 1.2rem;
    background: #fff;
}
.order_detail_text{
    display: block;
    padding: 1.2rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.order_detail_text_title{
    font-size: 1.4rem;
    color: #929292;
}
.order_num_wrapper{
    float: right;
    position: relative;
    top: -2px;
}
.order_num{
    position: relative;
    top: -3px;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border: none;
    color:#696969;
    font-size: 1.4rem;
}
.order_num_wrapper:before, .order_num_wrapper:after{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    background: #f2f2f2;
    text-align: center;
    font-size: 1.4rem;
}
.order_num_wrapper:before{
    content: '-';
}
.order_num_wrapper:after{
    content: '+';
}
.order_remarks{
    position: relative;
    top: -3px;
    width: 24rem;
    border: none;
    font-size: 1.4rem;
}
.order_detail_express_price{
    float: right;
    font-size: 1.4rem;
}
.order_price_wrapper{
    padding: 1rem 1.2rem 1rem 0;
    background: #fff;
    font-size: 1.6rem;
    text-align: right;
    color: #929292;
}
.order_price{
    color: #f46200;
}
.order_price_num{
    padding-left: 0.4rem;
    font-size: 2.6rem;
}
/*----------------Agreement---------------------------*/
.agreement_wrapper{
    padding: 1.2rem;
    background: #fff;
    box-shadow:0 2px 10px -5px #ccc;
}
.agreement_content{
    font-size: 1.4rem;
    line-height: 2rem;
    padding-bottom: 1rem;
}
.agreement_sponsor{
    color: #5184bc;
}
.agreement_checkbox{
    padding-top: 1rem;
    border-top: 1px solid #e6e6e6;
    color: #929292;
    font-size: 1.4rem;
}
.checkbox_cust{
    float: right;
}