﻿body {
    font: 'Microsoft YaHei',Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-text-size-adjust: 100% !important;
    color: #404040;
    font-size: 14px;
    font-family: 微软雅黑;
}

.divrowone {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0.3rem;
}

#container {
    width: 100%;
    z-index: 1;
}

[v-cloak] {
    display: none;
}

#consolehead {
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    border-bottom: solid 1px #F0F0F0;
    background-color: #fff;
}

    #consolehead .headone {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        padding-left: 10px;
        width:250px;
    }

        #consolehead .headone img {
            vertical-align: middle;
            height: 40px;
            margin-bottom: 4px;
        }

    #consolehead .headtwo {
        width: calc(100% - 300px);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        #consolehead .headtwo .headtwoone {
            font-size: 16px;
            font-weight: 700;
            color: #5F5F5F;
            letter-spacing: 3px;
        }

        #consolehead .headtwo .headtwotwo {
            font-size: 14px;
            color: #66667D;
        }

#consolenavigation {
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
}

    #consolenavigation > div:nth-child(1) {
        width: 200px;
        background-color: #E9E9EA;
        text-align: center;
        border-bottom: solid 1px #fff;
    }

    #consolenavigation > div:nth-child(2) {
        width: calc(100% - 200px);
        display: -webkit-flex;
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        -webkit-flex-direction: row;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

#bodysubject {
    display: -webkit-flex;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#bodyleft {
    width: 200px;
    overflow-x: hidden; /*x轴禁止滚动*/
    overflow-y: scroll; /*y轴滚动*/
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    background-color: #E9E9EA;
}

    #bodyleft::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }

#bodyright {
    width: calc(100% - 205px);
}

.menutitleone {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    border-bottom: dotted 1px #fff;
    padding-right: 10px;
    cursor: pointer;
}

.menutitletwo {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    border-bottom: dotted 1px #fff;
    color: #535353;
    padding-right: 10px;
    cursor: pointer;
}

.menutitleonep {
    display: block;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 15px;
    border-left: 6px solid #2B6FB6;
    text-align: left;
    padding-right: 10px;
}

.menutitletwop {
    display: block;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 20px;
    text-align: left;
    padding-right: 10px;
}

.consolemenuul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: #E9E9EA;
}

    .consolemenuul li {
        padding-left: 46px;
        height: 50px;
        line-height: 50px;
        color: #575D6C;
        font-size: 15px;
        border-bottom: dotted 1px #fff;
        cursor: pointer;
    }

.menuliclass {
    color: #F2D362;
}

.down-arrow {
    width: 10px;
    height: 10px;
}

    .down-arrow:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-right: 1px solid #3487DE;
        border-top: 1px solid #3487DE;
        -webkit-transform: rotate(135deg); /*箭头方向可以自由切换角度*/
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

#toolbarid {
    margin-top: 8px;
}

.downpanel .layui-select-title span {
    line-height: 38px;
}

/*继承父类颜色*/
.downpanel dl dd:hover {
    background-color: inherit;
}

.usersetclass {
    display: block;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
    color: #575D6C;
    font-size: 14px;
}

.down-userset {
    width: 6px;
    height: 6px;
}

    .down-userset:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #575D6C;
        border-top: 1px solid #575D6C;
        -webkit-transform: rotate(45deg); /*箭头方向可以自由切换角度*/
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#slidemsginfo {
    height: 58px;
    width: 300px;
    color: whitesmoke;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 20px;
    font-size: 13px;
    font-weight: bold;
}

