* {
    margin: 0;
    padding: 0;
}
html,
body,
#app,
.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}
a {
    text-decoration: none
}
.content-box {
    position: absolute;
    left: 250px;
    right: 0;
    top: 55px;
    bottom: 0;
    padding-bottom: 30px;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    background: #f0f2f5;
}
.content {
    width: auto;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.content-collapse {
    left: 65px;
}
.container {
    padding: 30px;
    background: #fff;
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
}
.container-tbnone {
    padding: 0 30px;
    background: #fff;
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
}
.bg-white{
    background: #ffffff;
}
.pageContainer {
    padding: 30px;
    background: #fff;
    /* border-radius: 5px; */
}
.minHeight{
    min-height: calc(100% - 62px);
}
.crumbs {
    margin: 0 0 10px;
    background:#ffffff;
    padding:24px;
}
.el-table th {
    background-color: #f5f7fa !important;
}
.pagination {
    margin: 20px 0;
    text-align: right;
}
.plugins-tips {
    padding: 20px 10px;
    margin-bottom: 20px;
}
.el-button+.el-tooltip {
    margin-left: 10px;
}
.el-table tr:hover {
    background: #f6faff;
}
.mgb20 {
    margin-bottom: 20px;
}
.move-enter-active,
.move-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.move-enter,
.move-leave {
    opacity: 0;
}

/*BaseForm*/
.form-box {
    width: 600px;
}
.form-box .line {
    text-align: center;
}
.el-time-panel__content::after,
.el-time-panel__content::before {
    margin-top: -7px;
}
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
    padding-bottom: 0;
}

/*Upload*/
.pure-button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.g-core-image-corp-container .info-aside {
    height: 45px;
}
.el-upload--text {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.el-upload--text .el-icon-upload {
    font-size: 67px;
    color: #97a8be;
    margin: 40px 0 16px;
    line-height: 50px;
}
.el-upload--text {
    color: #97a8be;
    font-size: 14px;
    text-align: center;
}
.el-upload--text em {
    font-style: normal;
}

/*VueEditor*/
.ql-container {
    min-height: 400px;
}
.ql-snow .ql-tooltip {
    -webkit-transform: translateX(117.5px) translateY(10px) !important;
            transform: translateX(117.5px) translateY(10px) !important;
}
.editor-btn {
    margin-top: 20px;
}

/*markdown*/
.v-note-wrapper .v-note-panel {
    min-height: 500px;
}
.el-drawer__body {
    overflow: auto;
}
.form-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.form-operation {
    margin-left: auto;
}
.box-card {
    margin-bottom: 12px;
    /* margin-bottom: 30px; */
}
.search-field {
    width: 12rem;
}
.bold{
    font-weight: bold;
}
.border{
    border: 1px solid #efefef;
}
.mt-12{
    margin-top: 12px;
}
.mb-12{
    margin-bottom: 12px;
}
.mr-12{
    margin-right: 12px;
}
.ml-12{
    margin-left: 12px;
}
.m-12{
    margin:12px;
}
.pt-12{
    padding-top: 12px;
}
.pb-12{
    padding-bottom: 12px;
}
.pr-12{
    padding-right: 12px;
}
.pl-12{
    padding-left: 12px;
}
.p-12{
    padding:12px;
}
.mt-24{
    margin-top: 24px;
}
.mb-24{
    margin-bottom: 24px;
}
.ml-24{
    margin-left: 24px;
}
.mr-24{
    margin-right: 24px;
}
.m-24{
    margin: 24px;
}
.p-24{
    padding: 24px;
}
.inline-block{
    display: inline-block;
}
.default-text-color{
    color: #606060;
}
.default-text-size{
    font-size: 15px;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.w100{
    width: 100%;
}
.flex-row-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.flex-row-start{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.flex-row-end{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.flex-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.items-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.operation-green{
    color: #67c23a;
}
.operation-red{
    color: #F56C6C;
}
.operation-yellow{
    color: #fbd600;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}
.header{
    background-color: #409EFF;
    /* background-color: #07c4a8; */
}
.login-wrap{
    background: rgba(56, 157, 170, 0.82);
}
.plugins-tips{
    background: #f2f2f2;
}
.plugins-tips a{
    color: #409EFF;
}
.el-upload--text em {
    color: #409EFF;
}
.pure-button{
    background: #409EFF;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #409EFF !important;
    border-color: #409EFF !important;
}
.tags-li.active {
    border: 1px solid #409EFF;
    background-color: #409EFF;
}
.collapse-btn:hover{
    background: #409EFF;
}
.drawer-footer{position:fixed;bottom:20px;right:30px}

    [class*=" el-icon-lx"], [class^=el-icon-lx] {
        font-family: lx-iconfont!important;
    }
* {
    margin: 0;
    padding: 0;
}

html,
body,
#app,
.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}

a {
    text-decoration: none
}


.content-box {
    position: absolute;
    left: 250px;
    right: 0;
    top: 55px;
    bottom: 0;
    padding-bottom: 30px;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    background: #f0f2f5;
}

.content {
    width: auto;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.content-collapse {
    left: 65px;
}

.container {
    padding: 30px;
    background: #fff;
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
}
.container-tbnone {
    padding: 0 30px;
    background: #fff;
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
}
.bg-white{
    background: #ffffff;
}
.pageContainer {
    padding: 30px;
    background: #fff;
    /* border-radius: 5px; */
}

.minHeight{
    min-height: calc(100% - 62px);
}

.crumbs {
    margin: 0 0 10px;
    background:#ffffff;
    padding:24px;
}

.el-table th {
    background-color: #f5f7fa !important;
}

.pagination {
    margin: 20px 0;
    text-align: right;
}

.plugins-tips {
    padding: 20px 10px;
    margin-bottom: 20px;
}

.el-button+.el-tooltip {
    margin-left: 10px;
}

.el-table tr:hover {
    background: #f6faff;
}

.mgb20 {
    margin-bottom: 20px;
}

.move-enter-active,
.move-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.move-enter,
.move-leave {
    opacity: 0;
}

/*BaseForm*/

.form-box {
    width: 600px;
}

.form-box .line {
    text-align: center;
}

.el-time-panel__content::after,
.el-time-panel__content::before {
    margin-top: -7px;
}

.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
    padding-bottom: 0;
}

/*Upload*/

.pure-button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.g-core-image-corp-container .info-aside {
    height: 45px;
}

.el-upload--text {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.el-upload--text .el-icon-upload {
    font-size: 67px;
    color: #97a8be;
    margin: 40px 0 16px;
    line-height: 50px;
}

.el-upload--text {
    color: #97a8be;
    font-size: 14px;
    text-align: center;
}

.el-upload--text em {
    font-style: normal;
}

/*VueEditor*/

.ql-container {
    min-height: 400px;
}

.ql-snow .ql-tooltip {
    -webkit-transform: translateX(117.5px) translateY(10px) !important;
            transform: translateX(117.5px) translateY(10px) !important;
}

.editor-btn {
    margin-top: 20px;
}

/*markdown*/

.v-note-wrapper .v-note-panel {
    min-height: 500px;
}

.el-drawer__body {
    overflow: auto;
}

.form-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.form-operation {
    margin-left: auto;
}

.box-card {
    margin-bottom: 12px;
    /* margin-bottom: 30px; */
}

.search-field {
    width: 12rem;
}
.bold{
    font-weight: bold;
}
.border{
    border: 1px solid #efefef;
}
.mt-12{
    margin-top: 12px;
}
.mb-12{
    margin-bottom: 12px;
}
.mr-12{
    margin-right: 12px;
}
.ml-12{
    margin-left: 12px;
}
.m-12{
    margin:12px;
}
.pt-12{
    padding-top: 12px;
}
.pb-12{
    padding-bottom: 12px;
}
.pr-12{
    padding-right: 12px;
}
.pl-12{
    padding-left: 12px;
}
.p-12{
    padding:12px;
}
.mt-24{
    margin-top: 24px;
}
.mb-24{
    margin-bottom: 24px;
}
.ml-24{
    margin-left: 24px;
}
.mr-24{
    margin-right: 24px;
}
.m-24{
    margin: 24px;
}
.p-24{
    padding: 24px;
}
.inline-block{
    display: inline-block;
}
.default-text-color{
    color: #606060;
}
.default-text-size{
    font-size: 15px;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.w100{
    width: 100%;
}
.flex-row-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.flex-row-start{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.flex-row-end{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.flex-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.items-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.operation-green{
    color: #67c23a;
}
.operation-red{
    color: #F56C6C;
}
.operation-yellow{
    color: #fbd600;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}
.bg-main{background:#2d3869}.ibg-main{background:#2d3869 !important}.bg-blue{background:#006cff}.ibg-blue{background:#006cff !important}.bg-link{background:#409eff}.ibg-link{background:#409eff !important}.bg-primary{background:#fe791f}.ibg-primary{background:#fe791f !important}.bg-success{background:#67c23a}.ibg-success{background:#67c23a !important}.bg-danger{background:#f56c6c}.ibg-danger{background:#f56c6c !important}.bg-gray{background:#8e8e8e}.ibg-gray{background:#8e8e8e !important}.bg-white{background:#fff}.ibg-white{background:#fff !important}.text-main{color:#2d3869}.text-blue{color:#006cff}.text-link{color:#409eff}.text-primary{color:#fe791f}.text-success{color:#67c23a}.text-danger{color:#f56c6c}.text-gray{color:#8e8e8e}.text-white{color:#fff}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.ver-c{vertical-align:middle}.text-del{text-decoration:line-through}.font-bold{font-weight:bold}.font-normal{font-weight:normal}.font12{font-size:12px}.font13{font-size:13px}.font14{font-size:14px}.font15{font-size:15px}.font16{font-size:16px}.font17{font-size:17px}.font18{font-size:18px}.font19{font-size:19px}.font20{font-size:20px}.font21{font-size:21px}.font22{font-size:22px}.font23{font-size:23px}.font24{font-size:24px}.font25{font-size:25px}.font26{font-size:26px}.font27{font-size:27px}.font28{font-size:28px}.font29{font-size:29px}.font30{font-size:30px}.font31{font-size:31px}.font32{font-size:32px}.font33{font-size:33px}.font34{font-size:34px}.font35{font-size:35px}.font36{font-size:36px}.font37{font-size:37px}.font38{font-size:38px}.font39{font-size:39px}.font40{font-size:40px}.font41{font-size:41px}.font42{font-size:42px}.font43{font-size:43px}.font44{font-size:44px}.font45{font-size:45px}.font46{font-size:46px}.font47{font-size:47px}.font48{font-size:48px}.font49{font-size:49px}.font50{font-size:50px}.pd-sm{padding:15px}.pd-l-sm{padding-left:15px}.pd-r-sm{padding-right:15px}.pd-t-sm{padding-top:15px}.pd-b-sm{padding-bottom:15px}.pd-x-sm{padding-left:15px;padding-right:15px}.pd-y-sm{padding-top:15px;padding-bottom:15px}.mg-sm{margin:15px}.mg-l-sm{margin-left:15px}.mg-r-sm{margin-right:15px}.mg-t-sm{margin-top:15px}.mg-b-sm{margin-bottom:15px}.mg-x-sm{margin-left:15px;margin-right:15px}.mg-y-sm{margin-top:15px;margin-bottom:15px}.pd{padding:30px}.pd-l{padding-left:30px}.pd-r{padding-right:30px}.pd-t{padding-top:30px}.pd-b{padding-bottom:30px}.pd-x{padding-left:30px;padding-right:30px}.pd-y{padding-top:30px;padding-bottom:30px}.mg{margin:30px}.mg-l{margin-left:30px}.mg-r{margin-right:30px}.mg-t{margin-top:30px}.mg-b{margin-bottom:30px}.mg-x{margin-left:30px;margin-right:30px}.mg-y{margin-top:30px;margin-bottom:30px}.pd-lg{padding:50px}.pd-l-lg{padding-left:50px}.pd-r-lg{padding-right:50px}.pd-t-lg{padding-top:50px}.pd-b-lg{padding-bottom:50px}.pd-x-lg{padding-left:50px;padding-right:50px}.pd-y-lg{padding-top:50px;padding-bottom:50px}.mg-lg{margin:50px}.mg-l-lg{margin-left:50px}.mg-r-lg{margin-right:50px}.mg-t-lg{margin-top:50px}.mg-b-lg{margin-bottom:50px}.mg-x-lg{margin-left:50px;margin-right:50px}.mg-y-lg{margin-top:50px;margin-bottom:50px}.pd-0{padding:0px}.pd-l-0{padding-left:0px}.pd-r-0{padding-right:0px}.pd-t-0{padding-top:0px}.pd-b-0{padding-bottom:0px}.pd-x-0{padding-left:0px;padding-right:0px}.pd-y-0{padding-top:0px;padding-bottom:0px}.mg-0{margin:0px}.mg-l-0{margin-left:0px}.mg-r-0{margin-right:0px}.mg-t-0{margin-top:0px}.mg-b-0{margin-bottom:0px}.mg-x-0{margin-left:0px;margin-right:0px}.mg-y-0{margin-top:0px;margin-bottom:0px}.fl{float:left}.fr{float:right}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-box{display:-webkit-box}.d-block{display:block}.d-inline-block{display:inline-block}.flex-fill{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.limit-line-1{-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1}.limit-line-2{-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2}.w-100{width:100%}.h-100{height:100%}.vw-100{width:100vw}.vh-100{height:100vh}.border-a{border:1px solid #eff1f8}.border-t{border-top:1px solid #eff1f8}.border-r{border-right:1px solid #eff1f8}.border-b{border-bottom:1px solid #eff1f8}.border-l{border-left:1px solid #eff1f8}.br-0{border-radius:0 px}.br-5{border-radius:5 px}.br-10{border-radius:10 px}.br-15{border-radius:15 px}.ofh{overflow:hidden}.ofs{overflow:scroll}.p-relative{position:relative}.p-absolute{position:absolute}.p-fixed{position:fixed}.mask{position:fixed;z-index:999;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.3)}.fade-enter,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave{opacity:1}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.el-drawer__body{position:relative}.el-drawer__body .dialog-footer{position:fixed;bottom:0;width:49%;padding:10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-top:1px solid #e4e4e7 !important;background-color:#fff}.cmgb15>*{margin-bottom:15px !important}.drawer-container{padding:20px}.drawer-container .drawer-c-block-tit{padding:12px;background:#eaf2ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.drawer-container .drawer-c-block-tit .drawer-c-block-dot{width:4px;height:12px;display:inline-block;background:#409eff;border-radius:4px;margin-right:6px}.drawer-container .drawer-c-block-content{margin-bottom:18px;padding:18px;border:1px solid #efefef;font-size:14px}.drawer-container .drawer-c-block-content .drawer-block{display:block !important}.drawer-container .drawer-c-block-content .drawer-c-block-c-div{display:inline-block;margin-bottom:18px;min-width:50%}.drawer-form{padding:20px 4% 60px 20px}.drawer-form .drawer-form-row{width:100%}.drawer-form .drawer-form-col{width:50%}.drawer-form .el-form .el-form-item{margin-right:0}.drawer-form .el-form .el-form-item .el-form-item__content{width:calc(100% - 120px)}.drawer-form .el-form .el-select{width:100% !important}.drawer-form .el-form .el-textarea{width:100% !important}.drawer-form .el-form .el-date-editor{width:100% !important}.drawer-container{padding-bottom:60px !important}
