body {
    margin: 0;
    padding: 0;
}

.order_head {
    margin: 0 0 0 0;
}

.font-active {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #f74b3b;
}

.scroll {
    width: 375px;
    display: flex;
    white-space: nowrap;
}

.scroll_box {
    width: 94px;
    text-align: center;
    display: inline-block;
}

.item {
    padding: 10px 5px;
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    transition: color 0.2s;
}

.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; */
}