/* elementui */
.el-pagination,
.el-pagination__total,
.el-input__inner,
.el-pagination__jump {
    color: #444;
}

.el-radio-button__inner {
    font-size: 12px;
}

.el-radio-button__inner,
.el-radio-button__inner:hover {
    height: 32px;
    line-height: 32px;
    width: 80px;
    text-align: center;
    padding: 0;
    color: #666;
}

.el-radio__input.is-checked+.el-radio__label,
.el-tabs__item.is-active,
.el-tabs__item:hover,
.el-pager li.active,
.el-select-dropdown__item.selected,
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected,
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #18BC9C;
}

.el-radio__input.is-checked .el-radio__inner,
.el-tabs__active-bar,
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner,
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    background: #18BC9C;
    border-color: #18BC9C;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    box-shadow: -1px 0 0 0 #18BC9C;
}

.el-button--primary,
.el-button--primary:hover {
    background: #18BC9C !important;
    border-color: #18BC9C !important;
    color: #fff;
}

.el-date-editor .el-range-separator {
    line-height: 28px;
}

.el-table,
.el-table thead,
.el-table th {
    color: #444;
    font-weight: 500;
    font-size: 13px;
}

.el-table th {
    background: #F9F9F9;
    padding: 7px 0;
}

.el-tabs__item {
    width: 80px;
    padding: 0;
    padding-right: 20px;
    text-align: center;
    color: #666;
}

.el-tabs__nav-wrap::after {
    height: 1px;
}

.el-table td,
.el-table th,
.el-table th.is-leaf {
    border-color: #f7f7f7;
    padding: 0;
}

.el-table th .cell,
.el-table td .cell {
    height: 44px;
    display: flex;
    align-items: center;
    line-height: 20px;
    justify-content: center;
}

.el-table th .cell {
    height: 40px;
}

.el-input__inner {
    padding: 0 10px;
}

.el-input__inner,
.el-input__icon {
    /* height: 34px;
    line-height: 34px; */

}

/* image */
.el-image {
    width: 100%;
    height: 100%;
}

.image-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* tabs */
.tabs-custom {
    position: relative;
    margin-bottom: 14px;
}

.el-tabs__header {
    margin-bottom: 20px;

}

/* form */
.el-form-item__label,
.el-radio {
    color: #444;
    font-weight: 500;
}

.el-input-group__append {
    padding: 0 10px;
}

.el-input-group__prepend {
    /* padding: 0 10px; */
    width: 116px;
    background: #f0f0f0;
    color: #555;
}

/* 超出省略号 */
.ellipsis-item {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-item-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* flex布局 */
.display-flex {
    display: flex;
    align-items: center;
}

.display-flex-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.display-flex-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

label {
    margin-bottom: 0;
}

/* 主题颜色 */
.theme-color {
    color: #18BC9C;
}

.theme-delete-color {
    color: #FF5959;
}

.color-444 {
    color: #444;
}

.color-666 {
    color: #666;
}

/* index页面32px */
.custom-index .el-input__inner {
    padding: 0 10px;
}

.custom-index .el-input__inner,
.custom-index .el-input__icon {
    /* height: 32px;
    line-height: 32px; */

}

/* 标题头部 */
.custom-header {
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.custom-header-title {
    font-size: 14px;
    color: #444;
}

/* 头部按钮 */
.custom-button-container {
    /*margin-bottom: 14px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-table-header {
    margin-bottom: 14px;
}

/* 刷新 */
.custom-refresh {
    width: 32px;
    height: 32px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    color: #999;
    margin-right: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.create-btn {
    background: #18BC9C;
    color: #fff;
    width: 100px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.create-btn i {
    font-size: 14px;
    margin-right: 8px;
}

.recycle-btn {
    width: 88px;
    color: #444;
    border: #444 1px solid;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recycle-btn i {
    margin-right: 6px;
    font-size: 14px;
}

/* table */
.custom-table-body {
    margin: 14px 0 30px;
}

.el-table__fixed-right::before,
.el-table__fixed::before {
    height: 0;
}

.el-table .bg-color {
    background: #f9f9f9;
}

.cell-left .cell {
    justify-content: flex-start !important;
}

.border-right {
    border-right: 1px solid #E6E6E6;
}

.table-edit-text {
    color: #18BC9C;
    cursor: pointer;
    margin-right: 20px;
}

.table-delete-text {
    color: #FF5959;
    cursor: pointer;
}


/* 分页 */
.pagination-container {
    justify-content: flex-end;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.shopro-container-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.shopro-container-scrollbar::-webkit-scrollbar-thumb {
    width: 6px;
    background: #ccc;
    height: 20px;
    border-radius: 3px;
}



/* add edit */
.dialog-form {
    height: calc(100vh - 110px);
    overflow-y: auto;
    padding-right: 25px;
}

.dialog-form::-webkit-scrollbar {
    width: 6px;
}

.dialog-form::-webkit-scrollbar-thumb {
    width: 6px;
    background: #e6e6e6;
    height: 20px;
    border-radius: 3px;
}

.create-store {
    margin-left: 45px;
}

.dialog-footer {
    padding: 10px;
    height: 46px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.dialog-cancel-btn {
    width: 88px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dialog-define-btn {
    width: 88px;
    height: 36px;
    background: #18BC9C;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/* .el-dialog */
.el-dialog {
    border-radius: 8px;
}

.el-dialog__title {
    font-size: 14px !important;
}


.shopro-button {
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopro-reset-button {
    width: 78px;
    height: 32px;
    color: #888;
    background: #FFFFFF;
    border: 1px solid #999999;
}

.shopro-screen-button {
    width: 78px;
    height: 32px;
    background: #18BC9C;
    color: #fff;
}

.shopro-add-button {
    background: #18BC9C;
    color: #fff;
    width: 98px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.shopro-add-button i {
    margin-right: 5px;
    font-size: 13px;
}

.shopro-delete-button {
    width: 88px;
    height: 36px;
    color: #FF5959;
    font-size: 14px;
    cursor: pointer;

}

.shopro-refresh-button {
    width: 32px;
    height: 32px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #999;
    margin-right: 14px;
}

.shopro-edit-text {
    color: #18BC9C;
    font-size: 14px;
    cursor: pointer;
    margin-right: 14px;
}

.shopro-delete-text {
    color: #ED655F;
    font-size: 14px;
    cursor: pointer;
    margin-right: 14px;
}

.shopro-detail-text {
    color: #0ACE97;
    font-size: 14px;
    cursor: pointer;
    margin-right: 14px;
}

.shopro-form-group-title {
    border-bottom: 1px solid #e6e6e6;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.shopro-form-group-title-line {
    width: 2px;
    height: 16px;
    background: #18BC9C;
    border-radius: 4px;
    margin: 0 10px;
}

/* index */
.shopro-tabs-container {}

.shopro-tabs-container .el-tabs__nav-scroll {
    padding: 0 20px;
}

.shopro-tabs-container .el-tabs__item {
    width: 100px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.shopro-tabs-container .el-tabs__active-bar {
    width: 80px !important;
    left: 10px;
}

.shopro-screen-container {
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shopro-screen-container .shopro-screen-item {
    margin-right: 30px;
    /*margin-bottom: 20px;*/
}

.shopro-screen-container .shopro-screen-item:last-of-type {
    margin-right: 0px;
}

.shopro-screen-item-button {
    /*margin-bottom: 20px;*/
}

.shopro-screen-container .shopro-screen-tip {
    margin-right: 4px;
}

.shopro-screen-container .shopro-screen-condition {
    width: 176px;
}

.shopro-header-container {
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.shopro-index-button-container {
    margin-bottom: 14px;
    padding: 0 20px;
    display: flex;
}

.shopro-table-container {
    padding: 0 20px;
}

.shopro-table-container .table-image {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 12px;
    flex-shrink: 0;
}

.shopro-table-container .cell>div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopro-table-container .cell-left .cell>div {
    justify-content: flex-start;
}

.shopro-pagination-container {
    padding: 30px 20px 0;
    display: flex;
    justify-content: flex-end;
}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
    width: 100%;
}

.el-input {
    font-size: 12px;
}

.shopro-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 6px;
}

.shopro-status-normal {
    color: #65C62C;
    line-height: 13px;
}

.shopro-status-normal-dot {
    background: #65C62C;
}

.shopro-status-nonormal {
    color: #ED5B56;
    line-height: 13px;
}

.shopro-status-nonormal-dot {
    background: #ED5B56;
}

.shopro-status-default {
    color: #777;
    line-height: 13px;
}

.shopro-status-default-dot {
    background: #777;
}

.shopro-status-special {
    color: #4390F7;
    line-height: 13px;
}

.shopro-status-special-dot {
    background: #4390F7;
}

.shopro-status-other {
    color: #F0AF41;
    line-height: 13px;
}

.shopro-status-other-dot {
    background: #F0AF41;
}
.el-input--small{
    height: 32px !important;
    line-height: 32px !important;
}