.ucenter-container {
    width: 1300px;
    margin: 0 auto;
    padding: 16px 0 60px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 26px;
    min-height: 400px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.04);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.04);
}
.ucenter-container .user-order .ucenter-title {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 26px;
    border-bottom: 1px solid #f2f3f5;
    font-weight: 700;
    color: #333;
}
.info-title:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 24px;
    background: #006eff;
    -webkit-box-shadow: 3px 0 10px -1px #13adff;
    box-shadow: 3px 0 10px -1px #13adff;
    border-radius: 2px;
}
.ucenter-container .user-order .order-box {
    padding: 0 20px;
}
.ucenter-container .user-order .order-box .search-box {
    margin-top: 20px;
   
}
.order-list{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.order-list .order-item{
    margin-bottom: 12px;
}
.order-list .order-item .top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    line-height: 38px;
    background-color: #f5f7fa;
    border-top: 1px solid #e4e7ed;
    border-left: 1px solid #e4e7ed;
    border-right: 1px solid #e4e7ed;
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    color: #919191;
    border-radius: 8px 8px 0 0;
}
.order-list .order-item .top .status {
    margin-right: 30px;
}
.order-list .order-item .top .ordersn, .order-list .order-item .top .otherordersn, .order-list .order-item .top .time {
    margin-right: 60px;
}
.order-list .order-item .bottom {
    min-height: 106px;
    padding: 13px;
    border: 1px solid #e4e7ed;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
}
.order-list .order-item .bottom .goods_img {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
}
.order-list .order-item .bottom .goods_name {
    width: 400px;
    color: #2d2d2d;
    line-height: 40px;
    margin-left: 10px;
    overflow: hidden;
    cursor: pointer;
}
.order-list .order-item .bottom .goods_name p {
    display: -webkit-box;
    width: 100%;
    height: 52px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 26px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    white-space: normal;
}
.order-list .order-item .bottom .goods_name .send_type span{
    color: #2987e6;
}
.order-list .order-item .bottom .goods_price {
    width: 200px;
    font-size: 16px;
    text-align: center;
    color: #666;
}
.order-list .order-item .bottom .order-tpl {
    width: 300px;
}
.order-list .order-item .bottom .order-tpl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.order-list .order-item .bottom .order-tpl ul li .img-item, .order-list .order-item .bottom .order-tpl ul li .text-item{
    display: flex;
    gap: 20px;
}
.order-list .order-item .bottom .order-tpl ul li .img-item>.title, .order-list .order-item .bottom .order-tpl ul li .text-item>.title {
    display: block;
    min-width: 100px;
    text-align: right;
}
.order-list .order-item .bottom .pay_type {
    width: 100px;
    text-align: center;
    color: #919191;
}
.order-list .order-item .bottom .btns {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
}
.order-empty {
    text-align: center;
    padding: 20px 0;
}