* {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    /* height: 100%; */
    font-size: 14px;
}
:root {
    --width-max: 1440px;
    --height-min: 515px;
    --avatar-size: 44px;
    --avatar-font-size: 12px;
    --decimal-font-size: 14px;
    --primary: #c31f26;
    --text: #2d2d2d;
    --text-01: #7d8fb3;
    --text-02: #202b40;
    --bor-color: #dfe3eb;
    --bor: 1px solid #dfe3eb;
    --danger-bor: 1px solid #e62e2e;
    --gradient-bg: linear-gradient(92deg, #f0870c 1.03%, #e81c00 98.61%);
    --bg: #f5f6f7;
    --bg-primary: #fff3ea;
    --danger: #e62e2e;
    --el-color-primary: var(--primary);
}
:root {
    --el-color-primary-rgb: 64, 158, 255;
    --el-color-success-rgb: 103, 194, 58;
    --el-color-warning-rgb: 230, 162, 60;
    --el-color-danger-rgb: 245, 108, 108;
    --el-color-error-rgb: 245, 108, 108;
    --el-color-info-rgb: 144, 147, 153;
    --el-font-size-extra-large: 20px;
    --el-font-size-large: 18px;
    --el-font-size-medium: 16px;
    --el-font-size-base: 14px;
    --el-font-size-small: 13px;
    --el-font-size-extra-small: 12px;
    --el-font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    --el-font-weight-primary: 500;
    --el-font-line-height-primary: 24px;
    --el-index-normal: 1;
    --el-index-top: 1000;
    --el-index-popper: 2000;
    --el-border-radius-base: 4px;
    --el-border-radius-small: 2px;
    --el-border-radius-round: 20px;
    --el-border-radius-circle: 100%;
    --el-transition-duration: .3s;
    --el-transition-duration-fast: .2s;
    --el-transition-function-ease-in-out-bezier: cubic-bezier(.645,.045,.355,1);
    --el-transition-function-fast-bezier: cubic-bezier(.23,1,.32,1);
    --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
    --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-component-size-large: 40px;
    --el-component-size: 32px;
    --el-component-size-small: 24px;
    color-scheme: light;
    --el-color-white: #fff;
    --el-color-black: #000;
    --el-color-primary: #409eff;
    --el-color-primary-light-3: #79bbff;
    --el-color-primary-light-5: #a0cfff;
    --el-color-primary-light-7: #c6e2ff;
    --el-color-primary-light-8: #d9ecff;
    --el-color-primary-light-9: #ecf5ff;
    --el-color-primary-dark-2: #337ecc;
    --el-color-success: #67c23a;
    --el-color-success-light-3: #95d475;
    --el-color-success-light-5: #b3e19d;
    --el-color-success-light-7: #d1edc4;
    --el-color-success-light-8: #e1f3d8;
    --el-color-success-light-9: #f0f9eb;
    --el-color-success-dark-2: #529b2e;
    --el-color-warning: #e6a23c;
    --el-color-warning-light-3: #eebe77;
    --el-color-warning-light-5: #f3d19e;
    --el-color-warning-light-7: #f8e3c5;
    --el-color-warning-light-8: #faecd8;
    --el-color-warning-light-9: #fdf6ec;
    --el-color-warning-dark-2: #b88230;
    --el-color-danger: #f56c6c;
    --el-color-danger-light-3: #f89898;
    --el-color-danger-light-5: #fab6b6;
    --el-color-danger-light-7: #fcd3d3;
    --el-color-danger-light-8: #fde2e2;
    --el-color-danger-light-9: #fef0f0;
    --el-color-danger-dark-2: #c45656;
    --el-color-error: #f56c6c;
    --el-color-error-light-3: #f89898;
    --el-color-error-light-5: #fab6b6;
    --el-color-error-light-7: #fcd3d3;
    --el-color-error-light-8: #fde2e2;
    --el-color-error-light-9: #fef0f0;
    --el-color-error-dark-2: #c45656;
    --el-color-info: #909399;
    --el-color-info-light-3: #b1b3b8;
    --el-color-info-light-5: #c8c9cc;
    --el-color-info-light-7: #dedfe0;
    --el-color-info-light-8: #e9e9eb;
    --el-color-info-light-9: #f4f4f5;
    --el-color-info-dark-2: #73767a;
    --el-bg-color: #fff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #fff;
    --el-text-color-primary: #303133;
    --el-text-color-regular: #606266;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f6fc;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f5f7fa;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #fff;
    --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, .12);
    --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, .12);
    --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, .08), 0px 12px 32px rgba(0, 0, 0, .12), 0px 8px 16px -8px rgba(0, 0, 0, .16);
    --el-disabled-bg-color: var(--el-fill-color-light);
    --el-disabled-text-color: var(--el-text-color-placeholder);
    --el-disabled-border-color: var(--el-border-color-light);
    --el-overlay-color: rgba(0, 0, 0, .8);
    --el-overlay-color-light: rgba(0, 0, 0, .7);
    --el-overlay-color-lighter: rgba(0, 0, 0, .5);
    --el-mask-color: hsla(0, 0%, 100%, .9);
    --el-mask-color-extra-light: hsla(0, 0%, 100%, .3);
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-border-color-hover: var(--el-text-color-disabled);
    --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
    --el-svg-monochrome-grey: var(--el-border-color);
}
@media screen and (max-width: 1600px) {
    :root {
        --width-max: 1320px;
    }
}
@media (min-width: 769px) {
    ::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }
    ::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 5px;
    }
}
body {
    --el-color-primary: var(--primary);
}
/* 修改的公共样式 */
.shop_item .shop-btn-group .shop-btn:hover,
.shop_item .shop-btn-group .shop-btn.selected,
#tab-name ul .curent,
.btn-u.btn-u-red.active,
.btn-u.btn-u-red:active,
.btn-u.btn-u-red:focus,
.btn-u.btn-u-red:hover,
.open .dropdown-toggle.btn-u.btn-u-red,
.btn-u.btn-u-red,
.btn-u,
.dropdown-menu > .active > a,
.sidebar-nav-v1 > li.active > a,
.text-highlights-green,
#rmbaccount .modal-header,
#rmbaccount .recharge-pop .btn.confirm-btn,
.pay .pay-button {
    background: var(--primary);
}
.product_Box .skuSpec .row .specItem .item.select {
    border: 2px solid var(--primary);
}
.shop-r .shop-l {
    border: 6px solid var(--primary);
}
.userbox__item a span,
.searchcon .input-group-addon {
    color: var(--primary);
}
img.img-circle {
    height: 100%;
}
.nav_bar_menu > li > a {
    padding: 0 12px;
}
[v-cloak] {
    display: none;
}
@keyframes fadeIn2 {
    0% {
        background: transparent;
        border-color: transparent;
    }
    to {
        background: #fff;
        border-color: #eee;
        border-bottom-color: #fff;
    }
}
dl {
    margin: 0;
    padding: 0;
}
a:active, a:focus, a:hover {
    color: var(--primary);
}
.icon-24 {
    background: transparent url('/assets/img/super-about-icon.png') 0 0 no-repeat;
    background-size: 216px 48px;
    width: 24px;
    height: 24px;
}
.icon-freight {
    background-position: -96px 0;
}
.icon-package {
    background-position: -120px 0;
}
.icon-about {
    background-position: -144px 0;
}
em, i {
    font-style: normal;
}
.wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
}
.mt-8 {
    margin-top: 8px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-24 {
    margin-top: 24px;
}
.ml-8 {
    margin-left: 8px;
}
.mr-4 {
    margin-right: 4px;
}
.mr-12 {
    margin-right: 12px;
}
.mb-20 {
    margin-bottom: 20px;
}
.width-max {
    margin: 0 auto;
    max-width: var(--width-max);
}
.min-content {
    min-height: calc(100vh - var(--height-min));
    padding-bottom: 48px;
}
.dashboard-container {
    padding: 24px;
}
.dashboard-content {
    display: flex;
}
.left {
    margin-right: 30px;
    width: 204px;
}
.right {
    flex: 1;
    overflow: hidden;
}
.bold {
    font-weight: 700;
}
.cursor-pointer {
    cursor: pointer;
}
.no-more, .tip-style {
    font-size: 12px;
    line-height: 20px;
}
.tip-style {
    background: #ffcb331a;
    border: 1px solid #ffcb33;
    border-radius: 4px;
    color: #cc7429;
    padding: 12px 8px;
    margin-bottom: 0;
}
.wrap-line-1, .wrap-line-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.wrap-line-2 {
    -webkit-line-clamp: 2;
}
.break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.font-size-24 {
    font-size: 24px;
    line-height: 36px;
}
.font-size-20, .font-size-24 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.font-size-12, .font-size-14 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.font-size-12 {
    font-size: 12px;
    line-height: 18px;
}

.input-error {
    color: #ce2a1d;
    margin-top: 4px;
}
/* Popover 弹出框 */
.el-popover {
    --el-popover-bg-color: var(--el-bg-color-overlay);
    --el-popover-font-size: var(--el-font-size-base);
    --el-popover-border-color: var(--el-border-color-lighter);
    --el-popover-padding: 12px;
    --el-popover-padding-large: 18px 20px;
    --el-popover-title-font-size: 16px;
    --el-popover-title-text-color: var(--el-text-color-primary);
    --el-popover-border-radius: 4px;
    --el-popper-border-radius: var(--el-popover-border-radius, 4px);
}
.el-popover.el-popper {
    background: var(--el-popover-bg-color);
    border: 1px solid var(--el-popover-border-color);
    border-radius: var(--el-popover-border-radius);
    box-shadow: var(--el-box-shadow-light);
    box-sizing: border-box;
    color: var(--el-text-color-regular);
    font-size: var(--el-popover-font-size);
    line-height: 1.4;
    min-width: 150px;
    overflow-wrap: break-word;
    padding: var(--el-popover-padding);
    z-index: var(--el-index-popper);
}
.el-popper .popper__arrow {
    display: none;
}
/* Button 按钮 */
.el-button {
    --el-button-font-weight: var(--el-font-weight-primary);
    --el-button-border-color: var(--el-border-color);
    --el-button-bg-color: var(--el-fill-color-blank);
    --el-button-text-color: var(--el-text-color-regular);
    --el-button-disabled-text-color: var(--el-disabled-text-color);
    --el-button-disabled-bg-color: var(--el-fill-color-blank);
    --el-button-disabled-border-color: var(--el-border-color-light);
    --el-button-divide-border-color: hsla(0, 0%, 100%, .5);
    --el-button-hover-text-color: var(--el-color-primary);
    --el-button-hover-bg-color: var(--el-color-primary-light-9);
    --el-button-hover-border-color: var(--el-color-primary-light-7);
    --el-button-active-text-color: var(--el-button-hover-text-color);
    --el-button-active-border-color: var(--el-color-primary);
    --el-button-active-bg-color: var(--el-button-hover-bg-color);
    --el-button-outline-color: var(--el-color-primary-light-5);
    --el-button-hover-link-text-color: var(--el-color-info);
    --el-button-active-color: var(--el-text-color-primary);
    align-items: center;
    -webkit-appearance: none;
    background-color: var(--el-button-bg-color);
    border: var(--el-border);
    border-color: var(--el-button-border-color);
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box;
    color: var(--el-button-text-color);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--el-font-size-base);
    font-weight: var(--el-button-font-weight);
    height: 32px;
    justify-content: center;
    line-height: 1;
    outline: 0;
    padding: 8px 15px;
    text-align: center;
    transition: .1s;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.el-button+.el-button {
    margin-left: 12px;
}
.el-button.base-ui-info {
    font-size: 17px;
    height: 44px;
    --el-border-radius-base: $radius;
    --el-border-radius-base: 8px;
    --el-button-text-color: var(--text-02);
    --el-button-hover-text-color: var(--primary);
    --el-button-active-text-color: var(--primary);
    --el-button-hover-border-color: var(--primary);
    --el-button-active-border-color: var(--primary);
    --el-button-hover-bg-color: #fff;
    --el-button-active-bg-color: #fff;
}
.el-button.base-ui-primary {
    --el-border-radius-base: 8px;
    --el-button-text-color: #fff;
    --el-button-hover-text-color: #fff;
    --el-button-active-text-color: #fff;
    --el-button-disabled-text-color: #fff;
    --el-button-bg-color: var(--primary);
    --el-button-hover-bg-color: var(--primary);
    --el-button-active-bg-color: var(--primary);
    --el-button-disabled-bg-color: var(--primary);
    --el-button-border-color: var(--primary);
    --el-button-hover-border-color: var(--primary);
    --el-button-active-border-color: var(--primary);
    --el-button-disabled-border-color: var(--primary);
}
.el-button.base-ui-black {
    --el-border-radius-base: 8px;
    --el-button-text-color: #fff;
    --el-button-hover-text-color: #fff;
    --el-button-active-text-color: #fff;
    --el-button-bg-color: var(--text-02);
    --el-button-hover-bg-color: var(--text-02);
    --el-button-active-bg-color: var(--text-02);
    --el-button-border-color: var(--text-02);
    --el-button-hover-border-color: var(--text-02);
    --el-button-active-border-color: var(--text-02);
}
.el-button.is-plain {
    --el-button-hover-text-color: var(--el-color-primary);
    --el-button-hover-bg-color: var(--el-fill-color-blank);
    --el-button-hover-border-color: var(--el-color-primary);
}
.el-button.base-ui-info.is-plain {
    --el-button-bg-color: transparent;
    --el-button-hover-bg-color: transparent;
    --el-button-active-bg-color: transparent;
}
.el-button.base-ui-primary.is-plain {
    --el-button-bg-color: transparent;
    --el-button-hover-bg-color: transparent;
    --el-button-active-bg-color: transparent;
    --el-button-disabled-bg-color: transparent;
    --el-button-text-color: var(--primary);
    --el-button-hover-text-color: var(--primary);
    --el-button-active-text-color: var(--primary);
    --el-button-disabled-text-color: var(--primary);
    --el-button-border-color: var(--primary);
    --el-button-hover-border-color: var(--primary);
    --el-button-active-border-color: var(--primary);
    --el-button-disabled-border-color: var(--primary);
}
.el-button.base-ui-black.is-plain {
    --el-button-bg-color: transparent;
    --el-button-hover-bg-color: transparent;
    --el-button-active-bg-color: transparent;
    --el-button-text-color: var(--text-02);
    --el-button-hover-text-color: var(--text-02);
    --el-button-active-text-color: var(--text-02);
    --el-button-border-color: var(--text-02);
    --el-button-hover-border-color: var(--text-02);
    --el-button-active-border-color: var(--text-02);
}
.el-button:focus, .el-button:hover, .el-button.is-plain:focus, .el-button.is-plain:hover {
    background-color: var(--el-button-hover-bg-color);
    border-color: var(--el-button-hover-border-color);
    color: var(--el-button-hover-text-color);
    outline: 0;
}
.el-button.is-block {
    width: 100%;
}
.el-button>span {
    align-items: center;
    display: inline-flex;
}
.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover {
    background-color: var(--el-button-disabled-bg-color);
    background-image: none;
    border-color: var(--el-button-disabled-border-color);
    color: var(--el-button-disabled-text-color);
    cursor: not-allowed;
}
.el-button.base-ui-primary.is-disabled {
    opacity: .5;
}
/* Badge 标记 */
.el-badge {
    --el-badge-bg-color: var(--el-color-danger);
    --el-badge-radius: 10px;
    --el-badge-font-size: 12px;
    --el-badge-padding: 6px;
    --el-badge-size: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: -moz-fit-content;
    width: fit-content;
}
.el-badge.base-ui-badge {
    --el-badge-font-size: 10px;
    --el-badge-padding: 4px;
    --el-badge-size: 16px;
    line-height: 12px;
}
.el-badge__content {
    align-items: center;
    background-color: var(--el-badge-bg-color);
    border: 1px solid var(--el-bg-color);
    border-radius: var(--el-badge-radius);
    color: var(--el-color-white);
    display: inline-flex;
    font-size: var(--el-badge-font-size);
    height: var(--el-badge-size);
    justify-content: center;
    padding: 0 var(--el-badge-padding);
    white-space: nowrap;
}
.el-badge__content--danger {
    background-color: var(--el-color-danger);
}
.el-badge__content.is-fixed {
    position: absolute;
    right: calc(1px + var(--el-badge-size) / 2);
    top: 0;
    transform: translateY(-50%) translate(100%);
    z-index: var(--el-index-normal);
}
.el-badge.base-ui-badge .el-badge__content {
    box-sizing: border-box;
    font-weight: 400 !important;
    margin-bottom: -2px;
    min-width: var(--el-badge-size);
}
/* Checkbox 多选框 */
.el-checkbox {
    --el-checkbox-font-size: 14px;
    --el-checkbox-font-weight: var(--el-font-weight-primary);
    --el-checkbox-text-color: var(--el-text-color-regular);
    --el-checkbox-input-height: 14px;
    --el-checkbox-input-width: 14px;
    --el-checkbox-border-radius: var(--el-border-radius-small);
    --el-checkbox-bg-color: var(--el-fill-color-blank);
    --el-checkbox-input-border: var(--el-border);
    --el-checkbox-disabled-border-color: var(--el-border-color);
    --el-checkbox-disabled-input-fill: var(--el-fill-color-light);
    --el-checkbox-disabled-icon-color: var(--el-text-color-placeholder);
    --el-checkbox-disabled-checked-input-fill: var(--el-border-color-extra-light);
    --el-checkbox-disabled-checked-input-border-color: var(--el-border-color);
    --el-checkbox-disabled-checked-icon-color: var(--el-text-color-placeholder);
    --el-checkbox-checked-text-color: var(--el-color-primary);
    --el-checkbox-checked-input-border-color: var(--el-color-primary);
    --el-checkbox-checked-bg-color: var(--el-color-primary);
    --el-checkbox-checked-icon-color: var(--el-color-white);
    --el-checkbox-input-border-color-hover: var(--el-color-primary);
    align-items: center;
    color: var(--el-checkbox-text-color);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--el-font-size-base);
    font-weight: var(--el-checkbox-font-weight);
    height: var(--el-checkbox-height, 32px);
    margin-right: 30px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.el-checkbox.base-ui-checkbox {
    --el-checkbox-checked-bg-color: var(--primary);
    --el-checkbox-input-border-color-hover: var(--primary);
    --el-checkbox-checked-input-border-color: var(--primary);
    --el-checkbox-checked-text-color: #676969;
    --el-checkbox-disabled-border-color: #abb5ba;
    --el-checkbox-disabled-icon-color: #dfe5e9;
    --el-checkbox-disabled-checked-input-fill: #abb5ba;
    --el-checkbox-disabled-checked-input-border-color: #abb5ba;
    --el-checkbox-disabled-checked-icon-color: #dfe5e9;
    --el-checkbox-input-width: 16px;
    --el-checkbox-input-height: 16px;
    --el-checkbox-border-radius: 4px;
    --el-checkbox-height: 30px;
    vertical-align: middle;
}
.el-checkbox__inner {
    background-color: var(--el-checkbox-bg-color);
    border: var(--el-checkbox-input-border);
    border-radius: var(--el-checkbox-border-radius);
    box-sizing: border-box;
    display: inline-block;
    height: var(--el-checkbox-input-height);
    position: relative;
    transition: border-color .25scubic-bezier(.71,-.46,.29,1.46), background-color .25scubic-bezier(.71,-.46,.29,1.46), outline .25scubic-bezier(.71,-.46,.29,1.46);
    width: var(--el-checkbox-input-width);
    z-index: var(--el-index-normal);
}
.el-checkbox__inner:hover {
    border-color: var(--el-checkbox-input-border-color-hover);
}
.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: var(--el-checkbox-input-border-color-hover);
}
.el-checkbox__input.is-checked .el-checkbox__inner:after {
    border-color: var(--el-checkbox-checked-icon-color);
    transform: rotate(45deg) scaleY(1);
}
.el-checkbox.base-ui-checkbox .el-checkbox__inner:after {
    border-width: 2px;
    height: 8px;
    left: 4px;
    top: 1px;
    width: 4px;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: var(--el-checkbox-checked-bg-color);
    border-color: var(--el-checkbox-checked-input-border-color);
}
.el-checkbox__label {
    display: inline-block;
    font-size: var(--el-checkbox-font-size);
    line-height: 1;
    padding-left: 8px;
}
.el-checkbox.base-ui-checkbox .el-checkbox__label {
    text-align: left;
    white-space: wrap;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: var(--el-checkbox-checked-text-color);
}
.el-checkbox:last-of-type {
    margin-right: 0;
}
/* Input 输入框 */
.el-input {
    --el-input-text-color: var(--el-text-color-regular);
    --el-input-border: var(--el-border);
    --el-input-hover-border: var(--el-border-color-hover);
    --el-input-focus-border: var(--el-color-primary);
    --el-input-transparent-border: 0 0 0 1px transparent inset;
    --el-input-border-color: var(--el-border-color);
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-bg-color: var(--el-fill-color-blank);
    --el-input-icon-color: var(--el-text-color-placeholder);
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border-color: var(--el-border-color-hover);
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border-color: var(--el-color-primary);
    --el-input-width: 100%;
    --el-input-height: var(--el-component-size);
    box-sizing: border-box;
    display: inline-flex;
    font-size: var(--el-font-size-base);
    line-height: var(--el-input-height);
    position: relative;
    vertical-align: middle;
    width: var(--el-input-width);
}
.el-input.base-ui-input {
    --el-input-height: 34px;
    --el-input-border-radius: 8px;
    --el-input-focus-border-color: var(--primary);
    --el-input-hover-border-color: var(--primary);
    --el-input-active-border-color: var(--primary);
    --el-color-danger: #f53f3f;
    --el-font-size-base: 16px;
    --el-input-bg-color: var(--bg);
    --el-input-placeholder-color: #adb8cc;
    font-size: 14px;
}
.base-ui-input {
    padding: 8px 12px;
    align-items: center;
    background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
    background-image: none;
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
    cursor: text;
    flex-grow: 1;
    justify-content: center;
    transform: translateZ(0);
    transition: var(--el-transition-box-shadow);
}
.base-ui-input:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}
.base-ui-input.is-focus {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}
.el-input__inner {
    --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    box-sizing: border-box;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    flex-grow: 1;
    font-size: inherit;
    height: var(--el-input-inner-height);
    line-height: var(--el-input-inner-height);
    outline: 0;
    padding: 0;
    width: 100%;
}
.el-input__prefix {
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    pointer-events: none;
    text-align: center;
    transition: all var(--el-transition-duration);
    white-space: nowrap;
}
.el-input__prefix-inner {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    pointer-events: all;
}
.el-input__prefix-inner>:last-child {
    margin-right: 8px;
}
.el-input__suffix {
    color: var(--el-input-icon-color, var(--el-text-color-placeholder));
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    pointer-events: none;
    text-align: center;
    transition: all var(--el-transition-duration);
    white-space: nowrap;
    position: relative;
    right: 0;
    transform: translateX(0) !important;
}
.el-input__suffix-inner {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    pointer-events: all;
}
.el-input__suffix-inner>:first-child {
    margin-left: 8px;
}
.el-input-group__append, .el-input-group__prepend {
    align-items: center;
    background-color: var(--el-fill-color-light);
    border-radius: var(--el-input-border-radius);
    color: var(--el-color-info);
    display: inline-flex;
    justify-content: center;
    min-height: 100%;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.el-input-group__append {
    border-left: 0;
    box-shadow: 0 1px 0 0 var(--el-input-border-color) inset, 0 -1px 0 0 var(--el-input-border-color) inset, -1px 0 0 0 var(--el-input-border-color) inset;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    margin: 0;
}
input[type="number"]{
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    -o-appearance:textfield;
    -ms-appearance:textfield;
    appearance:textfield;
}
.el-textarea {
    --el-input-text-color: var(--el-text-color-regular);
    --el-input-border: var(--el-border);
    --el-input-hover-border: var(--el-border-color-hover);
    --el-input-focus-border: var(--el-color-primary);
    --el-input-transparent-border: 0 0 0 1px transparent inset;
    --el-input-border-color: var(--el-border-color);
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-bg-color: var(--el-fill-color-blank);
    --el-input-icon-color: var(--el-text-color-placeholder);
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border-color: var(--el-border-color-hover);
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border-color: var(--el-color-primary);
    --el-input-width: 100%;
    display: inline-block;
    font-size: var(--el-font-size-base);
    position: relative;
    vertical-align: bottom;
    width: 100%;
}
.el-textarea.base-ui-textarea {
    --el-input-border-radius: 10px;
    --el-font-size-base: 14px;
    --el-input-focus-border-color: var(--primary);
    --el-input-hover-border-color: var(--primary);
    --el-input-bg-color: var(--bg);
    --el-input-placeholder-color: #adb8cc;
    --el-input-text-color: var(--text);
}
.el-textarea__inner {
    -webkit-appearance: none;
    background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
    background-image: none;
    border: none;
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
    box-sizing: border-box;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    padding: 5px 11px;
    position: relative;
    resize: vertical;
    transition: var(--el-transition-box-shadow);
    width: 100%;
}
.el-textarea__inner:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}
.el-textarea__inner:focus {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
    outline: none;
}
.el-textarea.base-ui-textarea .el-textarea__inner {
    height: 100%;
    padding: 8px 16px;
}
.el-textarea .el-input__count {
    background: var(--el-fill-color-blank);
    bottom: 5px;
    color: var(--el-color-info);
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 10px;
}
/* InputNumber 计数器 */
.el-input-number {
    display: inline-flex;
    line-height: 30px;
    position: relative;
    width: 150px;
}
.el-input-number.base-ui-input-number {
    --el-border-radius-base: 8px;
    --el-border-color: #dadee6;
    --el-text-color-regular: var(--text);
    --el-fill-color-light: transparent;
    width: 160px;
}
.el-input-number__decrease, .el-input-number__increase {
    align-items: center;
    background: var(--el-fill-color-light);
    bottom: 1px;
    color: var(--el-text-color-regular);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    height: auto;
    justify-content: center;
    position: absolute;
    top: 1px;
    -webkit-user-select: none;
    user-select: none;
    width: 32px;
    z-index: 1;
}
.el-input-number__decrease {
    border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
    border-right: var(--el-border);
    left: 1px;
}
.el-input-number__increase {
    border-left: var(--el-border);
    border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0;
    right: 1px;
}
.el-input-number__decrease.is-disabled, .el-input-number__increase.is-disabled {
    color: var(--el-disabled-text-color);
    cursor: not-allowed;
}
.el-input-number.base-ui-input-number .el-input-number__decrease, .el-input-number.base-ui-input-number .el-input-number__increase {
    width: 38px;
}
.el-input-number.base-ui-input-number .el-input {
    --el-input-height: 22px;
    --el-input-border-radius: 8px;
    --el-input-focus-border-color: var(--primary);
    --el-input-hover-border-color: var(--text);
    --el-color-danger: var(--danger);
    --el-font-size-base: 14px;

    align-items: center;
    background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
    background-image: none;
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
    cursor: text;
    display: inline-flex;
    flex-grow: 1;
    justify-content: center;
    padding: 10px 12px;
    transform: translateZ(0);
    transition: var(--el-transition-box-shadow);
}
.el-input-number.base-ui-input-number .el-input:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}
.el-input-number.base-ui-input-number .el-input.is-focus {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
}
.el-input-number.base-ui-input-number .el-input__inner {
    padding: 0;
    line-height: 1;
}
.el-input-number.base-ui-input-number .el-input-number__decrease:hover, .el-input-number.base-ui-input-number .el-input-number__increase:hover {
    color: var(--primary);
}
.el-input-number__decrease:hover~.el-input:not(.is-disabled), .el-input-number__increase:hover~.el-input:not(.is-disabled) {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color,var(--el-color-primary)) inset;
}
.el-input-number.base-ui-input-number.mini {
    --el-border-radius-base: 4px;
    width: 88px;
}
.el-input-number.base-ui-input-number.mini .el-input-number__decrease, .el-input-number.base-ui-input-number.mini .el-input-number__increase {
    width: 22px;
}
.el-input-number.base-ui-input-number.mini .el-input {
    --el-input-border-radius: 4px;
    padding: 2px 6px;
}
/* Dialog 对话框 */
.el-dialog {
    --el-dialog-width: 50%;
    --el-dialog-margin-top: 15vh;
    --el-dialog-bg-color: var(--el-bg-color);
    --el-dialog-box-shadow: var(--el-box-shadow);
    --el-dialog-title-font-size: var(--el-font-size-large);
    --el-dialog-content-font-size: 14px;
    --el-dialog-font-line-height: var(--el-font-line-height-primary);
    --el-dialog-padding-primary: 20px;
    --el-dialog-border-radius: var(--el-border-radius-small);
    background: var(--el-dialog-bg-color);
    border-radius: var(--el-dialog-border-radius);
    box-shadow: var(--el-dialog-box-shadow);
    box-sizing: border-box;
    margin: var(--el-dialog-margin-top, 15vh) auto 50px;
    position: relative;
    width: var(--el-dialog-width, 50%);
}
.el-dialog.reset-dialog {
    --el-dialog-width: 420px;
    border-radius: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.el-dialog.is-align-center {
    margin: auto !important;
}
.el-dialog.reset-dialog .base-reset-dialog-wrapper {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    max-height: 95vh;
    overflow: hidden;
}
.el-dialog.reset-dialog .el-dialog__header, .el-dialog.reset-dialog .el-dialog__body {
    padding: 0;
}
.el-dialog__body {
    color: var(--el-text-color-regular);
    font-size: var(--el-dialog-content-font-size);
}
.dialog-header-wrapper {
    align-items: center;
    color: var(--text);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 36px 36px 0;
    position: relative;
}
.header-main-right .base-ui-badge .el-badge__content {
    right: calc(6px + var(--el-badge-size) / 2);
    top: 6px;
}
.dialog-header-wrapper.has-close {
    padding-right: 64px;
}
.dialog-header-wrapper .el-icon-arrow-left, .dialog-header-wrapper .el-icon-close {
    color: var(--text-01);
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
}
.dialog-header-wrapper .el-icon-close {
    position: absolute;
    right: 36px;
    top: 36px;
    font-weight: 600;
}
.el-dialog.reset-dialog .base-reset-dialog-wrapper .base-reset-dialog-body {
    flex: 1;
    overflow: auto;
    padding: 36px;
}
.el-dialog.reset-dialog .base-reset-dialog-footer {
    padding: 0 36px 36px;
    text-align: right;
}
.el-dialog.reset-dialog .base-reset-dialog-footer .el-button {
    height: 38px;
    min-width: 100px;
}
.topup-dialog-wrapper .top-up-input {
    align-items: center;
    color: var(--text);
    display: flex;
    font-size: 14px;
}
.topup-dialog-wrapper .amount-label {
    font-weight: 700;
}
.topup-dialog-wrapper .required {
    color: var(--danger);
}
.topup-dialog-wrapper .el-input {
    flex: 1;
    height: 38px;
    margin-left: 12px;
}
.topup-dialog-wrapper .max-tip {
    margin-top: 8px;
    padding: 4px 8px;
}
.topup-dialog-wrapper .quick-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 16px;
}
.topup-dialog-wrapper .quick-item {
    align-items: center;
    border: 1px solid var(--text);
    border-radius: 4px;
    color: var(--text);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 38px;
    justify-content: center;
    padding: 4px;
}
.topup-dialog-wrapper .quick-item:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.topup-dialog-wrapper .cny-amount {
    margin-left: 8px;
}
/* Loading加载 */
.el-loading-spinner .path {
    stroke: var(--primary);
}
/* Collapse折叠面板 */
.el-collapse {
    border: none;
}
.el-collapse-item__header {
    border: none;
}
.el-collapse-item__wrap {
    border: none;
}
/* Scrollbar 滚动条 */
.el-scrollbar {
    --el-scrollbar-opacity: .3;
    --el-scrollbar-bg-color: var(--el-text-color-secondary);
    --el-scrollbar-hover-opacity: .5;
    --el-scrollbar-hover-bg-color: var(--el-text-color-secondary);
    height: 100%;
    overflow: hidden;
    position: relative;
}
.el-scrollbar__wrap {
    margin: 0 !important;
    overflow: auto;
    scrollbar-width: none;
}
/* Steps 步骤条 */
.el-step__head.is-success {
    border-color: var(--el-color-success);
    color: var(--el-color-success);
}
.el-step__line {
    background-color: var(--el-text-color-placeholder);
    border-color: currentColor;
    position: absolute;
}
/* Divider 分割线 */
.el-divider--horizontal {
    border-top: 1px var(--el-border-color) var(--el-border-style);
    display: block;
    height: 1px;
    margin: 24px 0;
    width: 100%;
}
/* swiper轮播图 */
.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-prev, .swiper-button-next {
    background-color: #00000080;
    border-radius: 34px;
    height: 34px;
    opacity: 0;
    width: 34px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
    font-size: 14px;
}

.has-site-cart {
    margin-right: 200px;
}
#content-container {
    padding: 24px;
}
.container {
    margin: 0 auto;
    max-width: var(--width-max) !important;
    padding: 0 24px;
}
#content-container .row {
    margin: 0 auto;
    max-width: var(--width-max);
}
/* header部分 */
.header-main-wrapper {
    align-items: center;
    background: #fff;
    border-bottom: 2px solid #edeff2;
    display: flex;
    height: 80px;
    transition: background .3s;
    color: var(--text);
}
.header-layout {
    position: sticky;
    top: 0;
    z-index: 1001;
}
.header-main-wrapper.hide-bg {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, .46) 45.25%, transparent);
    border: none;
    color: #ffffffb3;
}
.header-main-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header-main-content.full-header {
    padding: 0 20px;
}
.header-main-left, .header-main-right {
    align-items: center;
    display: flex;
}
.header-main-left {
    -moz-column-gap: 24px;
    column-gap: 24px;
}
.logo-img {
    cursor: pointer;
    flex: 0 0 112px;
    margin-right: 20px;
    width: 112px;
}
.menu-item {
    align-items: center;
    color: var(--text-01);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    text-transform: capitalize;
}
.menu-item:hover {
    color: var(--primary);
}
.menu-item.is-active {
    color: var(--text);
}
.header-main-wrapper.hide-bg .menu-item {
    color: #ffffffb3;
}
.header-main-wrapper.hide-bg .menu-item.is-active, .header-main-wrapper.hide-bg .menu-item.is-active .el-icon-arrow-down {
    color: #fff;
}
.header-main-wrapper.hide-bg .menu-item:hover, .header-main-wrapper.hide-bg .menu-item:hover .el-icon-arrow-down {
    color: var(--primary);
}
.menu-item .el-icon-arrow-down {
    color: var(--text-01);
    font-size: 18px;
    font-weight: 400;
    margin-left: 4px;
    transform: rotate(0deg);
    transition: transform .1s linear;
}
.header-main-wrapper.hide-bg .menu-item .el-icon-arrow-down {
    color: #ffffffb3;
}
.menu-item.is-show .el-icon-arrow-down {
    transform: rotate(180deg);
}
.help-popper.el-popper, .home-menu-popover.el-popper {
    padding: 0;
}
.help-popper .help-item, .help-popper .sub-menu-item, .home-menu-popover .help-item, .home-menu-popover .sub-menu-item {
    align-items: center;
    color: #62708c;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    padding-left: 24px;
}
.menu-label.wrap {
    width: 100%;
}
.help-popper .help-item:hover, .help-popper .sub-menu-item:hover, .home-menu-popover .help-item:hover, .home-menu-popover .sub-menu-item:hover {
    color: var(--primary);
}
.home-menu-popover .sub-menu-item .base-ui-badge .el-badge__content {
    right: 0;
    top: 0;
    margin: 0;
}
.header-main-right {
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.goods-search-wrapper .base-ui-input {
    width: 320px;
    --el-input-border-radius: 44px;
}
.goods-search-wrapper .base-ui-input .icon-search {
    color: var(--text);
    font-size: 26px;
    padding-left: 8px;
    display: flex;
    align-items: center;
}
.goods-search-wrapper .base-ui-input .icon-pic {
    color: var(--text-01);
    cursor: pointer;
    font-size: 24px;
    padding-right: 8px;
}
.goods-search-wrapper .search-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.switch-wrapper {
    align-items: center;
    border-radius: 40px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    cursor: pointer;
    display: flex;
    height: 44px;
    padding: 0 8px;
    position: relative;
}
.switch-wrapper:hover {
    background-color: var(--bg);
}
.header-main-wrapper.hide-bg .cart-wrapper:hover, .header-main-wrapper.hide-bg .switch-wrapper:hover {
    background: #ffffff1a;
    color: #fff;
}
.switch-wrapper .icon-language {
    color: var(--text-01);
    font-size: 23px;
}
.switch-wrapper .el-icon-arrow-down {
    color: var(--text-01);
    font-size: 18px;
    transform: rotate(0deg);
    transition: transform .1s linear;
}
.header-main-wrapper.hide-bg .cart-wrapper:hover .icon-language, .header-main-wrapper.hide-bg .cart-wrapper:hover .el-icon-arrow-down, .header-main-wrapper.hide-bg .switch-wrapper:hover .icon-language, .header-main-wrapper.hide-bg .switch-wrapper:hover .el-icon-arrow-down {
    color: #fff;
}
.switch-wrapper.is-show {
    background-color: var(--bg);
}
.switch-wrapper.is-show .el-icon-arrow-down {
    transform: rotate(180deg);
}
.lang-popper-content.el-popper {
    padding: 20px;
}
.lang-popper-content .type-title {
    font-size: 14px;
    line-height: 30px;
}
.lang-popper-content .currency-btn, .lang-popper-content .language-btn {
    display: grid;
    gap: 8px 4px;
    grid-template-columns: repeat(2, 1fr);
}
.lang-popper-content .currency-btn .el-button, .lang-popper-content .language-btn .el-button {
    font-size: 12px;
    height: 32px;
    padding: 8px;
}
.lang-popper-content .currency-btn .el-button+.el-button, .lang-popper-content .language-btn .el-button+.el-button {
    margin-left: 0;
}
.cart-wrapper {
    align-items: center;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}
.cart-wrapper .icon-cart {
    font-size: 24px;
}
.cart-wrapper:hover {
    background-color: var(--bg);
}
.avatar-wrapper {
    --avatar-size: 44px;
    --avatar-font-size: 12px;
    height: var(--avatar-size);
    width: var(--avatar-size); 
}
.user-avatar {
    cursor: pointer;
}
.avatar-wrapper .user-text-avatar {
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: var(--avatar-font-size);
    font-weight: 900;
    height: 100%;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
}
.avatar-wrapper .user-avatar {
    border-radius: 50%;
    height: 100%;
    vertical-align: top;
    width: 100%;
}
.base-ui-login-btn {
    height: 32px;
    --el-border-radius-base: 32px !important;
}

/* 首页部分 */
.home-banner-wrapper {
    align-items: center;
    background: #2d2d2d;
    display: flex;
    height: 600px;
    margin-top: -80px;
}
.swiper-container {
    position: absolute;
    height: 600px;
}
.swiper-slide {
    background-size: cover !important;
}
.home-banner-wrapper .home-banner-content {
    flex: 1;
    padding-left: 56px;
    z-index: 2;
    padding-top: 80px;
}
.home-banner-wrapper .slogan {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 64px;
    margin-bottom: 24px;
    max-width: 800px;
}
.search-input {
    background-color: #fff;
    border-radius: 70px;
    position: relative;
    width: 850px;
}
.search-input .input-placeholder {
    align-items: center;
    bottom: 0;
    color: #adb8cc;
    display: flex;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    padding-left: 36px;
    position: absolute;
    top: 0;
}
.search-input .input-placeholder .icon-font {
    font-size: 28px;
    margin: 0 8px;
}
.search-input .input-placeholder.is-focus {
    color: #e4e7f0;
}
.search-input .input-placeholder.is-hover {
    color: var(--text-01);
}
.search-input .base-ui-input {
    padding: 0;
    height: 78px;
    --el-input-border-radius: 70px;
    --el-input-border-color: transparent;
    --el-input-focus-border-color: transparent;
    --el-input-hover-border-color: transparent;
    --el-input-bg-color: transparent;
}
.search-input .search-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
/* .el-input.base-ui-input .el-input__wrapper {
    padding: 8px 12px;
}
.search-input .el-input__wrapper {
    padding-left: 24px;
} */
.search-input .el-input__inner {
    width: 624px;
    /* padding: 23px 0px 23px 24px; */
    padding-left: 24px;
    padding-right: 0;
    box-sizing: content-box;
}
.search-input .el-input__suffix {
    padding: 8px 12px 8px 0;
    width: 34px;
    height: 62px;
    box-sizing: content-box;
}
.search-input .icon-pic {
    color: #adb8cc;
    cursor: pointer;
    font-size: 26px;
}
.search-input .el-input-group__append {
    padding: 0 8px;
    width: 156px;
    height: 78px;
    --el-fill-color-light: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    cursor: default;
}
.search-input .base-ui-primary {
    height: 70px;
    min-width: 145px;
    --el-border-radius-base: 70px;
    background-color: var(--primary) !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}
.search-input .base-ui-primary .icon-search {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-right: 8px;
}
.search-history.el-popper {
    border-radius: 12px;
    margin-right: -8px;
    padding: 16px;
    width: 900px;
    /* inset: auto 776px 153px auto; */
}
.search-history .search-info .search-info-title {
    align-items: center;
    color: var(--text-01);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
}
.search-history .search-info .search-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}
.search-history .search-info .search-item {
    align-items: center;
    border: 1px solid #adb8cc;
    border-radius: 38px;
    color: #adb8cc;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    height: 38px;
    max-width: 160px;
    padding: 0 12px
}
.search-history .search-info .search-item .wrap {
    width: auto;
}
.search-history .search-info .el-icon-delete {
    color: #c3cad9;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    margin-left: 12px;
    margin-right: 0;
}
.home-banner-wrapper .hot-link {
    margin-top: 24px;
}
.home-banner-wrapper .hot-link .base-ui-info {
    height: 38px;
    --el-border-radius-base: 40px;
    --el-button-text-color: var(--bg);
    --el-button-border-color: var(--bg);
    --el-button-hover-text-color: var(--bg);
    --el-button-hover-border-color: var(--bg);
    --el-button-hover-bg-color: rgba(0, 0, 0, .6);
    --el-button-active-text-color: var(--bg);
    --el-button-active-border-color: var(--bg);
    --el-button-active-bg-color: rgba(0, 0, 0, .6);
}
.shopping-service-wrapper {
    margin-top: 24px;
}
.shopping-service-wrapper .banner-wrapper {
    position: relative;
}
.banner-carousel {
    border-radius: 8px;
}
.activity-card {
    background: no-repeat 50%;
    background-size: cover;
    border-radius: 12px;
    cursor: pointer;
    height: 0;
    padding-bottom: 48%;
    position: relative;
}
.banner-carousel:hover .swiper-button-next, .banner-carousel:hover .swiper-button-prev {
    opacity: 1;
}
.shopping-service-wrapper .module-title {
    color: var(--text);
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 48px;
    text-align: center;
}
.shopping-service-wrapper .shopping-service-list {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: flex;
    margin-top: 48px;
}
.shopping-service-step-wrapper {
    flex: 1;
}
.shopping-service-step-wrapper .step-img {
    display: block;
    height: 120px;
    margin: 0 auto;
    width: 171px;
}
.shopping-service-step-wrapper .step-title {
    color: var(--text-02);
    font-size: 18px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    margin: 0;
    height: auto;
    display: block;
}
.shopping-service-step-wrapper .step-desc {
    color: var(--text-01);
    font-size: 14px;
    line-height: 24px;
}
.shopping-service-wrapper .arrow-icon {
    flex: 0 0 16px;
    height: 28px;
    margin: 66px 10px 0;
    width: 16px;
}
/* 购物时报 */
.shoppingTimes {
    width: 790px;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
    z-index: 20;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}
.shoppingTimes-horizontal {
    width: 1190px;
    box-shadow: none;
    padding: 0;
    margin: 70px auto 0;
    min-height: 440px;
}
.shoppingTimes-horizontal h2 {
    width: fit-content;
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    color: #222;
    font-weight: 700;
}
.shoppingTimes-horizontal h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, #d9e6ff, var(--primary));
}
.shoppingTimes-horizontal h2::after, .shoppingTimes-horizontal h2::before {
    left: 50%;
    margin-left: -120px;
    top: auto;
    bottom: -20px;
    border-radius: 20px;
}
.shoppingTimes-horizontal h2::before {
    width: 103px;
    background: linear-gradient(90deg, var(--primary), rgba(43, 118, 255, 0));
    z-index: 2;
}
.shoppingTimes-horizontal h2::after {
    content: '';
    position: absolute;
    width: 243px;
    height: 4px;
    background: #d9e6ff;
    z-index: 1;
}
.shoppingTimes-horizontal .shoppingTimes-wrapper {
    overflow: hidden;
    padding: 70px 20px 44px;
    margin-left: -20px;
    margin-right: -20px;
}
.shoppingTimes-horizontal .shoppingTimes-scroll {
    display: flex;
    width: fit-content;
    transition: all 1s ease;
}
.shoppingTimes-list {
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.shoppingTimes-horizontal .shoppingTimes-list {
    margin-bottom: 0;
    width: 480px;
    min-height: 300px;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    margin-right: 20px;
}
.shoppingTimes-list .userShare {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
}
.shoppingTimes-list .userShare-user {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 700;
}
.shoppingTimes-list .userShare-user__avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #ddd;
    overflow: hidden;
}
.shoppingTimes-list .userShare-user__avatar img {
    width: 100%;
    height: 100%;
}
.shoppingTimes-list .userShare-user__username {
    margin-left: 10px;
    overflow: hidden;
}
.shoppingTimes-horizontal .shoppingTimes-list .userShare-user__username {
    width: 100px;
}
.shoppingTimes-list__content {
    padding: 20px;
    background: #f9f9f9;
}
.shoppingTimes-list .goodsInfo {
    display: flex;
}
.shoppingTimes-horizontal .shoppingTimes-list__content {
    padding: 0;
    flex-wrap: wrap;
    background: #fff;
}
.shoppingTimes-list .goodsInfo-img {
    position: relative;
    width: 290px;
    overflow: hidden;
    margin-right: 20px;
}
.shoppingTimes-horizontal .shoppingTimes-list .goodsInfo-img {
    margin: 0;
    width: 448px;
    margin-bottom: 34px;
    margin-top: 20px;
}
.swiperImg-wrapper {
    position: relative;
    box-sizing: border-box;
}
.shoppingTimes-horizontal .swiperImg-wrapper {
    display: flex;
    justify-content: space-between;
    margin-right: 6px;
}
.swiperImg-wrapper .swiperImg {
    position: relative;
    overflow: hidden;
}
.swiperImg-item {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: relative;
}
.swiperImg-wrapper .swiperImg-item .swiperImg-item-mask {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    transition: all .5s ease 0s;
    margin: 0;
}
.swiperImg-wrapper .swiperImg-item .swiperImg-item-mask .goods-prifex, .swiperImg-wrapper .swiperImg-item .swiperImg-item-mask .price {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
.swiperImg-wrapper .swiperImg-item .swiperImg-item-mask .price {
    font-weight: 700;
    margin-top: 45px;
}
.shoppingTimes-wrapper .swiperImg-item:hover .swiperImg-item-mask {
    opacity: 1;
}
.swiper-time {
    margin: 0;
    color: #df0d34;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    padding-top: 15px;
}
.shoppingTimes-switch-pre, .shoppingTimes-switch-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 999;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
}
.shoppingTimes-switch-pre {
    left: -104px;
}
.shoppingTimes-switch-next {
    right: -104px;
}
.shoppingTimes-switch-pre::before, .shoppingTimes-switch-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #ddd;
    border-left: 4px solid #ddd;
}
.shoppingTimes-switch-pre::before {
    transform: rotate(-45deg);
}
.shoppingTimes-switch-next::before {
    margin-left: -14px;
    transform: rotate(135deg);
}
.shoppingTimes-switch div:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
.shoppingTimes-switch div:hover::before {
    border-top: 4px solid #333;
    border-left: 4px solid #333;
}
.shoppingTimes-over div {
    display: block;
    width: 100px;
    height: 390px;
    position: absolute;
    top: 50%;
    transform: translateY(-47%);
    transition: all .3s ease-in;
    opacity: 1;
    z-index: 6;
}
.shoppingTimes-over-left {
    left: -28px;
    background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
}
.shoppingTimes-over-right {
    right: -28px;
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
}
/* 品牌广告 */
.homepage-brand {
    margin-top: 30px;
    padding: 0 20px;
}
.homepage-brand .brand-wrapper {
    max-width: 1190px;
    margin: 0 auto;
}
.homepage-brand .brand-container {
    padding: 10px 0;
}
.homepage-brand .brand-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.homepage-brand .brand-item {
    width: 15%;
    padding: 15px;
}
.homepage-brand .brand-item > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.homepage-brand .brand-item > a::before {
    position: absolute;
    bottom: -45px;
    height: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    z-index: -1;
    filter: blur(4px);
    background: rgba(0, 0, 0, .57);
    box-shadow: -12px -4px 30px -1px #232323;
    border-radius: 50%;
    transition: width .3s ease;
}
.homepage-brand .brand-item > a::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    height: 0;
    width: 0;
    content: '';
    z-index: -1;
    filter: blur(9px);
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    transition: width .3s ease;
}
.brand-item:hover > a {
    transform: translateY(-45px);
}
.brand-item:hover > a::before {
    width: 60%;
    height: 14px;
}
.brand-item:hover > a::after {
    width: 100%;
    height: 24px;
}
.homepage-brand .brand-item .lazy {
    width: 100%;
    height: 100%;
}
/* 楼层 */
.homepage-floor-ad .container {
    margin: 70px auto 50px;
}
.homepage-floor-ad h3 {
    font-size: 32px;
    color: #222;
    font-weight: 700;
    width: fit-content;
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    line-height: 100px;
}
.floor-ad-list {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.floor-ad-item {
    flex: 1;
    position: relative;
    margin-right: 30px;
}
.floor-ad-item:nth-of-type(4n) {
    margin-right: 0;
}
.floor-ad-item > div > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.floor-ad-item-img {
    width: 100%;
    height: 360px;
}
.floor-ad-item-img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}
.floor-ad-item-text {
    position: absolute;
    left: 40px;
    bottom: 60px;
}
.floor-ad-item-text .floor-ad-item-btn {
    display: inline-block;
    min-width: 125px;
    min-height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: color .4s ease;
    padding: 0 10px;
    color: #3a3a3a;
    border: 1px solid #fff;
    background-color: transparent;
}
.floor-ad-item-text .floor-ad-item-btn::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transform-origin: left center;
    z-index: -1;
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #fff;
}
.floor-ad-item:hover .floor-ad-item-img img {
    transform: scale(1.05);
}
.floor-ad-item:hover .floor-ad-item-text .floor-ad-item-btn {
    color: #fff;
    background-color: transparent;
}
.floor-ad-item:hover .floor-ad-item-text .floor-ad-item-btn::after {
    transform: scale(0, 1);
    transform-origin: right center;
}
.homepage-about-caption {
    margin-top: 90px;
    padding: 60px 0;
    background: #f6ece8;
}
.homepage-about-caption h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    text-align: center;
    color: #615452;
}
.homepage-about-caption .about-caption-text {
    color: #615452;
    font-size: 14px;
    text-align: center;
    padding: 0 130px;
    line-height: 26px;
    margin-top: 30px;
}
.homepage-floor-content .container {
    margin-top: 70px;
}
.homepage-floor-content header > h3 {
    padding: 0;
    text-align: center;
    font-size: 32px;
    color: #333;
    font-style: italic;
    font-weight: 700;
    width: fit-content;
    position: relative;
    margin: 0 auto;
    line-height: 100px;
}
.homepage-floor-content .floor-main {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}
.homepage-floor-content .floor-list {
    display: flex;
    flex-wrap: wrap;
}
.homepage-floor-content .floor-item {
    width: 25%;
    position: relative;
    padding: 10px;
    height: 380px;
}
.homepage-floor-content .floor-item-img {
    margin: 10px;
    position: relative;
    width: 260px;
    height: 260px;
}
.homepage-floor-content .floor-item-img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.homepage-floor-content .floor-item-img img {
    width: 100%;
    height: 100%;
}
.homepage-floor-content .floor-item-all {
    position: absolute;
    width: 90%;
    z-index: 3;
    bottom: calc(40% - 40px);
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    transition: all .5s ease;
    background: #fff;
    color: #333;
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, .12);
    opacity: 0;
    font-size: 16px;
}
.homepage-floor-content .floor-item-all a {
    display: block;
    text-align: center;
    color: #333;
}
.homepage-floor-content .floor-item:hover .floor-item-all {
    bottom: 40%;
    opacity: 1;
}
.homepage-floor-content .floor-item-info {
    margin: 0 10px;
}
.homepage-floor-content .floor-item-info-title {
    padding-top: 20px;
}
.homepage-floor-content .floor-item-info-title a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    min-height: 30px;
    line-height: 30px;
}
.homepage-floor-content .floor-item-info-price {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.homepage-floor-content .floor-item-info-price span {
    line-height: 30px;
    min-height: 30px;
    color: #333;
    margin-right: 10px;
}
.homepage-floor-content .floor-item-info-price span:last-child {
    margin-right: 0;
}
.homepage-floor-content .floor-item-info-price del {
    font-size: 12px;
    font-style: italic;
    color: #999;
}
.event-ad-wrapper {
    margin: 80px auto 30px;
    position: relative;
}
.event-ad-list {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 230px 230px;
    grid-gap: 20px 20px;
    overflow: hidden;
}
.event-ad-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.event-ad-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.event-ad-item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.event-ad-item .event-ad-item-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.event-ad-item .event-ad-item-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.event-ad-item .event-ad-item-img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-out;
}
.event-ad-item:hover .event-ad-item-img img {
    transform: scale(1.05);
}
/* 底部样式 */
.footer-wrapper {
    background-color: var(--text);
    padding-bottom: 30px;
}
.footer-wrapper .link-menu {
    color: #adb8cc;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 36px;
    padding: 30px 0;
}
.footer-wrapper .link-menu li {
    color: #adb8cc;
}
.footer-wrapper .link-menu-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
}
.footer-wrapper .link-url {
    cursor: pointer;
}
.footer-wrapper .footer-info {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    color: var(--text-01);
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 30px;
    padding-top: 30px;
}
.footer-wrapper .footer-info p {
    margin-bottom: 0;
    color: var(--text-01);
}
.footer-wrapper .footer-right {
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
}
.footer-wrapper .jump-item {
    cursor: pointer;
}
.footer-wrapper .pay-list {
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    margin-top: 20px;
}
.footer-wrapper .pay-list .pay-icon {
    border-radius: 4px;
    height: 36px;
}
/* 登录注册页面样式 */
.user-section .container {
    width: 1200px;
    padding: 0 0 45px;
}
.site-login {
    width: 360px;
    margin: 65px auto 0;
    background: #fff;
    color: #333;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}
.logo-box, .l-h {
    width: 360px;
    margin: 0;
}
.logo-box, .login-box-active {
    height: auto;
    position: relative;
    box-shadow: none;
}
.l-active a {
    color: var(--primary) !important;
    border: 1px solid transparent;
    border-bottom: 2px solid var(--primary);
}
.l-h > ul li a {
    display: inline-block;
    padding: 8px 0;
    box-sizing: border-box;
}
.l-h > ul li a:hover, .l-h > ul li a:active, .l-h > ul li a:focus {
    color: #2b76ff;
}
.l-in-func, .l-h, .l-h ul, .l-b {
    height: auto;
}
#register .l-form {
    height: 585px;
}
.l-h ul {
    display: flex;
}
.controls .form-control {
    border: 1px solid #ececec;
    box-shadow: 0 0 0 1000px white inset !important;
    border-radius: 5px;
    transition: border-color .3s ease-out;
}
.controls input:focus {
    border-color: var(--primary) !important;
}
.pwd-eye {
    margin-top: 10px;
}
#submit-btn {
    width: 260px;
    font-size: 16px;
    background: #df0d34;
    border: none;
    padding: .55em 2em .55em;
}
#submit-btn:hover {
    background: var(--primary);
}
#submit-btn:active {
    color: #fff;
}
#mobilecode {
    border-color: #ececec;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.loginContent .mobile-select {
    border-color: #ececec;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#login .l-form {
    height: 360px;
    padding: 0;
    margin: 10px auto 0;
    width: 280px;
}
.loginContent .icon-com {
    margin: 11px 0 0 8px;
    text-align: center;
    line-height: 20px;
}
.loginContent .form-control {
    height: 42px;
    line-height: 38px;
}
.loginContent h6 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 60px;
    padding-top: 20px;
    text-align: center;
    color: #333;
}
.loginContent .go-register, .loginContent .go-login {
    width: 280px;
    margin: 0 auto;
    border-top: 1px solid #eee;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #999;
    text-align: center;
    margin-top: 17px;
}
.loginContent .go-register a, .loginContent .go-login a {
    color: var(--primary);
    text-decoration: none;
}
.loginContent .go-register a:hover, .loginContent .go-login a:hover {
    color: #d41411;
    text-decoration: underline;
}
/* 商品列表页面 */
#shop {
    width: auto;
}
.result-wrapper {
    align-items: center;
    background: var(--gray-blue-grey-blue-97, #f5f6f7);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    padding: 16px 24px;
}
.result-wrapper .left-wrapper .result-text {
    color: var(--text);
}
.result-wrapper .left-wrapper .result-text .bold {
    font-weight: 700;
}
.result-wrapper .left-wrapper .result-img {
    height: 72px;
    width: 72px;
}
.result-wrapper .right-wrapper {
    color: var(--text-01);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.result-wrapper .right-wrapper .search-terms {
    color: #3361ff;
    cursor: pointer;
    margin-left: 5px;
}
.base-reset-dialog-body .returns-tip1 {
    color: var(--text);
    font-size: 14px;
    line-height: 30px;
}
.base-reset-dialog-body .returns-tip2 {
    color: var(--text-01);
    font-size: 14px;
    line-height: 30px;
}
.product-list-header {
    margin-top: 24px;
}
.tab-bar-wrapper {
    align-items: center;
    border-bottom: var(--bor);
    color: var(--text-01);
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}
.tab-bar-wrapper .tab-bar-item {
    cursor: pointer;
    padding: 13px 24px;
}
.tab-bar-wrapper .tab-bar-item.is-active {
    color: var(--primary);
}
.tab-bar-wrapper .tab-bar-item .icon-font {
    font-size: 24px;
    font-weight: 400;
}
.product-sort-container {
    border-bottom: 1px solid var(--gray-blue-grey-blue-95, #edeff2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8px;
    padding: 12px 0;
    height: 71px;
}
.product-sort-wrapper {
    align-items: center;
    display: flex;
}
.sort-title {
    color: var(--text-02);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-right: 36px;
}
.sort-title.active {
    color: var(--primary);
}
.sort-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    line-height: 30px;
    margin-right: 36px;
    padding: 8px 0;
}
.sort-item.active {
    color: var(--primary);
}
.sort-arrow {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.sort-arrow .sort-arrow-top {
    border-bottom: 4px solid #adb8cc;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-bottom: 1px;
    width: 0;
}
.sort-arrow .sort-arrow-top.active {
    border-bottom: 4px solid #c31f26;
}
.sort-arrow .sort-arrow-bottom {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #adb8cc;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: 1px;
    width: 0;
}
.sort-arrow .sort-arrow-bottom.active {
    border-top: 4px solid #c31f26;
}
.product-sort-container .product-filter-img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.product-filter-wrapper {
    display: flex;
}
.product-filter-left-wrapper {
    flex: 1;
}
.product-filter-row {
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
}
.product-filter-row .product-filter-row-title {
    color: var(--gray-blue-grey-blue-70, #7d8fb3);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    width: 150px;
}
.product-filter-row .product-filter-right-container {
    align-items: center;
    display: flex;
    margin-left: 16px;
}
.product-filter-row .product-filter-right-item {
    margin-right: 36px;
    margin-bottom: 0;
    --el-checkbox-input-border: 1px solid #000;
    --el-checkbox-text-color: var(--text-02);
    --el-checkbox-input-border-color-hover: #000;
    --el-checkbox-checked-text-color: var(--text-02);
    --el-checkbox-checked-bg-color: var(--primary);
    --el-checkbox-checked-input-border-color: var(--primary);
    --el-checkbox-border-radius: 5px;
    --el-checkbox-font-weight: 400;
}
.filter-dropdown-title {
    color: var(--text-02);
    cursor: pointer;
    display: flex;
    align-items: center;
}
.filter-dropdown-title.active {
    color: var(--primary);
}
.filter-dropdown-content {
    cursor: pointer;
    display: flex;
}
.filter-dropdown-item {
    margin-right: 14px;
}
.filter-dropdown-item.active {
    color: var(--primary);
}
.product-filter-input {
    --el-input-width: 80px;
    --el-input-height: 18px !important;
    --el-input-border-radius: 20px !important;
    --el-input-placeholder-color: var(--text-01) !important;
    --el-input-border-color: transparent !important;
}
.product-filter-split {
    color: var(--text-01);
    margin: 0 4px;
}
.filter-btn {
    height: 30px !important;
    margin-left: 12px;
    --el-border-radius-base: 30px !important;
    --el-button-text-color: var(--primary) !important;
    --el-button-border-color: var(--primary) !important;
}
.reset-btn {
    height: 38px;
    --el-border-radius-base: 30px;
    --el-button-text-color: var(--text-01);
    --el-button-border-color: #dadee6;
}
.loading-wrapper {
    height: 80px;
    --el-mask-color: transparent;
}
.product-list-wrapper {
    display: grid;
    grid-row-gap: 16px;
    grid-column-gap: 8px;
    align-items: start;
}
.product-item-wrapper {
    cursor: pointer;
    position: relative;
    transition: transform .3s;
}
.product-item-wrapper:hover {
    box-shadow: var(--pod-box-shadow);
    transform: translateY(-4px);
}
.product-item-wrapper .product-img-wrapper {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.product-item-wrapper .product-img {
    border-radius: 6px;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.product-item-wrapper .collect-btn {
    display: none;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    --el-loading-spinner-size: 30px;
}
.product-item-wrapper:hover .collect-btn {
    display: inline-block;
}
.product-item-wrapper .product-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}
.product-item-wrapper .product-name {
    color: var(--text);
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    font-weight: normal;
}
.product-item-wrapper .product-price-wrapper, .product-item-wrapper .score-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.product-item-wrapper .price-left {
    align-items: flex-end;
    display: inline-flex;
}
.product-item-wrapper .product-price {
    color: var(--text);
    font-size: 20px;
    font-weight: 700;
    --decimal-font-size: 14px;
}

#super_shop {
    width: 100%;
    min-width: 1190px;
}
.search-wrap {
    position: relative;
    float: none;
}
.search-wrapper {
    width: 1190px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.search-text-bar-wrap {
    width: 580px;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.searchBar {
    width: 100%;
    height: 56px;
    position: relative;
}
.searchBar .search-bar-inner {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid transparent;
    top: 0;
    z-index: 4;
    position: absolute;
}
.searchBar .search-bar-main {
    width: 580px;
    margin: 10px auto 0;
    position: relative;
    height: 36px;
}
.searchBar .search-input {
    width: 574px;
    margin: 0 auto;
    position: relative;
}
.searchBar .search-input #myPanli {
    width: 486px;
    height: 32px;
    padding: 0 4px;
    line-height: 32px;
    border: 2px solid #df0d34;
    border-right: 0;
    background: #fbfbfb;
    font-size: 14px;
    border-radius: 0;
    box-sizing: content-box;
}
.searchBar .search-input .camera {
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}
.searchBar .search-input .camera input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.searchBar .search-input #search_btn {
    width: 76px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    background: #df0d34;
    border: 0;
    color: #fff;
    border-radius: 0;
}
#super_shop #searchURLs {
    justify-content: flex-start;
}
.search-platform {
    height: 30px;
    padding-bottom: 4px;
    border-bottom: 3px solid #df0d34;
    width: 1190px;
    margin: 0 auto;
    position: absolute;
    box-sizing: content-box;
    display: flex;
    bottom: 0;
}
.search-platform > * {
    display: inline-block;
    box-sizing: content-box;
}
.search-platform h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
.search-platform span {
    margin: 0 2px 0 20px;
    line-height: 30px;
    font-size: 12px;
}
.search-platform ul {
    border: 1px solid transparent;
    border-radius: 2px;
    /* position: absolute; */
    z-index: 3;
    height: 30px;
}
.search-platform ul li {
    line-height: 32px;
    height: 30px;
    padding: 0 6px;
    cursor: pointer;
    display: none;
    font-size: 12px;
}
.search-platform ul li.selected {
    color: #df0d34;
    cursor: default;
    display: block;
    background: #fff;
}
.search-platform ul li.selected::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 30px;
    background: url('/assets/img/arrow_down_1.png') 100% no-repeat;
    vertical-align: top;
}
.search-platform ul:hover {
    border-color: #df0d34;
    box-shadow: 0 0 6px rgba(0, 0, 0, .18);
    background: #fff;
}
.search-platform ul:hover li {
    display: block;
}
#shop.shop-center {
    width: 1190px;
    margin: 0 auto 40px;
    position: relative;
}
.shop-tools {
    width: 100%;
    height: 38px;
    border: 1px solid #eee;
    background: #f5f5f5;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #999;
    position: relative;
    display: flex;
}
.shop-tools .shop-btn {
    height: 36px;
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 0;
    margin-left: -1px;
    background: transparent;
    line-height: 36px;
    padding: 0 26px;
    cursor: pointer;
    color: #666;
    position: relative;
    overflow: visible;
    font-size: 12px;
    border-radius: 0;
}
.shop-tools .shop-btn::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    left: -1px;
    top: 12px;
    background: #ccc;
}
.shop-tools .shop-btn.selected {
    cursor: default;
    border-color: #eee;
    background: #fff;
    color: #df0d34;
    z-index: 2;
}
.shop-tools .shop-btn:first-child::after, .shop-tools .shop-btn.selected::after {
    display: none;
}
.shop-tools .shop-tools-sort {
    height: 36px;
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 0;
    margin-left: -1px;
    background: transparent;
    line-height: 36px;
    padding: 0 26px;
    cursor: pointer;
    color: #666;
    position: relative;
    overflow: visible;
    font-size: 12px;
    border-radius: 0;
}
.shop-tools .shop-tools-sort div {
    display: none;
    position: absolute;
    top: 0;
    left: -1px;
    background: #fff;
    border: #eee;
    box-shadow: 0 0 6px rgba(0, 0, 0, .17);
    z-index: 2;
}
.shop-tools .shop-tools-sort::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    left: -1px;
    top: 12px;
    background: #ccc;
}
.shop-tools .shop-tools-sort div a {
    height: 36px;
    line-height: 36px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #999;
    padding: 0 27px;
    white-space: nowrap;
    font-size: 12px;
}
.shop-tools .shop-tools-sort:hover div {
    display: block;
}
.shop-tools .shop-tools-sort div a:hover {
    color: #333;
}
.shop-tools .shop-tools-sort.active {
    cursor: default;
    border-color: #eee;
    background: #fff;
    color: #df0d34;
    z-index: 2;
}
.shop-tools .shop-tools-sort.active::after {
    display: none;
}
.shop-tools .shop-tools-sort div a.selected {
    color: #df0d34;
}
.shop-goods-list {
    width: 1200px;
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}
.shop-goods-list .goods_list {
    margin: 0;
}
.shop-goods-list .goods_list > li {
    position: relative;
    width: 280px;
    padding: 10px;
    background: #fff;
    box-sizing: content-box;
    margin: 0;
}
.goods_list .pic {
    width: 280px;
    height: 280px;
    background: #fff;
    overflow: hidden;
    margin: 0;
}
.goods_list .pic a {
    width: 280px;
    height: 280px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 280px;
    max-height: 280px;
    border: none;
    padding: 0;
}
.goods_list .pic a img {
    width: 100%;
    height: 100%;
    background: none;
}
.goods_list .summary {
    margin: 8px 0;
    height: 110px;
}
#shop .summary h2 {
    width: 100%;
    color: #333;
    line-height: 20px;
}
#shop .summary p {
    height: 30px;
    margin: 0;
    padding: 0;
    padding-top: 3px;
    overflow: hidden;
    box-sizing: content-box;
    color: #333;
    font-size: 18px;
}
#shop .summary p span:last-child {
    color: #999;
    float: right;
    line-height: 30px;
    display: block;
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.shop-goods-list .goods_list > li:hover {
    z-index: 4;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.pageNavigation.display {
    width: 100%;
    margin-top: 30px;
    height: 40px;
    text-align: center;
    position: relative;
    box-sizing: content-box;
    display: block;
}
.pageNavigation > div {
    display: inline-block;
    cursor: pointer;
}
.pageNavigation div:first-child, .pageNavigation div:last-child {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    min-width: 38px;
    font-size: 14px;
    border: 1px solid #eee;
    box-sizing: content-box;
    border-radius: 50px;
    transition: all .2s linear;
}
.pageNavigation div:first-child {
    margin-right: 10px;
}
.pageNavigation div:last-child {
    margin-left: 10px;
}
.pageNavigation div span, .glyphicon-chevron-left, .glyphicon-chevron-right {
    display: inline-block;
    height: 38px;
    min-width: 30px;
    padding: 0 4px;
    border: 1px solid #eee;
    background: #fff;
    color: #666;
    font-size: 14px;
    line-height: 38px;
    box-sizing: content-box;
    position: relative;
    border-radius: 50px;
    transition: all .2s linear;
}
.pageNavigation div:first-child:hover, .pageNavigation div:last-child:hover, .pageNavigation div span:hover, .glyphicon-chevron-left:hover, .glyphicon-chevron-right:hover {
    border-color: #ccc;
}
.pageNavigation div.selected span {
    color: #fff;
    background: #df0d34;
    border-color: #df0d34;
    z-index: 3;
    cursor: default;
}
/* 商品详情页样式 */
.product-wrapper {
    margin: 0 auto;
    max-width: 1600px;
    padding: 36px 24px 60px;
}
.load-height {
    height: 100vh;
    overflow: hidden;
}
.product-wrapper .goods-info-wrapper {
    display: flex;
    gap: 48px;
}
.product-wrapper .goods-detail-layout {
    flex: 1.2;
    overflow: hidden;
}
.product-wrapper .goods-img-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
}
.product-wrapper .goods-img-wrapper .big-thumb-wrapper {
    flex: 1;
    position: relative;
    width: calc(100% - 96px);
}
.magnifier-wrapper {
    position: relative;
}
.magnifier-wrapper .thumb-img-wrapper {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.magnifier-wrapper .thumb-img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
}
.magnifier-wrapper .blue-dots {
    background-color: #000;
    opacity: .3;
    position: absolute;
}
.magnifier-wrapper .zoom-result {
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 8px;
    padding-bottom: 100%;
    position: absolute;
    right: calc(-100% - 12px);
    top: 0;
    width: 100%;
    z-index: 10;
}
.product-wrapper .goods-img-wrapper .find-similar {
    background-color: #dfe3eb;
    border: none;
    border-radius: 40px;
    bottom: 24px;
    box-shadow: 0 .8px 8px #0000001a;
    color: var(--primary);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    min-width: 160px;
    opacity: .5;
    position: absolute;
    right: 24px;
}
.product-wrapper .goods-img-wrapper .find-similar:hover {
    opacity: 1;
}
.product-wrapper .goods-img-wrapper .product-favorite {
    align-items: center;
    background-color: #dfe3eb;
    border-radius: 4px;
    box-shadow: 0 .8px 8px #0000001a;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    opacity: .5;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 36px;
}
.product-wrapper .goods-img-wrapper .product-favorite:hover {
    opacity: 1;
}
.product-wrapper .goods-img-wrapper .thumb-layout {
    flex: 0 0 80px;
    position: relative;
}
.product-wrapper .goods-img-wrapper .thumb-layout .el-scrollbar__wrap {
    max-height: 724px;
}
.product-wrapper .goods-img-wrapper .thumb-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-wrapper .goods-img-wrapper .thumb-list .thumb-item {
    border: var(--bor);
    border-radius: 4px;
    cursor: pointer;
    flex: 0 0 80px;
    height: 80px;
    overflow: hidden;
    width: 80px;
}
.product-wrapper .goods-img-wrapper .thumb-list .thumb-item.is-active {
    border-color: var(--primary);
}
.product-wrapper .goods-img-wrapper .thumb-list .thumb-item .thumb-item-img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: top;
    width: 100%;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
.shop-info {
    align-items: center;
    display: flex;
}
.channel-icon {
    vertical-align: middle;
}
.channel-icon.md {
    height: 24px;
    width: 24px;
}
.shop-info .shop-name {
    color: var(--text);
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.detail-wrapper {
    overflow: hidden;
}
.detail-wrapper .module-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.detail-wrapper .detail-content-wrapper {
    margin-top: 20px;
    text-align: center;
}
.detail-wrapper .detail-content-wrapper div, .detail-wrapper .detail-content-wrapper p {
    margin: 0 auto;
    max-width: 100% !important;
}
.detail-wrapper .detail-content-wrapper img {
    max-width: 100% !important;
}
.spec-details-wrapper .spec-item {
    border-bottom: 1px dashed var(--bor-color);
    display: flex;
    font-size: 16px;
    line-height: 30px;
    padding: 12px 0;
}
.spec-details-wrapper .spec-label {
    color: var(--text-01);
    flex: 0 0 300px;
}
.spec-details-wrapper .spec-content {
    color: var(--text-02);
    flex: 1;
}
.product-wrapper .goods-sku-layout {
    flex: 1;
}
.product-wrapper .goods-sku-layout .goods-sku-content {
    position: sticky;
    top: 116px;
}
.goods-sku-content .el-scrollbar__wrap {
    max-height: calc(-116px + 100vh);
}
.goods-detail-wrapper .el-scrollbar__bar {
    display: none !important;
}
.goods-detail-wrapper .goods-detail-content {
    padding-bottom: 48px;
}
.product-name {
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}
.active-wrapper {
    align-items: center;
    display: flex;
    gap: 8px;
    height: 30px;
    margin-top: 8px;
}
.active-wrapper .active-item {
    align-items: center;
    color: var(--primary);
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    gap: 4px;
    line-height: 1;
}
.tag-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.price-wrapper {
    align-items: flex-end;
    color: var(--text);
    display: flex;
    font-size: 30px;
    font-weight: 700;
    gap: 8px;
    height: 30px;
    --decimal-font-size: 18px;
}
.format-price-wrapper {
    display: inline-block;
    vertical-align: top;
}
.format-price-wrapper .decimal {
    font-size: var(--decimal-font-size);
}
.spec-item-title {
    align-items: center;
    color: var(--text);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    min-height: 30px;
    margin: 0;
}
.prop-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.prop-item {
    cursor: pointer;
}
.prop-item.is-active {
    opacity: 1;
}
.prop-item-img-wrapper {
    border: var(--bor);
    border-radius: 4px;
    height: 44px;
    overflow: hidden;
    width: 44px;
}
.prop-item.is-active .prop-item-img-wrapper {
    border-color: var(--primary);
}
.prop-item-img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: top;
    width: 100%;
}
.prop-item-txt {
    border: var(--bor);
    border-radius: 4px;
    color: var(--text);
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
    width: -moz-fit-content;
    width: fit-content;
}
.prop-item.is-active .prop-item-txt {
    border-color: var(--primary);
    color: var(--primary);
}
.el-popper.base-ui-tooltip {
    max-width: 400px;
}
.buy-num-wrapper {
    margin-top: 12px;
}
.inventory {
    color: var(--text);
    margin-left: 12px;
}
.inventory, .least-purchase {
    font-size: 14px;
    line-height: 30px;
}
.least-purchase {
    color: var(--text-01);
    margin-top: 4px;
}
.product-remark-wrapper {
    border: 1px solid rgba(240, 112, 12, .3);
    border-radius: 8px;
    max-height: 48px;
    overflow: hidden;
}
.product-remark-wrapper:hover {
    background-color: var(--bg-primary);
}
.product-remark-wrapper .remark-header {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    height: 46px;
    justify-content: space-between;
    padding: 8px 12px;
}
.product-remark-wrapper .remark-header .remark-label {
    align-items: center;
    display: inline-flex;
    gap: 4px;
}
.product-remark-wrapper .remark-header .jiantou {
    transition: transform .3s ease-in-out;
}
.product-remark-wrapper.open {
    background-color: #fff3ea99;
    max-height: unset;
}
.product-remark-wrapper.open .jiantou {
    transform: rotate(180deg);
}
.product-remark-wrapper .product-remark-content {
    padding: 12px 12px 8px;
}
.product-remark-wrapper .base-ui-textarea {
    --el-input-bg-color: #fff;
    --el-input-border-color: transparent;
    --el-input-border-radius: 4px;
}
.disclaimer-wrapper {
    background-color: var(--bg);
    border-radius: 8px;
    padding: 8px 16px;
}
.module-title {
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.agreed-wrapper {
    color: var(--text);
    line-height: 30px;
    margin-top: 4px;
}
.agreed-wrapper .base-ui-checkbox {
    --el-checkbox-font-weight: 400;
    --el-checkbox-text-color: var(--text);
}
.buy-btn-wrapper {
    align-items: center;
    display: flex;
}
.buy-btn-wrapper .el-button {
    flex: 1;
    font-size: 18px;
    height: 64px;
    line-height: 24px;
    --el-button-border-radius: 8px;
}
.buy-guide-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.buy-guide-item {
    color: var(--text-02);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    line-height: 30px;
}
.buy-guide-item .buy-guide-content {
    flex: 1;
}
.logistics-wrapper {
    margin-top: 8px;
}
.logistics-step {
    background-color: var(--bg-primary);
    border-radius: 8px;
    color: var(--text);
    display: flex;
    font-size: 12px;
    gap: 12px;
    line-height: 20px;
    margin-top: 8px;
    padding: 12px 16px;
}
.step-num {
    align-items: center;
    background-color: var(--primary);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    justify-content: center;
    margin-top: 9px;
    vertical-align: middle;
    width: 18px;
}
.step-item-content {
    flex: 1;
    flex-wrap: wrap;
    gap: 4px 12px;
    justify-content: space-between;
}
.step-item-content, .step-item-left {
    align-items: center;
    display: flex;
}
.step-item-content .base-ui-primary.estimate-btn {
    background-color: #fff;
    border-color: var(--primary);
    color: var(--primary);
    font-weight: 400;
    height: 36px;
}
#item .afterSales-dialog, #item1688 .afterSales-dialog {
    --el-dialog-width: 420px;
    top: 50%;
    transform: translateY(-50%);
}
#item .guide-dialog, #item1688 .guide-dialog {
    --el-dialog-width: 620px;
    top: 50%;
    transform: translateY(-50%);
}
#item .affiliate-share-container, #item1688 .affiliate-share-container {
    --el-dialog-width: 420px;
    top: 50%;
    transform: translateY(-50%);
}
.affiliate-share-wrapper {
    color: var(--text);
    font-size: 14px;
    line-height: 30px;
}
.affiliate-share-wrapper .link-url {
    font-weight: 700;
    color: var(--text);
    margin: 0;
}
/* 功能菜单列表 */
.side-menu-item-wrapper .el-collapse-item__header {
    align-items: center;
    border-radius: 4px;
    color: var(--text);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    margin-bottom: 8px;
    padding: 0 12px;
}
.side-menu-item-wrapper .el-collapse-item__header:hover {
    background-color: var(--bg);
    font-weight: 700;
}
.side-menu-item-wrapper .el-collapse-item__header.is-active {
    background-color: #fff3ea;
    color: var(--primary);
    font-weight: 700;
}
.side-menu-item-wrapper .icon-font {
    margin-right: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-menu-item-wrapper .el-collapse-item__header.is-active .icon-font .icon path {
    fill: var(--primary);
}
.side-menu-wrapper .el-collapse-item__content {
    padding-bottom: 10px;
}
.side-menu-item-wrapper li a {
    display: block;
    line-height: 35px;
    padding: 0 12px 0 50px;
    font-size: 14px;
}
.side-menu-item-wrapper li:not(.active) a:hover, .side-menu-item-wrapper li:not(.active) a:focus {
    font-weight: 700;
    color: #2d2d2d;
}
.side-menu-item-wrapper li.active a {
    color: var(--primary);
}

/* #content-container > .row > .col-md-3, .container > .row > .col-md-3 {
    width: 197px;
    padding: 0;
    border: 1px solid #eee;
}
.sidebar-nav-v1 {
    margin-top: 20px;
} */
/* .sidebar-nav-v1 > li.active > a {
    font-weight: 700;
    color: #000;
}
.sidebar-nav-v1 > li.active a, .sidebar-nav-v1 > li.active ul a {
    background: #fff;
    color: #333;
    transition: color .3s ease-out;
}
.list-toggle:after, .list-toggle.active:after {
    color: #333;
}
.sidebar-nav-v1 > li.active ul li.active a {
    color: var(--primary);
}
.sidebar-nav-v1 > li.active ul li a:hover {
    color: var(--primary);
}
.sidebar-nav-v1 > li.active, .sidebar-nav-v1 li.active ul a {
    border: none;
}
/* 会员中心 */
.user-center-wrapper .user-center-top {
    display: flex;
}
.user-center-card-wrapper {
    background: #fff3ea;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.user-center-wrapper .user-center-top .user-center-top-card {
    flex: 1;
}
.user-center-card-wrapper .user-info-wrapper {
    align-items: center;
    display: flex;
}
.avatar-wrapper.lg {
    --avatar-size: 80px;
    --avatar-font-size: 30px;
}
.user-center-card-wrapper .user-info-wrapper .user-info {
    margin-left: 20px;
}
.user-center-card-wrapper .user-info-wrapper .user-name {
    color: var(--text);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.user-center-card-wrapper .user-info-wrapper .user-id {
    color: #0d111a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.user-center-card-wrapper .balance-info-wrapper {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    margin-left: 20px;
    padding: 20px;
}
.user-center-card-wrapper .balance-info-wrapper .card-img {
    height: 30px;
    width: 30px;
}
.user-center-card-wrapper .balance-info-wrapper .card-title {
    color: var(--text);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-left: 5px;
}
.user-center-card-wrapper .balance-info-wrapper .card-content {
    color: var(--text);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-left: 20px;
}
.user-center-card-wrapper .balance-info-wrapper .card-actions {
    display: flex;
    margin-left: 40px;
}
.user-center-card-wrapper .balance-info-wrapper .card-actions .el-button {
    height: 38px;
    width: 120px;
}
.user-center-wrapper .el-dialog {
    --el-dialog-width: 420px;
    top: 30%;
}
.user-center-wrapper .base-ui-input {
    height: 22px;
    box-sizing: content-box;
}
.user-center-wrapper .order-list-title {
    color: var(--text);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
}
.user-center-wrapper .order-list-title span {
    flex: 2;
}
.user-center-wrapper .order-list-title span+span {
    flex: 1;
}
.order-item-wrapper {
    border: var(--bor);
    border-radius: 8px;
    display: flex;
    padding: 20px;
}
.order-item-wrapper .product-name-container {
    display: flex;
    flex: 2;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.order-item-wrapper .product-name-container .product-img {
    height: 100px;
    width: 100px;
}
.order-item-wrapper .product-name-container .product-info {
    margin-left: 12px;
}
.order-item-wrapper .product-name-container .product-info .product-name {
    color: var(--text);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.order-item-wrapper .product-name-container .product-info .product-desc {
    color: var(--text-01);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}
.order-item-wrapper .product-name-container .product-quantity {
    background: #00000080;
    border-radius: 2px;
    bottom: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 3px;
    line-height: 20px;
    padding: 0 4px;
    position: absolute;
}
.order-item-wrapper .submitted-container {
    color: var(--text);
}
.order-item-wrapper .order-status-container, .order-item-wrapper .submitted-container {
    align-self: center;
    flex: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.order-item-wrapper .order-status-container {
    color: var(--primary);
}
.order-item-wrapper .action-container {
    align-self: center;
    flex: 1;
    text-align: center;
}
.order-item-wrapper .action-container .el-button {
    height: 38px;
    width: 100px;
}

#content-container > .row {
    display: flex;
    align-items: flex-start;
}
.user-info-wrap {
    display: flex;
    padding: 19px;
}
.ui-avatar {
    width: 120px;
    height: 120px;
    position: relative;
    margin-right: 20px;
}
.ui-avatar .ui-avatar-pic {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}
.u-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.ui-content {
    flex: 1;
}
.ui-name, .list-unstyled {
    display: flex;
}
.ui-name > p {
    font-size: 24px;
    color: #000;
    line-height: 30px;
    margin-top: -3px;
    margin-bottom: 10px;
}
.list-unstyled {
    line-height: 25px;
    font-size: 16px;
    justify-content: center;
}
.list-unstyled li i {
    color: #e67e22;
}
.u-level-rule a {
    color: var(--primary);
    line-height: 27px;
    margin-left: 10px;
}
.u-level-rule a:hover {
    text-decoration: underline;
}
.ui-item {
    height: 27px;
    display: flex;
}
.u-item-link {
    display: inline-block;
    height: 27px;
    min-width: 170px;
    white-space: nowrap;
}
.u-item-title, .u-item-text {
    line-height: 27px;
    color: #666;
    display: inline-block;
    margin: 0;
}
.u-item-title {
    padding: 0 15px 0 25px;
    min-width: 60px;
    box-sizing: content-box;
    background: url('/assets/img/icon_assets.png') 0 0 no-repeat;
}
.u-integral-title {
    background-position-y: -30px;
}
.u-coupon-title {
    background-position-y: -60px;
}
.ui-balance:hover .u-balance-title {
    background-position-y: -90px;
}
.ui-integral:hover .u-integral-title {
    background-position-y: -120px;
}
.ui-coupon:hover .u-coupon-title {
    background-position-y: -150px;
}
.u-item-text {
    color: #000;
    width: 130px;
    font-weight: 700;
}
.u-item-jump-link {
    height: 27px;
    line-height: 27px;
    color: var(--primary);
}
.u-item-link:hover .u-item-title, .u-item-link:hover .u-item-text {
    color: var(--primary);
}
.u-item-jump-link:focus {
    color: var(--primary);
}
.u-item-jump-link:hover, .u-item-jump-link:active {
    text-decoration: underline;
    color: var(--primary);
}
.ui-item .user_edit_btn {
    margin: 0;
    margin-right: 15px;
}
.ui-item .badge-lists {
    float: none !important;
    display: inline-block;
    margin-bottom: 0;
    height: 27px;
}
.ui-item .badge-lists > a {
    display: inline-block;
    height: 27px;
    line-height: 27px;
}
.ui-item .badge-lists > a:hover, .ui-item .badge-lists > a:active, .ui-item .badge-lists > a:focus {
    color: var(--primary);
}
.ui-item .badge-lists .badge {
    top: -6px;
    background: #df0d34;
}
.ui-address, .u-address-title {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    margin: 0;
    margin-left: 10px;
}
#rmbaccount .recharge-pop .btn {
    border-color: var(--primary);
}
#rmbaccount .recharge-pop .Dialog-body .choose-money li:hover, #rmbaccount .recharge-pop .Dialog-body .choose-money li.active {
    color: var(--primary);
    border: 1px solid var(--primary);
}
.user-favorite-wrap {
    padding: 0 15px;
    margin-bottom: 20px;
}
.user-favorite-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.user-favorite-items > li {
    padding: 10px;
    border-radius: 10px;
    width: 150px;
    height: 180px;
    transition: box-shadow .3s ease-out;
}
.user-favorite-item .uf-link {
    display: block;
    width: 100%;
    height: 100%;
}
.uf-pic-wrap {
    width: 130px;
    height: 130px;
}
.uf-pic {
    width: 100%;
    height: 100%;
}
.uf-title {
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}
.user-favorite-items > li:hover {
    box-shadow: rgb(0 0 0 / 20%) 0 0 30px;
}
.breadcrumb li a:hover, .breadcrumb li.active, .info-blocks:hover i.icon-info-blocks {
    /* color: #df0d34; */
}
.carousel-inner .item {
    display: block;
}
.carousel-inner .item .panel-body h2 {
    margin: 0;
    color: var(--primary);
    font-size: 18px;
}
.carousel-inner .item .panel-body p {
    font-size: 14px;
}
/* 订单列表页 */
#order, #transportorder, #sendorder {
    flex: 1;
}
.tab-v2 .nav-tabs li.active a, .tag-box-v1 {
    border: none;
    border-bottom: 2px solid var(--primary) !important;
}
.tab-v2 .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.tab-v2 .tab-content {
    border: none;
}
.ot-top {
    margin: 10px 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    height: 42px;
}
.ot-top-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.ot-top-item {
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ot-item-1 {
    width: 340px;
}
.ot-item-2 {
    width: 92px;
}
.ot-item-3 {
    width: 55px;
}
.ot-item-4 {
    width: 92px;
}
.ot-item-5 {
    width: 146px;
}
#dropdownMenu1, #dropdownMenu2 {
    background: transparent;
    border: none;
}
.ot-c-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    transition: border-color .3s ease-out;
}
.ot-c-item:hover {
    border-color: #333;
}
.ot-c-item .ot-top {
    margin: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 20px;
    position: relative;
}
.ot-c-item .ot-top > span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.ot-top .order_del {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ot-top-time {
    font-weight: 700;
    color: #333;
    margin-right: 5px;
}
.ot-item-wrap > div {
    display: flex;
    margin: 20px 0;
}
#sendorder .ot-item-wrap > div > div:first-of-type {
    min-width: 340px;
}
.ot-item-wrap > div > div > div {
    display: flex;
    margin-bottom: 20px;
}
.ot-item-wrap > div > div > div:last-of-type {
    margin-bottom: 0;
}
.ot-item-goods {
    display: flex;
    width: 340px;
    padding-left: 20px;
}
.ot-item-goods-pic {
    display: flex;
}
.ot-item-goods-pic label.checkbox {
    top: 25px;
    margin: 0;
    line-height: 0;
    height: 26px;
}
.ot-item-goods-pic .user_id_img {
    width: 80px;
    height: 80px;
}
.ot-item-goods-main {
    margin-left: 5px;
}
.ot-item-goods-main > span {
    display: flex;
    color: #999;
    margin-bottom: 10px;
}
.ot-item-goods-main > span:last-of-type {
    margin: 0;
    display: inline;
}
.ot-item-goods-main img {
    vertical-align: sub;
    width: 18px;
    height: 18px;
}
.ot-item-goods-main a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 5px;
    margin-right: 5px;
    max-height: 45px;
}
.ot-item-goods-main a:hover {
    color: var(--primary);
}
.ot-item-price {
    width: 92px;
}
.ot-item-num {
    width: 55px;
}
.ot-item-commodity {
    width: 92px;
}
.ot-item-commodity span, .ot-item-commodity a {
    display: block;
    margin: 0 auto 5px;
}
.ot-item-commodity .badge-lists li {
    display: block;
}
.ot-item-price, .ot-item-num, .ot-item-commodity, .ot-item-total, .ot-item-status, .ot-item-trade {
    text-align: center;
    /* border-left: 1px solid #ddd; */
}
.ot-item-total > span, .ot-item-shippingname > span {
    display: block;
}
.ot-item-status span {
    display: block;
    color: #333;
}
.ot-item-trade {
    /* padding-right: 20px; */
}
.ot-item-trade ul li {
    margin-bottom: 5px;
}
.ot-item-trade a.btn-u, .ot-item-commodity span a {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    transition: all .3s ease-out;
}
.ot-item-trade a.btn-u:hover, .ot-item-commodity span a:hover, .ot-item-commodity span a:active, .ot-item-commodity span a:focus, .ot-item-commodity span a:active:hover {
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}
.ot-item-more {
    justify-content: center;
}
.ot-item-more a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    background: #fff;
    transition: all .3s ease-out;
}
.ot-item-more a:hover {
    border-color: var(--primary);
    color: #fff;
    background: var(--primary);
}
.sky-form .ot-content .received-btn {
    border-color: var(--primary);
    color: var(--primary);
}
.sky-form .ot-content .received-btn:hover, .sky-form .ot-content .received-btn:active, .sky-form .ot-content .received-btn:focus {
    color: #fff;
    background: var(--primary);
}
#sendorder .ot-item-2, .ot-item-consignee {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ot-item-shippingname, #sendorder .ot-item-commodity, #sendorder .ot-item-4, #sendorder .ot-item-3 {
    width: 90px;
}
#sendorder .ot-item-status.ot-item-4, .ot-item-6 {
    width: 80px;
}
.ot-item-consignee, .ot-item-shippingname {
    text-align: center;
    /* border-left: 1px solid #ddd; */
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #df0d34;
    background-color: #df0d34;
}
.pagination li a:hover {
    background: #df0d34;
    border-color: #df0d34;
}
/* 右侧侧边栏样式 */
.m-tool-bar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 100;
    height: 300px;
}
.m-tool-bar ul {
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .1));
}
.tool-bar-show > ul {
    background: #fff;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .1));
    border-radius: 8px;
}
.m-tool-bar li {
    cursor: pointer;
    margin-left: 0;
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    transform: translateX(100%);
    zoom: 1;
}
.m-tool-bar li:first-child {
    transition-delay: 0ms;
}
.m-tool-bar li:nth-child(2) {
    transition-delay: 35ms;
}
.m-tool-bar li:nth-child(3) {
    transition-delay: 70ms;
}
.m-tool-bar li:nth-child(4) {
    transition-delay: 105ms;
}
.m-tool-bar li:nth-child(5) {
    transition-delay: .14s;
}
.m-tool-bar li:nth-child(6) {
    transition-delay: 175ms;
}
.m-tool-bar li:nth-child(7) {
    transition-delay: .21s;
}
.tool-bar-show li:not(.tool-bar-menu) {
    transform: translateX(0);
    opacity: 1;
}
.m-tool-bar .tool-bar-menu {
    transform: translateX(0);
    opacity: 1;
}
.tool-bar-show .tool-bar-menu {
    box-shadow: none;
    border-radius: 8px;
}
.m-tool-bar li:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.m-tool-bar li a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    right: 0;
    float: right;
    cursor: pointer;
}
.m-tool-bar li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 1px;
    width: 10px;
    background: #bbb;
}
.m-tool-bar li:last-child a:after {
    display: none;
}
.tool-bar-icon {
    display: block;
    margin: 12px;
    width: 26px;
    height: 27px;
    background: url('/assets/img/tools_icon.png') no-repeat;
    float: right;
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
}
.tool-bar-icon-customize {
    display: block;
    margin: 12px;
    width: 26px;
    height: 27px;
    float: right;
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
}
.tool-bar-icon-app {
    background-position: -182px 0;
}
.tool-bar-icon-cart {
    background-position: 0 0;
}
.tool-bar-icon-pkg {
    background-position: -26px 0;
}
.tool-bar-icon-menu {
    background-position: -104px 0;
}
.tool-bar-icon-top {
    background-position: -130px 0;
}
#tool-bar-QRCode .sub-text {
    display: none;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    border-radius: 8px 0 0 8px;
}
.m-tool-bar .tool-bar-text {
    position: absolute;
    right: 40px;
    padding-left: 20px;
    width: 130px;
    height: 50px;
    line-height: 50px;
    color: #000;
    float: right;
    display: none;
    background: #fff;
    border-radius: 8px 0 0 8px;
    z-index: 2;
    box-sizing: content-box;
    font-size: 14px;
}
.m-tool-bar .tool-bar-number-show {
    position: absolute;
    text-align: center;
    background: #ff4c62;
    border-radius: 8px;
    overflow: hidden;
    z-index: 2;
    top: 18px;
    right: 20px;
    height: 16px;
    min-width: 10px;
    font-size: 12px;
    line-height: 16px;
    padding: 0 3px;
    color: #fff;
    max-width: 30px;
}
#tool-bar-QRCode a:hover {
    width: 240px;
}
#tool-bar-QRCode a:hover .sub-text {
    display: block;
}
.m-tool-bar li a:hover {
    width: 170px;
}
.m-tool-bar li a:hover .tool-bar-text {
    display: block;
}
.m-tool-bar .tool-bar-menu a {
    background: #fff;
    border-radius: 8px;
}
.tool-bar-show .tool-bar-menu a {
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.m-tool-bar .tool-bar-menu .tool-bar-icon {
    transform: rotate(45deg);
}
.tool-bar-show .tool-bar-menu .tool-bar-icon {
    transform: rotate(-90deg);
}
.m-tool-bar li:hover .tool-bar-icon-cart {
    background-position: 0 -26px;
}
.m-tool-bar li:hover .tool-bar-icon-pkg {
    background-position: -26px -26px;
}
.m-tool-bar li:hover .tool-bar-icon-menu {
    background-position: -104px -26px;
}
.m-tool-bar li:hover .tool-bar-icon-top {
    background-position: -130px -26px;
}
.m-tool-bar .tool-bar-menu a:after {
    display: none;
}
.m-tool-bar .tool-bar-menu.line-one a:after {
    display: none;
}
.tool-bar-show .tool-bar-menu a:after {
    display: block;
}
.side-cart {
    border-left: var(--bor);
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 200px;
}
.side-cart-layout {
    position: fixed;
    right: 0;
    top: 0;
}
.total-info {
    background: linear-gradient(1turn, #fff 48.5%, #ffe4d0);
    border-bottom: var(--bor);
    padding: 24px;
    text-align: center;
}
.total-info .total-title {
    color: var(--text);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.total-info .total-price {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.total-info .base-ui-primary {
    height: 48px;
    margin-left: 0;
    width: 100%;
}
.select-all-wrapper {
    padding: 24px 24px 12px;
}
.select-all-wrapper .el-checkbox {
    margin-bottom: 0;
}
.select-all-wrapper .el-checkbox__input {
    height: 16px;
}
.cart-list-wrapper {
    flex: 1;
    overflow: hidden;
    padding: 0 12px;
}
.cart-list-wrapper .el-scrollbar__wrap {
    max-height: 100%;
}
.cart-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 12px 48px;
}
.cart-item {
    text-align: center;
}
.side-cart .goods-img-wrapper {
    height: 108px;
    margin: auto;
    position: relative;
    width: 108px;
}
.side-cart .goods-img-wrapper .goods-img {
    border-radius: 4px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 100%;
}
.side-cart .goods-img-wrapper .base-ui-checkbox {
    left: 8px;
    position: absolute;
    top: 8px;
    --el-checkbox-height: 16px;
}
.side-cart .goods-price {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

/* 刷新页面出现广告弹窗 */
.advbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.advbox .advpic {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 订单详情页 */
.super-order-detail {
    display: flex;
}
.super-order-detail .col-md-9 {
    flex: 1;
}
.super-order-detail .product-details tbody td {
    padding: 8px 3px;
}
.super-order-detail .product-details tbody td:nth-of-type(1) {
    width: 130px;
}
.super-order-detail .product-details tbody td:nth-of-type(2) {
    width: 80px;
}
.super-order-detail .product-details tbody td:nth-of-type(3) {
    width: 260px;
}
/* 解决公共样式冲突 */
#onepay .list-unstyled {
    display: block;
}
#news .col-md-9 {
    width: 100%;
}
#estimate .left {
    width: 60%;
    margin-right: 0;
}
/*精细拍照*/
.modify-btn {
    display: none;
    margin-top: 3px;
    margin-left: 5px;
    white-space: nowrap;
    cursor: pointer;
}
/* 提交订单页 */
.pop-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}
.pop-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}
.pop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.pop-content-head h3 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    color: #000;
}
.pop-content-info {
    display: flex;
    margin-top: 30px;
}
.info-img {
    margin-right: 30px;
    width: 100px;
    height: 100px;
}
.info-main {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.info-main p {
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: bolder;
}
.info-main .info-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}
.info-main .info-skuname {
    color: #ccc;
}
.info-main .info-num {
    font-size: 20px;
    color: #FF2840;
}
.pop-content-labor {
    margin-top: 30px;
}
.pop-content-labor p {
    font-size: 16px;
}
.labor-numer p {
    margin: 20px 0;
}
.labor-number p:last-child {
    margin-top: 10px;
    color: #FF2840;
}
.set-number {
    display: flex;
    align-items: center;
    height: 50px;
}
.set-number span {
    display: block;
    width: 51px;
    height: 100%;
    border: 1px solid #DCDFE6;
    text-align: center;
    font-size: 26px;
    background: #F5F7FA;
    color: #999;
    cursor: pointer;
}
.set-number span:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.set-number span:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.photo-num {
    padding: 10px 20px;
    height: 100%;
    border: 1px solid #DCDFE6;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-size: 16px;
    outline: none;
}
.labor-remark {
    margin-top: 25px;
}
.labor-remark-box {
    padding: 20px 15px;
    max-height: 300px;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow-y: auto;
}
.labor-remark-item {
    margin-top: 5px;
}
.remark-text {
    display: flex;
    align-items: center;
}
.remark-text-input {
    width: 65%;
    padding: 10px 20px;
    border: 0;
    font-size: 16px;
    background: #F8F8F8;
    outline: none;
}
.remark-text-input::placeholder {
    color: #c3c3c3;
}
.remark-delete {
    display: block;
    margin-left: 80px;
    font-size: 20px;
    cursor: pointer;
}
.labor-group {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.labor-group button {
    padding: 5px 20px;
    margin: 0 5px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 16px;
}
.labor-group .cancel-btn {
    background: #fff;
    color: #000;
}
.labor-group .submit-btn {
    background: var(--primary);
    color: #fff ;
}
.pop-close {
    position: absolute;
    top: 30px;
    right: 3%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.pop-close::before, .pop-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #aaa;
}
.pop-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* 优惠券 */
.coupon-activate {
  display: flex;
  align-items: center;
}
.coupon-input {
  width: 30%;
  padding: 5px 10px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 15px;
  background: #f8f8f8;
  outline: none;
}
.coupon-activate-btn {
    height: 34px;
    padding: 0 30px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #FF2840;
    color: #fff;
}
.panel-head ul {
    display: flex;
    position: relative;
    top: 1px;
}
.panel-head ul li.active {
    border-bottom-width: 0;
}
.panel-head ul li {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-left: 10px;
}
/* 优惠券 */
.coupon-activate {
  display: flex;
  align-items: center;
}
.coupon-input {
  width: 30%;
  padding: 5px 10px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 15px;
  background: #f8f8f8;
  outline: none;
}
.coupon-input::placeholder {
  color: #a9a9a9;
}
.coupon-activate-btn {
  height: 34px;
  padding: 0 30px;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #FF2840;
  color: #fff;
}
.coupon-main {
  margin-top: 20px;
}
.coupon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.coupon-item {
  width: 33.3333%;
}
.coupon-item-box {
  max-width: 95%;
  margin: 0 auto 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 #ccc;
  overflow: hidden;
}
.coupon-item-top {
  position: relative;
  padding: 20px 15px 15px;
  background: #FE4E61;
  color: #fff;
}
.coupon-item-top p {
  margin: 0;
  color: #fff;
}
.coupon-item-top p:first-child {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bolder;
}
.coupon-item-top p:first-child span {
  margin-right: 10px;
}
.coupon-item-line {
  position: relative;
}
.coupon-item-line::before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  top: -7px;
  left: 0px;
  border-bottom: 11px dotted #FE4E61;
}
.coupon-item-main {
  position: relative;
  padding: 10px;
  min-height: 85px;
  color: #000;
  box-sizing: border-box;
}
.coupon-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 1px solid #f3f3f3;
  font-size: 12px;
}
.coupon-use {
  padding: 3px 10px;
  border: none;
  border-radius: 5px;
  background: #FF2840;
  color: #fff !important;
  outline: none;
  cursor: pointer;
}
.coupon-use:hover {
  color: #fff !important;
}
.coupon-use-dark .coupon-item-top {
  background: #afafaf;
}
.coupon-use-dark .coupon-item-line::before {
  border-color: #afafaf;
}
.coupon-use-dark .coupon-use {
  background: #afafaf;
  cursor: not-allowed;
}
/** 分享弹窗 **/
.share-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000001;
  }
  .share-pop-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
  }
  .share-pop-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    min-height: 200px;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
  }
  .share-pop-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .share-pop-title {
    color: #000;
    font-weight: bold;
    font-size: 15px;
  }
  .share-pop-close .line {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
  }
  .share-pop-close .line::before, .share-pop-close .line::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    display: inline-block;
    background: #000;
  }
  .share-pop-close .line::before {
    width: 14px;
    height: 2px;
  }
  .share-pop-close .line::after {
    width: 2px;
    height: 14px;
  }
  .share-pop-content {
    padding: 20px 0;
    font-size: 13px;
  }
  .share-pop-copy {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background: var(--primary);
    color: #fff;
    outline: none;
  }

/* 搜索敏感词 Start */
.sensitive-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.sensitive-wrap {
    max-width: 500px;
    padding: 25px 20px;
    background: #df0d34;
}

.sensitive-header {
    padding: 0 20px;
}

.sensitive-header h3 {
    margin: 0 0 30px;
    font-weight: 700;
    color: #fff;
}

.sensitive-header p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff;
}

.sensitive-main-top, .sensitive-main-bottom {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    border-radius: 5px;
    background: #fff;
}

.sensitive-main-top {
    border-bottom: 1px solid #ccc;
}

.sensitive-words {
    font-size: 14px;
    color: #df0d34;
}

.close-sensitive-modal {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    border: none;
    outline: none;
    border-radius: 30px;
    background: #df0d34;
    color: #fff;
}
/* 搜索敏感词 End */
/* 确认订单 */
.shipping-guide-wrapper {
    padding: 0 40px;
    --el-color-success: var(--el-text-color-placeholder);
}
.confirm-order-wrapper .shipping-guide-layout {
    margin: 36px 0;
}
.shipping-guide-wrapper .el-steps {
    width: 100%;
}
.shipping-guide-wrapper .el-step.is-horizontal .el-step__line {
    border: 1px solid #e1e5ed;
    top: 15px !important;
}
.shipping-guide-wrapper .is-success .el-step__icon {
    background-color: #f8e6d8;
    border: none;
    color: #c31f26;
    font-size: 20px;
    height: 30px;
    width: 30px;
}
.shipping-guide-wrapper .el-step__icon-inner {
    font-weight: 400;
}
.shipping-guide-wrapper .el-step__title {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: visible;
    position: relative;
    white-space: nowrap;
    width: 42px
}
.shipping-guide-wrapper .el-step__title.is-success {
    color: #2d2d2d;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
}
.shipping-guide-wrapper .is-process .el-step__icon {
    background-color: #c31f26;
    border: none;
    color: #fff3ea;
    font-size: 16px;
    height: 30px;
    width: 30px;
}
.shipping-guide-wrapper .el-step__title.is-process {
    color: #2d2d2d;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 10px;
}
.shipping-guide-wrapper .is-wait .el-step__icon {
    background-color: #dfe3eb;
    border: none;
    color: #7d8fb3;
    font-size: 16px;
    height: 30px;
    width: 30px;
}
.shipping-guide-wrapper .el-step__title.is-wait {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
}
.confirm-order-wrapper .content-wrapper {
    display: flex;
    gap: 36px;
    padding-bottom: 40px;
}
.confirm-order-wrapper .order-list-wrapper {
    flex: 1;
    min-height: 200px;
    overflow: hidden;
}
.confirm-order-wrapper .order-detail {
    margin-top: 20px;
}
.confirm-order-wrapper .order-detail-title {
    align-items: center;
    color: var(--text);
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    justify-content: space-between;
}
.confirm-order-wrapper .order-detail-title .back-btn {
    color: var(--primary);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
.cart-card-wrapper {
    border: var(--bor);
    border-radius: 8px;
    margin-top: 20px;
}
.cart-card-wrapper .cart-card-header {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 54px;
    padding: 0 20px;
}
.cart-card-wrapper .shop-name {
    margin-left: 8px;
}
.cart-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}
.product-item-info-wrapper {
    display: flex;
    gap: 12px;
    overflow: hidden;
}
.cart-item-wrapper .product-item-info {
    flex: 1;
}
.product-item-info-wrapper .thumb-img-wrapper {
    border-radius: 8px;
    flex: 0 0 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100px;
}
.product-item-info-wrapper .thumb-img-wrapper .thumb-img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.product-item-info-wrapper .goods-info {
    flex: 1;
    overflow: hidden;
}
.product-item-info-wrapper .goods-name {
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.product-item-info-wrapper .custom-item, .product-item-info-wrapper .order-num, .product-item-info-wrapper .spec-info {
    color: var(--text-01);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}
.product-item-info-wrapper .remark-wrapper {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 4px;
    line-height: 20px;
    margin-top: 8px;
    max-width: 100%;
    overflow: hidden;
    width: -moz-max-content;
    width: max-content;
}
.product-item-info-wrapper .remark-wrapper.is-edit {
    background-color: var(--bg);
    border-radius: 4px;
    cursor: pointer;
    padding: 4px;
}
.product-item-info-wrapper .remark-wrapper .remark-label {
    color: var(--text-01);
}
.cart-item-wrapper .table-item {
    flex: 1;
    text-align: center;
}
.cart-item-wrapper .unit-price {
    font-size: 14px;
    line-height: 30px;
}
.cart-item-wrapper .total, .cart-item-wrapper .unit-price {
    color: var(--text);
    flex: 0 0 180px;
    font-weight: 700;
    text-align: right;
}
.cart-item-wrapper .qty {
    color: #7d8fb3;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.cart-item-wrapper .total {
    font-size: 18px;
}
.product-item-info-wrapper .remark-wrapper.is-edit:hover {
    background-color: var(--bg-primary);
    color: var(--primary);
}
.product-item-info-wrapper .remark-wrapper.is-edit:hover path, .product-item-info-wrapper .remark-wrapper.is-edit:hover .remark-label {
    color: var(--primary);
    fill: var(--primary);
}
.extra-serve, .extra-photo {
    padding: 0 20px 5px;
}
.extra-photo .extra-photo-btn {
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.extra-photo .fa-question-circle {
    color: var(--text-01);
    font-size: 14px;
    vertical-align: middle;
}
#carttoorder .el-dialog.photo-dialog {
    --el-dialog-width: 800px;
}
.extra-photo-wrapper .product-info {
    align-items: center;
    background-color: var(--bg);
    border-radius: 4px;
    display: flex;
    margin-bottom: 20px;
    padding: 12px;
}
.extra-photo-wrapper .product-img-wrapper {
    height: 48px;
    width: 48px;
}
.extra-photo-wrapper .product-img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
}
.extra-photo-wrapper .product-txt-info {
    margin: 0 20px 0 8px;
}
.extra-photo-wrapper .photo-template-wrapper {
    border-radius: 4px;
    margin-top: 12px;
}
.extra-photo-wrapper .photo-template {
    padding: 12px 0;
}
.extra-photo-wrapper .photo-label {
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.extra-photo-wrapper .photo-label .photo-label-price {
    background: #ff66330d;
    color: #c31f26;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 2px 8px;
}
.extra-photo-wrapper .photo-template-content {
    align-items: center;
    display: flex;
}
.extra-photo-wrapper .photo-template-wrapper .el-scrollbar__wrap {
    max-height: 40vh;
}
.extra-photo-wrapper .photo-tip {
    border-bottom: var(--bor);
    color: var(--text);
    font-size: 14px;
    line-height: 30px;
    margin-top: 8px;
    padding-bottom: 8px;
}
.extra-photo-wrapper .fs30 {
    font-size: 30px;
}
.extra-photo-wrapper .el-icon-delete {
    margin-left: 12px;
    font-size: 18px;
    cursor: pointer;
}
.extra-serve .extraServe-info, .extra-photo .extraPhoto-info {
    display: flex;
    justify-content: space-between;
}
.extra-serve .extraServe-info .extraServe-info-item, .extra-photo .extraPhoto-info .extraPhoto-info-item {
    align-items: center;
    display: flex;
}
.extra-photo .extraPhoto-info .extraPhoto-info-item .extraPhoto-info-num {
    background-color: #fff3ea;
    border: 1px solid #c31f26;
    border-radius: 4px;
    color: #c31f26;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding: 0 10px;
}
.extra-photo-wrapper .el-button {
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    min-width: 175px;
}
.cancel-btn {
    color: var(--primary);
    cursor: pointer;
}
.serve-amount, .photo-amount {
    color: var(--primary);
    font-weight: 700;
}
.cart-card-wrapper .card-footer {
    padding: 0 20px;
}
.cart-card-wrapper .total-price {
    align-items: center;
    border-top: 1px dashed var(--bor-color);
    color: var(--text);
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 46px;
    justify-content: flex-end;
    margin-top: 20px;
}
.cart-card-wrapper .total-price .total-price-num {
    color: var(--primary);
    flex: 0 0 147px;
    text-align: right;
}
.cart-card-wrapper .total-price .total-price-num i {
    display: inline-block;
    transition: transform .3s ease;
    line-height: 1;
}
.cart-card-wrapper .total-price .total-price-num .bottomRotated {
    transform: rotate(90deg);
}
.cart-card-wrapper .total-price .total-price-num .rightRotated {
    transform: rotate(0);
}
.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}
.el-icon svg {
    height: 1em;
    width: 1em;
}
.cart-card-wrapper .shop-total-item {
    align-items: center;
    color: var(--text);
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: flex-end;
}
.cart-card-wrapper .shop-total-item .total-price-num {
    flex: 0 0 147px;
    text-align: right;
}
.confirm-order-wrapper .confirm-order-footer {
    flex: 0 0 360px;
    font-size: 14px;
    font-weight: 700;
    height: -moz-max-content;
    height: max-content;
    line-height: 30px;
    margin-top: 10px;
    position: sticky;
    top: 104px;
    width: 360px;
}
.confirm-order-wrapper .confirm-order-footer .title {
    color: var(--text);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.confirm-order-wrapper .confirm-order-footer .priceDetail .priceDetailItem {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 5px;
}
.confirm-order-wrapper .confirm-order-footer .priceDetail .priceDetailItem .priceDetailItemTitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.confirm-order-wrapper .confirm-order-footer .priceDetail .priceDetailItem .priceDetailItemValue {
    flex: 0 0 100px;
    text-align: right;
}
.confirm-order-wrapper .confirm-order-footer .totalPrice {
    display: flex;
    justify-content: space-between;
}
.confirm-order-wrapper .confirm-order-footer .totalPrice .totalPriceValue {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.confirm-order-wrapper .confirm-order-footer .totalPrice .included {
    color: #7d8fb3;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.confirm-order-wrapper .confirm-order-footer .protocol-wrapper {
    margin-top: 5px;
}
.confirm-order-wrapper .confirm-order-footer .protocol-wrapper .protocol {
    font-size: 12px;
    font-weight: 400;
}
.confirm-order-wrapper .confirm-order-footer .protocol-wrapper .protocol .protocol-item {
    color: #c31f26;
    cursor: pointer;
    margin-left: 4px;
}
.confirm-order-wrapper .confirm-order-footer .el-button {
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    margin-left: 20px;
}
.confirm-order-wrapper .confirm-order-footer .submit {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}
.confirm-order-wrapper .confirm-order-footer .friendly-reminder {
    background-color: #f5f6f7;
    border-radius: 8px;
    color: #346;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    min-height: 114px;
    padding: 8px 12px 12px;
}
.confirm-order-wrapper .confirm-order-footer .friendly-reminder .friendly-reminder-title {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.collapse.in {
    visibility: visible;
}