html {
    width: 100%;
    height: 100vh;
}

body {
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: whitesmoke;
    height: 100%;
    overflow: hidden;
}

* {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.navigation {
    height: 100vh;
    width: 200px;
    /* background-color: #304156; */
}


.logoimg {
    height: 60px;
    text-align: center;
}

.logoimg img {
    margin: 0 auto;
    width: 120px;
}

.left {
    height: 100%;
    width: 200px;
    /* background-color: #42485A; */
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.left::-webkit-scrollbar {
    display: none;
}

.left a {
    text-decoration: none;
    /* color: white; */
    font-size: 14px;
    margin-left: 10px;
}

.top {
    min-width: 920px;
    height: 60px;
    /* background-color: #304156; */
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 210px;
    right: 0px;
}

.personal {
    display: contents;
}

.personal i {
    /* color: white; */
    margin-left: 25px;
    margin-right: 5px;
    font-size: 18px;
}

.rightMain {
    position: absolute;
    top: 70px;
    left: 210px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    min-width: 920px;
}

.top .hrpnm {
    /* color: white; */
    font-size: 18px;
    line-height: 60px;
    margin-left: 20px;
    flex-grow: 1;
    font-weight: 600;
}

.top a {
    /* color: white; */
    line-height: 60px;
    text-decoration: none;
}

#messge {
    font-size: 16px;
    margin-left: 1400px;
    cursor: pointer;
}

.center {
    height: 100%;
}

.center iframe {
    /* height: 850px; */
    width: 100%;
    height: 95%;

    border: none;
}

table td {
    vertical-align: top;
}

#hide {
    width: 20px;
    height: 20px;
}

#drop {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 68px;
    left: 1505px;
    height: 330px;
    width: 400px;
    border: 1px solid #777;
    background: #f3f3f3;
    display: inline-block;
}

.date {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 150px;
    height: 30px;
    font-size: 14px;
    color: #555;
    border-right: 1px solid #777;
    text-align: center;
    line-height: 30px;
}

.operation {
    padding: 0;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 249px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 400px;
    height: 30px;
    font-size: 0;
    line-height: 30px;
    border-bottom: 1px solid #777;
    cursor: pointer;
}

.unread {
    display: inline-block;
    width: 199px;
    text-align: center;
    border-right: 1px solid #777;
    color: #555;
    font-size: 16px;
    background: #fff;
}

.read {
    display: inline-block;
    width: 200px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #c9c9c9;
}

#data {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 400px;
    height: 300px;
    font-size: 0;
    margin-top: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}

.icon {
    display: inline-block;
    width: 400px;
    height: 30px;
}

.icon:hover {
    background: #eeeeee;
    cursor: pointer;
}

.icon>* {
    border-bottom: 1px solid #777;
    vertical-align: middle;
}

.remind {
    position: relative;
    right: 2px;
    top: -8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    font-size: 6px;
    background: red;
    color: #fff;
}

#shade {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 920px;
    background: transparent;
}

#reset {
    cursor: pointer;
}

#user,
#work {
    font-size: 14px;
}

#exit {
    cursor: pointer;
    font-size: 14px;
    color: white;
    margin-right: 50px;
}

.daohang {
    /* width: 1718px;
    border-bottom: solid 1px #999; */
    height: 40px;
    border-bottom: 1px solid gainsboro;
    /* background-color: whitesmoke; */
}

.con {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
    height: 45px;
}

.con li {
    display: inline-block;
    margin: 0px;
    padding: 0;
    height: 40px;
}

.con li a {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif, "����";
    color: #42485a;
    font-size: 14px;
}

.ts {
    color: aqua;
}

.file {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.menu_icon {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 25px;
}

.wytlogo {
    height: 65px;
    width: auto;
    margin-left: 20px;
}

.xlogo {
    width: 16px;
    height: auto;
    margin-right: 3px;
    margin-left: 40px;
}

.tree {
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
    /* background-color: #42485A; */
}

.sub_menu {
    transition: all ease 1s;
    list-style: none;
    display: inline-block;
    height: 0;
    overflow: hidden;
}

.tree li:hover {
    background-color: #1890FF;
    /* border-left: 8px solid red; */
    border-right: 3px solid #42485A;


}

.tree li::after {
    content: "";
    width: 25px;
    height: 18px;
    background-image: url("../img/arrow-right.png");
    background-size: 100% 100%;
    float: right;
    margin-right: 25px;
}

.active {
    background-color: #1890FF;
    /* border-left: 8px solid red; */
    border-right: 3px solid #42485A;

}


.tree li a {
    display: inline-block;
    height: 50px;
    width: 200px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 50px;
}

.tree li a:hover {
    /* color: white; */
    font-family: 微软雅黑;
    font-weight: 800;
}

ol {
    list-style: none;
}

/* 深色 */

.theme1 .navigation {
    background-color: #304156;
}

.theme1 .left a {
    color: white;
}

.theme1 .top {
    background-color: #304156;
}

.theme1 .top .hrpnm {
    color: white;
}

.theme1 .top a {
    color: white;
}

.theme1 #exit {
    color: white;
}

.theme1 .personal i {
    color: white;
}

/* 浅色  白色*/
.theme2 .navigation {
    background-color: white;
}

.theme2 .left a {
    color: #4f383e;
}

.theme2 .top {
    background-color: white;
}

.theme2 .top .hrpnm {
    color: #0A3F89;
}

.theme2 .top a {
    color: #0A3F89;
}

.theme2 #exit {
    color: #0A3F89;
}

.theme2 .personal i {
    color: #0A3F89;
}

.theme2 .tree {
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
    /* background-color: #42485A; */
}

.theme2 .sub_menu {
    transition: all ease 1s;
    list-style: none;
    display: inline-block;
    height: 0;
    overflow: hidden;
}

.theme2 .tree li:hover {
    background-color: #e2e1e4;
    border-left: 8px solid red;
    border-right: 3px solid #42485A;


}

.theme2 .tree li::after {
    content: "";
    width: 25px;
    height: 18px;
    background-image: url("../img/arrow-right.png");
    background-size: 100% 100%;
    float: right;
    margin-right: 25px;
}

.theme2 .active {
    background-color: #e2e1e4;
    border-left: 8px solid red;
    border-right: 3px solid #42485A;

}


.theme2 .tree li a {
    display: inline-block;
    height: 50px;
    width: 200px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 50px;
}

.theme2 .tree li a:hover {
    /* color: white; */
    font-family: 微软雅黑;
    font-weight: 800;
}

.theme2 ol {
    list-style: none;
}

.companyNm {
    font-size: 16px;
}

.menu-item .menu_icon {
    width: 32px;
}

.menu-item-group.active::after {
    transform: rotate(90deg);
}