.container-box {
    background-color: #f2f6fa;
    min-height: 20rem;
    width: var(--centerA, 23rem);
    margin: 0 auto;
}

.container-box .content {
    display: flex;
    margin-top: 0.18rem;
    align-items: flex-start;
}

.container-box .content>.item {
    display: flex;
    border-radius: 0.18rem;
    width: var(--centerB, 4rem);
    overflow-x: hidden;
    padding-bottom: 0.16rem;
    min-height: 20rem;
}

.el-dialog__header .el-dialog__headerbtn {
    position: absolute;
    right: 10px;
    top: -3px;
}

.el-dialog__header .el-dialog__headerbtn .el-icon-close {
    font-size: 0.75rem;
    font-weight: 400;
    color: #949494;
}

.container-box .content>.item:last-child {
    width: calc(var(--centerA, 23rem) - var(--centerB, 4rem));
    margin-left: 0.18rem;
}

.my-order {
    background-color: #fff;
    position: absolute;
    bottom: 1px;
    top: 190px;
    margin-right: 2px;
}

.el-menu {
    border-right: 1px solid #e6e6e6;
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    background-color: #fff;
}

.el-menu--horizontal {
    border-right: none;
}

body .menu-between-box {
    margin-top: -0.18rem;
    margin-bottom: 0.18rem;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.el-menu.el-menu--horizontal {
    border-bottom: 1px solid #e6e6e6;
}

.el-menu-item {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color .3s, background-color .3s, color .3s;
    box-sizing: border-box;
    white-space: nowrap;
}

.el-menu--horizontal>.el-menu-item {
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: #909399;
}

body .menu-box .el-menu-item {
    color: #333;
    font-size: var(--sizeXL, .35rem);
    background-color: transparent !important;
}

body .menu-box .is-active {
    font-size: var(--sizeXL, .35rem);
    color: #1890ff !important;
    border-bottom: 2px solid #1890ff !important;
}

body .menu-box .el-menu-active {
    color: rgb(43, 111, 255);
    border-bottom-color: rgb(43, 111, 255);
    background-color: rgb(255, 255, 255);
}

body .menu-between-box .el-menu-item {
    text-align: center;
    font-size: var(--sizeXL, .35rem);
}

.el-menu-item * {
    vertical-align: middle;
}

.el-table--border,
.el-table--group {
    border: 1px solid #ebeef5;
}

.el-table {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #606266;
}

.el-table--border {
    border-right: none;
    border-bottom: none;
}

body .el-table {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}

body .el-table--border,
body .el-table--group {
    border-color: #e8e8e8;
}

.my-order .el-table {
    font-size: var(--sizeM, .25rem);
    margin: 10px;
}

.el-table__footer-wrapper,
.el-table__header-wrapper {
    overflow: hidden;
}

.el-table__body,
.el-table__footer,
.el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}

.el-table thead {
    color: #909399;
    font-weight: 500;
}

.el-table tr {
    background-color: #fff;
}

.el-table .el-table__cell.is-center {
    text-align: center;
}

.el-table .el-table__cell {
    padding: 12px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.el-table--border .el-table__cell {
    border-right: 1px solid #ebeef5;
}

body .el-table .el-table__cell {
    position: relative;
    color: #333;
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #ebeef5;
}

body .el-table th.el-table__cell.is-leaf {
    background-color: #f5f5f5 !important;
    color: #333;
    font-weight: 400;
    font-size: var(--sizeM, .25rem);
}

.el-table .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

body .el-table .cell {
    font-size: var(--sizeM, .25rem);
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.el-table th.el-table__cell>.cell {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

body .el-table .el-table__cell:first-child .cell {
    padding: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.el-table__body-wrapper {
    overflow: auto;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    height: calc(100% - 220px);
}

.el-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-table--border:after,
.el-table--group:after,
.el-table:before {
    content: "";
    position: absolute;
    background-color: #ebeef5;
    z-index: 1;
}

.el-table--border:after,
.el-table--group:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

body .el-table--border:after,
body .el-table--group:after,
body .el-table:before {
    background-color: #e8e8e8;
}

.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
    background-color: #f5f7fa;
}

body .table-more {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    border: 1px solid #e8e8e8;
    border-top: none;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

body .table-more .item {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

.pages {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--sizeM, .25rem);
}

body .table-more .pages {
    width: auto;
}

.pages span {
    margin: 0 0.1rem;
    font-size: var(--sizeM, .25rem);
    color: grey;
}

.pages input {
    width: 0.7rem;
    margin: 0 0.1rem;
    outline: none;
    border: 1px solid #dcdfe6;
    height: 0.6rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: var(--sizeM, .25rem);
    display: inline-block;
}

.el-pager li.active {
    color: #1890ff;
    cursor: default;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f7f7f7;
    color: #606266;
    min-width: 30px;
    border-radius: 100%;
}

.pages .el-pagination button,
.pages .el-pagination li {
    height: 0.6rem !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin: 0 0.05rem;
    color: #333;
    font-weight: 400;
    font-size: var(--sizeM, .25rem);
}

.pages .el-pagination .number,
.pages .el-pagination button {
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: var(--sizeM, .25rem);
}

.pages .el-pagination .active {
    background: #1e9fff;
    color: #fff;
    border: none;
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}

.pages .el-pagination {
    height: 0.6rem;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: var(--sizeM, .25rem);
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
    padding: 0;
}

.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev:disabled {
    color: #c0c4cc;
}

.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.disabled {
    color: #c0c4cc;
}

.pages .el-pagination .number,
.pages .el-pagination button {
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: var(--sizeM, .25rem);
}

.pages .el-pagination button,
.pages .el-pagination li {
    height: 0.6rem !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin: 0 0.05rem;
    color: #333;
    font-weight: 400;
    font-size: var(--sizeM, .25rem);
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #1890ff;
    color: #fff;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
}

.el-select {
    display: inline-block;
    position: relative;
}

body .el-select {
    height: 0.7rem;
    font-size: var(--sizeM, .25rem);
    align-items: center;
}

.pages .el-pagination .el-pagination__total {
    font-size: var(--sizeM, .25rem);
}

body .el-select,
body .el-select .el-input {
    display: inline-flex;
}

.pages .el-select {
    width: 2rem;
    box-sizing: border-box;
    height: 0.6rem !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
}

tbody .el-name>div {
    cursor: pointer;
}

tbody .el-name>div:hover {
    cursor: pointer;
    color: #ff4444;
}

.dialog-body .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.87rem;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: hsla(0, 0%, 60%, .1215686275);
    color: #333;
    font-size: var(--sizeM, .25rem);
    font-weight: 700;
}

.dialog-body .value {
    background: #fff;
    color: #333;
    justify-content: flex-start;
    padding-left: 0.1rem;
    font-size: var(--sizeM, .25rem);
    font-weight: 400;
}

.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    width: 50%;
}

.el-dialog--center {
    text-align: center;
}

body .dialog-box .el-dialog {
    border-radius: 4px !important;
}

body .dialog-box .el-dialog__header {
    border-radius: 4px 4px 0 0;
    background: #fff;
    border-bottom: 1px solid #dcdfe6;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.3rem 0 !important;
    position: relative;
}

.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px;
}

body .dialog-box .el-dialog__body {
    border-radius: 4px;
    padding: 0 !important;
}

.scroll-box {
    box-sizing: border-box;
    overflow: auto;
    height: 14rem;
}

.dialog-body {
    padding-bottom: 1rem;
}

body .dialog-box .dialog-body {
    margin: 10px 0;
    margin-bottom: 30px;
}

.topBar {
    position: relative;
    width: 100%;
    height: 1rem;
    font-size: var(--sizeXL, .35rem);
    font-weight: 700;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 0.18rem;
    padding: 0.18rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
}

.noborder {
    border-bottom: 0;
    padding: 0 0.18rem 0 0.5rem;
    margin: 0 auto;
}

.topBar:before {
    display: block;
    content: "";
    width: 0.1rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    background: #1e9fff;
    border-radius: 0.1rem;
}

.dialog-body .order-status-box {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 2fr;
    padding: 0 0.4rem;
}

.dialog-body .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.87rem;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: hsla(0, 0%, 60%, .1215686275);
    color: #333;
    font-size: var(--sizeM, .25rem);
    font-weight: 700;
}

.dialog-body .order-status-box .item:nth-child(-n+4) {
    border-top: 1px solid #ddd;
}

.dialog-body .order-status-box .item:nth-child(4n+1) {
    border-left: 1px solid #ddd;
}

.dialog-body .value {
    background: #fff;
    color: #333;
    justify-content: flex-start;
    padding-left: 0.1rem;
    font-size: var(--sizeM, .25rem);
    font-weight: 400;
}

.dialog-body .goods-info-box {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 2fr;
    border-right: 1px solid #ddd;
    margin: 0 0.4rem;
}

.dialog-body .goods-info-box .item {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
}

.dialog-body .goods-info-box .item:nth-last-child(-n+4) {
    border-bottom: 1px solid #ddd;
}

.el-dialog--center .el-dialog__footer {
    text-align: inherit;
}

body .dialog-box .el-dialog__footer {
    padding: 0 !important;
}

body .dialog-box .dialog-footer,
body .dialog-box .footer {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-top: 1px solid #ddd;
}

.dialog-footer .dialog-btn {
    display: flex;
    width: 100%;
    padding: 0 20px;
    justify-content: space-between;
}

.el-button--danger {
    color: #fff;
    background-color: #ff5f5a;
    border-color: #ff5f5a;
}

.goods-info-box.kami .item.value {
    display: flex;
    justify-content: space-between;
}

.goods-info-box.kami .item.value span:not([copy]) {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-flex: 1;
    height: 20px;
}

.goods-info-box.kami .item.value [copy] {
    margin-right: 10px;
    padding: 0 2px;
    color: #fff;
    background-color: #1989fa;
    border: 1px solid #1989fa;
    border-radius: 2px;
    cursor: pointer;
    min-width: 34px;
}

.topBar.noborder div.searchPanel {
    position: absolute;
    right: 10px;
    height: 30px;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    overflow: hidden;
}

.topBar.noborder div.searchPanel input {
    width: 100%;
    background: #fff;
    opacity: 1;
    font-size: 12px;
    padding: 0.2rem;
    color: #6e6e6e;
    border: none;
    outline: none;
}

.topBar.noborder div.searchPanel input+i {
    position: absolute;
    right: 5%;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

body .dialog-box .el-dialog__header {
    border-radius: 4px 4px 0 0;
    background: #fff;
    border-bottom: 1px solid #dcdfe6;
    padding: 0.3rem!important;
    position: relative;
}

body .dialog-box .el-dialog__header .dialog-title {
    width: 100%;
    font-size: var(--sizeXL, .35rem);
    color: #000;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center!important;
    justify-content: flex-start!important;
    padding-left: 0.3rem;
    height: 100%;
}

body .dialog-box .el-dialog__header .el-dialog__headerbtn {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    padding: 0;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: var(--sizeXXL, .38rem);
}

.dialog-body .el-form {
    margin: 0 auto;
    width: 80%;
}

.dialog-body .el-form-item {
    margin: 0.05rem 0;
}

.el-form--label-top .el-form-item__label {
    float: none;
    display: inline-block;
    text-align: left;
    padding: 0 0 10px 0;
}

body .el-form-item .el-form-item__content,
body .el-form-item .el-form-item__label {
    font-size: var(--sizeM, .25rem);
    font-weight: 500;
}

body .el-form-item .el-form-item__label {
    color: #333;
}

body .el-form--label-top .el-form-item .el-form-item__label {
    padding: 0;
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

body .el-form-item .el-form-item__content,
body .el-form-item .el-form-item__label {
    font-size: var(--sizeM, .25rem);
    font-weight: 500;
}

.el-button:focus,
.el-button:hover {
    color: #1890ff;
    border-color: #badeff;
    background-color: #e8f4ff;
}

.el-button--primary:focus,
.el-button--primary:hover {
    background: #46a6ff;
    border-color: #46a6ff;
    color: #fff;
}

body .el-button--default:not(.el-button--primary) {
    color: #1890ff;
    border-color: #1890ff;
}

body .el-button:hover {
    opacity: .8;
}

.service.dialog-box .dialog-body .layui-form-label {
    width: 100px;
}

.service.dialog-box .dialog-body div.icon {
    position: absolute;
    margin-top: -25px;
    margin-left: 7px;
    z-index: 20;
    cursor: pointer;
    color: #808080;
    opacity: .5;
}

.service.dialog-box .dialog-body div.icon:hover {
    opacity: 1;
}

.service.dialog-box .imgShow {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    max-height: 4rem;
    overflow: hidden;
    padding: 0;
}

.service.dialog-box .imgShow .img-box {
    width: 2.5rem;
    height: 100%;
    position: relative;
    margin-right: 0.1rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgb(0 184 255 / 20%);
    justify-content: center;
}

.service.dialog-box .imgShow .img-box .el-image {
    border-radius: 0.1rem;
    margin-right: 0.1rem;
}

.service.dialog-box .imgShow .img-box i {
    position: absolute;
    top: 1px;
    right: 5px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    font-size: var(--sizeM, .25rem);
    height: 14px;
    justify-content: center;
    align-items: center;
}

.service.dialog-box .imgShow .img-box i:hover {
    color: red;
}

.xg-btn-red {
    color: #ff0000;
    border-color: #ffb7b2;
    background-color: #fff6f6;
}

.xg-btn-blue {
    color: #1890ff;
    border-color: #badeff;
    background-color: #e8f4ff;
}

.xg-btn-orange {
    color: #ff7f50;
    border-color: #ffcebc;
    background-color: #fff7f4;
}

.xg-btn-green {
    color: #389e0d;
    border-color: #b7eb8f;
    background-color: #f6ffed;
}

.dialog-body .goods-info-box.kami {
    grid-template-columns: 2fr 5fr 5fr;
}

.dialog-body .goods-info-box .item.kami-item {
    position: relative;
}

.dialog-body .goods-info-box .item.kami-item>span {
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #80a1ff;
    cursor: pointer;
}

.topBar.noborder>span {
    margin-left: 10px;
    font-size: 12px;
    color: #80a1ff;
    cursor: pointer;
}

.cardqrcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cardqrcode .card-qrcode {
    -ms-flex-preferred-size: 50%;
    flex-basis: 20%;
    padding: 8px 5px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cardqrcode .card-qrcode .card-qrcode-data {
    width: 110.6px;
    height: 129.5px;
    margin: 0 auto;
}

.cardqrcode .card-qrcode .card-qrcode-data .card-qrcode-img {
    width: 100%;
    height: 100%;
}

.cardqrcode .card-qrcode .card-qrcode-number {
    color: #fff;
    width: 100%;
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardqrcode .card-qrcode .card-qrcode-number .no {
    display: flex;
    width: 25px;
    height: 25px;
    background-color: red;
    border-radius: 50%;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}