a:hover{
    text-decoration: none;
}
.user_public_left{
    width: 15%;
}
.user_public_right{
    width: 80%;
    padding-bottom: 30px;
}
.user_public_left_item {
    display: flex;
    justify-content:flex-start;
    margin-bottom: 25px;
}
.user_public_left_item a,.user_public_left_item span{
    font-size:16px;
    color:#fff;
    width: 90%;
}
.user_public_left_item a.current{
    color: #fff;
}
.user_public_left_item a:hover{
    color: #fff;
    text-decoration: none;
}
.user_public_left_item span{
    width: 10%;
}
.customer-box{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.customer-header-title{
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    line-height: 125px;
    text-align: center;
}
.order_list_box{
    display: flex;
    flex-direction: column;
}
.user_public_right{}
.user_public_right .user_order_list{}
.user_public_right .user_order_list .order_list_head{
    display: flex;
    background: rgb(80,80,80);
    line-height: 45px;
    color: #eee;
}
.user_public_right .user_order_list .order_list_head .time{margin-right: 30px;padding-left: 15px;}
.user_public_right .user_order_list .order_list_head .orderid{}
.user_public_right .user_order_head{}
.user_public_right .user_order_body{}
.user_public_right .total_line{
    border-top: 1px solid rgb(232, 232, 225);
    border-bottom: 1px solid rgb(232, 232, 225);
    line-height: 60px;
    display: flex;
    justify-content: right;
    font-size: 16px;
}
.user_public_right .total_line span{
    padding-left: 30px;
    font-size: 22px;
}
.user_public_right .pay_line{
    display: flex;
    justify-content: right;
    padding: 25px 0px;
}
.user_public_right .pay_line .pay-now-button a{
    padding: 0px 20px;
    height: 48px;
    display: flex;
    background: none;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border:solid 1px #fff;
}

.user_public_right .pay_line .pay-now-detail{}
.user_public_right .pay_line .pay-now-detail a{
    /*border: solid 1px rgb(26, 40, 54);*/
    background: #c69c6d;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin-left: 20px;
}

.order_list_body{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0px;
    flex-wrap: wrap;
}
.order_list_body .order_list_body_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.order_list_body .order_list_body_item .order_list_body_item_img{
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 10px;
}
.order_list_body .order_list_body_item .order_list_body_item_img .order_list_body_item_img_num{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0px 5px;
}
.order_list_body .order_list_body_item .order_list_body_item_img img{
    max-width: 100%;
}
.user_public_right .pay_line a:hover{
    text-decoration: none;
}
.customer-header-title-left{
    text-align: left;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.customer-header-title-left i{
    font-size: 12px;
    margin-right: 5px;
}
.status-box{
    background:rgb(96,96,96);
    padding: 32px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.status-box-left-status{font-size: 28px;font-weight: bolder;}
.status-box-left-text{font-size: 16px;}
.status-box-right-pay-now{
    background: #c69c6d;
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}
.order-detail-box{
    padding: 32px 40px;
    background: #444444;
}
.detail-head{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
    font-size: 16px;
    border-bottom: solid 1px rgb(229, 231, 235);
}
.detail-head .info{width: 44%;}
.detail-head .status{}
.detail-head .price{}
.detail-head .qty{}
.detail-head .total{}
.detail-body{

}

.detail-body .detail-body-item{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
    align-items: center;
}
.detail-body .detail-body-item .info{
    display: flex;
    justify-content: flex-start;
    width: 44%;
}
.detail-body .detail-body-item .info .info-right-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 15px;
}
.detail-body .detail-body-item{

}

.detail-body .detail-body-item .info .info-right-box .info-title{}
.detail-body .detail-body-item .info .info-right-box .info-attr{color:#fff;}
.detail-body .detail-body-item .status{
    width: 9%;
    text-align: center;
}
.detail-body .detail-body-item .price{}
.detail-body .detail-body-item .qty{}
.detail-body .detail-body-item .total{}

.detail-infos{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-top: 50px;
    padding-bottom: 50px;
}
.detail-infos>div{
    flex-grow: 1;
}
.detail-infos .price{}
.detail-infos .price>div{display: flex;justify-content: space-between;padding: 0 40px 0 40px;margin-bottom: 18px;line-height: 25px;}
.detail-infos .adress>div{display: flex;justify-content: space-between;padding: 0 40px 0 40px;margin-bottom: 18px}
.detail-infos .status>div{display: flex;justify-content: space-between;padding: 0 40px 0 40px;margin-bottom: 18px}

.detail-infos .adress{
    border-left: solid 1px #ccc9a4;
    border-right: solid 1px #ccc9a4;
}

.detail-infos .label{color:#fff;font-size: 14px;}
.detail-infos .total-amount{color:rgb(217, 93, 87);}

.detail-infos .price .price-title{}
.detail-infos .price .price-item{margin-top: 18px;}
.detail-infos .price .total-amount{}
.detail-infos .price .total-amount label{}
.detail-infos .price .total-amount value{}
.detail-infos .price .product-amount{}
.detail-infos .price .product-amount label{}
.detail-infos .price .product-amount value{}

.detail-infos .price .discount-price{}
.detail-infos .price .discount-price label{}
.detail-infos .price .discount-price value{}

.detail-infos .price .discount-code{}
.detail-infos .price .discount-code:before{
    content: "\e665";
    display: inline-block;
    margin-right: 5px;
    font-family: 'iconfont';
    font-size: 24px;
}
.discount-code-label{margin-right: auto;}
.detail-infos .price .discount-code label{}
.detail-infos .price .discount-code value{}

.detail-infos .price .tip{}
.detail-infos .price .tip label{}
.detail-infos .price .tip value{}

.detail-infos .price .shipping-cost{}
.detail-infos .price .shipping-cost label{}
.detail-infos .price .shipping-cost value{}

.detail-infos .price .sales-tax{}
.detail-infos .price .sales-tax label{}
.detail-infos .price .sales-tax value{}

.detail-infos .price .freight-tax{}
.detail-infos .price .freight-tax label{}
.detail-infos .price .freight-tax value{}

.customer-box-address{
    display: flex;
    justify-content: center;
}
.customer-name{
    display: flex;
}
.web_input_box select{
    height: 46px;
    line-height: 46px;
    border-radius: 1px;
    border: solid 1px #7f7e7e;
    background: none;
    padding: 0px 15px;
}
.web_buttons_set button{
    background: #434343;
}
.tracking-banner{
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4%;
}
.tracking-order-title{
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    padding: 35px;
}


