.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-breadcrumb__inner, .el-breadcrumb__inner a {
    font-weight: 400 !important
}

.el-breadcrumb__inner a:hover {
    color: #ee710f
}

.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-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ee710f
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #ee710f
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    font-weight: 400;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #000
}

.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
    color: #fff
}

.search-form .el-input__inner {
    height: 32px;
    line-height: 32px
}

.search-form .el-button {
    padding: 8px 12px
}

.search-form .el-form-item__content {
    height: 32px;
    line-height: 32px
}

.search-form .el-form-item__label, .search-form .el-input__icon {
    line-height: 32px
}

.search-form .el-date-editor .el-range-separator, .search-form .el-date-editor .el-range__icon {
    line-height: 27px
}

.btn-null {
    color: #ee710f !important;
    background-color: #fff !important;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-null, .btn-null:hover {
    border: 1px solid #ee710f !important
}

.btn-null:hover {
    background-color: #ee710f !important;
    color: #fff !important
}

.btn-ash {
    border: 1px solid #9d9d9d !important;
    color: #9d9d9d !important;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-ash, .btn-ash:hover {
    background-color: #fff !important
}

.btn-ash:hover {
    color: #ee710f !important;
    border: 1px solid #ee710f !important
}

.btn-solid {
    color: #fff !important
}

.btn-solid, .btn-solid:hover {
    background-color: #ee710f !important;
    border: 1px solid #ee710f !important
}

.btn-solid:hover {
    opacity: .9
}

.user-th th {
    font-size: 14px;
    color: #000;
    background: #f2f2f2
}

.user-th td, .user-th th {
    text-align: center
}

.user-th .cell {
    overflow: inherit
}

.el-dialog__title {
    font-size: 14px;
    color: #333
}

.el-dialog__header {
    border-bottom: 1px solid #ddd
}

.el-dialog__headerbtn {
    font-size: 20px
}

.el-dialog {
    border-radius: 4px
}

.el-input__inner:focus, .el-select .el-input.is-focus .el-input__inner, .el-select .el-input__inner:focus, .el-textarea .el-textarea__inner:focus {
    border-color: #ee710f
}

.el-select-dropdown__item.selected {
    color: #ee710f
}

.el-form-item__label {
    font-weight: 400
}

.el-table th > .cell {
    padding-left: 5px;
    padding-right: 5px
}

.el-table, .el-table__body-wrapper {
    overflow: inherit
}

.el-popover {
    padding: 0
}

.el-button--text, .el-checkbox__input.is-checked + .el-checkbox__label, .el-switch__label.is-active {
    color: #ee710f
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #ee710f;
    border-color: #ee710f
}

.el-upload-list__item.is-uploading.el-list-leave-active {
    display: none !important
}

.el-upload--picture-card {
    line-height: 1;
    padding-top: 20px
}

.el-upload-list--picture-card .el-upload-list__item {
    width: 157px;
    height: 88px
}

.el-upload--picture-card {
    width: 157px;
    height: 88px;
    line-height: 20px;
    padding-top: 18px;
    position: relative
}

#app .main-container {
    min-height: 100%;
    -webkit-transition: margin-left .28s;
    transition: margin-left .28s;
    margin-left: 210px;
    position: relative
}

#app .sidebar-container {
    -webkit-transition: width .28s;
    transition: width .28s;
    width: 210px !important;
    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-submenu__title:hover, #app .sidebar-container .submenu-title-noDropdown:hover {
    background-color: #fff !important;
    color: #ee710f
}

#app .sidebar-container .el-submenu .el-menu-item, #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title {
    min-width: 210px !important
}

#app .sidebar-container .el-submenu .el-menu-item:hover, #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover {
    color: #ee710f;
    background-color: #fff !important
}

#app .hideSidebar .sidebar-container {
    width: 54px !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-color: #263445 !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
}

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
}

li, ol, ul {
    list-style: none
}

body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

em, h1, h2, h3, h4, h5, h6, i {
    font-weight: 400;
    font-style: normal
}

label {
    font-weight: 700
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#app, html {
    height: 100%
}

*, :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-main {
    min-height: calc(100vh - 50px);
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 15px;
    background-color: #f5f5f5
}

.icon-index {
    display: inline-block;
    background-image: url(../img/icon-index.png)
}

.data-dashboard {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 4px;
    margin-bottom: 30px
}

.data-dashboard:last-child {
    margin-bottom: 0
}

.data-dashboard .tab-title {
    height: 64px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 30px
}

.data-dashboard .tab-title .tab-item {
    font-size: 18px;
    font-weight: 700;
    color: #999;
    margin-right: 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 64px
}

.data-dashboard .tab-title .tab-item.active, .data-dashboard .tab-title .tab-item:hover {
    color: #ee710f
}

.data-dashboard .tab-title .tab-item.active:before {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 3px;
    width: 100%;
    background-color: #ee710f;
    content: ""
}

.mari-40 {
    margin-right: 40px !important
}

.mari-28 {
    margin-right: 28px !important
}

.mabo-30 {
    margin-bottom: 30px !important
}

.head-portrait {
    border-radius: 50%
}

.clo-start {
    color: #10c14b
}

.clo-under {
    color: #ee710f !important
}

.clo-end {
    color: #ddd
}

.clo-red {
    color: #c11010
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.input-content .el-radio__inner:after {
    width: 0;
    height: 0
}

.input-content .el-checkbox__label, .input-content .el-radio__label {
    font-size: 16px
}

.input-content .el-checkbox__input.is-checked + .el-checkbox__label, .input-content .el-radio__input.is-checked + .el-radio__label {
    color: #333
}

.input-content .el-checkbox__input.is-checked .el-checkbox__inner, .input-content .el-checkbox__input.is-indeterminate .el-checkbox__inner, .input-content .el-radio__input.is-checked .el-radio__inner {
    border-color: #ee710f;
    background: #ee710f
}

.input-content .el-radio__inner {
    width: 20px;
    height: 20px
}

.input-content .el-radio__inner:hover {
    border-color: #ee710f
}

.input-content .el-checkbox__inner {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.input-content .el-checkbox__inner:hover {
    border-color: #ee710f
}

.input-content .el-checkbox__inner:after {
    border: 0 solid
}

.history-tilte {
    padding: 17px 30px 22px 30px;
    border-bottom: 1px solid #e8e8e8
}

.history-tilte .el-breadcrumb {
    font-size: 18px
}

.history-tilte .el-breadcrumb .el-breadcrumb__inner, .history-tilte .el-breadcrumb .el-breadcrumb__inner:hover {
    color: #ee710f
}

.history-tilte .el-breadcrumb .is-link {
    color: #999
}

.history-tilte .el-breadcrumb .is-link:hover {
    color: #ee710f
}

.head-content {
    padding: 5px 0
}

.head-content span {
    display: block;
    text-align: center;
    line-height: 22px;
    color: #000;
    font-size: 12px;
    cursor: pointer
}

.head-content span:hover {
    color: #fff;
    background: #ee710f
}

.write-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-top: 44px
}

.open-content .clo-bo {
    padding-left: 80px;
    margin-bottom: 20px
}

.open-content .clo-bo .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    margin-left: -30px
}

.open-content .clo-bo .title > span {
    color: #ee710f
}

.upload-msg {
    position: absolute;
    bottom: -24px;
    width: 176px;
    left: -9px
}

.upload-info, .upload-msg {
    font-size: 12px;
    color: #999
}

.imgVideoList {
    float: left;
    display: inline-block
}

.imgVideoList .item {
    float: left;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 158px;
    height: 87px
}

.imgVideoList .item:nth-of-type(2n) {
    margin-right: 0
}

.imgVideoList .item .listMask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: 1;
    text-align: center;
    padding-top: 17px
}

.imgVideoList .item .listMask:hover .el-icon-video-play {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.imgVideoList .item .listMask .el-upload-list__item-status-label {
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2)
}

.imgVideoList .item .listMask .el-upload-list__item-status-label i {
    font-size: 12px;
    vertical-align: text-top;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.imgVideoList .item .listMask .el-icon-video-play {
    font-size: 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.imgVideoList .item .listMask p {
    font-size: 16px;
    line-height: 1
}

.activiCover {
    display: inline-block;
    float: left
}

.activiCover .el-upload {
    width: 157px;
    height: 88px;
    line-height: 20px;
    padding-top: 18px;
    position: relative;
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px
}

.activiCover .el-upload:hover {
    border-color: #ee710f
}

.activiCover .el-upload .el-icon-video-camera-solid {
    font-size: 28px;
    color: #8c939d
}

.el-upload--picture-card:hover {
    border-color: #ee710f
}

.app-breadcrumb.el-breadcrumb[data-v-73f47796] {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    margin-left: 8px
}

.app-breadcrumb.el-breadcrumb .no-redirect[data-v-73f47796] {
    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)
}

.icon-fll[data-v-28533f4b] {
    width: 20px;
    height: 20px;
    background-position: -780px -31px;
    vertical-align: inherit
}

.hover-effect[data-v-1cedc00e] {
    margin-right: 20px
}

.navbar[data-v-1cedc00e] {
    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-1cedc00e] {
    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-1cedc00e]:hover {
    background: rgba(0, 0, 0, .025)
}

.navbar .breadcrumb-container[data-v-1cedc00e] {
    float: left
}

.navbar .right-menu[data-v-1cedc00e] {
    float: right;
    height: 100%;
    line-height: 50px
}

.navbar .right-menu[data-v-1cedc00e]:focus {
    outline: none
}

.navbar .right-menu .right-menu-item[data-v-1cedc00e] {
    display: inline-block;
    padding: 0 8px;
    height: 100%;
    font-size: 18px;
    color: #5a5e66;
    vertical-align: text-bottom
}

.navbar .right-menu .right-menu-item.hover-effect[data-v-1cedc00e] {
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s
}

.navbar .right-menu .right-menu-item.hover-effect[data-v-1cedc00e]:hover {
    background: rgba(0, 0, 0, .025)
}

.navbar .right-menu .avatar-container[data-v-1cedc00e] {
    margin-right: 30px
}

.navbar .right-menu .avatar-container .avatar-wrapper[data-v-1cedc00e] {
    margin-top: 5px;
    position: relative
}

.navbar .right-menu .avatar-container .avatar-wrapper .user-info[data-v-1cedc00e] {
    display: inline-block;
    float: left;
    margin-right: 15px
}

.navbar .right-menu .avatar-container .avatar-wrapper .user-info p[data-v-1cedc00e] {
    line-height: 1;
    margin: 0;
    font-size: 14px
}

.navbar .right-menu .avatar-container .avatar-wrapper .user-info p[data-v-1cedc00e]:first-child {
    margin-bottom: 10px
}

.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-1cedc00e] {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: left;
    margin-right: 10px
}

.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-1cedc00e] {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 15px;
    font-size: 12px
}

.sidebarLogoFade-enter-active[data-v-097d471e] {
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}

.sidebarLogoFade-enter[data-v-097d471e], .sidebarLogoFade-leave-to[data-v-097d471e] {
    opacity: 0
}

.sidebar-logo-container[data-v-097d471e] {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ee710f;
    text-align: center;
    overflow: hidden
}

.sidebar-logo-container .sidebar-logo-link[data-v-097d471e] {
    height: 100%;
    width: 100%
}

.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-097d471e] {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 12px
}

.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-097d471e] {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    font-size: 23px;
    font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    vertical-align: middle
}

.sidebar-logo-container.collapse .sidebar-logo[data-v-097d471e] {
    margin-right: 0
}

.sub-el-icon[data-v-18eeea00] {
    color: currentColor;
    width: 1em;
    height: 1em
}

.app-main[data-v-217f26a1] {
    min-height: calc(100vh - 50px);
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 15px;
    background-color: #f5f5f5
}

.fixed-header + .app-main[data-v-217f26a1] {
    padding-top: 100px
}

.el-popup-parent--hidden .fixed-header {
    padding-right: 15px
}

.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-11784000] {
    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-11784000] {
    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;
    border-radius: 2px
}

.tags-view-container .tags-view-wrapper .tags-view-item[data-v-11784000]:first-of-type {
    margin-left: 15px
}

.tags-view-container .tags-view-wrapper .tags-view-item[data-v-11784000]:last-of-type {
    margin-right: 15px
}

.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-11784000] {
    background-color: #ee710f;
    color: #fff;
    border-color: #ee710f
}

.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-11784000]: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-11784000] {
    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-11784000] {
    margin: 0;
    padding: 7px 16px;
    cursor: pointer
}

.tags-view-container .contextmenu li[data-v-11784000]: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
}

[data-v-b3fe8d8c]:export {
    menuText: #bfcbd9;
    menuActiveText: #ee710f;
    subMenuActiveText: #f4f4f5;
    menuBg: #304156;
    menuHover: #263445;
    subMenuBg: #1f2d3d;
    subMenuHover: #001528;
    sideBarWidth: 210px
}

.app-wrapper[data-v-b3fe8d8c] {
    position: relative;
    height: 100%;
    width: 100%
}

.app-wrapper[data-v-b3fe8d8c]:after {
    content: "";
    display: table;
    clear: both
}

.app-wrapper.mobile.openSidebar[data-v-b3fe8d8c] {
    position: fixed;
    top: 0
}

.drawer-bg[data-v-b3fe8d8c] {
    background: #000;
    opacity: .3;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 999
}

.fixed-header[data-v-b3fe8d8c] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    width: calc(100% - 210px);
    -webkit-transition: width .28s;
    transition: width .28s
}

.hideSidebar .fixed-header[data-v-b3fe8d8c] {
    width: calc(100% - 54px)
}

.mobile .fixed-header[data-v-b3fe8d8c] {
    width: 100%
}

.s-canvas[data-v-3d92a9b5] {
    border: 1px solid #c4c4c4;
    display: inline-block;
    border-radius: 3px;
    width: 140px;
    height: 45px
}

.s-canvas img[data-v-3d92a9b5] {
    width: 100%;
    height: 100%
}

.el-checkbox__inner[data-v-129b5f5f]:hover, .is-focus[data-v-129b5f5f] {
    border-color: #dd680d !important
}

.el-checkbox__input.is-checked + .el-checkbox__label[data-v-129b5f5f] {
    color: #dd680d
}

.el-checkbox__input.is-checked .el-checkbox__inner[data-v-129b5f5f], .el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-129b5f5f] {
    background-color: #dd680d;
    border-color: #dd680d
}

.login-container .el-input[data-v-129b5f5f] {
    display: inline-block;
    height: 47px;
    width: 85%
}

.login-container .el-input input[data-v-129b5f5f] {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 12px 5px 12px 15px;
    color: #fff;
    height: 47px;
    color: #333
}

.login-container .el-input input[data-v-129b5f5f]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #283443 inset !important;
    box-shadow: inset 0 0 0 1000px #283443 !important;
    -webkit-text-fill-color: #fff !important
}

.login-container .el-form-item[data-v-129b5f5f] {
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
    color: #454545
}

.login-container[data-v-129b5f5f] {
    min-height: 100%;
    width: 100%;
    background: #f2dac5;
    background-image: url(../../static/img/bg-login.419949df.png);
    overflow: hidden
}

.login-container .w1300[data-v-129b5f5f] {
    width: 1300px;
    margin: auto;
    position: relative;
    padding-top: 6%
}

.login-container .login-form[data-v-129b5f5f] {
    position: absolute;
    right: 0;
    max-width: 100%;
    overflow: hidden;
    width: 545px;
    height: 673px;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
    opacity: 1;
    border-radius: 13px
}

.login-container .login-form .el-button--primary[data-v-129b5f5f] {
    width: 392px;
    height: 55px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee710f), to(#dd680d));
    background: linear-gradient(180deg, #ee710f, #dd680d);
    opacity: 1;
    border-radius: 4px;
    border: 0 solid;
    margin: auto;
    display: block;
    font-size: 24px;
    font-weight: 500
}

.login-container .login-form .el-form-item[data-v-129b5f5f] {
    width: 392px;
    margin: 0 auto 16px auto;
    background: #fff;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0
}

.login-container .login-form .el-form-item .shor-code-img[data-v-129b5f5f] {
    position: absolute;
    right: 0;
    top: 0
}

.login-container .login-form .el-form-item .shor-code-img span[data-v-129b5f5f] {
    display: inline-block;
    float: right;
    margin-left: 15px;
    line-height: 45px;
    cursor: pointer;
    font-size: 12px;
    color: #c4c4c4
}

.login-container .login-form .el-form-item .shor-code-img span[data-v-129b5f5f]:hover {
    color: #dd680d
}

.login-container .login-form .box_psw[data-v-129b5f5f] {
    margin-bottom: 0;
    padding-left: 15px
}

.login-container .tips[data-v-129b5f5f] {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px
}

.login-container .tips span[data-v-129b5f5f]:first-of-type {
    margin-right: 16px
}

.login-container .svg-container[data-v-129b5f5f] {
    padding: 6px 5px 6px 15px;
    color: #889aa4;
    vertical-align: middle;
    display: inline-block
}

.login-container .svg-container .icon-shentai[data-v-129b5f5f] {
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFkAAAAbCAYAAAAXmyPIAAAICUlEQVRoQ82Zf4xUVxXHv9/73v5iZ97sDgsuxlpQmhRtBGIJkEACDVGa0AAGIlJqq6L0x5adkTYLBlI0GKlgZpYWQg0hmFbTSBOINiEGFdQqJKBgiu0qGDCiEJh9s/NmF2eW9+4xb4ZdYZnd+Unk/Tn3/Lqfd+bcc88jxniSGxof1F59BOAiUKZSmBHIBYq8Q6bfaI2jbyz9Wqz1dzZ/ZBAqIlRL/BggdEE5p4C3+5LOG1MOIFMLP7IAZu90a7VhyMsi6pMAmiq3KzcpOONBb2qL9/+aoxmyI9YLQuwk2FhQRtCntLuiZdfAryoPZmzNVGfz512a75AIFJaUC6aWJVZ3+q/VxmBHAx2A2gFhAtTnBZBKbApABTYSnKoF4yh6VUHIdmewC0ptzzkRHNZ0d+ssztXVe43C+jkENgj4KCCu8rzF9wJ0qtOa7Socz79kOanhbTFk4LT2mgIwjDmEsQPEZAguu4PurIl7Bq5WAmVIx45YFwE6itnloVjmIiuEnEO2FSplh2Z6CocJ+eAuyNcizTNMGqcAmhDpCMed3SODP7YA5vSZ1msAnxXIVSXOtFqWjpz9GaFTIGaQ2Hf2T6nnFh6He3sc155HwGywjgKcIyIHxsedr1QFOWplCfw04TprH3oN2Wps5UBH0dSH4G+1YNJdkJPR4EGBWkHR+1rj6a+P5ux2ENB6Y7g7/Wq1gQ1n1frgPBjqd/ksTU2buAf9hWwnOoIPqzq+76+5Wad1NLlS4rKjlijgJ9dd56u1gpwU6w8CuROyD+4zM0JJvwa62cxDE/dkL4wVYKLTWqMU34TIe+G4M7+UzZQiY3eGuqCwnSIHWotkqB0JvQ/iEU+8hRPi/cdLsV9IphBkuwshyQZXAphtkl0Z7dXVk5s01FxSDpkK+wZdrlLEGhB/5+Dgt1p3Z/4xlMkFIScjjZOFDRcBSYRjzoRiAQ/J+yVjfMyZVEy+1PVkxHpFyK0U2doad749lp4dtX4OcInW8lRbt/NWqT5Gyo2EfP5FNEwwrC0a+BIg1+vr9LJBFxOgOV8LryiDL5HyqicwTE87WvFr0LyUctLf8Tsev1wUgYxL4VhqSrGA//dSgHAsNWqnUszOXRv+ZqgLgu2AvBWOOU8VgfwhwIfh6fnhXen3yvU1XKIKlAvZCjNpWytoyDfqTL06sCN/uF7tCE2pN3HAg/cKFP9tiFpByGOeyOvjW9I/41bo+x5y74vWHJo84f+jMgMy7aM/TCcKwfM7EE/xpEAyTtJpraZnHq0m93aGvqiUXudDPtU8kJjuWJ+DxvcJ2d9yI723t2ncpw2lvizCz5I82HLZ2c2DGLzvIftA7ah1wu8cAHk3lXRWjgR47fnmdrPBOOZnMUXirXEnWmkW3/JX8OAbguze9NYoZUwmsQ30ftDq3fglstADJsY7Lpxx44IdAi7qJ1Y9EHPsuyDbnYF1QrUWYDuJj/n9L4SXiwUtgJmXz/XTlwBcUtrdVou+Odc5mMpv4wIC6aFgG5V3jq6YYpjzBNgMsA2QHjfrzKqmsxgLciIS+IIC14py10HqVihgo4BBQDLUsl/Ax0AJaaFHxY5wLHXU77HvgJyMBjcI1M5iQEtfr90FJRm1OgWMj+5bXEN7S0LdA78oPb7CkqOVC/+6nfgEmtr2o/+Dlaj7+IOBlv/cECV1EOdvA31TZ4OZvsb2lJm53r4TA0PW74DcG7WuEGwH9CbKzbcrDdZz6xqNerVBBGv9v3g45jxRqS07Yj0p4Pbhf0kxQ4JzgH42HE//vpjoaOu2fxkRebfFS69m7S4jJ0QYoh0N5e7ofz6Tqht5qyo34OuRwAKDxjEIjofjqYXl6uducXXWQSguzuvKBQgPa+i/gPqy+MOh3M8MKKJdAbOFXJYvGwC03h7uTm8q12++XATPAiqsxHsm9K/+3/AgvErs+Dr/jKKp2QsshVKvkTg2DLkWLVg1kHOA660jIOf5XYUWebktnj5QbKMXn0FjS4vVpYmNuTmHlr3hbue5Ynoj1+2I9TiBNwUIQEGg0VCujWF5wqP/yoU9Cu7T9w1kOxI6BGKZf4BqVz/e9nq6p5xN2v5VXKkj/kEJweZwPPXdcvR92WSkeYYGnybVpyisL1d/uB5Dsgo4LRjc1xrPXCoJcjIaXKqFmwn2K33zpZZdN/5YKIBKM9nvbqCMvQD6spKdOSme8TuVsp9EtHmRgnEkX1JkQTU1umznYygUhZy/1dWfz03lcsHjcjieeqBWkP0yYTRY5/3DV4te3hZPH65mg3Y0+D1Abaz0XKjG92i6RSH3rrcW02A+O249btadVGh+W0km252hdVDYWysoyQhaNK0P/ZfmijtzYnzg7L0AV47NopD9oIWWn8n5ExxyMhxz5tYqk+2odQTg4moHPLfHY0dzs+4OgWwbH3O2lAPkXsgWhew7vRJpnNyAhhf8mkmkdo82oK8ok6OhiwAmlzJaLRVAIhJcpqgO+V91wvHU8lL17pVcSZBLdV4h5Jr16UNxVhJHqXusRO7/DzkSOpP7zCTYB+qKR5VDm9caJshVJBeVMvSvBFq5OsOQ3WwqWO2QJd9CmUfLOcR61zcvpmH4g/d891KzRxJZGZxVaTtYszAA0L6VSf68gYLT1RjXwBKSj5abQfb6wCNQxlJCplbj/9bB7ILouZnVP672C3b1seQtsNaZ5H+KGpTBufdDBtUKUrV2cp+Mcplk8EmKP42r/BElPW5G/+h+yaDKd1Jbzf8C71JqDkgxNl4AAAAASUVORK5CYII=);
    vertical-align: -7px
}

.login-container .svg-container .icon-shentai.icon-user[data-v-129b5f5f] {
    width: 24px;
    height: 25px;
    background-position: -32px 0
}

.login-container .svg-container .icon-shentai.icon-psw[data-v-129b5f5f] {
    width: 22px;
    height: 27px
}

.login-container .svg-container .icon-shentai.icon-code[data-v-129b5f5f] {
    width: 23px;
    height: 16px;
    background-position: -66px 0;
    vertical-align: -2px
}

.login-container[data-v-129b5f5f] .el-input__inner {
    border: 0 solid
}

.login-container .title-container[data-v-129b5f5f] {
    position: relative;
    text-align: center;
    padding-top: 60px
}

.login-container .title-container .title[data-v-129b5f5f] {
    font-size: 40px;
    color: #000;
    margin: 0 auto 14px auto;
    text-align: center;
    font-weight: 700
}

.login-container .title-container p[data-v-129b5f5f] {
    margin-bottom: 85px;
    font-size: 14px;
    color: #000
}

.login-container .show-pwd[data-v-129b5f5f] {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    color: #889aa4;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wscn-http404-container[data-v-c095f994] {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%
}

.wscn-http404[data-v-c095f994] {
    position: relative;
    width: 1200px;
    padding: 0 50px;
    overflow: hidden
}

.wscn-http404 .pic-404[data-v-c095f994] {
    position: relative;
    float: left;
    width: 600px;
    overflow: hidden
}

.wscn-http404 .pic-404__parent[data-v-c095f994] {
    width: 100%
}

.wscn-http404 .pic-404__child[data-v-c095f994] {
    position: absolute
}

.wscn-http404 .pic-404__child.left[data-v-c095f994] {
    width: 80px;
    top: 17px;
    left: 220px;
    opacity: 0;
    -webkit-animation-name: cloudLeft-data-v-c095f994;
    animation-name: cloudLeft-data-v-c095f994;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.wscn-http404 .pic-404__child.mid[data-v-c095f994] {
    width: 46px;
    top: 10px;
    left: 420px;
    opacity: 0;
    -webkit-animation-name: cloudMid-data-v-c095f994;
    animation-name: cloudMid-data-v-c095f994;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.wscn-http404 .pic-404__child.right[data-v-c095f994] {
    width: 62px;
    top: 100px;
    left: 500px;
    opacity: 0;
    -webkit-animation-name: cloudRight-data-v-c095f994;
    animation-name: cloudRight-data-v-c095f994;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes cloudLeft-data-v-c095f994 {
    0% {
        top: 17px;
        left: 220px;
        opacity: 0
    }
    20% {
        top: 33px;
        left: 188px;
        opacity: 1
    }
    80% {
        top: 81px;
        left: 92px;
        opacity: 1
    }
    to {
        top: 97px;
        left: 60px;
        opacity: 0
    }
}

@keyframes cloudLeft-data-v-c095f994 {
    0% {
        top: 17px;
        left: 220px;
        opacity: 0
    }
    20% {
        top: 33px;
        left: 188px;
        opacity: 1
    }
    80% {
        top: 81px;
        left: 92px;
        opacity: 1
    }
    to {
        top: 97px;
        left: 60px;
        opacity: 0
    }
}

@-webkit-keyframes cloudMid-data-v-c095f994 {
    0% {
        top: 10px;
        left: 420px;
        opacity: 0
    }
    20% {
        top: 40px;
        left: 360px;
        opacity: 1
    }
    70% {
        top: 130px;
        left: 180px;
        opacity: 1
    }
    to {
        top: 160px;
        left: 120px;
        opacity: 0
    }
}

@keyframes cloudMid-data-v-c095f994 {
    0% {
        top: 10px;
        left: 420px;
        opacity: 0
    }
    20% {
        top: 40px;
        left: 360px;
        opacity: 1
    }
    70% {
        top: 130px;
        left: 180px;
        opacity: 1
    }
    to {
        top: 160px;
        left: 120px;
        opacity: 0
    }
}

@-webkit-keyframes cloudRight-data-v-c095f994 {
    0% {
        top: 100px;
        left: 500px;
        opacity: 0
    }
    20% {
        top: 120px;
        left: 460px;
        opacity: 1
    }
    80% {
        top: 180px;
        left: 340px;
        opacity: 1
    }
    to {
        top: 200px;
        left: 300px;
        opacity: 0
    }
}

@keyframes cloudRight-data-v-c095f994 {
    0% {
        top: 100px;
        left: 500px;
        opacity: 0
    }
    20% {
        top: 120px;
        left: 460px;
        opacity: 1
    }
    80% {
        top: 180px;
        left: 340px;
        opacity: 1
    }
    to {
        top: 200px;
        left: 300px;
        opacity: 0
    }
}

.wscn-http404 .bullshit[data-v-c095f994] {
    position: relative;
    float: left;
    width: 300px;
    padding: 30px 0;
    overflow: hidden
}

.wscn-http404 .bullshit__oops[data-v-c095f994] {
    font-size: 32px;
    line-height: 40px;
    color: #1482f0;
    margin-bottom: 20px;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.wscn-http404 .bullshit__headline[data-v-c095f994], .wscn-http404 .bullshit__oops[data-v-c095f994] {
    font-weight: 700;
    opacity: 0;
    -webkit-animation-name: slideUp-data-v-c095f994;
    animation-name: slideUp-data-v-c095f994;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.wscn-http404 .bullshit__headline[data-v-c095f994] {
    font-size: 20px;
    line-height: 24px;
    color: #222;
    margin-bottom: 10px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.wscn-http404 .bullshit__info[data-v-c095f994] {
    font-size: 13px;
    line-height: 21px;
    color: grey;
    margin-bottom: 30px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.wscn-http404 .bullshit__info[data-v-c095f994], .wscn-http404 .bullshit__return-home[data-v-c095f994] {
    opacity: 0;
    -webkit-animation-name: slideUp-data-v-c095f994;
    animation-name: slideUp-data-v-c095f994;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.wscn-http404 .bullshit__return-home[data-v-c095f994] {
    display: block;
    float: left;
    width: 110px;
    height: 36px;
    background: #1482f0;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes slideUp-data-v-c095f994 {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideUp-data-v-c095f994 {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.el-col-lg-4-8[data-v-61f237d4] {
    width: 20%
}

@media only screen and (max-width: 1300px) {
    .el-col-sm-6[data-v-61f237d4] {
        width: 25%
    }
}

@media only screen and (max-width: 1010px) {
    .el-col-sm-6[data-v-61f237d4] {
        width: 33.3333%
    }
}

@media only screen and (max-width: 767px) {
    .el-col-xs-12[data-v-61f237d4] {
        width: 50%
    }
}

.dashboard-container .data-dashboard .tab-content[data-v-61f237d4] {
    padding: 34px 30px 1px 30px
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing[data-v-61f237d4] {
    margin-bottom: 20px
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing[data-v-61f237d4]:last-child {
    margin-bottom: 0
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .title[data-v-61f237d4] {
    font-size: 24px;
    color: #121212;
    font-weight: 500;
    margin: auto;
    margin-bottom: 24px
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data[data-v-61f237d4] {
    width: 288px;
    height: 150px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .11);
    box-shadow: 0 0 12px rgba(0, 0, 0, .11);
    border-radius: 4px;
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
    padding: 15px 20px
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data[data-v-61f237d4]:last-child {
    margin-right: 0
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_1[data-v-61f237d4] {
    background: #f5ae52
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_1 .list-info[data-v-61f237d4], .dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_1 .list-sum[data-v-61f237d4], .dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_1 .list-title[data-v-61f237d4] {
    color: #fff
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_1 .list-info[data-v-61f237d4] {
    border-color: #fff
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_2[data-v-61f237d4] {
    background: #64cc60
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_2 .list-info[data-v-61f237d4], .dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_2 .list-sum[data-v-61f237d4], .dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_2 .list-title[data-v-61f237d4] {
    color: #fff
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_2 .list-info[data-v-61f237d4] {
    border-color: #fff
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_3[data-v-61f237d4] {
    background: #599aff
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_3 .list-info[data-v-61f237d4], .dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_3 .list-sum[data-v-61f237d4], .dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_3 .list-title[data-v-61f237d4] {
    color: #fff
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_3 .list-info[data-v-61f237d4] {
    border-color: #fff
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_4[data-v-61f237d4] {
    background: #986deb
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_4 .list-info[data-v-61f237d4], .dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_4 .list-sum[data-v-61f237d4], .dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_4 .list-title[data-v-61f237d4] {
    color: #fff
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data.bg_4 .list-info[data-v-61f237d4] {
    border-color: #fff
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data .list-title[data-v-61f237d4] {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    margin-bottom: 10px;
    line-height: 24px
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data .list-sum[data-v-61f237d4] {
    font-size: 31px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 39px
}

.dashboard-container .data-dashboard .tab-content .sum-content .data-marketing .list-data .list-info[data-v-61f237d4] {
    padding-top: 12px;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #e8e8e8;
    line-height: 24px
}

.dashboard-container .data-dashboard .icon-index[data-v-61f237d4] {
    width: 68px;
    height: 68px
}

.dashboard-container .data-dashboard .common-content[data-v-61f237d4] {
    padding: 0 58px 22px 58px
}

.dashboard-container .data-dashboard .common-fun .common-list[data-v-61f237d4] {
    position: relative;
    height: 68px;
    padding-left: 86px;
    float: left;
    margin-top: 34px;
    margin-bottom: 10px
}

.dashboard-container .data-dashboard .common-fun .common-list .icon-index[data-v-61f237d4] {
    position: absolute;
    left: 0;
    top: 0
}

.dashboard-container .data-dashboard .common-fun .common-list .icon_1[data-v-61f237d4] {
    background-position: -156px 0
}

.dashboard-container .data-dashboard .common-fun .common-list .icon_2[data-v-61f237d4] {
    background-position: -312px 0
}

.dashboard-container .data-dashboard .common-fun .common-list .icon_3[data-v-61f237d4] {
    background-position: -468px 0
}

.dashboard-container .data-dashboard .common-fun .common-list .icon_4[data-v-61f237d4] {
    background-position: -624px 0
}

.dashboard-container .data-dashboard .common-fun .common-list .icon_5[data-v-61f237d4] {
    background-position: -78px 0
}

.dashboard-container .data-dashboard .common-fun .common-list .icon_6[data-v-61f237d4] {
    background-position: -234px 0
}

.dashboard-container .data-dashboard .common-fun .common-list .icon_7[data-v-61f237d4] {
    background-position: -390px 0
}

.dashboard-container .data-dashboard .common-fun .common-list .icon_8[data-v-61f237d4] {
    background-position: -546px 0
}

.dashboard-container .data-dashboard .common-fun .common-list .icon_9[data-v-61f237d4] {
    background-position: -702px 0
}

.dashboard-container .data-dashboard .common-fun .common-list span[data-v-61f237d4] {
    display: inline-block;
    line-height: 68px;
    font-size: 25px;
    color: #333;
    font-weight: 400
}

.statistics .demo-form-inline[data-v-637e47d5] {
    padding-top: 30px;
    padding-left: 30px
}

.statistics #myChart[data-v-637e47d5] {
    margin: auto
}

.statistics .ranking-content[data-v-637e47d5] {
    max-width: 525px;
    height: 506px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    opacity: 1;
    border-radius: 4px;
    padding: 26px 20px 30px 34px;
    margin: auto
}

.statistics .ranking-content .title[data-v-637e47d5] {
    color: rgba(0, 0, 0, .85);
    font-size: 20px;
    margin-bottom: 35px
}

.statistics .stati-list[data-v-637e47d5] {
    height: 390px;
    overflow-y: scroll;
    padding-right: 20px
}

.statistics .stati-list[data-v-637e47d5]::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.statistics .stati-list[data-v-637e47d5]::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 2px
}

.statistics .stati-list[data-v-637e47d5]::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px
}

.statistics .stati-list[data-v-637e47d5]::-webkit-scrollbar-thumb:hover {
    background: #333
}

.statistics .stati-list[data-v-637e47d5]::-webkit-scrollbar-corner {
    background: #179a16
}

.statistics .stati-list li[data-v-637e47d5] {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.statistics .stati-list li i[data-v-637e47d5] {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #f0f2f5;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    line-height: 30px
}

.statistics .stati-list li i.bg-eit1[data-v-637e47d5] {
    background: #ee710f;
    color: #fff
}

.statistics .stati-list li i.bg-eit2[data-v-637e47d5] {
    background: #c3c2d5;
    color: #fff
}

.statistics .stati-list li i.bg-eit3[data-v-637e47d5] {
    background: #c7adab;
    color: #fff
}

.statistics .stati-list li span[data-v-637e47d5] {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #000
}

.statistics .stati-list li span.time[data-v-637e47d5] {
    float: left
}

.statistics .stati-list li span.number[data-v-637e47d5] {
    float: right
}

.search-content[data-v-1387c36d] {
    padding: 36px 27px
}

.search-content .search-title[data-v-1387c36d] {
    font-size: 14px;
    color: #666
}

.data-dashboard[data-v-09d86108] {
    padding-bottom: 30px
}

.addUser[data-v-14b4f49d] {
    padding-bottom: 60px
}

.addUser .addUser-content[data-v-14b4f49d] {
    padding-top: 45px;
    padding-left: 30px
}

.addUser .addUser-content .title[data-v-14b4f49d] {
    font-size: 18px;
    color: #ee710f;
    font-weight: 500;
    margin-bottom: 40px
}

.addUser .addUser-content .addUser-form[data-v-14b4f49d] {
    max-width: 450px;
    padding-left: 60px
}

.addUser .addUser-content .addUser-form[data-v-14b4f49d] .el-form-item__label {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.addUser .addUser-content .addUser-form .head-portrait[data-v-14b4f49d] .el-form-item__content, .addUser .addUser-content .addUser-form .head-portrait[data-v-14b4f49d] .el-form-item__label {
    height: 48px;
    line-height: 48px
}

.addUser .addUser-content .el-select[data-v-14b4f49d] {
    width: 100%
}

.addUser .el-avatar--48[data-v-14b4f49d] {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 20px;
    float: left
}

.addUser .el-avatar--48[data-v-14b4f49d] .el-icon-user {
    font-size: 26px;
    color: #ddd
}

.addUser .avatar-uploader[data-v-14b4f49d] {
    display: inline-block;
    float: left
}

.addUser .adduser-btn[data-v-14b4f49d] {
    margin-top: 60px
}

.addUser .adduser-btn button[data-v-14b4f49d] {
    width: 90px;
    height: 40px;
    margin-right: 30px
}

.page-content[data-v-db0c83c2] {
    margin: 30px 0;
    text-align: center
}

.userList-content[data-v-179176b1] {
    padding: 26px 30px;
    min-height: 80vh
}

.userList-content .user-input[data-v-179176b1] {
    width: 197px
}

.userList-content .user-input .el-form-item__content[data-v-179176b1] {
    width: 100%
}

.userList-content .user-form[data-v-179176b1] {
    margin-bottom: 24px
}

.userList-content .open-content[data-v-179176b1] {
    padding-right: 90px
}

.userList-content .open-content .el-select[data-v-179176b1] {
    width: 100%
}

.upload-demo[data-v-179176b1] {
    display: inline-block
}

.w-e-block .w-e-item:first-child .w-e-icon-paint-brush, .w-e-block .w-e-item:first-child .w-e-icon-pencil2 {
    background-color: #fff
}

.w-e-block .w-e-item:nth-child(2) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(2) .w-e-icon-pencil2 {
    background-color: #000
}

.w-e-block .w-e-item:nth-child(3) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(3) .w-e-icon-pencil2 {
    background-color: #eeeee1
}

.w-e-block .w-e-item:nth-child(4) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(4) .w-e-icon-pencil2 {
    background-color: #1f497d
}

.w-e-block .w-e-item:nth-child(5) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(5) .w-e-icon-pencil2 {
    background-color: #4f81bd
}

.w-e-block .w-e-item:nth-child(6) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(6) .w-e-icon-pencil2 {
    background-color: #c0504d
}

.w-e-block .w-e-item:nth-child(7) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(7) .w-e-icon-pencil2 {
    background-color: #9bbb59
}

.w-e-block .w-e-item:nth-child(8) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(8) .w-e-icon-pencil2 {
    background-color: #8064a2
}

.w-e-block .w-e-item:nth-child(9) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(9) .w-e-icon-pencil2 {
    background-color: #4bacc6
}

.w-e-block .w-e-item:nth-child(10) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(10) .w-e-icon-pencil2 {
    background-color: #f79646
}

.w-e-block .w-e-item:nth-child(11) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(11) .w-e-icon-pencil2 {
    background-color: #c00000
}

.w-e-block .w-e-item:nth-child(12) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(12) .w-e-icon-pencil2 {
    background-color: red
}

.w-e-block .w-e-item:nth-child(13) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(13) .w-e-icon-pencil2 {
    background-color: #ffc000
}

.w-e-block .w-e-item:nth-child(14) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(14) .w-e-icon-pencil2 {
    background-color: #ff0
}

.w-e-block .w-e-item:nth-child(15) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(15) .w-e-icon-pencil2 {
    background-color: #92d050
}

.w-e-block .w-e-item:nth-child(16) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(16) .w-e-icon-pencil2 {
    background-color: #00b050
}

.w-e-block .w-e-item:nth-child(17) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(17) .w-e-icon-pencil2 {
    background-color: #00b0f0
}

.w-e-block .w-e-item:nth-child(18) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(18) .w-e-icon-pencil2 {
    background-color: #0070c0
}

.w-e-block .w-e-item:nth-child(19) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(19) .w-e-icon-pencil2 {
    background-color: #002060
}

.w-e-block .w-e-item:nth-child(20) .w-e-icon-paint-brush, .w-e-block .w-e-item:nth-child(20) .w-e-icon-pencil2 {
    background-color: #7030a0
}

.w-e-block .w-e-icon-paint-brush {
    display: inline-block;
    width: 15px;
    height: 15px
}

.w-e-block .w-e-icon-paint-brush:before {
    content: "" !important
}

.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item {
    padding: 1px 3px
}

.w-e-block .w-e-icon-pencil2:before {
    content: "" !important
}

.w-e-block .w-e-icon-pencil2 {
    display: inline-block;
    width: 15px;
    height: 15px
}

.w-e-toolbar .w-e-menu i {
    color: #555
}

.w-e-toolbar .w-e-active i {
    color: #ee710f
}

.w-e-toolbar .w-e-menu:hover {
    background-color: #fff
}

.w-e-toolbar .w-e-menu:hover i {
    color: #ee710f
}

.w-e-menu .w-e-panel-container {
    width: 500px !important;
    border-radius: 6px;
    margin-left: -250px !important
}

.w-e-menu .w-e-panel-container .w-e-panel-tab-title {
    font-size: 16px;
    margin: 7px 10px 0 11px
}

.w-e-menu .w-e-panel-container .w-e-panel-tab-content {
    padding: 24px 26px 10px;
    min-height: 150px
}

.w-e-menu .w-e-panel-container .w-e-panel-tab-content input[type=text] {
    font-size: 14px;
    width: 96%;
    color: #333;
    padding: 0 2%;
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: 1px solid #dae0e4;
    border-radius: 2px
}

.w-e-menu .w-e-panel-container .w-e-panel-tab-content input[type=text]:focus {
    border: 1px solid #ee710f
}

.w-e-menu .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.right {
    color: #fff;
    background-color: #ee710f
}

.w-e-menu .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.gray {
    color: #ee710f;
    border: 1px solid #ee710f;
    background-color: #fff
}

.w-e-menu .w-e-panel-container .w-e-panel-close {
    font-size: 20px
}

.w-e-icon-close:before {
    content: "✕"
}

.w-e-menu-tooltip-up:after {
    border-top-color: #fff
}

.w-e-menu-tooltip {
    color: #333;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 4px 12px 0 hsla(0, 0%, 84.7%, .5);
    box-shadow: 0 4px 12px 0 hsla(0, 0%, 84.7%, .5)
}

.w-e-menu .w-e-panel-container .w-e-up-img-container .w-e-up-btn, .w-e-menu .w-e-panel-container .w-e-up-video-container .w-e-up-btn {
    margin-top: 20px
}

#editor-container {
    width: 950px
}

.w-e-toolbar .w-e-menu {
    width: 37px
}

[data-v-7d8555f2] .el-upload--picture-card {
    height: 88px
}

.addUser[data-v-534a505a] {
    padding-bottom: 60px
}

.addUser .addUser-content[data-v-534a505a] {
    padding-top: 45px;
    padding-left: 30px
}

.addUser .addUser-content .title[data-v-534a505a] {
    font-size: 18px;
    color: #ee710f;
    font-weight: 500;
    margin-bottom: 40px
}

.addUser .addUser-content .addUser-form[data-v-534a505a] {
    max-width: 500px;
    padding-left: 60px
}

.addUser .addUser-content .addUser-form[data-v-534a505a] .el-form-item__label {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.addUser .addUser-content .addUser-form .head-portrait[data-v-534a505a] .el-form-item__content, .addUser .addUser-content .addUser-form .head-portrait[data-v-534a505a] .el-form-item__label {
    height: 48px;
    line-height: 48px
}

.addUser .addUser-content .el-select[data-v-534a505a] {
    width: 100%
}

.addUser .el-avatar--48[data-v-534a505a] {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 20px;
    float: left
}

.addUser .el-avatar--48[data-v-534a505a] .el-icon-user {
    font-size: 26px;
    color: #ddd
}

.addUser .avatar-uploader[data-v-534a505a] {
    display: inline-block;
    float: left
}

.addUser .adduser-btn[data-v-534a505a] {
    margin-top: 60px
}

.addUser .adduser-btn button[data-v-534a505a] {
    width: 90px;
    height: 40px;
    margin-right: 30px
}

.addUser .el-date-editor--date[data-v-534a505a] {
    width: 100%
}

.addUser .upload-bottm[data-v-534a505a] {
    margin-bottom: 44px
}

.userList-content[data-v-06771673] {
    padding: 26px 30px;
    min-height: 80vh
}

.userList-content .user-input[data-v-06771673] {
    width: 197px
}

.userList-content .user-input .el-form-item__content[data-v-06771673] {
    width: 100%
}

.userList-content .user-form[data-v-06771673] {
    margin-bottom: 24px
}

.userList-content .handle-content[data-v-06771673] {
    position: relative;
    display: inline-block
}

.userList-content .handle-content:hover .head-content[data-v-06771673] {
    display: block
}

.userList-content .handle-content .head-content[data-v-06771673] {
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 1;
    width: 117px;
    height: 82px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .13);
    opacity: 1;
    padding: 5px 0;
    display: none
}

.userList-content .handle-content .head-content span[data-v-06771673] {
    display: block;
    text-align: center;
    line-height: 22px;
    color: #000;
    font-size: 12px;
    cursor: pointer
}

.userList-content .handle-content .head-content span[data-v-06771673]:hover {
    color: #fff;
    background: #ee710f
}

.userList-content[data-v-0bec8caa] {
    padding: 26px 30px;
    min-height: 80vh
}

.userList-content .user-input[data-v-0bec8caa] {
    width: 197px
}

.userList-content .user-input .el-form-item__content[data-v-0bec8caa] {
    width: 100%
}

.userList-content .user-form[data-v-0bec8caa] {
    margin-bottom: 24px
}

.userList-content .handle-content[data-v-0bec8caa] {
    position: relative;
    display: inline-block
}

.userList-content .handle-content:hover .head-content[data-v-0bec8caa] {
    display: block
}

.userList-content .handle-content .head-content[data-v-0bec8caa] {
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 1;
    width: 117px;
    height: 82px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .13);
    opacity: 1;
    padding: 5px 0;
    display: none
}

.userList-content .handle-content .head-content span[data-v-0bec8caa] {
    display: block;
    text-align: center;
    line-height: 22px;
    color: #000;
    font-size: 12px;
    cursor: pointer
}

.userList-content .handle-content .head-content span[data-v-0bec8caa]:hover {
    color: #fff;
    background: #ee710f
}

.open-content[data-v-0bec8caa] {
    padding-right: 90px
}

.open-content .el-select[data-v-0bec8caa] {
    width: 100%
}

.demo-dynamic .el-input[data-v-340e95fc] {
    margin-right: 10px;
    width: 270px;
    vertical-align: top
}

.el-tag + .el-tag[data-v-340e95fc] {
    margin-left: 10px
}

.button-new-tag[data-v-340e95fc] {
    margin-left: 10px;
    height: 32px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0
}

.input-new-tag[data-v-340e95fc] {
    width: 90px;
    margin-left: 10px;
    vertical-align: bottom
}

.avatar-uploader[data-v-340e95fc] {
    float: inherit !important
}

.avatar-uploader[data-v-340e95fc] .el-upload {
    position: relative;
    width: 92px;
    height: 52px;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 1;
    border-radius: 4px;
    margin: auto;
    padding-top: 7px
}

.avatar-uploader[data-v-340e95fc] .el-upload .avatar {
    position: absolute;
    top: 0;
    left: 0
}

.avatar-uploader[data-v-340e95fc] .el-upload .avatar-uploader-icon {
    font-size: 20px
}

.avatar-uploader[data-v-340e95fc] .el-upload .upload-info {
    font-size: 10px;
    color: #999;
    line-height: 1
}

.addUser[data-v-1b87779b] {
    padding-bottom: 60px
}

.addUser .addUser-content[data-v-1b87779b] {
    padding-top: 45px;
    padding-left: 30px
}

.addUser .addUser-content .title[data-v-1b87779b] {
    font-size: 18px;
    color: #ee710f;
    font-weight: 500;
    margin-bottom: 40px
}

.addUser .addUser-content .addUser-form[data-v-1b87779b] {
    max-width: 520px;
    padding-left: 60px
}

.addUser .addUser-content .addUser-form[data-v-1b87779b] .el-form-item__label {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.addUser .addUser-content .addUser-form .head-portrait[data-v-1b87779b] .el-form-item__content, .addUser .addUser-content .addUser-form .head-portrait[data-v-1b87779b] .el-form-item__label {
    height: 48px;
    line-height: 48px
}

.addUser .addUser-content .el-select[data-v-1b87779b] {
    width: 100%
}

.addUser .el-avatar--48[data-v-1b87779b] {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 20px;
    float: left
}

.addUser .el-avatar--48[data-v-1b87779b] .el-icon-user {
    font-size: 26px;
    color: #ddd
}

.addUser .avatar-uploader[data-v-1b87779b] {
    display: inline-block;
    float: left
}

.addUser .adduser-btn[data-v-1b87779b] {
    margin-top: 60px
}

.addUser .adduser-btn button[data-v-1b87779b] {
    width: 90px;
    height: 40px;
    margin-right: 30px
}

.addUser[data-v-1b87779b] .el-upload--picture-card {
    width: 157px;
    height: 88px;
    line-height: 20px;
    padding-top: 18px;
    position: relative
}

.addUser[data-v-1b87779b] .el-upload-list--picture-card .el-upload-list__item {
    width: 157px;
    height: 88px
}

.addUser .upload-info[data-v-1b87779b] {
    font-size: 12px;
    color: #999
}

.addUser .upload-msg[data-v-1b87779b] {
    font-size: 12px;
    color: #999;
    position: absolute;
    bottom: -24px;
    width: 176px;
    left: -9px
}

.addUser .el-date-editor--date[data-v-1b87779b] {
    width: 100%
}

.addUser .upload-bottm[data-v-1b87779b] {
    margin-bottom: 44px
}

.select-init[data-v-1b87779b] {
    width: 141px !important
}

.addEntity-content[data-v-1b87779b] {
    padding: 0 15px
}

.table-uploader[data-v-1b87779b] .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.table-uploader[data-v-1b87779b] .el-upload:hover {
    border-color: #409eff
}

.table-uploader .avatar-uploader-icon[data-v-1b87779b] {
    font-size: 18px;
    color: #8c939d;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center
}

.table-uploader .avatar[data-v-1b87779b] {
    width: 48px;
    height: 48px;
    display: block
}

.user-th .el-input-group__append[data-v-1b87779b] {
    padding: 0 7px
}

.avatar-uploader[data-v-1b87779b] {
    float: inherit !important
}

.avatar-uploader[data-v-1b87779b] .el-upload {
    position: relative;
    width: 157px;
    height: 88px;
    background: #fff;
    opacity: 1;
    border-radius: 4px;
    margin: auto;
    padding-top: 15px;
    background-color: #fbfdff;
    border: 1px dashed #c0ccda
}

.avatar-uploader[data-v-1b87779b] .el-upload .avatar {
    position: absolute;
    top: 0;
    left: 0
}

.avatar-uploader[data-v-1b87779b] .el-upload .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d
}

.avatar-uploader[data-v-1b87779b] .el-upload .upload-info, .proposal-info[data-v-1b87779b] {
    font-size: 10px;
    color: #999;
    line-height: 1
}

.proposal-info[data-v-1b87779b] {
    text-align: center;
    width: 157px;
    padding-top: 6px
}

.fictitious-content[data-v-2a5babe5] {
    padding: 24px 30px;
    min-height: 80vh
}

.fictitious-content .user-th .clo-under[data-v-2a5babe5] {
    cursor: pointer
}

.open-img[data-v-2a5babe5] {
    width: 100%
}

.flax-content[data-v-2a5babe5] {
    height: 500px;
    margin-right: -10px;
    overflow-y: scroll;
    padding-right: 10px
}

.flax-content[data-v-2a5babe5]::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
    border-radius: 5px
}

.flax-content[data-v-2a5babe5]::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px #ddd;
    background-color: #ddd
}

.catalogue[data-v-2a5babe5], .comment[data-v-2a5babe5] {
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.catalogue .el-image[data-v-2a5babe5], .comment .el-image[data-v-2a5babe5] {
    width: 75px;
    height: 43px;
    border-radius: 4px
}

.catalogue .cata-info .cata-name[data-v-2a5babe5], .comment .cata-info .cata-name[data-v-2a5babe5] {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.catalogue .cata-info .code-time[data-v-2a5babe5], .comment .cata-info .code-time[data-v-2a5babe5] {
    font-size: 10px;
    font-weight: 400;
    color: #333
}

.catalogue .clo-under[data-v-2a5babe5], .comment .clo-under[data-v-2a5babe5] {
    font-size: 14px
}

.comment[data-v-2a5babe5] {
    adding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.comment .el-image[data-v-2a5babe5] {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.comment .cata-img[data-v-2a5babe5] {
    margin-bottom: 10px
}

.comment .cata-img .el-image[data-v-2a5babe5] {
    display: inline-block;
    width: 75px;
    height: 42px;
    margin-right: 10px;
    float: left;
    border-radius: 6px
}

.comment .code-time[data-v-2a5babe5] {
    color: #333;
    font-weight: 400;
    font-size: 14px
}

.comment .clo-under[data-v-2a5babe5] {
    cursor: pointer
}

.video-player-box[data-v-2a5babe5] {
    width: 300px
}

.active-content[data-v-4f821b45], .active-content[data-v-24ccb3d0], .active-content[data-v-793a152c], .active-content[data-v-ee214d52] {
    margin-top: 24px
}

.clo-under[data-v-793a152c] {
    cursor: pointer
}

.comm-label[data-v-793a152c] {
    padding-left: 30px;
    margin-bottom: 12px
}

.comm-label span[data-v-793a152c] {
    margin-left: 30px
}

.comm-label span.under[data-v-793a152c] {
    color: #ee710f
}

.orderDetails[data-v-793a152c] {
    padding-right: 50px
}

[data-v-793a152c] .el-form-item {
    margin-bottom: 0
}

.order-input[data-v-793a152c] {
    margin-top: 20px
}

.order-input[data-v-793a152c] .el-form-item__content, .order-input[data-v-793a152c] .el-form-item__label {
    height: 34px;
    line-height: 34px
}

.active-content[data-v-41a1e9bf] {
    margin-top: 24px
}

.clo-under[data-v-41a1e9bf] {
    cursor: pointer
}

.active-content[data-v-1df0a495], .active-content[data-v-76399dd3], .active-content[data-v-dd0839be] {
    margin-top: 24px
}

.intope-tei[data-v-dd0839be] {
    padding: 0 50px 0 0
}

.active-content[data-v-d63bb242] {
    margin-top: 24px
}

.order-list[data-v-d12e339a] {
    padding: 27px 30px
}

.data-dashboard[data-v-d12e339a] {
    min-height: 80vh
}

.orderDetails .el-form-item[data-v-d12e339a] {
    margin-bottom: 0
}

.orderDetails[data-v-d12e339a] .el-form-item__content, .orderDetails[data-v-d12e339a] .el-form-item__label {
    height: 30px;
    line-height: 30px
}

.orderDetails .cole-soe[data-v-d12e339a] {
    color: #ee710f
}

.addUser[data-v-361f3208] {
    padding-bottom: 60px
}

.addUser .addUser-content[data-v-361f3208] {
    padding-top: 45px;
    padding-left: 30px
}

.addUser .addUser-content .title[data-v-361f3208] {
    font-size: 18px;
    color: #ee710f;
    font-weight: 500;
    margin-bottom: 40px
}

.addUser .addUser-content .addUser-form[data-v-361f3208] {
    max-width: 520px;
    padding-left: 60px
}

.addUser .addUser-content .addUser-form[data-v-361f3208] .el-form-item__label {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.addUser .addUser-content .addUser-form .head-portrait[data-v-361f3208] .el-form-item__content, .addUser .addUser-content .addUser-form .head-portrait[data-v-361f3208] .el-form-item__label {
    height: 48px;
    line-height: 48px
}

.addUser .addUser-content .el-select[data-v-361f3208] {
    width: 100%
}

.addUser .el-avatar--48[data-v-361f3208] {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 20px;
    float: left
}

.addUser .el-avatar--48[data-v-361f3208] .el-icon-user {
    font-size: 26px;
    color: #ddd
}

.addUser .avatar-uploader[data-v-361f3208] {
    display: inline-block;
    float: left
}

.addUser .adduser-btn[data-v-361f3208] {
    margin-top: 60px
}

.addUser .adduser-btn button[data-v-361f3208] {
    width: 90px;
    height: 40px;
    margin-right: 30px
}

.addUser[data-v-361f3208] .el-upload--picture-card {
    width: 157px;
    height: 88px;
    line-height: 20px;
    padding-top: 18px;
    position: relative
}

.addUser[data-v-361f3208] .el-upload-list--picture-card .el-upload-list__item {
    width: 157px;
    height: 88px
}

.addUser .upload-info[data-v-361f3208] {
    font-size: 12px;
    color: #999
}

.addUser .upload-msg[data-v-361f3208] {
    font-size: 12px;
    color: #999;
    position: absolute;
    bottom: -24px;
    width: 176px;
    left: -9px
}

.addUser .el-date-editor--date[data-v-361f3208] {
    width: 100%
}

.addUser .upload-bottm[data-v-361f3208] {
    margin-bottom: 44px
}

.avatar-uploader[data-v-361f3208] {
    float: inherit !important
}

.avatar-uploader[data-v-361f3208] .el-upload {
    position: relative;
    width: 92px;
    height: 52px;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 1;
    border-radius: 4px;
    margin: auto;
    padding-top: 7px
}

.avatar-uploader[data-v-361f3208] .el-upload .avatar {
    position: absolute;
    top: 0;
    left: 0
}

.avatar-uploader[data-v-361f3208] .el-upload .avatar-uploader-icon {
    font-size: 20px
}

.avatar-uploader[data-v-361f3208] .el-upload .upload-info {
    font-size: 10px;
    color: #999;
    line-height: 1
}

.addUser[data-v-d32f1330] {
    padding-bottom: 60px
}

.addUser .addUser-content[data-v-d32f1330] {
    padding-top: 45px;
    padding-left: 30px
}

.addUser .addUser-content .title[data-v-d32f1330] {
    font-size: 18px;
    color: #ee710f;
    font-weight: 500;
    margin-bottom: 40px
}

.addUser .addUser-content .addUser-form[data-v-d32f1330] {
    max-width: 520px;
    padding-left: 60px
}

.addUser .addUser-content .addUser-form[data-v-d32f1330] .el-form-item__label {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.addUser .addUser-content .addUser-form .head-portrait[data-v-d32f1330] .el-form-item__content, .addUser .addUser-content .addUser-form .head-portrait[data-v-d32f1330] .el-form-item__label {
    height: 48px;
    line-height: 48px
}

.addUser .addUser-content .el-select[data-v-d32f1330] {
    width: 100%
}

.addUser .el-avatar--48[data-v-d32f1330] {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 20px;
    float: left
}

.addUser .el-avatar--48[data-v-d32f1330] .el-icon-user {
    font-size: 26px;
    color: #ddd
}

.addUser .avatar-uploader[data-v-d32f1330] {
    display: inline-block;
    float: left
}

.addUser .adduser-btn[data-v-d32f1330] {
    margin-top: 60px
}

.addUser .adduser-btn button[data-v-d32f1330] {
    width: 90px;
    height: 40px;
    margin-right: 30px
}

.addUser[data-v-d32f1330] .el-upload--picture-card {
    width: 157px;
    height: 88px;
    line-height: 20px;
    padding-top: 18px;
    position: relative
}

.addUser[data-v-d32f1330] .el-upload-list--picture-card .el-upload-list__item {
    width: 157px;
    height: 88px
}

.addUser .upload-info[data-v-d32f1330] {
    font-size: 12px;
    color: #999
}

.addUser .upload-msg[data-v-d32f1330] {
    font-size: 12px;
    color: #999;
    position: absolute;
    bottom: -24px;
    width: 176px;
    left: -9px
}

.addUser .el-date-editor--date[data-v-d32f1330] {
    width: 100%
}

.addUser .upload-bottm[data-v-d32f1330] {
    margin-bottom: 44px
}

.avatar-uploader[data-v-d32f1330] {
    float: inherit !important
}

.avatar-uploader[data-v-d32f1330] .el-upload {
    position: relative;
    width: 92px;
    height: 52px;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 1;
    border-radius: 4px;
    margin: auto;
    padding-top: 7px
}

.avatar-uploader[data-v-d32f1330] .el-upload .avatar {
    position: absolute;
    top: 0;
    left: 0
}

.avatar-uploader[data-v-d32f1330] .el-upload .avatar-uploader-icon {
    font-size: 20px
}

.avatar-uploader[data-v-d32f1330] .el-upload .upload-info {
    font-size: 10px;
    color: #999;
    line-height: 1
}

.fictitious-content[data-v-6be918a2] {
    padding: 24px 30px;
    min-height: 80vh
}

.fictitious-content .user-th .clo-under[data-v-6be918a2] {
    cursor: pointer
}

.open-img[data-v-6be918a2] {
    width: 100%
}

.flax-content[data-v-6be918a2] {
    height: 500px;
    margin-right: -10px;
    overflow-y: scroll;
    padding-right: 10px
}

.flax-content[data-v-6be918a2]::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
    border-radius: 5px
}

.flax-content[data-v-6be918a2]::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px #ddd;
    background-color: #ddd
}

.catalogue[data-v-6be918a2], .comment[data-v-6be918a2] {
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.catalogue .videoMask[data-v-6be918a2], .comment .videoMask[data-v-6be918a2] {
    width: 75px;
    height: 43px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.catalogue .videoMask .stor[data-v-6be918a2], .comment .videoMask .stor[data-v-6be918a2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    cursor: pointer;
    text-align: center;
    line-height: 43px
}

.catalogue .videoMask .stor:hover .el-icon-video-camera-solid[data-v-6be918a2], .comment .videoMask .stor:hover .el-icon-video-camera-solid[data-v-6be918a2] {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.catalogue .videoMask .stor .el-icon-video-camera-solid[data-v-6be918a2], .comment .videoMask .stor .el-icon-video-camera-solid[data-v-6be918a2] {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.catalogue .el-image[data-v-6be918a2], .comment .el-image[data-v-6be918a2] {
    width: 75px;
    height: 43px;
    border-radius: 4px
}

.catalogue .cata-info .cata-name[data-v-6be918a2], .comment .cata-info .cata-name[data-v-6be918a2] {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.catalogue .cata-info .code-time[data-v-6be918a2], .comment .cata-info .code-time[data-v-6be918a2] {
    font-size: 10px;
    font-weight: 400;
    color: #333
}

.catalogue .clo-under[data-v-6be918a2], .comment .clo-under[data-v-6be918a2] {
    font-size: 14px
}

.comment[data-v-6be918a2] {
    adding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.comment .el-image[data-v-6be918a2] {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.comment .cata-img[data-v-6be918a2] {
    margin-bottom: 10px
}

.comment .cata-img .el-image[data-v-6be918a2] {
    display: inline-block;
    width: 75px;
    height: 42px;
    margin-right: 10px;
    float: left;
    border-radius: 6px
}

.comment .code-time[data-v-6be918a2] {
    color: #333;
    font-weight: 400;
    font-size: 14px
}

.comment .clo-under[data-v-6be918a2] {
    cursor: pointer
}

.video-player-box[data-v-6be918a2] {
    width: 300px
}

.fictitious-content[data-v-4c916893] {
    padding: 24px 30px;
    min-height: 80vh
}

.fictitious-content .user-th .clo-under[data-v-4c916893] {
    cursor: pointer
}

.open-img[data-v-4c916893] {
    width: 100%
}

.flax-content[data-v-4c916893] {
    height: 500px;
    margin-right: -10px;
    overflow-y: scroll;
    padding-right: 10px
}

.flax-content[data-v-4c916893]::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
    border-radius: 5px
}

.flax-content[data-v-4c916893]::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px #ddd;
    background-color: #ddd
}

.catalogue[data-v-4c916893], .comment[data-v-4c916893] {
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.catalogue .videoMask[data-v-4c916893], .comment .videoMask[data-v-4c916893] {
    width: 75px;
    height: 43px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.catalogue .videoMask .stor[data-v-4c916893], .comment .videoMask .stor[data-v-4c916893] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    cursor: pointer;
    text-align: center;
    line-height: 43px
}

.catalogue .videoMask .stor:hover .el-icon-video-camera-solid[data-v-4c916893], .comment .videoMask .stor:hover .el-icon-video-camera-solid[data-v-4c916893] {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.catalogue .videoMask .stor .el-icon-video-camera-solid[data-v-4c916893], .comment .videoMask .stor .el-icon-video-camera-solid[data-v-4c916893] {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.catalogue .el-image[data-v-4c916893], .comment .el-image[data-v-4c916893] {
    width: 75px;
    height: 43px;
    border-radius: 4px
}

.catalogue .cata-info .cata-name[data-v-4c916893], .comment .cata-info .cata-name[data-v-4c916893] {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.catalogue .cata-info .code-time[data-v-4c916893], .comment .cata-info .code-time[data-v-4c916893] {
    font-size: 10px;
    font-weight: 400;
    color: #333
}

.catalogue .clo-under[data-v-4c916893], .comment .clo-under[data-v-4c916893] {
    font-size: 14px
}

.comment[data-v-4c916893] {
    adding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.comment .el-image[data-v-4c916893] {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.comment .cata-img[data-v-4c916893] {
    margin-bottom: 10px
}

.comment .cata-img .el-image[data-v-4c916893] {
    display: inline-block;
    width: 75px;
    height: 42px;
    margin-right: 10px;
    float: left;
    border-radius: 6px
}

.comment .code-time[data-v-4c916893] {
    color: #333;
    font-weight: 400;
    font-size: 14px
}

.comment .clo-under[data-v-4c916893] {
    cursor: pointer
}

.video-player-box[data-v-4c916893] {
    width: 300px
}

.bg-info[data-v-4c916893], .bg-signup[data-v-4c916893] {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    background: #ee710f;
    opacity: 1;
    border-radius: 4px;
    position: 0 5px;
    line-height: 36px;
    font-size: 14px;
    color: #fff
}

.bg-info[data-v-4c916893] {
    background: #ddd
}

.account-content[data-v-1f705628] {
    padding: 24px 30px;
    min-height: 80vh
}

.account-content .search-form[data-v-1f705628] {
    margin-bottom: 30px
}

.intopye[data-v-1f705628] {
    padding-right: 60px
}

.intopye .el-select[data-v-1f705628], [data-v-29390932] .el-cascader {
    width: 100%
}

.addUser[data-v-a141dc86] {
    padding-bottom: 60px
}

.addUser .el-form-item[data-v-a141dc86] {
    width: 500px
}

.addUser .el-cascader--large[data-v-a141dc86] {
    width: 100%
}

.addUser .addUser-content[data-v-a141dc86] {
    padding-top: 45px;
    padding-left: 20px
}

.addUser .addUser-content .title[data-v-a141dc86] {
    font-size: 18px;
    color: #ee710f;
    font-weight: 500;
    margin-bottom: 40px;
    margin-left: -30px
}

.addUser .addUser-content .addUser-form[data-v-a141dc86] {
    padding-left: 30px
}

.addUser .addUser-content .addUser-form[data-v-a141dc86] .el-form-item__label {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.addUser .addUser-content .addUser-form .head-portrait[data-v-a141dc86] .el-form-item__content, .addUser .addUser-content .addUser-form .head-portrait[data-v-a141dc86] .el-form-item__label {
    height: 48px;
    line-height: 48px
}

.addUser .addUser-content .el-select[data-v-a141dc86] {
    width: 100%
}

.addUser .el-avatar--48[data-v-a141dc86] {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 20px;
    float: left
}

.addUser .el-avatar--48[data-v-a141dc86] .el-icon-user {
    font-size: 26px;
    color: #ddd
}

.addUser .avatar-uploader[data-v-a141dc86] {
    display: inline-block;
    float: left
}

.addUser .adduser-btn[data-v-a141dc86] {
    margin-top: 60px
}

.addUser .adduser-btn button[data-v-a141dc86] {
    width: 90px;
    height: 40px;
    margin-right: 30px
}

.avatar-uploader[data-v-a141dc86] .el-upload--picture-card {
    line-height: 1;
    height: 88px;
    width: 157px;
    border: 0 dashed #d9d9d9
}

.avatar-uploader[data-v-a141dc86] .el-upload--picture-card .avatar-uploader-icon {
    margin-bottom: 10px
}

.avatar-uploader[data-v-a141dc86] .el-upload-list--picture-card .el-upload-list__item {
    height: 88px;
    width: 160px
}

.avatar-uploader .uploader-content[data-v-a141dc86] {
    height: 88px;
    border: 1px dashed #d9d9d9;
    border-radius: 6px
}

.avatar-uploader .uploader-content p[data-v-a141dc86] {
    font-size: 12px;
    color: #999;
    line-height: 1
}

.avatar-uploader .el-upload[data-v-a141dc86] {
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.avatar-uploader .el-upload[data-v-a141dc86]:hover {
    border-color: #409eff
}

.avatar-uploader-icon[data-v-a141dc86] {
    font-size: 28px;
    color: #8c939d;
    width: 157px;
    margin-top: 15px;
    text-align: center
}

.avatar[data-v-a141dc86] {
    width: 158px;
    height: 88px;
    display: block
}

.img-content[data-v-a141dc86] {
    width: 100% !important
}

.img-content .avatar-uploader[data-v-a141dc86] {
    float: left;
    margin-right: 10px
}

.el-col-lg-4-8[data-v-4173858e] {
    width: 20%
}

.btn-personsal[data-v-4173858e] {
    cursor: pointer;
    width: 80px;
    margin: auto;
    font-size: 16px;
    margin-top: 20px
}

@media only screen and (max-width: 1300px) {
    .el-col-sm-6[data-v-4173858e] {
        width: 25%
    }
}

@media only screen and (max-width: 1010px) {
    .el-col-sm-6[data-v-4173858e] {
        width: 33.3333%
    }
}

@media only screen and (max-width: 767px) {
    .el-col-xs-12[data-v-4173858e] {
        width: 50%
    }
}

.input-select[data-v-4173858e] {
    margin-bottom: 40px
}

.input-select .el-select[data-v-4173858e] {
    width: 295px
}

.dashboard-container .data-dashboard .personal-content[data-v-4173858e] {
    padding: 24px 30px
}

.dashboard-container .data-dashboard .personal-content .title[data-v-4173858e] {
    font-size: 18px;
    font-weight: 500;
    color: #ee710f;
    margin-bottom: 40px
}

.dashboard-container .data-dashboard .personal-content .title span[data-v-4173858e] {
    font-size: 18px;
    font-weight: 400;
    color: #999
}

.dashboard-container .data-dashboard .personal-content .info-content[data-v-4173858e] {
    padding: 0 92px
}

.dashboard-container .data-dashboard .personal-content .info-content .ky-info[data-v-4173858e] {
    margin-bottom: 14px;
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.dashboard-container .data-dashboard .personal-content .info-content .ky-info .balance[data-v-4173858e] {
    font-weight: 700;
    vertical-align: bottom
}

.dashboard-container .data-dashboard .personal-content .info-content .ky-info .balance b[data-v-4173858e] {
    font-size: 30px;
    color: #333
}

.dashboard-container .data-dashboard .personal-content .info-content .task-content[data-v-4173858e] {
    margin-left: 110px;
    width: 574px;
    height: 45px;
    background: #f7f7f7;
    opacity: 1;
    border-radius: 4px;
    padding: 0 23px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 45px;
    margin-top: 26px
}

.dashboard-container .data-dashboard .personal-content .initegral[data-v-4173858e] {
    padding-bottom: 52px
}

.dashboard-container .data-dashboard .personal-content .initegral .el-col-5[data-v-4173858e] {
    text-align: center
}

.dashboard-container .data-dashboard .personal-content .integral-content[data-v-4173858e] {
    border-right: 2px solid #999;
    height: 83px;
    padding-top: 4px
}

.dashboard-container .data-dashboard .personal-content .integral-content .sum-integral[data-v-4173858e] {
    font-size: 24px;
    font-weight: 700;
    color: #333
}

.dashboard-container .data-dashboard .personal-content .integral-content .time-integral[data-v-4173858e] {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 17px
}

.dashboard-container .data-dashboard .personal-content .extension-list[data-v-4173858e] {
    padding: 0 120px
}

.dashboard-container .data-dashboard .personal-content .extension-list h3[data-v-4173858e] {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #333
}

.dashboard-container .data-dashboard .personal-content .extension-list .el-image[data-v-4173858e] {
    display: block;
    width: 280px;
    height: 165px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 28px
}

.dashboard-container .data-dashboard .personal-content .extension-list a[data-v-4173858e] {
    font-size: 20px;
    font-weight: 500
}

.dashboard-container .data-dashboard .personal-content .extension-list .text-right[data-v-4173858e] {
    padding-right: 26%
}

.open-content[data-v-4173858e] .el-form-item__label {
    font-size: 16px;
    color: #333
}

.open-content .roe-type[data-v-4173858e] {
    position: relative
}

.open-content .payment-tips[data-v-4173858e] {
    position: absolute;
    line-height: 1;
    font-size: 10px;
    color: #999;
    margin-top: 6px
}

.open-content .payment-tips span[data-v-4173858e]:first-child {
    margin-right: 39px
}

.open-content .please-select[data-v-4173858e] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 10px
}

.open-content .payment-info[data-v-4173858e] {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    padding-top: 25px
}

.open-content .matters-needing-attention[data-v-4173858e] {
    margin-bottom: 50px;
    padding-top: 10px;
    padding-left: 19px
}

.open-content .matters-needing-attention p[data-v-4173858e] {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding-left: 23px;
    margin-bottom: 7px
}

.open-content .matters-needing-attention[data-v-4173858e] .el-checkbox {
    margin-bottom: 15px;
    color: #333
}

.open-content .matters-needing-attention[data-v-4173858e] .el-checkbox__label {
    font-size: 16px !important
}

.open-content .matters-needing-attention[data-v-4173858e] .el-checkbox__inner {
    width: 16px;
    height: 16px
}

.open-content .matters-needing-attention[data-v-4173858e] .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #ee710f !important
}

.open-content .matters-needing-attention .el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-4173858e], .open-content .matters-needing-attention[data-v-4173858e] .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #ee710f;
    border-color: #ee710f
}

.open-content .matters-needing-attention[data-v-4173858e] .el-checkbox__inner:hover {
    border-color: #ee710f
}

.open-content .receivable > p[data-v-4173858e] {
    padding-left: 30px;
    line-height: 21px
}

.open-content .receivable[data-v-4173858e] .el-form-item {
    margin-bottom: 10px
}

.open-content .receivable[data-v-4173858e] .el-form-item__content, .open-content .receivable[data-v-4173858e] .el-form-item__label {
    line-height: 21px;
    font-size: 16px
}

.open-content .receivable[data-v-4173858e] .el-form-item__content {
    font-weight: 500
}

.open-content .clo-under[data-v-4173858e] {
    cursor: pointer
}

.input-recharge[data-v-4173858e] .el-input-group__prepend {
    padding: 0 7px
}

.input-recharge[data-v-4173858e] .el-input-group {
    width: 295px
}

.avatar-uploader[data-v-4173858e] .el-upload {
    border: 1px solid #707070;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
    width: 151px;
    margin: 23px auto 0 auto
}

.avatar-uploader[data-v-4173858e] .el-upload:hover {
    border-color: #ee710f
}

.avatar-uploader-icon[data-v-4173858e] {
    font-size: 28px;
    color: #8c939d;
    width: 149px;
    height: 52px;
    padding-top: 22px;
    margin-bottom: 5px;
    text-align: center
}

.upload-btn[data-v-4173858e] {
    height: 84px
}

p[data-v-4173858e] {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.avatar[data-v-4173858e] {
    width: 149px;
    height: 84px;
    display: block
}

.total-price[data-v-4173858e] {
    padding: 17px 24px;
    background: #f7f7f7
}

.total-price .time-data[data-v-4173858e] .el-input__inner {
    border: 0 solid #dcdfe6;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    background-color: #f7f7f7
}

.total-price .time-data .el-date-editor.el-input__inner[data-v-4173858e], .total-price .time-data[data-v-4173858e] .el-date-editor.el-input {
    width: 163px
}

.total-price .time-data[data-v-4173858e] .el-icon-date:before {
    content: ""
}

.total-price .time-data[data-v-4173858e] .el-icon-circle-close {
    display: none !important
}

.total-price .time-data[data-v-4173858e] .el-icon-circle-close:before {
    content: ""
}

.total-price .time-data > i[data-v-4173858e] {
    position: relative;
    left: -18px;
    z-index: 2;
    font-size: 25px;
    font-weight: 700;
    top: 3px
}

.total-price > p[data-v-4173858e] {
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.record-dialog[data-v-4173858e] .el-dialog__body {
    padding: 0
}

.record-dialog .record-list[data-v-4173858e] {
    padding: 0 25px
}

.record-dialog .record-list .record-info[data-v-4173858e] {
    font-size: 14px;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 10px
}

.record-dialog .record-list .item[data-v-4173858e] {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 13px
}

.record-dialog .record-list .item .record-title[data-v-4173858e] {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

.record-dialog .record-list .item .record-text[data-v-4173858e] {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1
}

.record-list-content[data-v-4173858e] {
    height: 350px;
    padding-bottom: 50px;
    overflow-y: auto;
    padding-right: 30px;
    margin-right: -10px
}

.record-list-content[data-v-4173858e]::-webkit-scrollbar {
    width: 10px
}

.record-list-content[data-v-4173858e]::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 2em
}

.record-list-content[data-v-4173858e]::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 2em
}

@media screen and (max-width: 1400px) {
    .dashboard-container .data-dashboard .personal-content .extension-list[data-v-4173858e] {
        padding: 0 60px
    }

    .dashboard-container .data-dashboard .personal-content .extension-list .el-image[data-v-4173858e] {
        width: 80%
    }

    .dashboard-container .data-dashboard .personal-content .extension-list .text-right[data-v-4173858e] {
        padding-right: 20%
    }
}

.tree-item[data-v-6a02befa] .el-form-item__content {
    height: auto
}

.account-content[data-v-83a206fe] {
    padding-right: 50px
}

.authority-content[data-v-6c3d5610] {
    padding: 25px 30px;
    min-height: 80vh
}

.authority-content .demo-form-inline button[data-v-6c3d5610] {
    background-color: #ee710f;
    border: 0 solid
}

.authority-content[data-v-0ec85f8d] {
    padding: 25px 30px
}

.authority-content .demo-form-inline button[data-v-0ec85f8d] {
    background-color: #ee710f;
    border: 0 solid
}

.authority-content .el-button--text[data-v-0ec85f8d] {
    color: #ee710f
}

.menu-content[data-v-0ec85f8d] {
    padding-right: 50px
}

.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
}
.viewPictureImgSrc{
    display: block;
    margin: auto;
    max-width: 100%;
}
