[v-cloak]{
    display:none;
}
/*************************头部****************************/
.header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    font-size: 22px;
    color: #fff;
}
.collapse-btn {
    float: left;
    padding: 0 21px;
    cursor: pointer;
    line-height: 70px;
}
.header .logo {
    float: left;
    /*width: 250px;*/
    min-width: 200px;
    line-height: 70px;
}
.header-right {
    float: right;
    padding-right: 30px;
}
.header-user-con {
    display: flex;
    height: 70px;
    align-items: center;
}
.btn-fullscreen {
    transform: rotate(45deg);
    margin-right: 5px;
    font-size: 24px;
}
.btn-bell,
.btn-fullscreen {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}
.btn-bell-badge {
    position: absolute;
    right: 0;
    top: -2px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #f56c6c;
    color: #fff;
}
.btn-bell .el-icon-bell {
    color: #fff;
}
.user-name {
    margin-left: 8px;
}
.user-avator {
    margin-left: 8px;
}
.user-avator img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.el-dropdown-link {
    color: #fff;
    cursor: pointer;
}
.el-dropdown-menu__item {
    text-align: center;
}

/*************************Sidebar****************************/
.sidebar {
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0;
    overflow-y: scroll;
}
.sidebar::-webkit-scrollbar {
    width: 0;
}
.sidebar-el-menu:not(.el-menu--collapse) {
    /*width: 250px;*/
    width: 215px;
}
.sidebar > ul {
    height: 100%;
}

/*************************Tags****************************/

.tags {
    position: relative;
    height: 30px;
    overflow: hidden;
    background: #fff;
    padding-right: 120px;
    box-shadow: 0 5px 10px #ddd;
}

.tags ul {
    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;
    -moz-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;
    box-sizing: border-box;
    padding-top: 1px;
    text-align: center;
    width: 110px;
    height: 30px;
    background: #fff;
    box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
/***********************dialog***************************/
.dialog-div-left{
    width: 25%;
    display: inline-block;
    /*border-right: 1px solid #ddd;*/
    padding: 0 0 15px 0;
    vertical-align: top;
}
.dialog-div-right{
    width: 72%;
    display: inline-block;
    vertical-align: top;
    padding:0 0 15px 0;
}
.dialog-div-left .tree{
    max-height: 370px;
    width: 100%;
    overflow-y: auto;
}
/***********************dialog***************************/
.dialog-div-left45{
    width: 45%;
    display: inline-block;
    /*border-right: 1px solid #ddd;*/
    padding: 0 0 15px 0;
    vertical-align: top;
}
.dialog-div-right52{
    width: 52%;
    display: inline-block;
    vertical-align: top;
    padding:0 0 15px 0;
}
a{
    color: #303133;
}
.rotate-180 {
    transform: rotate(180deg);
}
.show-header{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #fff;
    padding-top: 14px;
    background-color: #02629c;
}
.show-header .item-min{
    width: 10%;
    display: inline-block;
}
.show-header .item-medium{
    width: 16%;
    display: inline-block;
}
.show-header .item{
    width: 18%;
    display: inline-block;
}
.top55{
    top: 55px !important;
}
.show-header .item-min .back{
    padding-left: 10px;
    font-size: 20px;
}
.show-title{
    line-height: 32px;
    font-size: 18px;
    text-align: center;
}
.show-content{
    white-space: pre-line;
    line-height: 24px;
}
.show-content .pdf{
    border:0px;
    width: 100%;
    min-height: 525px;
}