.font-active {
    color: #E5650E;
}

.search-content {
    width: 313px;
}

.order_head {
    margin: 20px 12px 12px 12px;
}

.empty_box {
    margin-top: 20px;
    text-align: center;
}

.empty_box img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.f-c33 {
    color: #333;
}

.f-c99 {
    color: #999;
}

.order_box {
    width: 351px;
    height: auto;
    padding-bottom: 12px;
    margin: 12px;
    background: #fff;
    border-radius: 8px;
}

.header {
    padding: 12px 12px 4px 12px;
}

.store_type {
    border-radius: 2px;
    font-size: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;

}

.orange {
    background: #FFF3E9;
    color: #E5650E;
}

.blue {
    background: #ECEBFF;
    color: #160D92;
}

.red {
    background: #FFD8D8;
    color: #B50000;
}

.page {
	width: 100%;
	/* min-height: calc(100vh - 90rpx); */
	height: 500px;
	overflow-y:auto;
	color: #191919;
	background-color: #f2f2f4;
	padding-bottom: 1px;
	font-family: DIN Alternate Bold;
	box-sizing: border-box;
}
.order-list .order-item {
    padding: 14px 10px;
    margin: 8px 12px;
    background-color: #ffffff;
    border-radius: 8px;
}

.order-list .order-item-top {
    line-height: 20px;
    margin-bottom: 14px;
}

.order-list .order-item-top_orderid {
    color: #595959;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.order-list .order-item-top_orderid_copy {
    height: 14px;
    color: #f74b3b;
    font-size: 11px;
    border-radius: 2px;
    padding: 0 3px;
    border: 1px solid #f74b3b;
    margin-left: 6px;
    line-height: 13px;
}

.order-list .order-item-top_orderstatus {
    color: #f74b3b;
    font-size: 13px;
    right: 20px;
}

.order-list .order-item .goods-info:not(:first-child) {
    margin-top: 10px;
}

.order-list .order-item .goods-info-img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
}

.order-list .order-item .goods-info-img .goods-info_img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
}

.order-list .order-item .goods-info-base {
    flex: 1;
    margin-left: 10px;
    height: 100px;
}

.order-list .order-item .goods-info-base .base-left {
    flex: 1;
    height: 100%;
    flex-wrap: wrap;
}

.order-list .order-item .goods-info-base .base-left-name {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.order-list .order-item .goods-info-base .base-left-integral {
    margin-top: 4px;
}

.order-list .order-item .goods-info-base .base-left-integral .integral {
    display: inline-block;
    padding: 1px 4px;
    color: #f74b3b;
    font-size: 11px;
    background: rgba(247, 75, 59, 0.07);
}

.order-list .order-item .goods-info-base .base-left-sku {
    margin-top: 4px;
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.order-list .order-item .goods-info-base .base-right {
    height: 100%;
    flex-grow: auto;
    margin-left: 5px;
}

.order-list .order-item .goods-info-base .base-right-money {
    color: #595959;
}

.order-list .order-item .goods-info-base .base-right-money .symbol {
    display: inline-block;
    font-size: 12px;
    margin: 0 3px;
}

.order-list .order-item .goods-info-base .base-right-money .money {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
}

.order-list .order-item .goods-info-base .base-right-num {
    text-align: right;
    margin-top: 4px;
    color: #999999;
    font-size: 13px;
    line-height: 18px;
}

.order-list .order-item .goods-info-more {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.order-list .order-item .goods-info-more-btn {
    width: 100px;
    height: 28px;
    background: #f7f7f7;
    border-radius: 14px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin: 0 auto;
}

.order-list .order-item-bottom {
    margin-top: 16px;
}

.order-list .order-item-bottom .order-item-bottom-sign .sign-item {
    font-size: 11px;
    color: #ffffff;
    display: inline-block;
    padding: 1px 4px;
    background: linear-gradient(90deg, #18c7ff 0%, #098ef0 100%);
    box-shadow: 0px 3px 6px -1px rgba(9, 142, 240, 0.6);
    border-radius: 5px 2px 5px 2px;
}

.order-list .order-item-bottom .order-item-bottom-sign .sign-item_red {
    font-size: 11px;
    color: #ffffff;
    display: inline-block;
    padding: 1px 4px;
    background: linear-gradient(to right, #fe0342, #f74b3b);
    box-shadow: 0px 2px 4px 0px rgb(255 22 0 / 40%);
    border-radius: 5px 2px 5px 2px;
}

.order-list .order-item-bottom-money {
    font-size: 15px;
    color: #999999;
}

.order-list .order-item-bottom-money .money-item {
    margin-right: 8px;
}

.order-list .order-item-bottom-money .money-item:last-child {
    color: #191919;
    margin-right: 0;
}

.order-list .order-item-bottom-money .money-item .symbol {
    margin: 0 1.5px;
    font-size: 12px;
}

.order-list .order-item-bottom-money .money-item .money {
    font-weight: bold;
}

.order-list .order-item-button {
    margin-top: 16px;
    text-align: right;
}

.order-list .order-item-button .common-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    line-height: 20px;
    border-radius: 17px;
    margin-right: 12px;
    font-size: 12px;
}

.order-list .order-item-button .common-btn:last-child {
    margin-right: 0;
}

.order-list .order-item-button .default {
    color: #595959;
    border: 1px solid #cccccc;
}

.order-list .order-item-button .primary {
    color: #f74b3b;
    border: 1px solid #f74b3b;
}



.order-details-btn {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 347px;
    background: #ffffff;
    padding: 12px 12px 12px 16px;
    text-align: right;
    border-top: 1px solid #ececec;
}

.order-details-btn .common-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 34px;
    line-height: 20px;
    border-radius: 17px;
    margin-right: 12px;
}

.order-details-btn .default {
    color: #f74b3b;
    border: 1px solid #f74b3b;
}

.h-view {
    height: 70px;
}

.refund_order_status {
    font-size: 15px;
    justify-content: flex-end;
    color: #f74b3b;
}

.font-f-bold {
    font-weight: 600;
    font-size: 20px;
}