
.main {
    margin: 10px auto;
}
.main .header-btn {

}
.header-btn  button {
    width: 200px;
    max-width: 22%;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 15px 15px 0 0;
}

.header-btn   .header-btn-b {
    font-size: 14px;
    color: #606266;
    margin-left: 15px;
}

.banner {
    width: 100%;
    height: 250px;
    background-blend-mode: multiply;


}
.icon-btn{
    padding-left:10px !important;
    padding-right:10px !important;
}
.banner-content {
    max-width: 1150px;
    height: 100%;
    margin: 0px auto;
    padding: 20px 0;
    color: white;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.banner-content   h2 {
    font-size: 42px;
    font-weight: 400;
}

.banner-content  span {
    font-size: 18px;
}

/*.descSearch {
    display: flex;
}*/
.descSearch .header-search-content {
    display: flex;
    flex: 1;
    flex-wrap: wrap;

}

.descSearch .header-search-content:last-child {
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid white;
}
.descSearch .header-search-content:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.descSearch .header-search-item-p {
    width: 100%;
    color: #409EFF !important;
}

.descSearch .header-search-item-checkbox {
    margin-bottom: 10px;
}

.descSearch .header-search-item {
    flex-wrap: wrap;
}




.header-search {
    padding: 20px;
    background: #eceff1;
}
.header-search-item {
    width: 100%;
    display: flex;
    align-items: center;

}
.header-search-item-span {
    font-size: 20px;
    white-space: nowrap;
    color: var(--el-color-primary);
    margin-right: 10px;
}

.header-search-item-p {
    color: #707070;
    font-size: 14px;
    margin: 10px 0;
}

.header-search-item button {
    height: 40px;
}

.header-search-item   input {
    min-height: 35px;
}

.search-input{
    width:500px;
    display:inline-flex;
}
.header-search-item .search-options{
    display:inline-flex;
    width:500px;
}
.header-search-item .header-search-content {
    display: flex;
    align-items: center;
}
.header-search-content .header-search-content-item {
    flex: 1;
    padding: 0 10px;
    text-align: center;
}
.header-search-content-item   p {
    margin: 20px 0;
}

.header-search-content-item   img {
    width: 60px;
    height: 60px;
}
.el-input {
    width: 100%;
}

.form {
    display: flex;
    flex-wrap: wrap;
}
.form input {
    max-width: 190px;
    height: 36px;
}

.form   .el-form-item {
    width: 29%;
}

.form  .el-form-item__label {
    color: var(--el-color-primary);
    line-height: 36px;
    min-width:120px;
}

.form  .dynamic-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.dynamic-box .el-form-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 20px;
    margin-right: 0px !important;
    width: 33%;
    border-right: 1px solid #fff;
}

.dynamic-box    .el-form-item:nth-child(3n) {
    border-right: none;
}

.dynamic-box   .el-form-item__label {
    color: #333;
    justify-content: flex-start;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
}

.dynamic-box   .el-form-item__content {
    width: 100%
}

.dynamic-box   .el-select {
    width: 100%;
}

.dynamic-box   .el-select .el-input input {
    height: 36px !important;
    max-width: unset;
}


.form .item-box {
    width: 100%;
    display: flex;

}

.collapseItemCell-input .el-select,.collapseItemCell-input .el-input{
    width: 45%;
}


.el-form-item__content {
    align-items: baseline;
}



.form-btn {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 0 50px 20px 50px;

   
}

.form-btn button {
    width: 120px;

}
.right-panel-search {
    width: 400px;
}

.header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 10px 16px;
    background: var(--el-color-primary);
}
.header-title  .header-title-p {
    font-size: 18px;
    font-weight: 400;
    color: white;

}

.header-title .header-title-icon {
    cursor: pointer;
    font-size: 22px;
    color: white;
}

.el-header {
    display: inline-table;

}
.prod_link{
    color:var(--el-color-primary);
    white-space: nowrap; 
    display: inline-block;
}
.header-form {
    width: 100%;
    display: inline-block;
    background: white;
    margin-top: 20px;
}

.collapseItemCell {
    width: 100%;
}

.collapseItemCell-tip {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.collapseItemCell-input {
    display: flex;
    align-items: center;
}

.el-button.is-circle {
    width: 15px;
    height: 15px;
    margin-top: -20px;
    margin-left: -2px;
    border: none;
}
.tab-box{
    display: block;
}
.tab-bar{
    padding: 15px 0; display: flex; justify-content: space-between;
}
.tab-bar>div{
    display: flex;
    justify-content: center;
    align-items:center;
}
.tab-bar h3{
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    margin:0;
}

.checkboxLists {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.checkboxLists .checiboxItem {
    margin: 3px 0;
}
.overflow,.overflow .cell{
    overflow:visible !important;
}

.el-dialog__body{
    padding:10px !important;
}
.el-dialog__wrapper{
    overflow: hidden !important;
}
.el-table__body tr.current-row>td{
    background-color: #ff784a !important;
    color: #fff;
}
.el-dialog__body .item-box{
    position: relative;
}
.el-dialog__body .form-btn{
    width:unset;
    flex-direction: column;
}
.el-dialog__body .item-box em{
    position: absolute;
    left: -20px;
    top: -10px;
    background: red;
    color: white;
    line-height: 1.2;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    z-index: 10;
}
.el-dialog__body .dynamic-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.el-dialog__body .dynamic-box  .el-form-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 0;
    margin-right: 0px;
    width: unset;
    max-width: 20%;
    border-right: 0;

}

.el-dialog__body .dynamic-box .el-form-item:nth-child(3n) {
    border-right: none;
}

.el-dialog__body .dynamic-box .el-form-item__label {
    color: #333;
    justify-content: flex-start;
    font-weight: bold;
    width:100px;
}

.el-dialog__body .dynamic-box .el-form-item__content {
    width: 100%
}

.el-dialog__body .dynamic-box .el-select {
    width: 100%;
}

.el-dialog__body .dynamic-box .el-select .el-input input {
    height: 36px !important;
}
[v-cloak] {
    display: none;
}

@media screen and (max-width: 768px) {
    .el-dialog__body .dynamic-box {
        flex-direction: column;
        min-height:30vh;

    }
    .el-dialog__body .dynamic-box  .el-form-item {
        width:100%;
    }
    .el-dialog__body .table-box{
        height:50vh;
    }
    .el-dialog__body .el-dialog{
        margin:10px;
        width:95% !important;
    }

    .right_chat{
        right:-200px !important;
    }

    .tab-box{
        padding-left:0;
    }
    .banner{
        height:150px;
    }

    .banner-content {
        width: 100%;
        padding: 20px;

        h2 {
            font-size: 30px;
        }
    }

    .main {
        width: 100%;

      
    }
    .main .header-btn {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .header-btn  .el-button{
        width: 25%;
        font-size:13px;
        height: 40px;
        padding:0;
        margin-left:0px;
    }
    
    .header-search .header-search-item{
        width:100% !important;
        min-width: unset !important;
    }
    .header-search-item button{
        width: unset;
    }
    .search-options{
        padding-top:10px;
    }
    .form input{
        width:100% !important;
    }

    .el-form--inline .el-form-item{
        padding:0px 20px;
        margin-right:0px;
    }


    .form .el-form-item{
        width:100%;
        margin-bottom:10px;
    }
    .dynamic-box .el-form-item{
        width:90%;
        flex-direction: row;
        margin:0px 20px;
        padding: 10px 0;
        border-right:0 !important;
        border-bottom:1px solid #fff
    }
    .container{
        padding-right: 5px;
        padding-left: 5px;
    }
    .form  .el-form-item__label {
        min-width:unset;
    }
    .el-select{
        width:100% !important;
    }
    .tab-bar .el-button{
        padding: 8px 10px !important;
    }
    .form-btn{
        padding:10px;
    }
    .descSearch{
        display: flex;
        flex-wrap:wrap;

        .header-search-content{
            flex:auto;
        }
    }

    .descSearch .header-search-content:last-child{
        padding-left:0px;
        margin-left:0px;
        margin-top:20px;
        border-left:0px;
        border-top:1px solid #fff;
    }
}

/* 覆盖element-plus样式 */

:root {
	--el-color-primary: #409EFF;
	--el-color-primary-light-1: #53a7ff;
	--el-color-primary-light-2: #66b1ff;
	--el-color-primary-light-3: #79bbff;
	--el-color-primary-light-4: #8cc4ff;
	--el-color-primary-light-5: #9fceff;
	--el-color-primary-light-6: #b2d8ff;
	--el-color-primary-light-7: #c5e1ff;
	--el-color-primary-light-8: #d8ebff;
	--el-color-primary-light-9: #ebf5ff;
	--el-color-primary-dark-1: #398ee5;
	--el-color-primary-dark-2: #337ecc;
	--el-color-primary-dark-3: #2c6eb2;
	--el-color-primary-dark-4: #265e99;
	--el-color-primary-dark-5: #204f7f;
	--el-color-primary-dark-6: #193f66;
	--el-color-primary-dark-7: #132f4c;
	--el-color-primary-dark-8: #0c1f32;
	--el-color-primary-dark-9: #060f19;
}
.el-table th.el-table__cell,.el-table__fixed-right-patch{
    background-color: var(--el-color-primary-dark-2) !important;
    color:white;
}
.el-menu {border: none!important;}
.el-menu .el-menu-item a {color: inherit;text-decoration: none;display: block;width:100%;height:100%;position: absolute;top:0px;left:0px;}
.el-form-item-msg {font-size: 12px;color: #999;clear: both;width: 100%;}
.el-container {height: 100%;}
.el-aside {border-right: 1px solid var(--el-border-color-light);}
.el-container + .el-aside {border-right: 0;border-left: 1px solid var(--el-border-color-light);}
.el-header {background: #fff;border-bottom: 1px solid var(--el-border-color-light);padding:13px 15px;display: flex;justify-content: space-between;align-items: center;}
.el-header .left-panel {display: flex;align-items: center;}
.el-header .right-panel {display: flex;align-items: center;}
.el-header .right-panel > * + * {margin-left:10px;}
.el-footer {background: #fff;border-top: 1px solid var(--el-border-color-light);padding:13px 15px;}
.el-main {padding:15px;}
.el-main.nopadding {padding:0;background: #fff;}
.el-drawer__body {overflow: auto;padding:0;}
.el-popconfirm__main {margin: 14px 0;}
.el-card__header {border-bottom: 0;font-size: 17px;font-weight: bold;padding:15px 20px 0px 20px;}
.el-dialog__title {font-size: 17px;font-weight: bold;}
.el-drawer__header>:first-child {font-size: 17px;font-weight: bold;}
.el-tree.menu .el-tree-node__content {height:36px;}
.el-tree.menu .el-tree-node__content .el-tree-node__label .icon {margin-right: 5px;}
.el-progress__text {font-size: 12px!important;}
.el-progress__text i {font-size: 14.4px!important;}
.el-step.is-horizontal .el-step__line {height:1px;}
.el-step__title {font-size: 14px;}
.drawerBG {background: #f6f8f9;}
.el-button+.el-dropdown {margin-left: 10px;}
.el-button-group+.el-dropdown {margin-left: 10px;}
.el-button-group+.el-button-group {margin-left: 10px;}
.el-tabs__nav-wrap::after {height: 1px;}
.el-table th.is-sortable {transition: .1s;}
.el-table th.is-sortable:hover {background: #eee;}
.el-table .el-table__body-wrapper {background: #f6f8f9;}
.el-col .el-card {margin-bottom: 15px;}
.el-main {flex-basis: 100%;}
.el-main > .scTable .el-table--border::before {display: none;}
.el-main > .scTable .el-table--border::after {display: none;}
.el-main > .scTable .el-table--border .el-table__inner-wrapper::after {display: none;}
.el-main > .scTable .el-table__border-left-patch {display: none;}
.el-main > .scTable .el-table--border .el-table__inner-wrapper tr:first-child td:first-child {border-left: 0;}
.el-main > .scTable .el-table--border .el-table__inner-wrapper tr:first-child th:first-child {border-left: 0;}
.el-table.el-table--large {font-size: 14px;}
.el-table.el-table--small {font-size: 12px;}
.el-table {font-size: 12px;}
.el-table .sort-caret.ascending{border-bottom-color: #fff !important;}
.el-table .sort-caret.descending{border-top-color: #fff !important;}
.el-radio-button__inner {font-size: 12px;}
.el-checkbox-button__inner {font-size: 12px;}
.el-sub-menu .el-icon {font-size: 17px;}
.el-sub-menu .el-sub-menu__icon-arrow {font-size: 12px;}

.aminui-side-split li.active {background-color: var(--el-color-primary);}
.adminui-tags li:hover {background-color: var(--el-color-primary-light-9);}
.adminui-tags li.active {background-color: var(--el-color-primary)!important;}
.contextmenu li:hover {background-color: var(--el-color-primary-light-9)!important;color: var(--el-color-primary-light-2)!important;}
.data-box .item-background {background-color: var(--el-color-primary)!important;}
.layout-setting,.diy-grid-setting {background-color: var(--el-color-primary)!important;}

/* 全部禁用el-tag动画 */
.el-tag {transition: all 0s !important;}

/* 覆盖tinymce样式 */
.sceditor .tox-tinymce {border: 1px solid #DCDFE6;border-radius: 0;}
body .tox-tinymce-aux {z-index: 5700;}
.page-box {height:50px;display: flex;align-items: center;justify-content: space-between;padding:0 15px;}

.el-table:deep(.el-table__footer) .cell {font-weight: bold;}
.el-table:deep(.el-table__body-wrapper) .el-scrollbar__bar.is-horizontal {height: 12px;border-radius: 12px;}
.el-table:deep(.el-table__body-wrapper) .el-scrollbar__bar.is-vertical {width: 12px;border-radius: 12px;}
