/*-------------Public---------------*/
body{
    background: #f2f2f2 !important;
}
.block{
    margin-top: 1rem;
}
.block_agreement{
    padding-bottom: 5rem;
}
/*----------------Order Detail----------------------*/
.order_detail_wrapper{
    box-shadow:0 2px 10px -5px #ccc;
    padding: 0 1.2rem;
    background: #fff;
}
.consignee_wrapper{
    padding: 0.8rem 0;
    border-bottom: 1px solid #e6e6e6;
    /*box-shadow:0 2px 10px -5px #ccc;*/
}
.consignee_info_wrapper{
    display: block;
    color: #333;
    font-size: 1.6rem;
    /*line-height: 2.4rem;*/
}
.consignee_info_cellPhone{
    padding-left: 0.4rem;
}
.consignee_info_address{
    white-space:nowrap; 
    overflow:hidden; 
    font-size: 1.2rem;
    line-height: 2.0rem;
    text-overflow:ellipsis;
}
.address_content{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.order_detail{
    background: #fff;
}
.order_detail_text{
    display: block;
    padding: 1.2rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.order_detail_text_title{
    font-size: 1.2rem;
    color: #929292;
}
.order_num_wrapper{
    float: right;
    position: relative;
    top: -2px;
}
.order_num{
    position: relative;
    top: -0.3rem;
    width: 1.8rem;
    height: 1.8rem;
    text-align: center;
    border: none;
    color: #696969;
    font-size: 1.2rem;
    /*margin: 0 -0.3rem 0 0.7rem;*/
}
.btn_reduceNum, .btn_addNum{
    display: inline-block;
    width: 1.85rem;
    height: 1.85rem;
    line-height: 1.8rem;
    background: #f2f2f2;
    text-decoration: none;
    color: #696969;
    text-align: center;
    font-size: 1.2rem;
}
.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;
    margin-left: 1rem;
    font-size: 0.9rem;
}
.order_price_num{
    padding-left: 0.3rem;
    font-size: 2rem;
}
/*----------------Agreement---------------------------*/
.agreement_wrapper{
    padding: 1.2rem;
    background: #fff;
    box-shadow:0 2px 10px -5px #ccc;
}
.agreement_content{
    font-size: 1.2rem;
    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.2rem;
}
.checkbox_cust{
    float: right;
}
/*------------------Footer-------------------------*/
.footer_wrapper{
    width: 100%;
    position: fixed;
    bottom: 0;
    margin-top: 10px;

}
.btn_wrapper{
    width: 100%;
    overflow: hidden;
    padding: 1.2rem 0;
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.btn_pay_back{
    display: block;
    float: right;
    width: 7rem;
    height: 2.75rem;
    margin-right: 1.2rem;
    line-height: 2.75rem;
    text-decoration: none;
    font-size: 1.2rem;
}
.footer_tips{
    width: 100%;
    padding:1.1rem 0;
    background: #ff8200;
    color:#fff;
    text-align: center;
    font-size: 1.2rem;
}
.single_btn_wrapper{
    width: 100%;
    height: 4rem;
    overflow: hidden;
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.btn_pay{
    display: block;
    float: right;
    width: 11rem;
    height: 100%;
    background: #ff8505;
    line-height: 4rem;
    text-align: center;
    text-decoration: none;
    color:#fff;
    font-size: 1.4rem;
    
}
.price_wrapper{
    float: left;
    margin-left: 1.2rem;
    font-size: 1.2rem;
    line-height: 4rem;
}
.total_price_num{
    padding-left: 1rem;
    font-size: 2rem;
    color: #f46200;
}
.total_price_num_unit{
    padding-right: 0.3rem;
    font-size: 1rem;
}