
.bg{
}
.tobox{
    margin: 0 auto ;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.tobox .title{
    font-size: 33px;
    font-weight: bolder;
}
div.orderid{
    /*margin: 15px;*/

}
.banner{
    text-align: center;
    margin-top: 15px;
}
.centerbox{
    margin: 30px auto 50px;
    width: 660px;
    border-right: none;
    border-left: none;
    padding: 30px 0px;

}
.inputbox{
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    margin: 30px auto;
    padding: 12px 16px 20px 16px;
    flex-direction: column;
    width: 520px;
    /* background: red; */
    justify-content: center;
    align-items: center;
}
.tobox .info{
    line-height: 30px;
    font-size: 14px;
    margin-top: 40px;
}
.inputbox .submit{
    display: flex;
    justify-content: center;
}
.inputbox .submit {
    margin-top: 27px;
    width: 100%;
}
.inputbox .submit input{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f04f36;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 20px;
    overflow: hidden;
    /* align-items: center; */
    overflow: hidden;
}
.inputbox .orderid ,.inputbox .email {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    font-size: 16px;
    padding: 10px 0px;
}
.inputbox font{
    color: red;
    margin-left: 5px;
}
input[type=text]{
    width: 100%;
    border: solid 1px #d6d6d6;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
}
.orderlist{
    padding: 15% 0px 25%;
}
#my-orders-table{
    width: 100%;
}
#my-orders-table thead tr th{
    line-height: 35px;
    text-indent: 15px;
}
#my-orders-table tbody tr td{
    line-height: 35px;
    text-indent: 15px;
}
#my-orders-table a:hover{
    color:#ff7988;
}
.tobox .buttoninfo {
    line-height: 30px;
    text-align: left;
    margin-top: 13px;
}


h1, .h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #f04f36;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: bolder;
}
.order-date{
    font-weight: bolder;
    font-size: 16px;
}
#my-orders-table{
    width: 100%;
}
#my-orders-table thead tr th {
    color: #333;
    font-weight: 600;
    line-height: 25px;
    padding: 10px;
}
#my-orders-table tbody tr td {
    line-height: 25px;
    padding: 10px;
}

#my-orders-table tfoot tr td {
    padding: 9px 25px;
}
h3.product-name{
    font-weight: bolder;
    font-size: 18px;
}


.tracking-title strong{
    font-size: 18px;
}
.tracking-status{
    padding: 10px 0px;
}
.tracking-bs{
    padding-bottom: 10px;
}
.tracking-tlist{
    line-height: 30px;
    padding-left: 10px;
    font-size: 12px;
    position: relative;
    background: url(/static/index/image/tracking-line.png) no-repeat 4px 24px;
    display: flex;
}
.tracking-tlist:hover{
    background-color: #f5f5f5;
}

.tracking-tlist span{
    margin-left: 15px;
}
.tracking-tlist span.listtime{
    width: 125px;
}
.tracking-tlist span.listcontent{
    width: 65%;
}
.trackcon{
    position: absolute;
    display: inline-block;
    left: 2px;
    top: 11px;
    /* border: 3px solid #eee; */
    transform: rotate(45deg);
    /* background: #eee; */
    line-height: 0;
}
.trackcon::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(0,0,0,.87);
}
.tracking-tlist:last-child{
    background: none;
}
.order-info-head{
    padding: 10px 15px;
    background: #f0f0f0;
    color: #060606;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 7px;
    margin-top: 15px;
    text-transform: uppercase;
}
.order-info-box{
    border-radius: 7px;
    border: solid 1px #ddd;
    padding: 30px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.order-info-box-right span{
    font-weight: bolder;
    font-size: 18px;
}
.order-info-box-right{
    width: 50%;
}

.tracking-order-detail{
    margin-top: 35px;
}
.tracking-content{
    padding-left: 10%;
    margin-top: 50px;
}
@media (max-width: 960px) {
    .centerbox,#trackorderform .inputbox{width: 100%;padding: 10px;}
}


