body {
    font-size: 14px;
}

.el-aside .el-scrollbar__wrap {
    overflow-x: hidden;
}

.el-aside h2 i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #37e;
    cursor: pointer;
}

.el-aside h2 i.switched {
    transform: rotateY(180deg);
}

.el-menu {
    border: none;
    min-width: 260px;
}

.el-menu--collapse {
    min-width: inherit;
}

.el-main,
.el-divider__text {
    background-color: #f8fafc;
}

.el-alert {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.t1 {
    position: relative;
    padding: 20px 0;
    line-height: 20px;
    font-size: 17px;
    font-weight: bold;
}

.t2 {
    position: relative;
    padding: 15px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
}

.t2:before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 0;
    width: 6px;
    background-color: #4299e1;
    border-radius: 2px;
}

.el-tag {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

