.body-card {
    margin-top: 50px;
    margin-bottom: 15px
}

.layui-input {
    border-width: 2px;
    border-radius: 5px;
    height: 60px;
    padding: 30px;
    text-align: center;
    background-color: #f5f5f5;
}

.layui-form-item .layui-inline {
    margin-bottom: 0px;
    margin-right: 10px;
    width: 77%;
}

.layui-form-item .layui-shows {
    margin-bottom: 0px;
    margin-right: 10px;
    width: 20%;
}

.layui-btn-show {
    border-radius: 5px;
    color: #fff;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    padding: 0 18px;
    width: 100%;
}

.order-item {
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}

.order-item:hover {
    box-shadow: 0 2px 10px rgb(65 65 65 / 20%);
}

.order-item .hd {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    position: relative;
}

.order-item .hd dt {
    color: #4d4d4d;
    line-height: 24px;
}

.order-item .hd dd {
    color: #999;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

.order-item .bd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.order-item .bd dt {
    font-size: 15px;
    color: #666;
    font-family: Content-font, Roboto, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.order-item .bd dd {
    font-size: 12px;
    color: #999;
}

.dd-box:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid var(rgba(255, 255, 255, 0.1));
    color: rgba(0, 0, 0, 0.1);
    color: var(rgba(0, 0, 0, 0.1));
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.layui-btn-primary:hover {
    color: #fff;
    border-color: #79bbff;
    background-color: #a0cfff;
}

.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden!important;
}

.text-white {
    color: #f2f2f2 !important;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.shape>svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center;
}

@media screen and (max-width: 597px) {
    .row .center h3 {
        font-size: 16px !important;
    }

    .row .center ul {
        font-size: 13px !important;
    }

}

@media screen and (max-width: 935px) {
    .layui-input {
        height: 30px;
        padding: 20px;
    }

    .layui-form-item .layui-inline {
        margin-bottom: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .layui-btn-show {
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding: 0 18px;
        width: 100%;
    }

    .row .center {
        width: auto !important;
    }

    .row .right {
        margin-top: 125px !important;
        width: 100% !important;
        padding: 15px 0 0 10px !important;
        float: none !important;
        font-size: 20px !important;
        line-height: 26px !important;
        color: #738293 !important;
        border-top: 1px solid #e5e5e5 !important;
        border-left: none !important;
    }
}

@media screen and (max-width: 360px) {
    .row .center h3 {
        font-size: 16px !important;
    }

    .row .center ul {
        font-size: 13px !important;
    }

}

.search-show {
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}

.no-content {
    padding: 80px 0 80px;
    text-align: center;
    color: #999;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}

.no-content .no-content-img {
    width: 150px;
    margin: 0 auto 20px;
    display: block;
}

.no-content .user-no-contents {
    margin-bottom: 0;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
    color: #c8c8c8;
}

.odlist {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}

.row .row-bd {
    padding: 30px;
    overflow: hidden;
}

.row .center {
    padding: 10px;
    float: left;
    font-size: 18px;
    width: 52%;
    text-align: left;
}

.row .right {
    width: 100px;
    padding: 19px 36px 19px 36px;
    float: right;
    font-size: 20px;
    line-height: 26px;
    color: #738293;
    border-left: 1px solid #e5e5e5;
}

.row .center h3 {
    font-size: 18px;
    color: #244362;
}

.row .center ul {
    margin-right: -25px;
    font-size: 14px;
}

.row .center li {
    float: left;
    margin-right: 25px;
    line-height: 25px;
    color: #738293;
}


.ew-banner {
    background: url(../images/banner/bg.jpg) 50% no-repeat #4181ff;
    max-width: 100vw;
    overflow: hidden;
    color: #333;
    background-size: cover;
}

/* 订单卡片样式 */
.order-item-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* 订单头部区域 */
.order-item .hd-content {
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.order-item .hd-flex {
    display: flex;
    align-items: flex-start;
}

/* 商品图片容器 */
.order-item .product-img-wrap {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    flex-shrink: 0;
}

.order-item .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.order-item .product-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-item .product-img-placeholder i {
    color: #fff;
    font-size: 20px;
}

/* 商品信息区域 */
.order-item .product-info {
    flex: 1;
    min-width: 0;
}

.order-item .product-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    max-height: 2.8em;
}

.order-item .product-qty {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.order-item .order-time {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

/* 发货类型区域 */
.order-item .ship-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #eee;
}

.order-item .ship-tag {
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    margin-right: 8px;
}

.order-item .ship-tag-auto {
    background: #e8f5e9;
    color: #4caf50;
}

.order-item .ship-tag-manual {
    background: #fff3e0;
    color: #ff9800;
}

.order-item .order-member {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 订单状态区域 */
.order-item .bd-content {
    background: #fafafa;
    padding: 15px 20px;
}

.order-item .status-flex {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.order-item .status-item {
    flex: 1;
    padding: 0 10px;
}

.order-item .status-item-center {
    flex: 1;
    padding: 0 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.order-item .status-value {
    font-size: 14px;
    font-weight: 500;
}

.order-item .status-value-default {
    color: #333;
}

.order-item .status-label {
    font-size: 11px;
    color: #999;
    margin-top: 6px;
}

/* 状态颜色 */
.status-paid {
    color: rgb(103, 194, 58);
}

.status-pending-ship {
    color: rgb(230, 162, 60);
}

.status-shipped {
    color: rgb(103, 194, 58);
}

.status-unpaid {
    color: rgb(245, 108, 108);
}

/* 支付方式颜色 */
.pay-qq,
.pay-alipay {
    color: rgb(2, 168, 241);
}

.pay-wechat,
.pay-usdt {
    color: rgb(63, 183, 72);
}

.pay-paypal {
    color: rgb(0, 48, 135);
}

.pay-none {
    color: #999;
}

/* 操作按钮区域 */
.order-item .ft {
    padding: 12px 15px;
    background: #fff;
}

.order-item .btn-view {
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
}

.order-item .btn-disabled {
    cursor: not-allowed;
}