@CHARSET "UTF-8";
/* 订单列表样式
** 2022-01-17
** by Molly
*/
.bar.order-tabs {
    height: 40px;
    top: 50px;
    border-bottom: 0;
    padding: 0;
}
.order-tab {float: left;width: 20%;text-align: center;position: relative;height: 40px;line-height: 40px;font-size: 13px;color: #000;overflow:hidden;}
.order-tab span {display: inline-block;padding: 0 5px;position: relative;}
.order-tab.active span:after {content: '';position: absolute;bottom: 0;left: 0;height: 3px;width: 100%;background: #000;border-radius: 3px;}
#main-content {
    padding-top: 90px;
    background: #f7f7f7;
}
.page-content{background: #f7f7f7;}

.c_red {color: #d00;}
.order-item {margin: 10px 0;padding: 0 15px;background: #fff;}
.order-cell {display: block;padding: 10px 0;border-bottom: 1px solid #eee;font-size: 12px;color: #666;line-height: 20px;}
.order-cell.order-payfor {border-bottom: 0;text-align: right;color: #000;font-size: 14px;}
.order-payfor p{color: #000;font-size: 14px;}
.payfor-btn>a {line-height: 2.4rem;display: inline-block;height: 2.4rem;font-size: 14px;text-align: center;border: 1px solid #666;color: #666;margin-left: 10px;min-width: 100px;border-radius: 1.2rem;margin-top: 10px;box-sizing: content-box;}
.payfor-btn>a.btn-solid {color: #fff;background: #000;border-color: #000;}
.payfor-btn>a.order-sales {min-width: auto;border: 0;margin-left: 0;text-decoration: underline;}

.odr-goods-item {padding: 5px 0;border-bottom: 0;}
.odr-goods-pic {width: 80px;}
.odr-goods-pic a, 
.odr-goods-pic img {width: 80px;}
.odr-goods-infos {margin-left: 95px;}
.odr-goods-infos .pro-name {font-size: 14px;line-height: 24px;}
.tolower-tips .not-more {font-size: 15px;display: block;text-align: center;color: #999;margin-top: 10px;margin-bottom: 20px;}
.tolower-tips .load-more {width: 80%;display: block;margin: 10px auto;text-align: center;border: 1px solid #000;height: 40px;line-height: 38px;border-radius: 2px;font-size: 13px;color: #000;}
.load-more .icon {display: inline-block;vertical-align: middle;color: #000;}