::-webkit-scrollbar {
    /* 1 */
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.11);
    padding: 0;
    border: none;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    padding: 0;
    border: none;
}

body {
    background: #f5f7f9;
    position: relative;
}

body > .sidebar .logo {
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #FFFFFF;
}

body > .sidebar .home-link {
    font-size: 18px;
    color: #fff;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body > .sidebar .sidebar-1 {
    position: fixed;
    top: 0;
    left: 0;
    background: #242644;
    width: 9rem;
    height: 100%;
    z-index: 100;
    overflow: auto;
    font-size: 18px;
    font-weight: bold;
}

body > .sidebar .sidebar-1::-webkit-scrollbar {
    display: none;
}

body > .sidebar .sidebar-2 {
    position: fixed;
    top: 0;
    left: 9rem;
    background: #fff;
    width: 9rem;
    height: 100%;
    border-right: 1px solid #eee;
    font-size: .9rem;
    overflow: hidden;
    z-index: 100;
    text-align: center;
    font-weight: bold;
}

body > .sidebar .sidebar-1 .nav-item,
body > .sidebar .sidebar-2 .nav-item {
    display: block;
    padding: 30px 8px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    text-decoration: none;
}

body > .sidebar .sidebar-1 .nav-item {
    color: #ddd;
}

body > .sidebar .sidebar-1 .nav-item:hover {
    background: rgba(0, 0, 0, .5);
}

body > .sidebar .sidebar-1 .nav-item .nav-icon {
    font-size: 1.3rem;
    width: 1rem;
    height: 1.143rem;
    line-height: 1;
    display: inline-block;
    margin-right: 4px;
    color: #fff;
    transform: translateY(1px);
}

body > .sidebar .sidebar-1 .nav-item .nav-item-text {
    position: relative;
    z-index: 20;
}


body > .sidebar .sidebar-1 .nav-item.active {
    color: #444;
    position: relative;
}

body > .sidebar .sidebar-1 .nav-item.active:after {
    content: url(/statics/mch/images/nav-active.png);
    position: absolute;
    right: 0;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

body > .sidebar .sidebar-1 .nav-item.active:first-child:after {
    content: url(/statics/mch/images/nav-active-2.png);
    position: absolute;
    right: 0;
    z-index: 10;
    top: 80%;
    transform: translateY(-50%);
    pointer-events: none;
}

body > .sidebar .sidebar-1 .nav-item.active .nav-icon {
    color: #00a0e9;
}

body > .sidebar .sidebar-2 .current-menu-name {
    height: 50px;
    line-height: 50px;
    padding: 0 16px 0 24px;
    border-bottom: 1px solid;
    border-color: #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    border-bottom: 3px solid #242644;
}

body > .sidebar .sidebar-2 .sidebar-content {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 50px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 7px;
}

body > .sidebar .sidebar-2 .nav-item {
    padding: 10px 16px 10px 16px;
    color: #444;
    position: relative;
    margin: 10px 0;
}

body > .sidebar .sidebar-2 .nav-top {
    padding: 5px 16px 5px 16px;
    color: #444;
    position: relative;
    margin: 10px 0;
}

body > .sidebar .sidebar-2 .nav-item:hover {
    background: rgba(0, 0, 0, .05);
    border-radius: 32px;
    background: #F0F0F2;
}

body > .sidebar .sidebar-2 .nav-item .nav-pointer {
    position: absolute;
    left: 6px;
    top: 16px;
    font-size: 1rem;
    margin-top: -4px;
    margin-left: 8px;
    color: #777;
}

body > .sidebar .sidebar-2 .nav-item.active {
    border-radius: 32px;
    background: #F0F0F2;
    box-shadow: 2px 2px 5px #adadad;
}

body > .sidebar .sidebar-2 .nav-top.active {
    border-radius: 32px;
    background: #F0F0F2;
    box-shadow: none;
}

body > .sidebar .sidebar-2 .nav-item.active .nav-pointer {
    transform: rotate(90deg);
    margin-top: -4px;
    margin-left: 8px;
}

body > .sidebar .sidebar-2 .sub-item-list {
    display: none;
}

body > .sidebar .sidebar-2 .sub-item-list .nav-item {
    color: #777;
}

body > .sidebar .sidebar-2 .nav-item.active + .sub-item-list {
    display: block;
}

body > .sidebar .sidebar-2 .sub-item-list .nav-item:hover {
    background: rgba(20, 129, 221, 0.1);
}

body > .sidebar .sidebar-2 .sub-item-list .nav-item.active {
    background: rgba(20, 129, 221, 0.1);
    color: #00a0e9;
}

body > .sidebar .sub-item-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body > .main {
    margin: 0 0 0 9rem;
    padding-top: 50px;
}

body > .main {
    margin-left: 18rem;
}

body > .main .main-header {
    height: 50px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 18rem;
    right: 0;
    border-bottom: 1px solid #eee;
    z-index: 100;
}

body > .main .main-header .btn {
    height: 49px;
    line-height: 49px;
    border-radius: 0;
    border: none;
    padding: 0 24px;
    border-right: 1px solid #eee;
    background: #fff;
    color: #292b2c;
    font-weight: 400;
    margin-left: 0;
}

body > .main .main-header .totalNum {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 999px;
    display: inline-block;
    background-color: #ff4544;
    color: #fff;
}

body > .main .main-header .btn:focus,
body > .main .main-header .btn:hover {
    box-shadow: none;
    background: #f6f6f6;
}

body > .main .main-body {
    padding: 1rem;
}

.img-qrcode {
    width: 300px;
}

.panel {
    padding: 0 1rem;
    background: #fff;
    border-radius: 5px;
}

.panel .panel-header {
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
    height: 50px;
    overflow: hidden;
}

.panel .panel-body {
    padding: 1rem 0;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.form-group-label {
    width: 180px;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

label.required {
    position: relative;
}

.upload-preview {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    overflow: hidden;
    margin: 5px 0;
    float: left;
    margin-right: 4px;
}

.upload-preview .upload-preview-tip {
    position: absolute;
    top: 2px;
    left: 4px;
    font-size: .65rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 -1px 0 rgba(255, 255, 255, 0.75), 1px 0 0 rgba(255, 255, 255, 0.75), -1px 0 0 rgba(255, 255, 255, 0.75);
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.25;
}

.upload-preview .upload-preview-img {
    max-width: 100%;
    max-height: 100%;
    margin: auto auto;
}

.input-hide .tip-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: .35rem .7rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .15rem;
    color: #636c72;
}

.input-hide {
    position: relative;
}

.panel .panel-header .nav.nav-right {
    float: right;
}

.panel .panel-header .nav {
    margin-top: -0.5rem;
    float: left;
}

.common-file-dialog .left {
    max-width: 153px;
    width: 300px;
    border: 1px solid #eee;
    background-color: #f4f5f9;
}

.common-file-dialog .left .item.active {
    background-color: #fff;
}

.common-file-dialog .left .item {
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    cursor: pointer;
}

.common-file-dialog .item-icon {
    width: 1rem;
    height: 1rem;
    line-height: 1;
    font-size: 1.3rem;
}

.common-file-dialog .file-item {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    float: left;
    transition: 150ms;
}

.common-file-dialog .file-cover {
    max-width: 100%;
    max-height: 100%;
    margin: auto auto;
}

.common-file-dialog .file-item .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    background-image: url(/statics/images/icon-file-gou.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.common-file-dialog .file-list .file-item {
    position: relative;
}

.common-file-dialog .left .item:hover {
    background-color: #fff;
}

.upload-preview .file-item-delete {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4544;
    color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.1rem;
    text-align: center;
    border-radius: 0 2px 0 2px;
    cursor: pointer;
    opacity: .25;
    border: 1px solid #ee4140;
    z-index: 2;
}

.upload-preview:hover .file-item-delete {
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.upload-preview-list {
    position: relative;
}

.my-breadcrumb.breadcrumb {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.back-btn {
    margin-left: 30px;
}

.el-table, .el-table thead {
    color: #444;
}

.el-tabs__item {
    color: #444;
}

.el-radio {
    margin-bottom: 0;
}

.el-radio,
.el-radio__label,
.el-input,
.el-radio--medium.is-bordered .el-radio__label {
    color: inherit;
}

.el-radio__inner {
    width: 16px;
    height: 16px;
}

.el-radio__inner::after {
    width: 6px;
    height: 6px;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #007BFF;
    background: #007BFF;
}

.el-radio__inner {
    border: 1px solid #ADB5BD;
}

.hidden {
    display: none;
}

.notify-box {
    width: 200px;
}

.experience-label {
    border: 1px solid #007bff;
    border-radius: 2px;
    color: #007bff;
    padding: 2px 4px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
}

.sidebar-mini > .sidebar .sidebar-1 {
    width: 80px;
}

.sidebar-mini > .sidebar .sidebar-2 {
    display: none;
}

.sidebar-mini > .main {
    margin-left: 80px !important;
}

.sidebar-mini > .main .main-header {
    left: 80px;
}

@media screen and (max-width: 1400px) {
    body > .sidebar .sidebar-2 .nav-item .nav-pointer {
        left: 0px;
    }

    body > .sidebar .sidebar-1 {
        font-size: 16px;
    }

    body > .sidebar .sidebar-2 .sidebar-content {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    body > .sidebar .sidebar-2 .nav-item .nav-pointer {
        left: -7px;
    }

    body > .sidebar .sidebar-1 {
        font-size: 14px;
    }

    body > .sidebar .sidebar-2 .sidebar-content {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    body > .sidebar .sidebar-2 .nav-item .nav-pointer {
        left: -7px;
    }

    body > .sidebar .sidebar-1 {
        font-size: 14px;
    }

    body > .sidebar .sidebar-2 .sidebar-content {
        font-size: 14px;
    }
}