.card[data-v-7f45ad00]{padding:20px 0px;height:400px;overflow:auto}.card .card-item[data-v-7f45ad00]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card .card-item .card-item-left img[data-v-7f45ad00]{height:50px;width:50px;margin-right:10px}.card .card-item[data-v-7f45ad00]{margin-bottom:15px}.heard[data-v-7f45ad00]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e6e6e6;padding-bottom:10px}.header[data-v-7f45ad00]{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:55px;font-size:22px;color:#fff}.collapse-btn[data-v-7f45ad00]{float:left;padding:0 21px;cursor:pointer;line-height:55px}.header .logo[data-v-7f45ad00]{float:left;width:250px;line-height:55px;font-size:20px}.header-right[data-v-7f45ad00]{float:right;padding-right:50px}.header-user-con[data-v-7f45ad00]{display:-webkit-box;display:-ms-flexbox;display:flex;height:55px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-nav[data-v-7f45ad00]{color:#fff}.btn-fullscreen[data-v-7f45ad00]{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-right:5px;font-size:24px}.btn-bell[data-v-7f45ad00],.btn-fullscreen[data-v-7f45ad00]{position:relative;width:30px;height:30px;text-align:center;border-radius:15px;cursor:pointer}.btn-bell-badge[data-v-7f45ad00]{position:absolute;right:0;top:-2px;width:8px;height:8px;border-radius:4px;background:#f56c6c;color:#fff}.btn-bell .el-icon-bell[data-v-7f45ad00]{color:#fff}.user-name[data-v-7f45ad00]{margin-left:10px}.user-avator[data-v-7f45ad00]{margin-left:20px}.user-avator img[data-v-7f45ad00]{display:block;width:35px;height:35px;border-radius:50%}.el-dropdown-link[data-v-7f45ad00]{color:#fff;cursor:pointer}.el-dropdown-menu__item[data-v-7f45ad00]{text-align:center}
.sidebar[data-v-74744c69]{display:block;position:absolute;left:0;top:55px;bottom:0;overflow-y:scroll}.sidebar[data-v-74744c69]::-webkit-scrollbar{width:0}.sidebar-el-menu[data-v-74744c69]:not(.el-menu--collapse){width:250px}.sidebar-el-menu .is-active .el-submenu__title span[data-v-74744c69],.sidebar-el-menu .is-active .el-submenu__title i[data-v-74744c69]{color:#409eff !important}.sidebar-el-menu .is-active .el-menu .is-active[data-v-74744c69]{background:rgba(64,158,255,.2) !important;color:#409eff !important}.sidebar-el-menu .is-opened[data-v-74744c69]{color:#409eff !important}.sidebar>ul[data-v-74744c69]{height:100%}

.tags {
    position: relative;
    height: 30px;
    overflow: hidden;
    background: #fff;
    padding-right: 120px;
    -webkit-box-shadow: 0 5px 10px #ddd;
            box-shadow: 0 5px 10px #ddd;
}
.tags ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.tags-li {
    float: left;
    margin: 3px 5px 2px 3px;
    border-radius: 3px;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
    height: 23px;
    line-height: 23px;
    border: 1px solid #e9eaec;
    background: #fff;
    padding: 0 5px 0 12px;
    vertical-align: middle;
    color: #666;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tags-li:not(.active):hover {
    background: #f8f8f8;
}
.tags-li.active {
    color: #fff;
}
.tags-li-title {
    float: left;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
    color: #666;
}
.tags-li.active .tags-li-title {
    color: #fff;
}
.tags-close-box {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 1px;
    text-align: center;
    width: 110px;
    height: 30px;
    background: #fff;
    -webkit-box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1);
            box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

