#app .main-container {
    min-height: 100%;
    -webkit-transition: margin-left .28s;
    transition: margin-left .28s;
    margin-left: 210px;
    position: relative;
    min-height: 100vh;
    overflow: visible;
    background: #f1f4f5
}

#app .openSidebar .el-menu-item.is-active {
    border-left: 3px solid #2362fb!important
}

#app .sidebar-container {
    -webkit-transition: width .28s;
    transition: width .28s;
    width: 210px!important;
    background-color: #001529;
    height: 100%;
    position: fixed;
    font-size: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    overflow: hidden
}

#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-menu-item,#app .sidebar-container .el-submenu__title {
    border-left: 3px solid transparent
}

#app .sidebar-container .el-submenu__title:hover,#app .sidebar-container .submenu-title-noDropdown:hover {
    background-color: #001121!important;
    border-left: 3px solid #2362fb
}

#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-color: #001121!important;
    border-left: 3px solid transparent
}

#app .sidebar-container .el-submenu .el-menu-item:hover,#app .sidebar-container .nest-menu .el-submenu>.el-submenu__title:hover {
    background-color: #001528!important;
    border-left: 3px solid #2362fb
}

#app .hideSidebar .sidebar-container {
    width: 54px!important
}

#app .hideSidebar .main-container {
    margin-left: 54px
}

#app .hideSidebar .submenu-title-noDropdown {
    padding: 0!important;
    position: relative;
    border: 0!important
}

#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;
    border: 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: 12px
}

.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-color: #001121!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
}

.blue-btn {
    background: #324157
}

.blue-btn:hover {
    color: #324157
}

.blue-btn:hover:after,.blue-btn:hover:before {
    background: #324157
}

.light-blue-btn {
    background: #3a71a8
}

.light-blue-btn:hover {
    color: #3a71a8
}

.light-blue-btn:hover:after,.light-blue-btn:hover:before {
    background: #3a71a8
}

.red-btn {
    background: #c03639
}

.red-btn:hover {
    color: #c03639
}

.red-btn:hover:after,.red-btn:hover:before {
    background: #c03639
}

.pink-btn {
    background: #e65d6e
}

.pink-btn:hover {
    color: #e65d6e
}

.pink-btn:hover:after,.pink-btn:hover:before {
    background: #e65d6e
}

.green-btn {
    background: #30b08f
}

.green-btn:hover {
    color: #30b08f
}

.green-btn:hover:after,.green-btn:hover:before {
    background: #30b08f
}

.tiffany-btn {
    background: #4ab7bd
}

.tiffany-btn:hover {
    color: #4ab7bd
}

.tiffany-btn:hover:after,.tiffany-btn:hover:before {
    background: #4ab7bd
}

.yellow-btn {
    background: #fec171
}

.yellow-btn:hover {
    color: #fec171
}

.yellow-btn:hover:after,.yellow-btn:hover:before {
    background: #fec171
}

.pan-btn {
    font-size: 14px;
    color: #fff;
    padding: 14px 36px;
    border-radius: 8px;
    border: none;
    outline: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    position: relative;
    display: inline-block
}

.pan-btn:hover {
    background: #fff
}

.pan-btn:hover:after,.pan-btn:hover:before {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.pan-btn:after,.pan-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.pan-btn:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0
}

.custom-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px
}

body {
    cursor: default;
    color: #333;
    font: 14px/21px Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,Verdana,sans-serif
}

body,html {
    background: none repeat scroll 0 0 #fff
}

::-webkit-scrollbar-track-piece {
    background: #efefef
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-thumb {
    background: #c7d1da;
    border-radius: 3.5px
}

label {
    color: #333;
    font-size: 12px
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#app,html {
    height: 100%
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.no-padding {
    padding: 0!important
}

.padding-content {
    padding: 4px 0
}

a:active,a:focus {
    outline: none
}

a,a:focus,a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none
}

div:focus {
    outline: none
}

.fr {
    float: right
}

.fl {
    float: left
}

.pr-5 {
    padding-right: 5px
}

.pl-5 {
    padding-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.block {
    display: block
}

.pointer {
    cursor: pointer
}

.inlineBlock {
    display: block
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fz12 {
    font-size: 12px
}

.fz13 {
    font-size: 13px
}

.fz14 {
    font-size: 14px
}

.fz16 {
    font-size: 16px
}

.fz18 {
    font-size: 18px
}

.bold {
    font-weight: 700
}

.red {
    color: red
}

.blue {
    color: #8a2be2
}

.plr {
    padding-left: 0!important;
    padding-right: 15px!important
}

.prl {
    padding-left: 15px!important;
    padding-right: 0!important
}

.vux-flex-col,.vux-flex-row {
    -webkit-box-direction: normal
}

aside {
    background: #fff;
    padding: 8px 24px;
    margin: 20px 0;
    border-radius: 2px;
    display: block;
    line-height: 32px;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    color: #2c3e50;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

aside a {
    color: #337ab7;
    cursor: pointer
}

aside a:hover {
    color: #20a0ff
}

.app-container {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.components-container {
    margin: 30px 50px;
    position: relative
}

.pagination-container {
    margin-top: 30px
}

.text-center {
    text-align: center
}

.sub-navbar {
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    -webkit-transition: position .6s ease;
    transition: position .6s ease;
    background: -webkit-gradient(linear,left top,right top,from(#20b6f9),color-stop(0,#20b6f9),color-stop(100%,#2178f1),to(#2178f1));
    background: linear-gradient(90deg,#20b6f9,#20b6f9 0,#2178f1 100%,#2178f1 0)
}

.sub-navbar .subtitle {
    font-size: 20px;
    color: #fff
}

.sub-navbar.deleted,.sub-navbar.draft {
    background: #d0d0d0
}

.link-type,.link-type:focus {
    color: #337ab7;
    cursor: pointer
}

.link-type:focus:hover,.link-type:hover {
    color: #20a0ff
}

.filter-container {
    padding-bottom: 10px
}

.filter-container .filter-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

.multiselect {
    line-height: 16px
}

.multiselect--active {
    z-index: 1000!important
}

.xr-header {
    -webkit-box-direction: normal;
    padding: 12px 20px 12px 15px;
    position: relative;
    border-bottom: 1px solid #eef1f5;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px
}

.xr-header__title {
    position: relative;
    font-size: 16px;
    font-weight: 700
}

.xr-header__icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 10px
}

.xr-header__icon i,.xr-header__icon svg {
    color: #fff;
    font-size: 16px
}

.xr-header__label {
    font-size: 16px;
    color: #333;
    font-weight: 600
}

.xr-header__refresh {
    position: absolute;
    right: 20px;
    font-size: 16px
}

.el-checkbox__label,.el-form-item__label,.el-input__inner,.el-select-dropdown__item {
    font-size: 12px
}

.el-tree {
    position: relative;
    cursor: default;
    background: #fff;
    color: #666
}

.depttree .el-tree-node__expand-icon {
    display: none
}

.depttree .el-tree-node__content {
    height: 36px
}

.depttree .el-tree-node__content .node-data {
    height: 36px;
    padding: 0 15px;
    position: relative;
    border-radius: 4px
}

.depttree .el-tree-node__content .node-data .node-label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    font-size: 14px;
    margin-right: 8px
}

.depttree .el-tree-node__content .node-data .node-label-set {
    display: none
}

.depttree .el-tree-node__content .node-data .node-label-set .el-button {
    border: none;
    padding: 5px;
    margin: 0;
    background-color: transparent;
    color: #1890ff
}

.depttree .el-tree-node__content .node-data .node-label-set .el-button--text:hover {
    color: #2058e2
}

.depttree .el-tree-node__content .node-data .node-img {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 8px
}

.depttree .el-tree-node__content .node-data:hover .node-label-set {
    display: block
}

.depttree .el-tree .el-tree-node.is-current>.el-tree-node__content {
    background-color: #ebf3ff;
    border-right: 2px solid #46cdcf
}

.depttree .el-tree .el-tree-node.is-current>.el-tree-node__content .node-label-set {
    display: block
}

.flex-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff
}

table {
    width: 100%!important
}

.el-table thead th {
    background-color: #f2f2f2;
    font-weight: 400;
    font-size: 13px
}

.el-table tbody tr td {
    font-size: 13px
}

.el-table thead {
    color: #999;
    font-weight: 500
}

.el-table th.is-leaf {
    padding: 8px 0;
    background-color: #f6f8fa
}

.el-table th>.cell {
    position: relative;
    word-wrap: normal;
    vertical-align: middle;
    width: 100%;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.el-table tr {
    background-color: #fff
}

.el-table td,.el-table th {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left
}

.el-checkbox {
    color: #666;
    font-weight: 500;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px
}

.el-checkbox,.el-checkbox__input {
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap
}

.el-checkbox__input {
    outline: none;
    line-height: 1;
    vertical-align: middle
}

.el-table .el-table-column--selection .cell {
    padding-left: 14px
}

.el-table__body td {
    padding: 0;
    height: 50px;
    border-color: transparent transparent #e6e6e6;
    font-size: 13px;
    color: #333
}

.el-table__body tr.current-row>td {
    background-color: #e9efff
}

.el-table .el-table__row.current-row td:first-child:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #5383ed
}

.el-table .content-table-span {
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block
}

.btn-primary {
    color: #fff;
    background-color: #2362fb;
    border-color: #18bc9c
}

.btn-primary:hover {
    color: #fff;
    background-color: #66b1ff;
    border-color: #11866f
}

.btn-success {
    color: #fff;
    background-color: #18bc9c;
    border-color: #18bc9c
}

.btn-success:hover {
    color: #fff;
    background-color: #128f76;
    border-color: #11866f
}

.btn-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c
}

.btn-danger:hover {
    color: #fff;
    background-color: #d62c1a;
    border-color: #cd2a19
}

.btn-info {
    color: #fff;
    background-color: #ac5fff;
    border-color: #3498db
}

.btn-info:hover {
    color: #fff;
    background-color: #b766ff;
    border-color: #2077b2
}

.btn-warning {
    color: #fff;
    background-color: #f39c12;
    border-color: #f39c12
}

.btn-warning:hover {
    color: #fff;
    background-color: #c87f0a;
    border-color: #be780a
}

.status-des .status-des-item div {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-right: 5px
}

.new-dialog-form {
    overflow-y: auto;
    padding: 0 10px
}

.new-dialog-form .el-form-item:nth-child(odd) {
    padding-right: 15px
}

.new-dialog-form .el-form-item:nth-child(2n) {
    padding-left: 15px
}

.new-dialog-form .el-form-item {
    width: 49%;
    margin: 0;
    padding-bottom: 20px;
    vertical-align: middle
}

.new-dialog-form .el-form-item .el-form-item__label {
    padding: 0 10px 0 0;
    text-align: right
}

.new-dialog-form .el-form-item .el-textarea__inner {
    height: 100%
}

.new-dialog-form .el-select {
    display: block
}

.new-dialog-form textarea {
    min-height: 80px
}

.new-dialog-form .el-form-item .el-form-item__content {
    width: 263px
}

.new-dialog-form .el-form-dw {
    width: 100%
}

.new-dialog-form .el-form-dw .el-form-item__content {
    width: 643px
}

.el-form-item__content {
    z-index: 1;
    line-height: 36px
}

.new-dialog-form .el-form-item .el-form-item__content .el-select-group__wrap:not(:last-of-type):after {
    display: none
}

.new-dialog-form .el-form-item .el-form-item__content .el-select-group {
    padding-left: 10px
}

.new-dialog-form .el-form-item .el-form-item__content .el-select-group__title {
    border-bottom: 1px solid #e4e7ed;
    padding: 0 0 7px;
    margin: 0 20px 5px
}

.min-form .el-form-item {
    width: 100%;
    padding-left: 0!important;
    padding-right: 15px!important
}

.el-button [class*=el-icon-]+span {
    margin-left: 5px
}

.el-button--primary {
    color: #fff;
    background-color: #2362fb;
    border-color: #2362fb
}

.el-button--medium {
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 4px
}

.el-button--primary:focus,.el-button--primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff
}

.el-button--text {
    border-color: transparent;
    color: #2362fb;
    background: transparent;
    padding-left: 0;
    padding-right: 0
}

.el-button--text:focus,.el-button--text:hover {
    color: #66b1ff;
    border-color: transparent;
    background-color: transparent
}

.el-form-item .el-form-item__label {
    line-height: 36px;
    color: #333;
    position: relative;
    padding-left: 8px;
    padding-bottom: 0;
    z-index: 2
}

.el-input__icon {
    line-height: 36px
}

.el-dialog__header {
    padding: 15px 20px;
    border-bottom: 1px solid #e6e6e6
}

.el-dialog__footer {
    padding: 15px 20px;
    border-top: 1px solid #e6e6e6
}

.el-dialog__close,.el-dialog__title,.el-message-box__close,.el-message-box__title {
    font-weight: 600!important
}

.selection-items-box .selection-item {
    width: auto;
    padding: 0 5px
}

.p-contianer {
    position: relative;
    background-color: #fff;
    height: 44px
}

.p-contianer .p-bar {
    float: right;
    margin: 6px 5px;
    font-size: 14px!important
}

.p-contianer .status-des {
    font-size: 12px;
    color: #777;
    margin: 1px 5px;
    position: absolute;
    left: 0;
    top: 7px
}

.p-contianer .status-des .status-des-item {
    margin: 8px;
    display: inline-block
}

.p-contianer .status-des .status-des-itemdiv {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-right: 5px
}

.system-content {
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.system-content .leftnav {
    width: 280px;
    height: 100%;
    overflow: auto;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px
}

.system-content .leftnav_title {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    position: relative
}

.system-content .leftnav_title .add-btn {
    position: absolute;
    right: 15px;
    padding: 2px;
    color: #2362fb;
    border: none
}

.system-content .leftnav_content {
    overflow: auto;
    height: calc(100% - 50px);
    overflow-y: overlay;
    overflow-x: overlay
}

.system-content .section {
    position: relative
}

.table-head-container {
    background: #fff;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 295px;
    bottom: 0;
    right: 0
}

.table-head-container .th-container {
    font-size: 13px;
    height: 50px;
    padding: 0 20px
}

.table-head-container .th-container .el-select {
    padding-right: 10px
}

.table-head-container .th-container .el-button {
    font-size: 12px;
    margin-left: 20px
}

.table-head-container .selection-bar {
    font-size: 12px;
    height: 50px;
    min-height: 50px;
    padding: 0 20px
}

.table-head-container .selection-bar .selected—title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6
}

.table-head-container .selection-bar .selected—title .selected—count {
    color: #3e84e9
}

.el-select>.el-input {
    width: 100%
}

.el-date-editor .el-range-input {
    font-size: 12px
}

.main-table-header {
    height: 50px;
    background-color: #fff;
    position: relative;
    padding: 10px 0
}

.main-table-header .el-date-editor--daterange {
    width: 300px;
    margin: 0 20px
}

.main-table-header .main-table-header-button {
    margin-right: 20px;
    position: absolute;
    right: 20px
}

.el-date-editor .el-range-separator,.el-date-editor .el-range__close-icon,.el-date-editor .el-range__icon {
    line-height: 38px;
    height: 38px
}

.el-tree-node__content {
    height: 32px;
    line-height: 32px
}

.upload .el-upload-dragger,.uploader-icon {
    width: 120px;
    height: 120px
}

.uploader-icon {
    font-size: 28px;
    color: #8c939d;
    line-height: 120px;
    text-align: center
}

.upload-show {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    border: 1px solid #e6e6e6
}

.upload-show img {
    width: 100%;
    height: 100%;
    padding: 5px
}

.upload-show .icon-delete {
    position: absolute;
    top: -10px;
    right: -8px;
    color: red;
    font-size: 20px;
    display: none
}

.upload-show:hover .icon-delete {
    display: block
}

.preview .preview-img {
    border: 1px solid #ccc
}

.el-dialog {
    max-width: 1200px
}

.el-dialog__body {
    padding: 15px 20px
}

.el-form-item {
    margin-bottom: 10px
}

#nprogress .spinner {
    right: 7px!important
}

.el-table--border {
    border-left: none
}

.d-view {
    position: fixed;
    width: 926px;
    top: 50px;
    bottom: 0;
    right: 0
}

.d-container {
    position: relative;
    height: 100%
}

.condition_rem {
    line-height: 36px;
    margin: 0 10px;
    float: left
}

.condition_rem label {
    color: red;
    font-size: 20px;
    font-weight: 700
}

.extend {
    padding: 15px 10px
}

.extend .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 36px;
    line-height: 36px
}

.extend .row .label {
    padding-left: 10px;
    width: 80px;
    color: #777
}

.extend .row .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6px
}

.extend .row .item {
    margin-right: 15px;
    cursor: pointer;
    float: left
}

.extend .row .item.active,.extend .row .item:hover {
    color: #409eff
}

.mt10 {
    margin-top: 10px
}

.align-center {
    text-align: center
}

div[lazy=loading],img[lazy=loading] {
    display: inline-block;
    padding: 8px;
    margin: 0 auto
}

.div-photo {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block
}

.dv-gzi {
    padding: 15px 0;
    border: 1px solid #dfe6ec;
    clear: both
}

.dv-gzi table tr.dv-tr td {
    padding-right: 10px
}

.dv-gzi table tr {
    font-size: 12px;
    text-align: center
}

.dv-gzi table tr td {
    border: none!important;
    padding: 3px 0
}

.dv-gzi table tr td .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.dv-gzi table tr td .input-group .el-input {
    float: left;
    width: 82px;
    line-height: 36px
}

.dv-gzi table tr td .input-group .span-b {
    border-radius: 0;
    font-size: 18px;
    float: left;
    line-height: 36px;
    padding-left: 4px
}

.dv-gzi-t {
    padding: 15px 0;
    border: 1px solid #dfe6ec;
    clear: both;
    margin-bottom: 20px
}

.dv-gzi-t table tr.dv-tr td {
    padding-right: 10px
}

.dv-gzi-t table tr {
    font-size: 12px;
    text-align: center
}

.dv-gzi-t table tr td {
    border: none!important;
    padding: 3px 0
}

.dv-gzi-t table tr td .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.dv-gzi-t table tr td .input-group .el-input {
    float: left;
    width: 95px;
    line-height: 36px
}

.dv-gzi-t table tr td .input-group .span-b {
    border-radius: 0;
    font-size: 18px;
    float: left;
    line-height: 36px;
    padding-left: 4px
}

.el-radio {
    margin-right: 10px
}

.el-radio__label {
    padding-left: 4px
}

.c-container {
    height: 60px;
    position: relative;
    z-index: 8
}

.c-container .title {
    float: left;
    width: auto;
    padding-left: 20px;
    font-size: 16px;
    margin-top: 15px
}

.c-container .sc-container {
    width: 300px;
    margin: -16px 0 0 -150px;
    position: absolute;
    left: 45%;
    top: 50%
}

.c-container .sc-container .el-input-group__append {
    background-color: #2362fb!important;
    border: 1px solid #2362fb!important;
    color: #fff!important
}

.c-container .right-container {
    float: right;
    margin: 15px 20px 0 0;
    position: relative
}

.el-breadcrumb__separator[class*=icon] {
    margin: 0
}

.reminder-wrapper .reminder-body {
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #fff4e7
}

.reminder-wrapper .reminder-body .reminder-icon {
    color: #f9a74e;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.reminder-wrapper .reminder-body .reminder-content {
    font-size: 13px;
    color: #9c9c9b;
    line-height: 17px
}

.ques-list-name-icon {
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    right: 38px;
    margin-top: -13px;
    text-align: center;
    color: #fff;
    background-position: 0 -60px;
    width: 25px;
    height: 25px;
    background-image: url(../../static/img/icon-body.0b297bae.png)
}

.item-icon1 {
    background-position: -62px -27px;
    width: 25px;
    height: 25px;
    display: block
}

.item-icon2 {
    background-position: -62px 0;
    width: 25px;
    height: 25px
}

.item-icon3 {
    background-position: -28px -32px;
    width: 25px;
    height: 25px
}

.item-icon {
    background-position: 0 -60px;
    width: 25px;
    height: 25px
}

.jifenright .el-input__inner {
    padding: 0 5px;
    border-color: #555!important
}

.el-message-box {
    width: auto
}

.el-button {
    margin: 5px 0
}

.el-button--mini {
    padding: 7px
}

.perview-header[data-v-2c7a8bd0] {
    width: 100%;
    color: hsla(0,0%,100%,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    padding: 0 20px
}

.icon-btn[data-v-2c7a8bd0],.perview-header[data-v-2c7a8bd0] {
    height: 40px;
    background: rgba(0,0,0,.6);
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

.icon-btn[data-v-2c7a8bd0] {
    color: #fff;
    width: 40px;
    font-size: 20px;
    border-radius: 20px
}

.icon-btn i[data-v-2c7a8bd0] {
    font-weight: 600
}

.leftArrowCon[data-v-2c7a8bd0],.rightArrowCon[data-v-2c7a8bd0] {
    width: 30%;
    height: calc(100% - 40px);
    background: transparent;
    position: absolute;
    top: 40px;
    cursor: pointer
}

.leftArrow[data-v-2c7a8bd0],.rightArrow[data-v-2c7a8bd0] {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    -webkit-transition: all .5s;
    transition: all .5s;
    pointer-events: none
}

.leftArrowCon[data-v-2c7a8bd0] {
    left: 0;
    z-index: 98
}

.leftArrow[data-v-2c7a8bd0] {
    left: 50%
}

.rightArrowCon[data-v-2c7a8bd0] {
    right: 0;
    z-index: 99
}

.rightArrow[data-v-2c7a8bd0] {
    right: 50%
}

.imgContainer .tips[data-v-2c7a8bd0] {
    background: rgba(0,0,0,.7);
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 150px;
    margin-left: -60px;
    margin-top: -20px;
    border-radius: 6px;
    padding: 4px 4px;
    font-size: 14px
}

.fixedHandle[data-v-2c7a8bd0] {
    width: 800px;
    height: 140px;
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: -400px;
    overflow: hidden;
    z-index: 100
}

.handleContainer[data-v-2c7a8bd0] {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 100px;
    margin-left: -150px
}

.handleContainer .handle-box[data-v-2c7a8bd0] {
    background: rgba(0,0,0,.6);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    margin-right: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.handleContainer .handle-box i[data-v-2c7a8bd0] {
    font-size: 20px;
    color: #fff;
    cursor: pointer
}

.handleContainer .handle-box i+i[data-v-2c7a8bd0] {
    margin-left: 15px
}

.handleItem[data-v-2c7a8bd0] {
    width: 28px;
    height: 28px;
    color: #fff
}

ul[data-v-2c7a8bd0] {
    padding: 0;
    margin: 0
}

ul li[data-v-2c7a8bd0] {
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    cursor: pointer
}

.thumbnailContainer[data-v-2c7a8bd0] {
    max-width: 800px;
    background: hsla(0,0%,100%,.7);
    position: absolute;
    left: 50%;
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    overflow-x: auto;
    overflow-y: hidden
}

.thumbnailContainer ul[data-v-2c7a8bd0] {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    white-space: nowrap
}

.thumbnailContainer ul li[data-v-2c7a8bd0] {
    display: inline-block;
    width: 38px;
    height: 38px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.thumbnailContainer ul li[data-v-2c7a8bd0]:last-child {
    margin-right: 10px
}

.thumbnailContainer ul li img[data-v-2c7a8bd0] {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fade-enter-active[data-v-2c7a8bd0],.fade-leave-active[data-v-2c7a8bd0] {
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.fade-enter[data-v-2c7a8bd0],.fade-leave-to[data-v-2c7a8bd0] {
    opacity: 0
}

.borderActive[data-v-2c7a8bd0] {
    -webkit-box-shadow: 0 4px 7px 0 #f18c70;
    box-shadow: 0 4px 7px 0 #f18c70
}

[data-v-2c7a8bd0]::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

[data-v-2c7a8bd0]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3);
    border-radius: 6px
}

[data-v-2c7a8bd0]::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 6px
}

.file-show[data-v-2c7a8bd0] {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 450px;
    height: 260px;
    margin-top: -150px;
    margin-left: -225px;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px
}

.file-show .el-icon-close[data-v-2c7a8bd0] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #909399;
    cursor: pointer
}

.file-show .title[data-v-2c7a8bd0] {
    position: relative;
    font-size: 13px;
    color: #666;
    padding-left: 6px;
    line-height: 26px
}

.file-show .title[data-v-2c7a8bd0]:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    color: red
}

.file-show .content[data-v-2c7a8bd0] {
    text-align: center;
    margin-top: 40px
}

.file-show .content .file-icon[data-v-2c7a8bd0] {
    width: 85px;
    vertical-align: middle
}

.file-show .content .file-handle[data-v-2c7a8bd0] {
    width: 100px;
    margin-left: 50px;
    margin-right: 0;
    vertical-align: middle;
    display: inline-block
}

.file-show .content .file-handle .el-button[data-v-2c7a8bd0] {
    height: 34px;
    margin-left: 0
}

.file-show .content .file-handle .el-button+.el-button[data-v-2c7a8bd0] {
    margin-top: 8px
}

.divMaska[data-v-203eddbb] {
    display: block;
    width: 100%;
    margin: 2px auto;
    position: relative;
    background-color: red;
    color: #fff;
    z-index: 999;
    font: 12px/21px Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,Verdana,sans-serif
}

.wrap[data-v-203eddbb] {
    width: 900px;
    margin: 0 auto
}

.svg-icon[data-v-68ef0854] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.svg-external-icon[data-v-68ef0854] {
    background-color: currentColor;
    -webkit-mask-size: cover!important;
    mask-size: cover!important;
    display: inline-block
}

.vux-flexbox {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vux-flexbox .vux-flexbox-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    min-width: 20px;
    width: 0
}

.vux-flexbox .vux-flexbox-item:first-child {
    margin-left: 0!important;
    margin-top: 0!important
}

.vux-flex-row {
    box-direction: row;
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.vux-flex-col,.vux-flex-row {
    -webkit-box-direction: normal
}

.vux-flex-col {
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.vux-flex-col>.vux-flexbox-item {
    width: 100%
}

.photo-wrap[data-v-696e5fec] {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.photo-wrap .photo-content[data-v-696e5fec] {
    width: auto;
    height: auto;
    border-radius: 50%;
    background-color: #2486e4;
    color: #fff
}

.photo-wrap .photo-content div[data-v-696e5fec] {
    width: 100%;
    text-align: center;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    max-height: 50px;
    overflow: hidden
}
