.text {
    color: #333333;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
}

.search-form .el-form-item {
    margin-bottom: 10px;
}

.btn-long-item {
    flex: 1;
    text-align: right;
    margin-right: 0 !important;
    white-space: nowrap;
}

.btn-warp-item {
    width: 100%;
    text-align: left;
    margin-right: 0 !important;
    white-space: nowrap;
}

.custom-print-drawer {
    margin-top: 65px;
}


.page-title {
    padding: 0 10px;
    border-left: 4px solid var(--primary-color);
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
}

.page-tips {
    padding: 8px 16px;
    background-color: rgba(var(--primary-rgb-color), 0.08);
    border-radius: 4px;
    border-left: 5px solid var(--primary-color);
    font-size: 13px;
    color: #5e6d82;
    line-height: 1.5em;
    margin-bottom: 10px;
}

/******表格头部统计样式开始*******/
.table-top-card-box {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.table-top-card {
    text-align: center;
    background-color: #ffffff;
    line-height: 40px;
    border: 1px solid #dcdfe6;
    margin: 5px 20px 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    min-width: 180px;
}

.table-top-card-box > .table-top-card:nth-last-child(1) {
    margin-right: 0;
}

.table-top-card.flex-card {
    flex: 1;
}

.table-top-card-header {
    margin: 5px 0;
    color: #606266;
    font-size: 13px;
}

.table-top-card-body {
    position: relative;
    padding: 10px 10px;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
}

.primary {
    color: var(--primary-color) !important;
}

.success {
    color: #62b900 !important;
}

.warning {
    color: #e6a23c !important;
}

.danger {
    color: #f56c6c !important;
}

.normal {
    color: #999999;
}

.info {
    color: #606266;
}

.not-allowed {
    cursor: not-allowed;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

/******列表头部更多操作、搜索 开始*******/
.hide-more-content-box {
    transition: ease-out 0.2s;
    width: 100%;
    overflow: hidden;
}

/******列表头部更多操作、搜索 结束*******/

/******表格头部统计样式结束*******/

.page-mini-input {
    width: 100px!important;
}

.page-small-input {
    width: 150px!important;
}

.page-input {
    width: 200px!important;
}

.page-form-input {
    width: 400px!important;
}

.footer-button-box {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #f8f8f8;
    z-index: 1000;
    width: var(--page-content-width);
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 0 10px #ddd;
}

.content-table {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e5e5e5;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

/******可设置高度的抽屉  开始*******/
.drawer-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 100vh;
    z-index: 10000000000;

}

.drawer-model {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.drawer-box {
    position: absolute;
    right: 0;
    width: 40%;
    min-width: 550px;
    background: #fff;
    height: calc(100vh - 65px);
    bottom: 0;
    box-shadow: 0 2px 12px 0 rgba(0 0 0, 0.1);
}

.drawer-title {
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0 30px;
    position: relative;
}

.drawer-close {
    position: absolute;
    top: 14px;
    font-size: 20px;
    cursor: pointer;
}

.drawer-close-right {
    right: 10px;
}

.drawer-close-left {
    left: 10px;
}

.drawer-container-box {
    width: 100%;
    height: calc(100vh - 406px);
}


.drawer-in {
    animation: alertShow .4s ease-out;
}

.drawer-on {
    animation: alertClose .4s ease-out;
}

/******可设置高度的抽屉  结束*******/


/******模板抽屉  开始*******/
.custom-drawer .el-drawer__body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.custom-drawer .el-drawer__body .el-drawer__header {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 0;
}

.custom-drawer .el-drawer__body .el-drawer__header .custom-drawer-title {
    display: flex;
    align-items: center;
}

.custom-drawer .el-drawer__body .el-drawer__header .custom-drawer-title .custom-drawer-title-line {
    width: 4px;
    height: 18px;
    background: #409EFF;
    border-radius: 0 100px 100px 0;
    margin-right: 16px;
}

.custom-drawer .el-drawer__body .el-drawer__header .custom-drawer-title .custom-drawer-title-text {
    color: #333333;
    font-size: 16px;
}

.custom-drawer .el-drawer__body .el-drawer__header .el-drawer__close-btn {
    padding: 0;
    min-height: auto;
    color: rgba(0, 0, 0, 0.25) !important;
}

.custom-drawer .el-drawer__body .el-drawer__header .el-drawer__close-btn .el-drawer__close:hover {
    color: #409EFF;
}

.custom-drawer .custom-drawer-scrollbar {
    flex: 1;

}

.custom-drawer .custom-drawer-footer-button {
    height: 52px;
    display: flex;
    align-items: center;
}

.custom-drawer .custom-drawer-footer-button.custom-drawer-footer-button1 .el-button {
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
}

.custom-drawer .custom-drawer-footer-button.custom-drawer-footer-button1 .el-button span {
    letter-spacing: 4px;
}

.custom-drawer .custom-drawer-footer-button.custom-drawer-footer-button2 {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    justify-content: flex-end;
    padding: 0 24px;
}


/******模板抽屉  开结束*******/


@keyframes alertShow {
    0% {
        right: -30%;
    }
    100% {
        right: 0;
    }
}

@keyframes alertClose {
    0% {
        right: 0;
    }
    100% {
        right: -30%;
    }
}

.el-form-item__content > .el-date-editor {
    margin-top: 1px;
}

.goods-list-popover {
    width: 90px;
    min-width: 90px;
    padding: 0;
}

.goods-list-popover .el-cascader-panel .el-cascader-menu {
    min-width: 80px;
}

.goods-list-popover .el-cascader-panel .el-cascader-menu__wrap {
    height: auto;
}

.goods-list-popover .el-cascader-panel {
    min-width: 90px;
    border: none;
    height: auto;
}

.normal-text {
    color: #666;
    font-weight: normal;
}


.shadow-radius-item {
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(155, 161, 172, 0.03);
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin: 10px;
}

/* flex布局样式  开始 */
.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex !important;
}

.flex-spb {
    display: flex;
    justify-content: space-between;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

.flex-start {
    display: flex;
    align-items: flex-start;
}

.flex-spc {
    display: flex;
    justify-content: center;
}

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

.flex-spr-cn {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

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

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

.flex-cn {
    display: flex;
    align-items: center;
}

.flex-wrap-cn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-column-start {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
}

.flex-col-cn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-col-cn-cn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.flex-col-spb-cn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.flex-col-spr-cn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.flex-col-spr {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.flex-col-jus-cn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column-100 {
    width: 100%;
    flex: 1;
    overflow: hidden;
    box-sizing: border-box;
}

.flex-1 {
    flex: 1;
    overflow: hidden;
}

.flex-row-100 {
    height: 100%;
    flex: 1;
    overflow: hidden;
    box-sizing: border-box;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    max-width: 100%;
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.word-keep {
    white-space: nowrap;
    word-break: keep-all
}

/* border */
.border-bottom {
    border-bottom: 1px solid #E8E8EA;
}

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

.border-left {
    border-left: 1px solid #E8E8EA;
}

.border-top {
    border-top: 1px solid #E8E8EA;
}

.border {
    border: 1px solid #E8E8EA;
}

.font500 {
    font-weight: bold;
    /*由于安卓渲染问题，暂时先写bold*/
}

.required-color {
    color: #F56C6C;
}

.primary-color {
    color: var(--primary-color) !important;
}

.primary-boder {
    border-color: var(--primary-color) !important;
}


.green-text {
    color: #07C160 !important;
}


/*上传图片样式  开始*/
.qh-upload-image {
    display: inline-block;
    vertical-align: top;
}

.qh-upload-image .upload-img-list {
    width: 74px;
    height: 74px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    border-radius: 4px;
    background-color: #F2F3F5;
}

.qh-upload-image .upload-img-list:nth-last-child(1) {
    margin-right: 0;
}

.qh-upload-image .upload-img-list .upload-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.qh-upload-image .upload-img-list .upload-img-del {
    position: absolute;
    right: -8px;
    top: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}

.qh-upload-image .upload-img-list .upload-img-del .icon {
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    transform: scale(0.6);
}

.qh-upload-image .upload-img-btn-box {
    width: 74px;
    height: 74px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    border-radius: 10px;
    background-color: #F2F3F5;
    cursor: pointer;
    position: relative;
    font-weight: normal;
}

.qh-upload-image .upload-img-btn-box > input {
    width: 70px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.qh-upload-image .upload-img-btn-box .icon {
    font-size: 20px;
    line-height: 24px;
    color: #929397;
}

/*上传图片样式  结束*/

.el-image-viewer__wrapper .el-icon-circle-close {
    color: #FFFFFF;
}

.el-pagination {
    padding: 8px;
}

.flex-spb-cn .el-pagination {
    padding: 0;
}

/*自定义弹框样式*/
.el-checkbox__input .el-checkbox__inner {
    width: 18px;
    height: 18px;
    border-color: #c1c2c5;
}

.el-table-column--selection > .cell {
    padding: 0 !important;
    text-align: center;
}

.el-checkbox__inner .el-checkbox__original {
    height: 18px;
    line-height: 18px;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    border-color: #409EFF;
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
    border-color: #DCDFE6;
}

.el-checkbox__input .el-checkbox__inner::after {
    width: 4px;
    height: 9px;
    left: 5px;
    top: 1px;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
    top: 7px;
    transform: scale(0.65);
}

.el-dialog__body {
    padding: 20px 20px 10px 20px;
}

/*选择周期组件*/
.choose-week-box .choose-week-item {
    width: 56px;
    height: 28px;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: 1px solid #E8E8EA;
    margin-right: 10px;
    cursor: pointer;
}

.choose-week-item:hover {
    background-color: rgba(var(--primary-rgb-color), 0.08);
}

.choose-week-item.checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

/*选择日期组件*/
.choose-day-box {
    width: 396px;
}

.choose-day-item {
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border-top: 1px solid #E8E8EA;
    border-right: 1px solid #E8E8EA;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    box-sizing: border-box;
    color: #333333;
    cursor: pointer;
}

.choose-day-item:nth-child(1),
.choose-day-item:nth-child(12),
.choose-day-item:nth-child(23) {
    border-left: 1px solid #E8E8EA;
}

.choose-day-item:nth-child(n+12) {
    border-bottom: 1px solid #E8E8EA;
}

.choose-day-item:nth-child(n+23) {
    border-top: none;
}

.choose-day-item:hover {
    background-color: rgba(var(--primary-rgb-color), 0.08);
}

.choose-day-item.checked {
    background-color: var(--primary-color);
    color: white;
}

/*选择时分范围组件*/

.choose-hour-minutes-range-box > div {
    margin-right: 10px;
    margin-top: 8px;
}

.choose-hour-minutes-range-box > div:nth-child(1) {
    margin-top: 0;
}

.choose-hour-minutes-range-item {
    margin-right: 8px;
    border: 1px solid #E8E8EA;
    border-radius: 4px;
    width: 400px;
    box-sizing: border-box;
    padding-right: 30px;
}

.choose-hour-minutes-range-item .el-input {
    flex: 1;
}

.choose-hour-minutes-range-item .el-input__inner {
    border: none;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.choose-hour-minutes-range-item .el-input__prefix {
    display: none;
}

.choose-hour-minutes-range-item .icon {
    color: #C0C4CC;
    width: 30px;
    text-align: right;
}

.choose-multiple-date-box .el-date-editor.el-input {
    width: 400px;
}

.choose-multiple-date-item {
    padding: 6px 2px 6px 12px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #606266;
    margin-right: 10px;
    margin-top: 8px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    line-height: 16px;
}

.choose-multiple-date-item > .icon {
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    padding: 0 5px;
}


.dialog-choose-box {
    display: inline-block;
    vertical-align: top;
}

.dialog-choose-box.max {
    width: 100%;
    padding: 0 10px 0 15px;
    box-sizing: border-box;
}

.dialog-choose-btn {
    cursor: pointer;
    font-size: 14px;
}

.dialog-choose-btn .placeholder {
    color: #c0c4cc;
}

.dialog-choose-btn .value {
    color: #333333;
}

.table-scroll .el-table__body-wrapper {
    overflow-y: auto;
}

.table-top-box {
    padding: 10px 19px;
}

.table-section {
    font-size: 14px;
    color: #606266;
    margin-right: 20px;
    line-height: 16px;
}

.table-section > * {
    margin-right: 8px !important;
    border-right: 1px solid #DCDFE6;
    padding-right: 9px !important;
}

.table-section > *:nth-last-child(1) {
    margin-right: 0 !important;
    border-right: none;
    padding-right: 0 !important;
}

.tip-icon {
    color: #999999;
}

.dialog-fixed-box.el-dialog {
    width: 1000px;
    height: calc(100vh - 120px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    display: flex;
    flex-direction: column;
}

.dialog-fixed-box .el-dialog__header {
    padding-bottom: 20px;
}

.dialog-fixed-box .el-dialog__body {
    padding: 0;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/*padding样式*/
.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px;
}

.padding-t-5 {
    padding-top: 5px;
}

.padding-b-5 {
    padding-bottom: 5px;
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-r-5 {
    padding-right: 5px;
}

.padding-h-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-v-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-l-10 {
    padding-left: 10px;
}

.padding-r-10 {
    padding-right: 10px;
}

.padding-h-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-t-15 {
    padding-top: 15px;
}

.padding-b-15 {
    padding-bottom: 15px;
}

.padding-l-15 {
    padding-left: 15px;
}

.padding-r-15 {
    padding-right: 15px;
}

.padding-h-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-v-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-t-20 {
    padding-top: 20px;
}

.padding-b-20 {
    padding-bottom: 20px;
}

.padding-l-20 {
    padding-left: 20px;
}

.padding-r-20 {
    padding-right: 20px;
}

.padding-h-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*margin样式*/
.margin-0 {
    margin: 0 !important;
}

.margin-5 {
    margin: 5px;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-b-5 {
    margin-bottom: 5px;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-r-5 {
    margin-right: 5px;
}

.margin-h-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-v-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-h-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-v-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.margin-l-15 {
    margin-left: 15px;
}

.margin-r-15 {
    margin-right: 15px;
}

.margin-h-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-v-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-r-20 {
    margin-right: 20px;
}

.margin-h-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-v-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-radius {
    border-radius: var(--page-radius);
}

.bg-white {
    background-color: white !important;
}

.transparent {
    background: transparent !important;
}

#MenuIndex .el-input-group__append, #MenuIndex .el-input-group__prepend {
    padding: 0 10px;
}

.qh-check-card {
    width: 240px;
    height: 100px;
    border: 1px solid #E8E8EA;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px;
    display: inline-flex;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.qh-check-card {
    margin-right: 10px;
}

.qh-check-card:nth-last-child(1) {
    margin-right: 0;
}

.qh-check-card.qh-check-card__checked {
    border-color: var(--primary-color);
}

.qh-check-card .qh-check-card__checked-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--primary-color);
    font-size: 30px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.qh-check-card__title {
    font-size: 17px;
    color: #444;
    font-weight: bold;
}

.qh-check-card__info {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin-top: 8px;
}

.border-box {
    box-sizing: border-box;
}

.relative {
    position: relative;
}

.x-hidden > .el-scrollbar__wrap {
    overflow-x: hidden;
}

.height-100 {
    height: 100%;
}

.width-100 {
    width: 100%;
}

.move-icon {
    cursor: move;
    font-size: 20px;
}

input[aria-hidden=true] {
    display: none !important;
}