@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
span,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-text-size-adjust: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
html,
body {
    font-size: 14px;
    height: 100%;
    background: #f4f4f4;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 0;
    background: #fff;
}
ins,
a {
    text-decoration: none;
    transition: color .1s ease;
    -webkit-transition: color .1s ease;
    color: #444444;
}
a:link,
a:visited {
    text-decoration: none;
}
/*--滚动条样式--*/
input::-ms-clear {
    display: none;
}
input[type=button],
input[type=text],
input[type=password],
[type=tel],
[type=number],
[type=url],
[type=email],
button,
textarea {
    border: none;
    -webkit-appearance: none;
    outline: none;
}
input::-webkit-input-placeholder {
    font-weight: normal;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
h2 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 15px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.time {
    float: right;
    font-size: 12px;
    color: #888;
}
.flex-container {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    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;
    height: 100%;
}
.flex-content {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-flex: 1 1 50px;
    -moz-box-flex: 1 1 50px;
    -webkit-flex: 1 1 50px;
    -ms-flex: 1 1 50px;
    flex: 1 1 50px;
    height: 100%;
}
/*
 * font-icon.less
 * v1.1.1 MIT License
 * Copyright (c) 2018-5-11 Gjb, Inc.
 *
*/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?pjy1gn');
    src: url('fonts/icomoon.eot?pjy1gn#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?pjy1gn') format('truetype'), url('fonts/icomoon.woff?pjy1gn') format('woff'), url('fonts/icomoon.svg?pjy1gn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-correct:before {
    content: "\e900";
}
.icon-close-2:before {
    content: "\e901";
}
.icon-qp2:before {
    content: "\e902";
}
.icon-qp:before {
    content: "\e903";
}
.icon-xtbg:before {
    content: "\e904";
}
.icon-qxgl:before {
    content: "\e905";
}
.icon-xtbg-2:before {
    content: "\e906";
}
.icon-qxgl-2:before {
    content: "\e907";
}
.icon-change:before {
    content: "\e908";
}
.icon-cg2:before {
    content: "\e909";
}
.icon-search:before {
    content: "\e90a";
}
.icon-search2:before {
    content: "\e90b";
}
.icon-cw:before {
    content: "\e90c";
}
.icon-cg:before {
    content: "\e90d";
}
.icon-xmgl:before {
    content: "\e90e";
}
.icon-xzgl:before {
    content: "\e90f";
}
.icon-xsgl:before {
    content: "\e910";
}
.icon-signOut:before {
    content: "\e911";
}
.icon-admin:before {
    content: "\e912";
}
.icon-privacy:before {
    content: "\e913";
}
.icon-userData:before {
    content: "\e914";
}
.icon-add:before {
    content: "\e915";
}
.icon-box:before {
    content: "\e916";
}
.icon-menu2:before {
    content: "\e917";
}
.icon-examine2:before {
    content: "\e918";
}
.icon-home2:before {
    content: "\e919";
}
.icon-more:before {
    content: "\e91a";
}
.icon-user:before {
    content: "\e91b";
}
.icon-flow:before {
    content: "\e91c";
}
.icon-purchase:before {
    content: "\e91d";
}
.icon-money2:before {
    content: "\e91e";
}
.icon-project:before {
    content: "\e91f";
}
.icon-collection:before {
    content: "\e920";
}
.icon-examine:before {
    content: "\e921";
}
.icon-confirm:before {
    content: "\e922";
}
.icon-money:before {
    content: "\e923";
}
.icon-order:before {
    content: "\e924";
}
.icon-custom:before {
    content: "\e925";
}
.icon-notice:before {
    content: "\e926";
}
.icon-time:before {
    content: "\e927";
}
.icon-menu:before {
    content: "\e928";
}
.icon-need:before {
    content: "\e929";
}
.icon-out:before {
    content: "\e92a";
}
.icon-home:before {
    content: "\e92b";
}
/*
 * flex.less
 * v1.2.0 MIT License
 * http://www.moonlight313.cn
 * Copyright (c) 2016.7.8 Moonlight, Inc.
 *
*/
.display {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.box_orient {
    /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.align_items_center {
    /*垂直居中*/
    /*老版本语法*/
    -webkit-box-align: center;
    -moz-box-align: center;
    /*混合版本语法*/
    -ms-flex-align: center;
    /*新版本语法*/
    -webkit-align-items: center;
    align-items: center;
}
.justify_content_center {
    /*水平居中*/
    /*老版本语法*/
    -webkit-box-pack: center;
    -moz-box-pack: center;
    /*混合版本语法*/
    -ms-flex-pack: center;
    /*新版本语法*/
    -webkit-justify-content: center;
    justify-content: center;
}
.justify_content_space_between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_flow {
    flex-flow: wrap;
    -ms-flex-flow: wrap;
}
header {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*垂直居中*/
    /*老版本语法*/
    -webkit-box-align: center;
    -moz-box-align: center;
    /*混合版本语法*/
    -ms-flex-align: center;
    /*新版本语法*/
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background: #4266b3;
    color: #fff;
}
header.space-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header .logo {
    float: left;
    font-size: 24px;
    font-weight: 600;
}
header .head-right {
    float: right;
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*垂直居中*/
    /*老版本语法*/
    -webkit-box-align: center;
    -moz-box-align: center;
    /*混合版本语法*/
    -ms-flex-align: center;
    /*新版本语法*/
    -webkit-align-items: center;
    align-items: center;
}
header .head-right span {
    font-size: 32px;
}
header.home-head {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header .searchbar {
    height: 50px;
}
header .searchbar .searchbar-tool {
    margin: 15px 0 0 15px;
}
.header-system {
    padding-top: 7px;
    padding-right: 8px;
}
.header-system a {
    display: block;
    height: 35px;
    padding: 0px 18px;
    border-radius: 20px;
    text-align: center;
    float: right;
    line-height: 35px;
    position: relative;
    background-color: #153f75;
    color: #ffffff;
}
.header-system a i {
    font-size: 17px;
    margin-right: 5px;
    vertical-align: middle;
}
.header-system a:hover {
    color: #00aeef;
}
.header-system span {
    line-height: 35px;
    margin-right: 10px;
    color: #8ec8f0;
}
.title-time {
    line-height: 20px;
    padding-right: 15px;
    display: inline-block;
    color: #8ec8f0;
    border-right: 1px solid #8ec8f0;
}
/*
 * footer.less
 * v1.1.0 MIT License
 * http://www.moonlight313.cn
 * Copyright (c) 2018.5.11 Moonlight, Inc.
 *
*/
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #214d8c;
}
footer a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.menu-item > li {
    position: relative;
    padding: 0 15px;
}
.menu-item > li.menu-flod li {
    border-bottom: none;
}
.menu-item > li > a {
    position: relative;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    display: block;
}
.menu-item > li > a .icon {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}
.menu-item > li > a:hover {
    color: #4266b3;
}
.menu-item > li > a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    color: #fff;
}
.menu-item > li:hover {
    background: #fff;
}
.menu-item > li:hover > a {
    color: #2f4056;
}
.menu-item > li:hover > a i {
    color: #2f4056;
}
.menu-item > li:hover .menu-one {
    display: block;
}
.menu-item > li .menu-one li {
    display: inline-block;
    margin: 4px 8px;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
}
.menu-item > li .menu-one li:hover {
    border-bottom: 2px solid #F90;
}
.menu-item > li .menu-one li:hover a {
    color: #F90;
}
.menu-item > li .menu-one li a {
    padding: 5px 0;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
}
.menu-item.menu-s li a {
    font-size: 14px;
}
.menu-item.menu-s li .menu-two a {
    font-size: 12px;
}
.menu-item-name_tit {
    display: none;
}
.menu-one {
    display: none;
    position: absolute;
    top: -1px;
    left: 160px;
    width: 370px;
    padding: 9px 10px 9px 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-left: none;
}
.menu-one-title {
    padding-left: 10px;
    border-left: 2px solid #058cce;
    line-height: 1;
    color: #058cce;
    margin-left: -10px;
}
.menu-shrink {
    cursor: pointer;
}
.menu-side-shrink .home-left,
.menu-side-shrink .menu-shrink {
    width: 50px;
}
.menu-side-shrink .tl-body,
.menu-side-shrink .menu-one {
    left: 50px;
}
.menu-side-shrink .menu-item-name {
    display: none;
}
.menu-side-shrink .menu-item-name_tit {
    margin: 0 10px;
    line-height: 1.25;
    text-align: center;
    width: 50px;
    font-size: 12px;
    display: block;
}
.menu-side-shrink .admin-name {
    display: none;
}
.menu-side-shrink .menu-item > li > a {
    line-height: 1;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.menu-side-shrink .menu-item > li > a i {
    margin-right: 0;
}
.menu-all-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.menu-all-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.menu-all {
    position: absolute;
    width: 582px;
    height: 600px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-top: -360px;
    margin-left: -291px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}
.menu-all .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    color: #999;
}
.btn-box {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.btn-box .button {
    margin-left: 10px;
}
.button {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #999;
}
.button.b-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.button.b-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.button.b-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.button.b-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.button.b-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.button.b-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.button.b-white {
    color: #444;
    background-color: #fff;
    border-color: #e7e7e7;
}
.button.b-white:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.button i {
    margin-right: 5px;
}
.input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
}
input[type=button] {
    background: #4266b3;
}
input[type=button]:hover {
    transition: all 0.3s ease-in-out;
    background: #FF9800;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.searchbar {
    float: left;
}
.searchbar .searchbar-tool {
    position: relative;
    z-index: 10;
}
.input-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 30px;
    line-height: 30px;
    padding: 4px 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    box-sizing: border-box;
    transition: background .2s,border .2s;
}
.input-wrapper-grey {
    background: #f6f6f6;
}
.searchbar-input {
    width: 326px;
    transition: width .2s ease,background .3s ease;
}
.searchbar-input .input {
    line-height: 30px;
}
.input-after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.searchbar-searchicon {
    position: absolute;
    right: -8px;
    top: -15px;
    bottom: -15px;
    background: #fff;
    background-image: url('../../images/login/search.png');
    background-position: 2px 2px;
    border: none!important;
    padding: 0 15px;
    transition: fill .3s ease;
}
/*
 * checkbox.less
 * v1.1.1 MIT License
 * Copyright (c) 2017.6.27 Gjb
 *
*/
.checkbox-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    margin: 0;
}
.checkbox-wrap input[type=checkbox] {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity = (0));
    left: 0;
    margin-left: 0;
}
.checkbox-wrap span {
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    background: #fff;
    border: solid 1px #dddddd;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
}
.checkbox-wrap span:hover {
    border: solid 1px #bbbbbb;
}
.checkbox-wrap span::before {
    position: absolute;
    content: '';
    left: 3px;
    width: 5px;
    height: 10px;
    border: solid 0.1rem #ffffff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.checkbox-wrap.checkbox-round span {
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    border-radius: 0.35rem;
}
.checkbox-wrap input:checked + span {
    background: #4266b3;
    border-color: #4266b3;
}
.checkbox-wrap input:checked + span + font {
    color: #4266b3;
    -webkit-font-smoothing: auto;
}
.checkbox-wrap input:checked + span::before {
    transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
input[type=checkbox]:disabled + span {
    background-color: #e7e7e7;
}
.max-checkbox .checkbox-wrap span {
    height: 1rem;
    width: 1rem;
}
.max-checkbox .checkbox-wrap span::before {
    left: .3rem;
    width: .25rem;
    height: .6rem;
}
.max-checkbox .checkbox-wrap input[type=checkbox] {
    display: block;
    z-index: 999;
    width: 30px;
    height: 30px;
}
.list li {
    line-height: 36px;
    transition: all 0.3s ease-out;
}
.list li a {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.list li a p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
}
.list li a span {
    margin-right: 5px;
}
.list li a span.item-time {
    margin-right: 0;
    font-size: 12px;
    color: #999;
}
.list li:hover {
    padding: 0 10px;
    background: #eaeaea;
}
.list-menu {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap;
    -ms-flex-flow: wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}
.list-menu li {
    position: relative;
    float: left;
    width: 100px;
    padding: 10px 0 15px;
    text-align: center;
}
.list-menu li > i {
    position: absolute;
    top: 0;
    right: 20px;
    color: #ff311b;
    -webkit-transform: scale(0);
    display: none;
}
.list-menu li > i.hide {
    -webkit-animation: scaleSmall .3s linear;
    -webkit-transform: scale(0);
    display: none;
}
.list-menu li > i.show {
    -webkit-animation: scaleBig .2s linear;
    -webkit-transform: scale(1);
    display: block;
}
.list-menu li a {
    display: inline-block;
    transition: all 0.3s ease-out;
}
.list-menu li a span {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}
.list-menu li a span i{
    line-height: 65px;
    font-size: 30px;
}
.list-menu li a:hover span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.list-menu li.shake {
    -webkit-animation: shake .3s linear infinite;
    -moz-animation: shake .3s linear infinite;
}
.list-menu li.more {
    display: none;
}
.list-menu li.more.hide {
    display: none;
    -webkit-animation: scaleSmall .3s linear;
    -webkit-transform: scale(0);
}
.list-menu li.more.show {
    display: block;
    -webkit-animation: scaleBig .2s linear;
    -webkit-transform: scale(1);
}
.list-menu.menuEdit li {
    border: 1px solid #e6e6e6;
    margin: 5px;
    border-radius: 5px;
    background: #e2e2e2;
}
.list-menu.menuEdit li.active {
    background: #c8ebff;
}
.list-menu.menuEdit li > i {
    top: 5px;
    right: 5px;
    transform: none;
    display: none;
    color: #4CAF50;
}
.list-menu.menuEdit li.active > i {
    display: block;
}
.list-menu-two li {
    width: 50%;
    padding: 10px 0 39px;
}
@-webkit-keyframes shake {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
    }
    100%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
    }
}
@-webkit-keyframes scaleBig {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes scaleBig {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes scaleSmall {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
    }
}
@keyframes scaleSmall {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
.list-tab {
    float: left;
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 50px;
    width: 93%;
    overflow: auto;
}
.list-tab:after {
    content: "";
    clear: both;
    display: block;
}
.list-tab li {
    position: relative;
    display: inline-block;
    transform: translateZ(0);
    transition-property: color;
    transition-duration: .3s;
}
.list-tab li a {
    display: block;
    padding: 0 15px;
    min-width: 50px;
    text-align: center;
}
.list-tab li:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 15px;
    right: 100%;
    bottom: 0;
    background: #0275d8;
    height: 3px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.list-tab li:hover {
    /*background-color: #6991e4;*/
    transition-duration: .3s;
    transition-property: color, background-color;
}
.list-tab li:hover:after {
    right: 15px;
}
.list-tab li.active {
    background: #6991e4;
}
.list-tab li.active:after {
    right: 0;
}
.list-drop {
    box-shadow: 0 0 5px #9c9c9c;
    border-radius: 3px;
    z-index: 99;
}
.list-drop li {
    display: block;
    min-width: 120px;
    line-height: 35px;
    background: #fff;
    transition: all .3s;
}
.list-drop li:first-child {
    border-radius: 3px 3px 0 0;
}
.list-drop li:last-child {
    border-radius: 0 0 3px 3px;
}
.list-drop li:hover {
    background: #e0e1e4;
}
.list-drop li a {
    padding: 0 15px;
    text-align: left;
    float: none;
    color: #444;
    font-size: 12px;
    display: block;
}
.list-drop li a i {
    margin-right: 5px;
}
.bg-color0 {
    background: #bbb;
}
.bg-color1 {
    background: #1296db;
}
.bg-color2 {
    background: #f4922a;
}
.bg-color3 {
    background: #e13455;
}
.bg-color4 {
    background: #3ea1a8;
}
.bg-color5 {
    background: #f97b76;
}
.bg-color6 {
    background: #4b76cc;
}
/*
 * user.less
 * v1.1.1 MIT License
 * Copyright (c) 2017.6.29 Gjb
 *
*/
.user {
    width: 30px;
    height: 30px;
    font-size: 10.71428571px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    margin: 0 10px 0 0;
}
.user.user-img {
    background: none;
}
.user img {
    display: block;
    width: 100%;
}
.user .t-img {
    width: 100%;
}
.user .t-img img {
    width: 100%;
}
.user:active,
.user:hover {
    color: white;
}
.user-box {
    text-align: center;
}
.user-box a {
    line-height: 30px;
    display: block;
    overflow: hidden;
}
.user-box a .user {
    margin: 0 auto;
}
.user-box a span {
    font-size: 18px;
}
.user-footer {
    position: relative;
    padding: 0 15px;
    margin-top: 10px;
}
.user-footer:after {
    content: "";
    clear: both;
    display: block;
}
.user-footer .user-set {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    float: right;
    line-height: 26px;
    color: #fff;
}
.user-footer .user-set ul {
    position: absolute;
    top: 30px;
    right: 10px;
    display: none;
}
.user-footer .user-set:hover ul {
    display: block;
}
.user_s {
    width: 24px;
    height: 24px;
    font-size: 8.57142857px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.user_m {
    width: 48px;
    height: 48px;
    font-size: 17.14285714px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
}
.user_xl {
    width: 80px;
    height: 80px;
    font-size: 28.57142857px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.nav {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 7.5px;
    overflow: hidden;
}
.nav li {
    float: left;
    height: 100px;
    line-height: 100px;
    width: 19%;
    background: #204e8a;
    margin: 7.5px;
    border-radius: 3px;
    transition: all 0.5s ease-out;
}
.nav li:nth-child(2) {
    background: #4b76cc;
}
.nav li:nth-child(3) {
    background: #07c1ec;
}
.nav li:nth-child(4) {
    background: #ff8d6a;
}
.nav li:nth-child(5) {
    background: #f4922a;
}
.nav li:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 10px #999;
}
.nav li a {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
}
.nav li a span {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 22px;
    min-width: 22px;
    padding: 0 3px;
    line-height: 22px;
    border-radius: 11px;
    background: red;
    color: #fff;
    text-align: center;
}
.nav li a > i {
    display: inline-block;
    margin: 0px 10px 6px;
    font-size: 38px;
    vertical-align: middle;
}
.nav li a > p {
    display: inline-block;
    font-size: 16px;
}
.nav li a span i {
    font-size: 12px;
    margin: 0;
}
.item-wrap {
    padding: 15px 7.5px;
    overflow: auto;
}
.item-wrap .item-wrap-l {
    margin-right: 440px;
    overflow: hidden;
}
.item-wrap .item-wrap-r {
    float: right;
    width: 440px;
    height: 520px;
}
.item-wrap .item-wrap-r .item {
    width: 100%;
    height: auto;
}
.item-wrap .item {
    padding: 0 7.5px 15px 7.5px;
    height: 260px;
    width: 50%;
    float: left;
}
.item-wrap .item.w100 {
    width: 100%;
    height: auto;
}
.item-wrap .item-content {
    height: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    overflow: hidden;
}
.item-wrap .item-title {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1;
}
.item-wrap .item-title h2 {
    position: relative;
    float: left;
    margin-bottom: 0;
}
.item-wrap .item-title h2:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 3px;
    background: #4b76cc;
}
.item-wrap .item-title a {
    float: right;
    font-size: 12px;
    color: #777;
}
.item-wrap .item-title a:hover {
    color: #4b76cc;
}
.item-wrap .item-title a .edit {
    color: #4b76cc;
}
.login-main{
    height: 100%;
    position: relative;
}
.login-warp {
    position: relative;
    height: 100%;
    background: #5078cf url('../../images/login/login-big-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.login-box {
    max-width: 1280px;
    padding: 15px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 46%;
    left: 50%;
    margin-left: -540px;
    margin-top: -190px;
}
.login-box img {
    width: 50%;
}
.login-box form {
    float: right;
    width: 40%;
    max-width: 360px;
}
.login-box form label {
    height: 50px;
    margin-bottom: 0;
    display: block;
    position: relative;
    color: #fff;
}
.login-box form label i {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 4px;
    color: #fff;
}
.login-box form label i.icon-accounts {
    background-image: url('../../images/login/admin.png');
}
.login-box form label i.icon-password {
    background-image: url('../../images/login/password.png');
}
.login-box form label input {
    height: 44px;
    width: 100%;
    padding-left: 54px;
    font-size: 14px;
}
.login-box form label input[type="button"] {
    height: 50px;
    padding: 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 24px;
    color: #fff;
    background: #ffa53e;
    box-shadow: 0 2px 0px #ffb561;
}
.login-box form label input[type="checkbox"] {
    top: .5rem;
    width: inherit;
    display: none;
}
.login-box form label input[type="text"]:hover,
.login-box form label input[type="password"]:hover {
    border: 1px solid #425891;
    transition: all 0.3s ease-in-out;
}
.login-box form label.checkbox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    margin-bottom: 0;
    display: inline-block;
}
.login-box form label.checkbox-wrap span {
    position: absolute;
    top: 2px;
}
.login-box form label.login-input-box{
    height: 44px;
    margin-bottom: 30px;
}
.login-box form label.login-input-box input{
    border: 1px solid #afc8fb;
    background-color:transparent;
}
.login-box form label.login-input-box input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.login-box form label.login-input-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
.login-box form label.login-input-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
.login-box form label.login-input-box input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.login-box form label.login-input-box input:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}
.login-box img.login-form-logo{
    width: 100%;
    margin-bottom: 30px;
}
.login-form{
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 5px 5px 0 #4567af;
}
.auto-login {
    position: relative;
    margin-bottom: 15px;
}
.auto-login p {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
}
.home-warp {
    height: 100%;
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.home-left {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
    width: 160px;
    padding-top: 50px;
    background: #2f4056;
    box-shadow: 0 0 5px #999;
}
.home-left .user-box {
    padding: 15px 0;
    background: #a3c1f7;
}
.home-left .user-box p {
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
}
.home-left .user-box p.title-time {
    width: 110px;
    margin: 0 auto;
    line-height: 24px;
    border-radius: 24px;
    border: 1px solid #4266b3;
    background: #7192da;
}
.home-right {
    float: left;
    width: 85%;
    height: 100%;
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.home-right .head {
    /* 2009 spec */
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    /* 混合 */
    display: -ms-flexbox;
    /* 新版语法*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*垂直居中*/
    /*老版本语法*/
    -webkit-box-align: center;
    -moz-box-align: center;
    /*混合版本语法*/
    -ms-flex-align: center;
    /*新版本语法*/
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 48px;
    line-height: 48px;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    flex: 0 0 48px;
}
.home-right .head .list-tab {
    height: 70px;
}
.home-right .head a {
    float: left;
    color: #444;
}
.home-right-conter {
    height: 100%;
    overflow: no;
}
.home-left-scroll {
    height: 100%;
}
.tl-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #204e8a;
    z-index: 1002;
}
.tl-page-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
}
.tl-page-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}
.tl-body {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.tl-nav a {
    color: #fff;
}
.tl-nav a:hover,
.tl-nav-admin:hover {
    background: #123e77;
}
.tl-nav-admin {
    position: relative;
}
.tl-nav-admin a {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 50px;
    display: block;
}
.tl-nav-admin a img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.tl-nav-admin .arrow-down {
    transition: all .3s;
    -webkit-transition: all .3s;
}
.tl-nav-admin:hover .arrow-down {
    transform: rotate(180deg);
}
.tl-nav-admin:hover .tl-nav-list {
    display: block;
}
.tl-nav-admin .tl-nav-list a {
    line-height: 45px;
}
.tl-nav-admin .tl-nav-list a:hover {
    background: #072f63;
}
.tl-nav-admin .tl-nav-list a i {
    margin-right: 10px;
}
.tl-nav-list {
    position: absolute;
    top: 50px;
    right: 0;
    background: #123e77;
    width: 125px;
    display: none;
}
.tl-nav-menu a {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 50px;
    display: block;
    float: left;
}
.tl-nav-menu i {
    margin-right: 4px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    display: inline-block;
}
/* logo */
.tl-logo img {
    width: 100%;
}
.tl-logo-min {
    width: 120px;
    height: 36px;
    margin: 7px;
}
.tl-title {
    padding-left: 10px;
    margin-left: 5px;
    border-left: 3px solid #4b76cc;
    line-height: 1;
    margin-bottom: 10px;
}
/* 搜索 */
.searchbar {
    position: relative;
    padding: 0 15px 0 40px;
}
.searchbar-icon {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}
.searchbar-input {
    line-height: 50px;
}
.searchbar-input,
.searchbar-input::-webkit-input-placeholder {
    color: #9cd4ef;
}
.system {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    display: none;
}
.system-main-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}
.system-area {
    /*  width: 720px;
    height:480px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    /*  margin-left: -360px;
    margin-top: -240px;*/
}
.system-link {
    float: left;
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    display: block;
    margin: 20px;
    background-color: #ffffff;
}
.system-bg {
    width: 100%;
    height: 145px;
    border-radius: 10px 10px 0px 0px;
}
.system-pic {
    width: 100%;
    height: 145px;
    text-align: center;
    line-height: 155px;
    font-size: 100px;
    color: #ffffff;
}
.system-mark {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 145px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
}
.system-mark-btn {
    width: 120px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    behavior: url(PIE/PIE.htc);
    position: relative;
}
.system-name {
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.system-link:hover .system-mark {
    display: block;
}
.system-link.system_item_1 .system-bg {
    background-color: #fa5948;
    background: linear-gradient(225deg, #fb7c4d, #fa4d46);
}
.system-link.system_item_1 .system-name {
    color: #e84438;
}
.system-link.system_item_1 .system-mark-btn {
    background-color: #e84438;
}
.system-link.system_item_2 .system-bg {
    background-color: #4c9eef;
    background: linear-gradient(225deg, #4eb9f2, #4b91ed);
}
.system-link.system_item_2 .system-name {
    color: #4c9bee;
}
.system-link.system_item_2 .system-mark-btn {
    background-color: #4c9bee;
}
.system-link.system_item_3 .system-bg {
    background-color: #fd8933;
    background: linear-gradient(225deg, #fe9932, #fd8033);
}
.system-link.system_item_3 .system-name {
    color: #ee860c;
}
.system-link.system_item_3 .system-mark-btn {
    background-color: #ee860c;
}
.system-link.system_item_4 .system-bg {
    background-color: #eaac27;
    background: linear-gradient(225deg, #ebb645, #eaa40e);
}
.system-link.system_item_4 .system-name {
    color: #eec507;
}
.system-link.system_item_4 .system-mark-btn {
    background-color: #eec507;
}
.system-link.system_item_5 .system-bg {
    background-color: #68cf4b;
    background: linear-gradient(225deg, #78d45d, #5dcb3d);
}
.system-link.system_item_5 .system-name {
    color: #65ce46;
}
.system-link.system_item_5 .system-mark-btn {
    background-color: #65ce46;
}
.system-link.system_item_6 .system-bg {
    background-color: #a856f2;
    background: linear-gradient(225deg, #c166f9, #994ced);
}
.system-link.system_item_6 .system-name {
    color: #a353f0;
}
.system-link.system_item_6 .system-mark-btn {
    background-color: #a353f0;
}
/* 选项卡 */
.content_tab {
    width: 100%;
    height: 48px;
    overflow: hidden;
}
.content_tab > ul {
    padding: 0;
    font-size: 0;
    /*display:block;*/
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /*overflow-x:scroll;*/
}
.scroll > ul {
    margin: 0 40px;
}
.scroll > .tab_left,
.scroll > .tab_right {
    display: block;
}
.tab_left,
.tab_right {
    width: 40px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    display: none;
}
.tab_left {
    float: left;
    margin-right: -40px;
}
.tab_right {
    float: right;
    margin-left: -40px;
}
.tab_left > a,
.tab_right > a {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
}
.tab_left > .active,
.tab_right > .active {
    color: #fff;
}
.content_tab {
    position: relative;
}
.content_tab > ul > li {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin: 0;
    font-size: 14px;
}
.content_tab > ul > li:hover a {
    color: #000;
}
.content_tab > ul > li:after,
.content_tab > ul > li:hover:after {
    background: #fbb157;
}
.content_tab > ul > li > a {
    display: block;
    height: 48px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 15px;
    transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
    border-bottom: none;
    position: relative;
}
.content_tab > ul > li > a:active {
    background: rgba(255, 255, 255, 0.1);
}
.content_tab > ul > .cur > a,
.content_tab > ul > .cur:hover > a {
    /*border-bottom:3px solid #FFEB3B;*/
    color: #f99b27;
}
.content_tab > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    border-bottom: 3px solid #f99b27;
    transition: all linear 0.2s;
}
.content_tab > ul > .cur > a:after {
    right: 15px;
    left: 15px;
    bottom: 0;
    opacity: 1;
    transition: all linear 0.2s;
}
.content_main {
    height: calc(52%);
    -webkit-overflow-scrolling: touch;
}
.content_main > .cur {
    display: block;
}
.iframe {
    height: 100%;
    display: none;
    font-size: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.tab_right .zmdi,
.tab_left .zmdi {
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px !important;
    border-radius: 30px;
    text-align: center;
    color: #058cce;
    vertical-align: middle;
    margin-bottom: 8px;
}
.tab_right .zmdi:hover,
.tab_left .zmdi:hover {
    background: #058cce;
    color: #fff;
}
.tabs-close {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    color: #ff6231;
}
.content_tab > ul > li:hover .tabs-close {
    display: block;
}
#tab__manage_indexCenter .tabs-close {
    display: none;
}

/* 新的首页 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.item-wrap {
    height: 100%;
    padding: 15px 7.5px;
    overflow: auto;
}
.item-wrap .item-wrap-l {
    margin-right: 440px;
    overflow: hidden;

    float: inherit;
    width: inherit;
    display: block;
}
.item-wrap .item-wrap-r {
    float: right;
    width: 440px;
    height: 520px;
}
.notice-page{
    float: right;
}
.notice-page span{
    width: 17px;
    height: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 17px;
    background: #ddd;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}
.notice-page span:hover,
.notice-page span.active{
    background: #4b76cc;
    color: #fff;
}

.notice-detail{
    padding:15px;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
}
.notice-detail:hover,
.notice-detail.active{
    border: 1px solid #4b76cc;
}
.notice-title-left{
    font-size:16px;
    font-weight: bold;
    letter-spacing:1px;
}
.notice-title-right span{
    font-size:12px;
    color:#ccc;
    margin-left: 15px;
}
.notice-detail-title{
    overflow: hidden;
}
.notice-txt{
    font-size:12px;
    margin-top: 10px;
    text-align:justify;
    text-indent:2em;
    line-height:20px;
}
/*日历*/
.work-date{
    text-align: center;
    margin-top: 20px;
}
.work-date .layui-laydate{
    border: 1px solid #4b76cc !important;
    border-radius:5px !important;
}
.work-date .layui-laydate,
.work-date .layui-laydate-main{
    width: 100%;
}
.work-date .layui-laydate-header{
    width: 391px;
    color:#fff;
    background-color:#4b76cc;
}
.work-date .layui-laydate-header i.laydate-prev-y{
    left: 45px !important;
    color:#fff;
}
.work-date .layui-laydate-header i.laydate-next-y{
    right: 45px !important;
    color:#fff;
}
.work-date .layui-laydate-header i.laydate-prev-m{
    left: 95px !important;
    color:#fff;
}
.work-date .layui-laydate-header i.laydate-next-m{
    right: 95px !important;
    color:#fff;
}
.work-date .layui-laydate-content td,
.work-date .layui-laydate-content th {
    width: 36px;
    height: 30px;
    padding: 10px 18px !important;
    text-align: center
}
.work-date .layui-laydate .layui-this {
    background-color: #4c9ff6!important;
    color: #fff!important;
}
.work-date .layui-laydate-header i:hover,
.work-date .layui-laydate-header span:hover {
    color: #66affb;
}
.work-date .layui-laydate-footer{ display: none}

/* 布局 */
.item-wrap .item.w30 {
    width: 30%;
    height: auto;
}
.item-wrap .item.w70 {
    width: 70%;
    height: auto;
}

/* 会议室 */
.border-box {
    border: 1px solid #4b76cc;
    border-radius: 5px;
}
.date-bar{
    color:#ddd;
    font-size:12px;
    background-color:#4b76cc;
    border-radius:5px;
    padding:8px 5px;
    margin-top: 15px;
    overflow: hidden;
}
.date-bar li{
    width: 20%;
    line-height: 22px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.date-bar li.current{
    color:#fff;
    border-bottom: 2px solid #fff;
}
.room{
    margin-top: 15px;
    padding-bottom:20px;
}
.room-title{
    font-size:16px;
    color:#fff;
    text-align: center;
    background-color:#4b76cc;
    padding:5px;
    position: relative;
    margin-bottom: 5px;
    border-radius:0px;
    behavior:url(PIE/PIE.htc);
}
.room-title-btn{
    height: 18px;
    padding: 0 1px;
    position: absolute;
    right: 6px;
    top: 6px;
    background-color:#fff;
}
.room-title-icon{
    color:#4b76cc;
    font-size:12px!important;
    position: relative;
    top:-4px;
}
.room-info{
    font-size:12px;
    padding:0 10px;
}
.room-info .room-time{
    color:#4b76cc;
    font-size:14px;
    font-weight: bold;
    padding-top:10px
}
.room-txt{
    color:#90b5ff;
    padding:2px 0;
}
.gray {
    color: #ccc;
}
/* 待办 */
.add-btns{
    padding: 0 7px;
    background: #4b76cc;
    margin-top: 2px;
}
.add-btns i{
    line-height: 30px;
}
.tab-title-left{
    width: 310px;
    border: 1px solid #4b76cc;
    border-radius:5px;
    behavior:url(PIE/PIE.htc);
}
.tab-title-left li{
    position: relative;
    float: left;
    width: 33.33%;
    font-size:15px;
    color:#4b76cc;
    text-align: center;
    padding:6px 0;
    cursor: pointer;
    display: inline-block;
    border-right: 1px solid #4b76cc;
}
.tab-title-left li.no-border{
    border:0;
}
.tab-title-left li.active{
    color:#fff;
    background-color:#4b76cc;
}
.tab-title-left li.active:after,
.tab-title-left li.active:before {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 42px;
    top: 29px;
    content: "";
    z-index: 5;
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px white solid;
    overflow: hidden;
}
.tab-title-left li.active:after {
    border-bottom: 10px #fff solid;
}
.tab-title-left li.active:before {
    top: 28px;
    border-bottom: 10px #4b76cc solid;
}
.tab-info{
    height: 398px;
    padding: 15px;
    margin-top: 15px;
    overflow: auto;
    display:none;
}
.tab-info .empty{
    text-align: center;
    padding: 20px 0;
}
.tab-info .text{
    color:#ccc;
    font-size:16px;
    margin-top: 20px;
}
.con .current{
    position: relative;
    display:block;
}
.tab-list{
    padding:15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}
.tab-info .tab-list:hover{
    background-color:#e1eafd;

}
.tab-list-name span{
    color:#999;
    font-size:12px;
    padding-left:15px;
}
.tab-list-details span{
    padding:3px 0;
    font-size:12px;
    color:#7f7f7f;
    margin-right: 20px;
}
/* 表单样式 */
#main{
    padding-bottom: 35px;
}
#main .layui-elem-field{
    background: #204e8a;
    border-radius: 5px;
}
#main .layui-elem-field legend {
    font-size: 14px;
    background: #082d5d;
    border-radius: 15px;
    padding: 4px 15px;
    color: #fff;
}
#main td.td_label{
    color: #afd2ff;
}
#main .layui-input,
#main .layui-textarea{
    border-color: #a2c6f4;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}
#main .layui-input::-webkit-input-placeholder {color: #fff;}
#main .layui-input:-moz-placeholder {color: #fff;}
#main .layui-input::-moz-placeholder {color: #fff;}
#main .layui-input:-ms-input-placeholder {color: #fff;}
#main .layui-textarea::-webkit-input-placeholder {color: #fff;}
#main .layui-textarea:-moz-placeholder {color: #fff;}
#main .layui-textarea::-moz-placeholder {color: #fff;}
#main .layui-textarea:-ms-input-placeholder {color: #fff;}
