:root {
    font-size: 16px;
}

html,
body {
    height: 100%;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Microsoft YaHei,PingFang SC,Hiragino Sans GB,SimSun,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Poppins", sans-serif;*/
    font-weight: 700; }

iframe {
    border: none; }

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

ol, ul, li{
    list-style: none;
}
/*input,*/
/*input:hover,*/
/*input:focus,*/
/*input:active,*/
/*textarea,*/
/*textarea:hover,*/
/*textarea:focus,*/
/*textarea:active,*/
/*select:focus,*/
/*select:hover {*/
/*    -moz-outline: none;*/
/*    outline: none;*/
/*    border: 1px solid #6c62ff;*/
/*    box-shadow: none;*/
/*    border-color: #6c62ff;*/
/*}*/

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
    color: #409EFF;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
    color: #6c62ff;
}

img {
    border: none;
    max-width: 100%;
}

button:focus {
    -moz-outline: none;
    outline: none;
    border: 1px solid #6c62ff;
    box-shadow: none;
    border-color: #6c62ff;
}

/*主页内容*/
#MZ_app{
    height: 100%;
    overflow: hidden;
}
.el-aside{
    /*width: 205px !important;*/
    transition:width .5s;
    /*border-right: solid 1px #e6e6e6;*/
}
.el-menu {
    background-color: unset;
    border-right: none !important;
}
.el-header {
    padding: 0 0 !important;
    position: relative;
    z-index: 999;
}
.el-footer{
    height: 60px;
    line-height: 60px;
    margin: 0;
    border-top: solid 1px #e6e6e6;
    font-size: 12px;
}

/*start*/
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
    border-bottom-color: unset;
}

/*.el-menu-item.is-active {
    color: #2BB078;
}*/
/*.el-menu-item:focus, .el-menu-item:hover {
  background-color: #2BB078;
  color:#fff;
}*/
/*.el-menu-item:focus{*/
/*    background-color: unset;*/
/*}*/
/*.el-menu-item:hover {
    background-color: #2BB078;
    color:#fff;
}*/
/*.el-submenu__title:hover {*/
/*    background-color: unset;*/
/*}*/
/*.el-radio-button__orig-radio:checked + .el-radio-button__inner {
    color: #FFF;
    background-color: #2BB078;
    border-color: #2BB078;
    -webkit-box-shadow: -1px 0 0 0 #2BB078;
    box-shadow: -1px 0 0 0 #2BB078;
}*/
/*tab*/
/*.el-tabs__item.is-active {
    color: #2BB078;
}
.el-tabs__item:hover {
    color: #2BB078;
}
.el-tabs__active-bar {
    background-color: #2BB078;
}*/
/*按钮*/
/*.el-button--primary {
    background-color: #2BB078;
    border-color: #2BB078;
}
.el-button--primary:focus, .el-button--primary:hover {
    background: #2BB078;
    border-color: #2BB078;
}
.el-button--text {
    color: #2BB078;
}

.el-tag {
    background-color: #ecfff7;
    border-color: #ecfff7;
    color: #2BB078;
}

.el-button:focus, .el-button:hover {
    color: #2BB078;
    border-color: #ecfff7;
    background-color: #ecfff7;
}*/

.el-tree {
    background: unset;
}
/*表格*/
.el-table th, .el-table tr {
    background: rgba(255,255,255,0);
    backdrop-filter: blur(5px);
}

.el-table, .el-table__expanded-cell {
    background-color: unset;
}
/*分页*/
.el-pagination.is-background .el-pager li:not(.disabled):hover {
    /*color: #2BB078;*/
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    /*background-color: #2BB078;*/
    /*color: #FFF;*/
}
/*end*/

/*aside 收缩*/
.el-aside-left{
    width: 64px !important;
    transition:width .5s;
}
/*header 选中底部颜色 #409EFF*/
/*.el-menu-demo > .el-menu-item.is-active {
    border-bottom: 2px solid #FFFFFF;
}
.el-menu-demo > .el-submenu.is-active .el-submenu__title {
    border-bottom: 2px solid #FFFFFF;
}*/

.el-form-item__label{
    font-weight: normal;
}

.swp-uploader .el-upload__input {
    display: none;
}

.swp-container{
    display: flex;
    flex-direction: column;
}
.swp-container__header{
    padding: 20px;
    /*background-color: #fff;*/
    background: rgba(255,255,255,0.8);
    /*box-shadow: 0px 0 5px #ddd;*/
    margin-bottom: 10px;

    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    border-radius: 8px;
}
.swp-container__content{
    padding: 20px;
    flex-grow: 1;
    height: 100%;
    overflow: auto;
    position: relative;
    /*background-color: #fff;*/
    background: rgba(255,255,255,0.8);

    border-radius: 8px;
}

/*编辑器被遮挡问题*/
#edui_fixedlayer{
    z-index: 9999 !important;
}

.app-image-list {
    display: flex;
    /*margin-bottom: 24px;*/
    position: relative;
}
.rc-upload-trigger {
    position: relative;
}
.rc-upload-trigger {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 2px dashed #ddd;
    line-height: 71px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 36px;
    color: #ddd;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}
.app-image-list .rc-upload-trigger {
    width: 60px;
    height: 60px;
    /*background: url(../images/empty-pic.png) no-repeat 50%;
    background-size: 100% 100%;
    border: none;*/
    border: 1px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #999;
}
.app-image-list .rc-upload {
    position: relative;
}
.rc-upload-tips {
    line-height: 14px;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
    color: #666;
    position: absolute;
}
.app-image-list .rc-upload-tips {
    white-space: nowrap;
    left: 0;
}
.app-image-list .image-item {
    float: left;
    margin: 0 10px 10px 0;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #ebedf0;
    background-color: #fff;
    position: relative;
}
.app-image-list .image-item img {
    height: 100%;
    width: 100%;
}
.app-image-list .close-modal {
    /*display: none;*/
    position: absolute;
    z-index: 2;
    top: -9px;
    right: -9px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: hsla(0,0%,60%,.6);
    border-radius: 10px;
}
.app-image-list .close-modal.small {
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 9px;
}

.swp-tag-pane{
    padding-top: 25px;
}

.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-20{margin-left: 20px;}
.ml-25{margin-left: 25px;}
.ml-30{margin-left: 30px;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{margin-right: 20px;}
.mr-25{margin-right: 25px;}
.mr-30{margin-right: 30px;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-25{padding-top: 25px;}
.pt-30{padding-top: 30px;}
.pl-5{padding-left: 5px;}
.pl-10{padding-left: 10px;}
.pl-15{padding-left: 15px;}
.pl-20{padding-left: 20px;}
.pl-25{padding-left: 25px;}
.pl-30{padding-left: 30px;}
.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pr-15{padding-right: 15px;}
.pr-20{padding-right: 20px;}
.pr-25{padding-right: 25px;}
.pr-30{padding-right: 30px;}
.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}
.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.flex{display: flex;}
.align-items-center{align-items: center;}
.justify-content-center{justify-content: center;}
.justify-content-between{justify-content: space-between;}
.flex-direction-column{flex-direction: column;}
.text-align-center {text-align: center;}