.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .28s;
    transition: opacity .28s
}
.fade-enter,
.fade-leave-active {
    opacity: 0
}
.fade-transform-enter-active,
.fade-transform-leave-active {
    -webkit-transition: all .5s;
    transition: all .5s
}
.fade-transform-enter {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}
.fade-transform-leave-to {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}
.breadcrumb-enter-active,
.breadcrumb-leave-active {
    -webkit-transition: all .5s;
    transition: all .5s
}
.breadcrumb-enter,
.breadcrumb-leave-active {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}
.breadcrumb-move {
    -webkit-transition: all .5s;
    transition: all .5s
}
.breadcrumb-leave-active {
    position: absolute
}
.el-table__header th {
    text-align: center
}
.el-table__body td {
    padding: 5px 0;
    height: 53px
}
.el-breadcrumb__inner,
.el-breadcrumb__inner a {
    color: #1f9af8;
    font-weight: 400 !important
}
.el-upload input[type=file] {
    display: none !important
}
.el-upload__input {
    display: none
}
.el-dialog {
    -webkit-transform: none;
    transform: none;
    left: 0;
    position: relative;
    margin: 0 auto
}
.upload-container .el-upload {
    width: 100%
}
.upload-container .el-upload .el-upload-dragger {
    width: 100%;
    height: 200px
}
.el-dropdown-menu a {
    display: block
}
.el-range-separator {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.el-message {
    z-index: 9999 !important
}
#app .main-container {
    height: calc(100% - 45px);
    -webkit-transition: margin-left .28s;
    transition: margin-left .28s;
    margin-left: 210px;
    position: relative;
    overflow: auto
}
#app .sidebar-container {
    -webkit-transition: width .28s;
    transition: width .28s;
    width: 210px !important;
    background: #2e4696;
    height: 100%;
    position: fixed;
    font-size: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    overflow: hidden;
    margin-top: 45px
}
#app .sidebar-container .horizontal-collapse-transition {
    -webkit-transition: width 0s ease-in-out, padding-left 0s ease-in-out, padding-right 0s ease-in-out;
    transition: width 0s ease-in-out, padding-left 0s ease-in-out, padding-right 0s ease-in-out
}
#app .sidebar-container .scrollbar-wrapper {
    overflow-x: hidden !important
}
#app .sidebar-container .el-scrollbar__bar.is-vertical {
    right: 0
}
#app .sidebar-container .el-scrollbar {
    height: 100%
}
#app .sidebar-container.has-logo .el-scrollbar {
    height: calc(100% - 50px)
}
#app .sidebar-container .is-horizontal {
    display: none
}
#app .sidebar-container a {
    display: inline-block;
    width: 100%;
    overflow: hidden
}
#app .sidebar-container .svg-icon {
    margin-right: 16px
}
#app .sidebar-container .sub-el-icon {
    margin-right: 12px;
    margin-left: -2px
}
#app .sidebar-container .el-menu {
    border: none;
    height: 100%;
    width: 100% !important
}
#app .sidebar-container .el-submenu__title:hover,
#app .sidebar-container .submenu-title-noDropdown:hover {
    background: -webkit-gradient(linear, right top, left top, from(#2e4696), to(#0186b7)) !important;
    background: linear-gradient(-90deg, #2e4696, #0186b7) !important
}
#app .sidebar-container .is-active>.el-submenu__title {
    color: #f4f4f5 !important
}
#app .sidebar-container .el-submenu .el-menu-item,
#app .sidebar-container .nest-menu .el-submenu>.el-submenu__title {
    min-width: 210px !important;
    background: transparent !important
}
#app .sidebar-container .el-submenu .el-menu-item:hover,
#app .sidebar-container .nest-menu .el-submenu>.el-submenu__title:hover {
    background: -webkit-gradient(linear, right top, left top, from(#2e4696), to(#0186b7)) !important;
    background: linear-gradient(-90deg, #2e4696, #0186b7) !important
}
#app .hideSidebar .sidebar-container {
    width: 50px !important
}
#app .hideSidebar .main-container {
    margin-left: 54px
}
#app .hideSidebar .submenu-title-noDropdown {
    padding: 0 !important;
    position: relative
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
    padding: 0 !important
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
    margin-left: 20px
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .sub-el-icon {
    margin-left: 19px
}
#app .hideSidebar .el-submenu {
    overflow: hidden
}
#app .hideSidebar .el-submenu>.el-submenu__title {
    padding: 0 !important
}
#app .hideSidebar .el-submenu>.el-submenu__title .svg-icon {
    margin-left: 20px
}
#app .hideSidebar .el-submenu>.el-submenu__title .sub-el-icon {
    margin-left: 19px
}
#app .hideSidebar .el-submenu>.el-submenu__title .el-submenu__icon-arrow {
    display: none
}
#app .hideSidebar .el-menu--collapse .el-submenu>.el-submenu__title>span {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block
}
#app .el-menu--collapse .el-menu .el-submenu {
    min-width: 210px !important
}
#app .mobile .main-container {
    margin-left: 0
}
#app .mobile .sidebar-container {
    -webkit-transition: -webkit-transform .28s;
    transition: -webkit-transform .28s;
    transition: transform .28s;
    transition: transform .28s, -webkit-transform .28s;
    width: 210px !important
}
#app .mobile.hideSidebar .sidebar-container {
    pointer-events: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(-210px, 0, 0);
    transform: translate3d(-210px, 0, 0)
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
    -webkit-transition: none;
    transition: none
}
.el-menu--vertical>.el-menu .svg-icon {
    margin-right: 16px
}
.el-menu--vertical>.el-menu .sub-el-icon {
    margin-right: 12px;
    margin-left: -2px
}
.el-menu--vertical .el-menu-item:hover,
.el-menu--vertical .nest-menu .el-submenu>.el-submenu__title:hover {
    background: -webkit-gradient(linear, right top, left top, from(#2e4696), to(#0186b7)) !important;
    background: linear-gradient(-90deg, #2e4696, #0186b7) !important
}
.el-menu--vertical>.el-menu--popup {
    max-height: 100vh;
    overflow-y: auto
}
.el-menu--vertical>.el-menu--popup::-webkit-scrollbar-track-piece {
    background: #d3dce6
}
.el-menu--vertical>.el-menu--popup::-webkit-scrollbar {
    width: 6px
}
.el-menu--vertical>.el-menu--popup::-webkit-scrollbar-thumb {
    background: #99a9bf;
    border-radius: 20px
}
.app-container {
    padding: 0 20px;
    background-color: #fff
}
.jieduan {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}
.title-l {
    padding-left: 5px;
    border-left: 3px solid #2d4595;
    font-size: 14px;
    color: #333;
    font-weight: 700
}
.width120 {
    width: 120px
}
.width250 {
    width: 250px !important
}
.width350 {
    width: 350px
}
.btn {
    margin: 15px
}
.container-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: 700
}
.container-row:nth-child(2n) {
    background-color: #f5f5f5
}
.container-col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.container-col>span {
    padding: 0 15px
}
.container-col>span .red {
    color: red
}
.container-col>span .radio {
    width: auto
}
.container-col .title {
    width: 150px;
    text-align: right;
    color: #000
}
.container-col.width100 {
    width: 100%
}
.container-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}
.container-title,
.container-title .l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.container-title .item {
    margin-right: 20px
}
.container-title-border {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px
}
.container-title-border,
.container-title-border .l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.container-title-border .item {
    margin-right: 20px
}
.dialog-content {
    font-weight: 700;
    font-size: 13px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf
}
.dialog-content .item {
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dfdfdf
}
.dialog-content .item span {
    padding: 0 15px
}
.dialog-content .item .title {
    text-align: right;
    background-color: #efefef;
    width: 212px
}
.dialog-content .item .c {
    width: 513px
}
.dialog-remark h5 {
    color: #333;
    padding-left: 5px;
    border-left: 3px solid #2d4595
}
.sx-tips-custom {
    position: absolute;
    margin-top: 4px;
    padding: 8px 10px;
    z-index: 25;
    left: 0;
    width: 100%;
    color: #4996de;
    background: #daedfe;
    border: 1px solid #a1cdfa;
    border-radius: 3px;
    font: normal 12px/17px microsoft yahei
}
.sx-tips-custom:after,
.sx-tips-custom:before {
    content: "";
    display: block;
    width: 10px;
    left: 25px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}
.sx-tips-custom:before {
    top: -7px;
    border-bottom: 6px solid #a1cdfa
}
.sx-tips-custom:after {
    top: -5px;
    border-bottom: 6px solid #daedfe
}
.sx-tips-custom .stc-text {
    display: block
}
.sx-tips-custom .stc-close {
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    background: #b3d6fc;
    border-radius: 100%;
    line-height: 12px;
    cursor: pointer
}
a,
body,
div,
li,
p,
span,
strong,
ul {
    margin: 0;
    padding: 0
}
.pull-left {
    float: left
}
.pull-right {
    float: right
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.red,
.red:hover {
    color: red
}
.orange {
    color: #ff7e00
}
.grey {
    color: grey
}
.link {
    color: #0076fe
}
.bold {
    font-weight: 700 !important
}
.limit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.hidden,
.hide {
    display: none !important
}
.w300 {
    width: 300px !important
}
.w370 {
    width: 370px !important
}
.w200 {
    width: 200px !important
}
.w80 {
    width: 80px !important
}
.w100 {
    width: 100px !important
}
.w113 {
    width: 113px !important
}
.w120 {
    width: 120px !important
}
.w123 {
    width: 123px !important
}
.w150 {
    width: 150px !important
}
.w175 {
    width: 175px !important
}
.w210 {
    width: 210px !important
}
.w240 {
    width: 240px !important
}
.w245 {
    width: 245px !important
}
.w260 {
    width: 260px !important
}
.w360 {
    width: 360px !important
}
.w400 {
    width: 400px !important
}
.wp90 {
    width: 90% !important
}
.wp85 {
    width: 85% !important
}
.clearfix {
    zoom: 1
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}
.customer-server {
    position: fixed;
    right: 2%;
    top: 16%
}
.customer-server a {
    display: block
}
.doc-embed {
    width: 825px;
    height: 600px;
    border: 1px outset #323639
}
::-webkit-scrollbar {
    height: 8px;
    width: 8px
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: block
}
::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
    border-style: solid;
    border-color: transparent
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
    background-clip: padding-box;
    background-color: #fff
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .5);
    min-height: 28px;
    padding-top: 100px
}
::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
    background-color: rgba(0, 0, 0, .4)
}
::-webkit-scrollbar-thumb:active {
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
    background-color: rgba(0, 0, 0, .5)
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
    border-width: 0
}
::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .05)
}
::-webkit-scrollbar-track:active {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
    background-color: rgba(0, 0, 0, .05)
}
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif
}
label {
    font-weight: 700
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#app,
html {
    height: 100%
}
#app {
    overflow: hidden
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
a:active,
a:focus {
    outline: none
}
a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none
}
div:focus {
    outline: none
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.app-breadcrumb.el-breadcrumb[data-v-588db688] {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    margin-left: 8px
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-588db688] {
    color: #97a8be;
    cursor: text
}
.hamburger[data-v-49e15297] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px
}
.hamburger.is-active[data-v-49e15297] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.navbar[data-v-cdbbfc22] {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
    box-shadow: 0 1px 4px rgba(0, 21, 41, .08)
}
.navbar .hamburger-container[data-v-cdbbfc22] {
    line-height: 46px;
    height: 100%;
    float: left;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    -webkit-tap-highlight-color: transparent
}
.navbar .hamburger-container[data-v-cdbbfc22]:hover {
    background: rgba(0, 0, 0, .025)
}
.navbar .breadcrumb-container[data-v-cdbbfc22] {
    float: left
}
.sidebarLogoFade-enter-active[data-v-5bb1c0e2] {
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}
.sidebarLogoFade-enter[data-v-5bb1c0e2],
.sidebarLogoFade-leave-to[data-v-5bb1c0e2] {
    opacity: 0
}
.sidebar-logo-container[data-v-5bb1c0e2] {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2b2f3a;
    text-align: center;
    overflow: hidden
}
.sidebar-logo-container .sidebar-logo-link[data-v-5bb1c0e2] {
    height: 100%;
    width: 100%
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-5bb1c0e2] {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 12px
}
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-5bb1c0e2] {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    font-size: 14px;
    font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    vertical-align: middle
}
.sidebar-logo-container.collapse .sidebar-logo[data-v-5bb1c0e2] {
    margin-right: 0
}
.sub-el-icon[data-v-4059d845] {
    color: currentColor;
    width: 1em;
    height: 1em
}
.scroll-container[data-v-41421bb2] {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    width: 100%
}
.scroll-container[data-v-41421bb2] .el-scrollbar__bar {
    bottom: 0
}
.scroll-container[data-v-41421bb2] .el-scrollbar__wrap {
    height: 49px
}
.tags-view-container[data-v-ee9d6bd2] {
    height: 34px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #d8dce5;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04)
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-ee9d6bd2] {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    border: 1px solid #d8dce5;
    color: #495060;
    background: #fff;
    padding: 0 8px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 4px
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-ee9d6bd2]:first-of-type {
    margin-left: 15px
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-ee9d6bd2]:last-of-type {
    margin-right: 15px
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-ee9d6bd2] {
    background-color: #42b983;
    color: #fff;
    border-color: #42b983
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-ee9d6bd2]:before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    margin-right: 2px
}
.tags-view-container .contextmenu[data-v-ee9d6bd2] {
    margin: 0;
    background: #fff;
    z-index: 3000;
    position: absolute;
    list-style-type: none;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
}
.tags-view-container .contextmenu li[data-v-ee9d6bd2] {
    margin: 0;
    padding: 7px 16px;
    cursor: pointer
}
.tags-view-container .contextmenu li[data-v-ee9d6bd2]:hover {
    background: #eee
}
.tags-view-wrapper .tags-view-item .el-icon-close {
    width: 16px;
    height: 16px;
    vertical-align: 2px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.tags-view-wrapper .tags-view-item .el-icon-close:before {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    display: inline-block;
    vertical-align: -3px
}
.tags-view-wrapper .tags-view-item .el-icon-close:hover {
    background-color: #b4bccc;
    color: #fff
}
.app-main[data-v-a347200a] {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto
}
.fixed-header+.app-main[data-v-a347200a] {
    padding-top: 50px
}
.el-popup-parent--hidden .fixed-header {
    padding-right: 15px
}
.headbox[data-v-b416257c] {
    height: 45px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
    box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
    background-image: url(../../static/img/headBox-bg.bcdd0d65.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.left-title[data-v-b416257c] {
    float: left
}
.left-title span[data-v-b416257c] {
    display: inline-block;
    color: #fff;
    line-height: 50px;
    margin-left: 108px
}
.middle[data-v-b416257c] {
    color: #fff;
    line-height: 45px
}
.right-menu[data-v-b416257c] {
    float: right;
    height: 100%;
    line-height: 45px
}
.right-menu[data-v-b416257c]:focus {
    outline: none
}
.right-menu .right-menu-item[data-v-b416257c] {
    display: inline-block;
    padding: 0 8px;
    height: 100%;
    font-size: 18px;
    color: #5a5e66;
    vertical-align: text-bottom
}
.right-menu .right-menu-item.hover-effect[data-v-b416257c] {
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s
}
.right-menu .right-menu-item.hover-effect[data-v-b416257c]:hover {
    background: rgba(0, 0, 0, .025)
}
.right-menu .avatar-wrapper[data-v-b416257c] {
    color: #fff;
    padding-right: 10px
}
.right-menu .avatar-container[data-v-b416257c] {
    margin-right: 30px
}
.right-menu .avatar-container .avatar-wrapper[data-v-b416257c] {
    position: relative;
    color: #fff;
    cursor: pointer
}
.right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-b416257c] {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 10px
}
.right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-b416257c] {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 17px;
    font-size: 12px
}
[data-v-12200c72]:export {
    menuText: #fff;
    menuActiveText: #409eff;
    subMenuActiveText: #f4f4f5;
    menuBg: #2e4696;
    menuHover: linear-gradient(-90deg, #2e4696, #0186b7);
    subMenuBg: transparent;
    subMenuHover: linear-gradient(-90deg, #2e4696, #0186b7);
    sideBarWidth: 210px
}
.app-wrapper[data-v-12200c72] {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 45px
}
.app-wrapper[data-v-12200c72]:after {
    content: "";
    display: table;
    clear: both
}
.app-wrapper.mobile.openSidebar[data-v-12200c72] {
    position: fixed;
    top: 0
}
.app-wrapper .main-container[data-v-12200c72] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.drawer-bg[data-v-12200c72] {
    background: #000;
    opacity: .3;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 999
}
.fixed-header[data-v-12200c72] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: calc(100% - 210px);
    -webkit-transition: width .28s;
    transition: width .28s
}
.hideSidebar .fixed-header[data-v-12200c72] {
    width: calc(100% - 54px)
}
.mobile .fixed-header[data-v-12200c72] {
    width: 100%
}
.sidebar-container[data-v-12200c72] {
    height: calc(100% - 45px) !important
}
.container-ebid {
    height: 100vh;
    overflow: auto
}
.lay-form .el-form-item--mini.el-form-item,
.lay-form .el-form-item--small.el-form-item {
    margin-bottom: 0
}
.lay-table .el-table__body td {
    height: 48px
}
.w120 {
    width: 120px
}
.w140 {
    width: 140px
}
.w150 {
    width: 150px
}
.w200 {
    width: 200px
}
.w250 {
    width: 250px
}
.wp100 {
    width: 100%
}
.container-apps {
    height: 100vh;
    overflow: auto
}
.svg-icon[data-v-f9f7fefc] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}
.svg-external-icon[data-v-f9f7fefc] {
    background-color: currentColor;
    -webkit-mask-size: cover !important;
    mask-size: cover !important;
    display: inline-block
}
