* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

#app {
    height: 100%;
}
.header>div{
    display:inline-block;
}
.header .imgWrap img,.header .imgWrapx img{
    width:30px;
}
.header .imgWrap,.header .imgWrapx{
    width:30px;
    height:30px;
    margin-right:20px;
}
.header .imgWrap{
    margin-left:50px;
}
.header .imgWrapx{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius:50%;
    overflow:hidden;
    position:relative;
}
.header .imgWrapx img{
    background-color:#dadada;
    position:absolute;
    left:-1px;
    top:0;
}
.inline-input input{
    width:200px;
}
/* 移入，聚焦背景色改变 */
.el-menu-item:hover,.el-menu-item:focus{
    background: #24618d!important;
}
.el-submenu__title:hover{
    background: #24618d!important;
}
.index {
    width: 100%;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display: flex;
    height: 100%;
}
.el-menu{
    width:150px;
}
.index .left_nav>.el-row,.index .left_nav>.el-row>div,.index .left_nav>.el-row>div>ul{
    height:100%;
}
.rightcontent {
    width: calc(100% - 150px);
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.show_area{
    width:100%;
    height:calc(100% - 48px);
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.fixbox{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.rightcontent .r_left {
    height: 100%;
    -webkit-flex:1;
    -moz-flex:1;
    -ms-flex:1;
    -o-flex:1;
    flex: 1
}

.rightcontent .r_left {
    width: 100%;
}

.rightcontent .r_left .top {
    height: 42px;
    background-color:#e2e6ee;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content: space-between
}

.rightcontent .r_left .bottom {
    height: calc(100% - 60px);
    overflow-x: auto;
    overflow-y:hidden;
    position:relative;
}

.rightcontent .r_right {
    max-width: calc(100% - 200px);
    min-width: 200px;
    height: 100%;
    position: relative;
    border-left:1px solid #333;
}

.rightcontent .r_right .top {
    width: 100%;
    height: 42px;
    background-color:#e2e6ee;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content: space-between
}

.rightcontent .r_right .bottom {
    height: calc(100% - 60px);
    overflow-x: auto;
    overflow-y:hidden;
    position:relative;
}

.open_and_close {
    display:inline-block;
    width: 100px;
    cursor: pointer;
}

.line {
    width: 4px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: -4px;
    top: 0;
    cursor: col-resize;
    opacity: 0;
}

.line:hover {
    opacity: 0.5;
}

