html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page_top {
    height: 100px;
    line-height: 100px;
    width: 100%;
    /* background-image: url(/image/index/top_banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    background-color: #2164b8;
}

.top_left {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.top_left p {
    /* margin-left: 50px;
    width: 130px; */
    height: 20px;
    line-height: 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.logo {
    vertical-align: middle;
}

.title {
    height: 30%;
    vertical-align: middle;
    margin-left: 10px;
}

.top_menu {
    padding: 0px !important;
    display: inline-block;
    vertical-align: top;
    color: white;
    background-color: transparent !important;
}

.top_menu li {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    cursor: pointer;
}

.top_menu .layui-nav-item:hover {
    background-color: #a7d4f7;
    transition: all 0.5s;
}

.menu_selected {
    background-color: #a7d4f7;
}

.menu_item {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 0;
    margin: 18px;
}

.menu_item img {
    width: 40px;
}

.menu_item span {
    display: inline-block;
    height: 24px !important;
    line-height: 24px !important;
}

.top_menu dl {
    left: -0px !important;
    top: 100px !important;
    width: 98px;
}

.top_right {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    height: 100px;
    line-height: 0px;
}

.alert {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: white;
    text-align: center;
    cursor: pointer;
    margin-right: 0px;
}

.alert div {
    display: inline-block;
    width: 100px;
    height: 64px;
    line-height: 0;
    margin: 18px;
}

.alert img {
    width: 40px;
}

.alert_number {
    border-radius: 50% !important;
    top: -9px;
    right: 16px;
    width: 18px;
    padding: 0 !important;
}

.alert_text {
    display: inline-block;
    height: 20px !important;
    line-height: 20px !important;
}

.system {
    display: inline-block;
    vertical-align: top;
    color: white;
}

.system img {
    width: 20px;
    margin-right: 5px;
}

.system a {
    display: inline-block;
    color: white;
    width: 110px;
}

.userinfo {
    float: right;
    margin-right: 33px;
    height: 40px;
    line-height: 40px;
}

.username {
    font-size: 18px;
    font-weight: bold;
}

.right_btn {
    line-height: 25px;
    margin-left: 5px;
}

.page_bottom {
    width: 100%;
    position: absolute;
    top: 100px;
    bottom: 0px;
    left: 0px;
}

.page_left {
    width: 225px;
    height: 100%;
    vertical-align: top;
    float: left;
    background-color: #393D49;
    border: none !important;
    margin: 0px !important;
}

.page_left .layui-tab-title {
    border: none;
}

.page_left .layui-tab-title li {
    width: 130px;
    background-color: #2c51aa;
    color: white;
    margin: 0 !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    box-sizing: border-box;
}

.page_left .layui-tab-title .layui-this {
    background-color: #1a3c86 !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.dept_search {
    height: 40px;
    margin-top: 10px;
}

#deptSearch {
    display: inline-block;
    width: 170px;
    margin-left: 10px;
    margin-right: 2px;
    background-color: #2c51aa;
    color: white;
}

::-webkit-input-placeholder {
    color: #bababa;
}

#deptSearchBtn {
    width: 70px;
    vertical-align: top;
    background-color: white;
    color: #2c51aa;
}

#deptTree {
    overflow: auto;
    position: absolute;
    top: 95px;
    bottom: 0px;
    left: 0px;
    color: white;
}

.left_query {
    text-align: center;
}

#queryBtn {
    width: 100px;
    vertical-align: top;
    background-color: white;
    color: #2c51aa;
    margin: 10px 0px;
    margin-left: 20px;
}

.left_query .layui-form-label {
    width: 75px;
    padding-left: 5px;
    padding-right: 10px;
    color: white;
}

.left_query .layui-input-inline {
    width: 150px !important;
}

.content {
    height: 100%;
    margin-left: 225px;
}

#frame {
    width: 100%;
    height: 100%;
}

.change_pwd {
    display: none;
}

#pwdForm {
    margin: 20px;
    text-align: center;
}

.hide_left {
    width: 50px;
    height: 100px;
    display: inline-block;
}

.hide_left i {
    color: white;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}

#leftMenu {
    width: 225px;
}

#leftMenu .layui-nav-item a {
    padding-left: 40px;
}

#leftMenu .layui-nav-item a i {
    position: absolute;
    left: 15px;
}