/*
 * 
 */
.el-menu--horizontal>.el-menu-item {
    height: 50px !important;
    line-height: 50px !important;
}

.el-menu--horizontal>.el-submenu .el-submenu__title {
    height: 50px !important;
    line-height: 50px !important;
}

.el-menu-item:focus,
.el-menu-item:hover {
    background-color: rgb(84, 92, 100) !important;
}

/*.el-menu-item:focus i, .el-menu-item:hover i{
    color: #E6A23C!important;
}*/



body {
    background-color: #E8ECF0;
    margin: 0;
    padding: 0;
}

.el-main {
    overflow: hidden;
    padding: 12px;
}

.table-header-row-class {
    background-color: #F2F6FC !important;
    border: 1px solid #EBEEF5 !important;
    font-weight: bold;
}

.table-header-row-class-of-ass-info {
    background-color: #C0C4CC !important;
    border: 1px solid #EBEEF5 !important;
    font-weight: bold;
    color: #333;
}

span.table-main-prop {
    color: #333;
    font-weight: bold;
}

.td-index {
    background-color: #f6f6f6;
}

.td-sttt {
    background-color: #F2F6FC;
    font-weight: bold;
}

.el-input.is-disabled .el-input__inner {
    color: #666;
    text-align: left;
}

.custom-tree-node {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding-right: 8px;
}

.one-line-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.two-line-ellipsis {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*1.显示滚动条：当内容超出容器的时候，可以拖动：*/
.el-drawer__body {
    overflow: auto;
    /* overflow-x: auto; */
}

/*2.隐藏滚动条，太丑了*/
.el-drawer__container ::-webkit-scrollbar {
    display: none;
}

.input-with-select .el-select .el-input {
    width: 130px;
}

.input-with-select .el-input-group__prepend {
    /*background-color: #fff;*/
}

.el-dialog__header {
    background-color: #409EFF;
    border-bottom: 1px solid #E8ECF0;
    padding: 15px 20px;
}

.el-dialog__header div {
    color: #fff;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #fff !important;
}

.small-horizontal-el-divider {
    margin: 6px 0;
}

.medium-horizontal-el-divider {
    margin: 12px 0;
}

.el-image-14 {
    vertical-align: bottom;
}

.el-image-14 img {
    width: 14px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.el-image-24 {
    vertical-align: bottom;
}

.el-image-24 img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 3px;
}

.el-image-40 {
    vertical-align: bottom;
}

.el-image-40 img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}

.el-image-50 {
    vertical-align: bottom;
}

.el-image-50 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.el-image-60 {
    vertical-align: bottom;
}

.el-image-60 img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.el-image-80 {
    vertical-align: bottom;
}

.el-image-80 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.el-image-100 {
    vertical-align: bottom;
}

.el-image-100 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.el-image-120 {
    vertical-align: bottom;
}

.el-image-120 img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
}

.el-image-200 {
    vertical-align: bottom;
}

.el-image-200 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

.el-descriptions-row .td-common-100px {
    width: 100px !important;
}

.el-image-240 {
    vertical-align: bottom;
}

.el-image-240 img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
}

.el-descriptions-row .td-common-100px {
    width: 100px !important;
}

.el-drawer__header {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 20px;
    background-color: #409EFF;

    color: #fff;
}

.demo-drawer__footer {
    display: flex;
}

.demo-drawer__footer button {
    flex: 1;
}

.el-message-box__header {
    background-color: #eee;
    padding: 15px;
}

.el-form--inline .el-form-item {
    margin-right: 6px;
}

.logistics-company-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: text-bottom;
}

.reseller-el-tag-small,
.upper-supplier-el-tag-small {
    width: 76px;
}

.reseller-el-tag-mini,
.upper-supplier-el-tag-mini {
    width: 72px;
}

.warehouse-el-tag-small {
    width: 98px;
}

.footer-row {
    margin-top: 12px;
}

.footer-row .el-card__body {
    padding: 8px 12px;
}

.footer-row .el-card__body .text {
    font-size: 12px;
    line-height: 24px;
}

.el-alert--success.is-light {
    border: 1px solid #67c23a;
}

.el-alert--info.is-light {
    border: 1px solid #909399;
}

.el-alert--warning.is-light {
    border: 1px solid #E6A23C;
}

.el-alert--error.is-light {
    border: 1px solid #F56C6C;
}

.el-upload {
    width: 100%;
}

.el-upload-dragger {
    width: 100%;
}

.el-upload-dragger .el-icon-upload2 {
    font-size: 67px;
    color: #C0C4CC;
    margin: 40px 0 16px;
    line-height: 50px;
}

.file-dialog .el-dialog__body {
    background-color: #f9f9f9;
}

.file-attchment-upload .el-upload-dragger {
    height: 48px;
    width: 100%;
}

.amount-val {
    font-family: fantasy;
    font-size: 14px;
}

.clause-form-inline .el-form-item {
    margin-bottom: 12px;
}

.el-notification__content p {
    width: 260px !important;
    word-wrap: break-word !important;
}

.task-file-waiting,
.task-file-cancelled {
    text-align: center;
}

.task-file-waiting img,
.task-file-cancelled img {
    width: 72%;
}

.tag-el-tag {
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.tag-search-input input {
    border-radius: 16px !important;
}

/*
pod related page css start
*/

.el-upload-drag-pickup .el-upload-dragger,
.el-upload-drag-payment .el-upload-dragger,
.el-upload-drag-tracking-img .el-upload-dragger {
    width: 100px;
    height: auto;

    /*border: none;*/
    background-color: #f9f9f9;
}

.delivered-status-divider {
    margin: 8px 0;
}

.file-dialog .el-dialog__body {
    background-color: #f9f9f9;
}

.el-image img {
    object-fit: contain;
}

.upload-demo .el-upload {
    width: 100%;
}

.upload-demo .el-upload .el-upload-dragger {
    width: 100%;
}

.el-upload-dragger {
    height: auto;
    padding: 36px 0;
}

.cnt-span {
    display: inline-block;
    width: 72px;
}

.detail-dialog-cnt-span {
    display: inline-block;
    width: 72px;
    font-size: 13px;
    text-align: center;
}

.el-dialog--center .el-dialog__body {
    padding: 20px !important;
}

.time {
    font-size: 13px;
    color: #999;
}

.bottom {
    margin-top: 13px;
    line-height: 12px;
}

.button {
    padding: 0;
    float: right;
}

.image {
    width: 100%;
    display: block;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both
}

.center-dialog-scroll .el-dialog__header {
    display: none;
}

.original-img-prop .el-descriptions-item__label {
    width: 100px;
}

.infinite-list-item-detail {
    float: left;
    width: 141px;
    list-style: none;
    margin: 6px;
}

.infinite-list-item-detail .task-file-detail {
    width: 100%;
    aspect-ratio: 7.5 / 10;
    cursor: pointer;
    object-fit: contain;
    border-radius: 5px;
    border: 1px solid #eee;
}

.infinite-list-item-detail .img-matting-detail {
    background-image: url("/images/system/transparent_bg_64px.png");
    background-repeat: repeat;
    max-height: 100%;
}

.infinite-list-item-detail .task-file-detail-checked {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.infinite-list-detail {
    overflow: auto;
    margin: 0;
    padding: 0;
}

/*
pod related page css end
*/


/** temu 商品模板 半托列头样式 start */

.temu-pts-qjxx {
    background-color: #e7e6e6 !important;
    color: #333 !important;
}

.temu-pts-jcxx {
    background-color: #ebf1de !important;
    color: #333 !important;
}

.temu-pts-jcxx-2 {
    background-color: #ffe3d4 !important;
    color: #333 !important;
}

.temu-pts-spuspss {
    background-color: #ffd74c !important;
    color: #333 !important;
}

.temu-pts-spuspss-sub-column {
    background-color: #fff1c7 !important;
    color: #333 !important;
}

.temu-pts-spgg {
    background-color: #b6d8f1 !important;
    color: #333 !important;
}

.temu-pts-cmb {
    background-color: #b6d8f1 !important;
    color: #333 !important;
}

.temu-pts-mtxx {
    background-color: #b6d8f1 !important;
    color: #333 !important;
}

.temu-pts-skuxsxx {
    background-color: #b6d8f1 !important;
    color: #333 !important;
}

.temu-pts-skutjyzl {
    background-color: #90c3ea !important;
    color: #333 !important;
}

.temu-pts-sslbtyy {
    background-color: #ffd74c !important;
    color: #333 !important;
}

.temu-pts-sslbtyy-sub-column {
    background-color: #fff1c7 !important;
    color: #333 !important;
}

.temu-pts-xqtwyy {
    background-color: #ffd74c !important;
    color: #333 !important;
}

.temu-pts-xqtwyy-sub-column {
    background-color: #fff1c7 !important;
    color: #333 !important;
}

.temu-pts-spuztsp {
    background-color: #ffd74c !important;
    color: #333 !important;
}

.temu-pts-spuztsp-sub-column {
    background-color: #fff1c7 !important;
    color: #333 !important;
}

.temu-pts-spuxqsp {
    background-color: #ffd74c !important;
    color: #333 !important;
}

.temu-pts-spuxqsp-sub-column {
    background-color: #fff1c7 !important;
    color: #333 !important;
}

/** temu 商品模板 半托列头样式 end */

/** temu 商品模板 本土半托列头样式 start */

.temu-pts-btbt-pr {
    background-color: #c0c0c0 !important;
    color: #333 !important;
}

.temu-pts-btbt-pi {
    background-color: #ffcc99 !important;
    color: #333 !important;
}

.temu-pts-btbt-pdesc {
    background-color: #ffcc00 !important;
    color: #333 !important;
}

.temu-pts-btbt-pd {
    background-color: #99ccff !important;
    color: #333 !important;
}

.temu-pts-btbt-sp {
    background-color: #c0c0c0 !important;
    color: #333 !important;
}

.temu-pts-btbt-sc {
    background-color: #ffcc99 !important;
    color: #333 !important;
}

.temu-pts-btbt-var {
    background-color: #c0c0c0 !important;
    color: #333 !important;
}

.temu-pts-btbt-offer {
    background-color: #99cc00 !important;
    color: #333 !important;
}

.temu-pts-btbt-qa {
    background-color: #666699 !important;
    color: #333 !important;
}

/** temu 商品模板 本土半托列头样式 end */

.task-file-detail-resolution-info {
    height: 24px;
    width: 100px;
    position: absolute;
    bottom: 6px;
    right: 1px;
    text-align: right;
    line-height: 24px;
    color: #999;
    font-size: 12px;
}

.infinite-list-detail-ifg {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    color: white;
    text-align: center;
    font-size: 12px;
}

.infinite-list-detail-ifg.warning {
    background-color: #E6A23C;
}

.infinite-list-detail-ifg.danger {
    background-color: #F56C6C;
}

.count-el-divider {
    margin: 0 !important;
}




.infinite-list-item-pct {
    float: left;
    width: 190px;
    list-style: none;
    margin: 6px;
}

.infinite-list-item-pct .detail {
    width: 100%;
    aspect-ratio: 7.5 / 10;
    cursor: pointer;
    object-fit: contain;
    border-radius: 5px;
    border: 1px solid #eee;
}

.infinite-list-item-pct .pct-checked {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.infinite-list-pct {
    overflow: auto;
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none !important;
}