html,body{
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.main{
    height: 100%;
}
.main .el-container{
    height: 100%;
 }
.main .el-aside{

}
.main .el-main{
    position: relative;
    padding: 0!important;
}

.main .logo{
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 50px;
    box-sizing: border-box;
}
.main .logo img{
    margin-right: 10px;
}
.main .logo .text{
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #2f2f2f;
}

.main .el-menu{
    border: none;
}

.main .el-header{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.main .el-header .tablist{
    display: flex;
    align-items: center;
    overflow: auto;
}
.main .el-header .tablist .el-tag{
    margin-right: 5px;
    cursor: pointer;
}
.main .el-header .tablist .active{
    color: #409EFF;
}
.main .el-header .account{
    display: flex;
    justify-content: flex-end;
}
.main .el-header .account .name{
    line-height: 48px;
    font-weight: bold;
    cursor: pointer;
}
.main .el-header .account .headpic{
    padding: 10px;
    width: 48px;
    height: 100%;
    box-sizing: border-box;
}
.main .el-header .account .headpic img{
    width: 100%;
}
.main .tabbox{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
}
.tabboxact{
    z-index: 10 !important;
}