@charset "utf-8";
/* CSS Document */
body {
    font-size: 12px;
    font-family: "宋体";
}

* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    text-decoration: none;
    outline: none;
}

* li {
    list-style: none;
}

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
}

input, select, button {
    vertical-align: middle;
}

table, caption, th, td {
    border-collapse: separate;
}

a img {
    border: 0;
    cursor: pointer;
}

h1 {
    font-size: 16px;
}

h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body, input, select, button, textarea {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
}

button {
    cursor: pointer;
}

em {
    font-weight: normal;
    font-style: normal;
}

.left {
    float: left;
    display: block;
}

.right {
    float: right;
    display: block;
}

a {
    text-decoration: none;
}

.center {
    margin: 0 auto;
}

.vcenter {
    vertical-align: middle;
}

.blod {
    font-weight: bold;
}

.block {
    display: block;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

/* End hide from IE Mac *//* end of clearfix */

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

html {
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #e4ecf9;
}

/* 主体框架部分 */
.head {
    height: 60px;
    background: #fff;
    border-bottom: #dfdfdf solid 1px;
    position: relative;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    min-width: 1260px;
}

.lmn {
    width: 200px;
    background: #fff;
    border: 1px solid #dfdfdf;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    position: absolute;
    top: 91px;
    left: 30px;
    padding-bottom: 50px;
    overflow: hidden;
    zoom: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main {
    position: relative;
    position: absolute;
    top: 91px;
    left: 262px;
    right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 1000px;
}

/*  顶部各样式 */
.head h1 {
    float: left;
    margin-top: 14px;
    width: 500px;
    height: 50px;
    margin-left: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}

.head h1 img {
    vertical-align: middle;
    margin-right: 20px;
}

.head .topxx1 {
    height: 16px;
    width: 75px;
    position: absolute;
    right: 250px;
    top: 22px;
    line-height: 16px;
}

.head .topxx1 a {
    color: #333;
    font-size: 12px;
}

.head .topxx1 a:hover {
    color: #cc0000;
}

.head .topxx1 img {
    vertical-align: middle;
    margin-right: 10px;
}

.head .topxx2 {
    height: 16px;
    width: 55px;
    position: absolute;
    right: 30px;
    top: 22px;
    line-height: 16px;
}

.head .topxx2 a {
    color: #333;
    font-size: 12px;
}

.head .topxx2 a:hover {
    color: #cc0000;
}

.head .topxx2 img {
    vertical-align: middle;
    margin-right: 10px;
}

.head .top_ren {
    width: 120px;
    position: absolute;
    right: 95px;
    top: 15px;
    height: 30px;
}

.top_ren .tp {
    display: inline-block;
    margin-right: 10px;
}

.top_ren .tp img {
    vertical-align: middle;
    width: 28px;
    height: 28px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.top_ren .ren {
    line-height: 30px;
}

.top_ren .ren img {
    vertical-align: top;
    padding-top: 12px;
    margin-left: 8px;
}

/*  左边菜单 */
.leftbar {
    margin-top: 10px;
}

.leftbar li {
    min-height: 42px;
    line-height: 42px;
    padding-left: 25px;
    position: relative;
}

.leftbar li img {
    vertical-align: middle;
}

.leftbar li a {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0px;
}

.leftbar li a img {
    padding-right: 10px;
}

.leftbar li a:hover {
    color: #1787fb;
}

.leftbar .on {
}

.leftbar .on a {
    color: #1787fb;
    font-weight: bold;
}

.leftbar .on a:hover {
}

.leftbar li span.mnarrow {
    position: absolute;
    right: 25px;
    top: 20px;
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url(images/larrow_down.png) no-repeat;
}

.leftbar .on span.mnarrow {
    background: url(images/larrow_up.png) no-repeat;
}

.leftbar .on ul {
    display: block;
    background: #f7f7f7;
    font-size: 12px;
    margin-left: -25px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    zoom: 1;
}

.leftbar .on ul li {
    min-height: 38px;
    line-height: 38px;
}

.leftbar .on ul li a {
    color: #666666;
    font-weight: normal;
}

.leftbar .on ul li a:hover {
    color: #1787fb;
}

.leftbar .on ul li ul {
    display: block;
    background: #f7f7f7;
    font-size: 12px;
    margin-left: -25px;
    overflow: hidden;
    zoom: 1;
}

.leftbar .on ul li ul li {
    margin-left: 25px;
}

.leftbar .on ul li span.mnarrow {
    position: absolute;
    right: 25px;
    top: 17px;
}

/* 首页 */
.main h2 {
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.mtop_xx {
    float: left;
    width: 23%;
    margin-right: 2%;
    height: 85px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mtop_xx h3 {
    color: #ededed;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 16px;
}

.mtop_xx h4 {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    padding-left: 20px;
}

.tbg1 {
    background: url(images/micobg1.png) no-repeat top right #5faafa;
}

.tbg2 {
    background: url(images/micobg2.png) no-repeat top right #73d17b;
}

.tbg3 {
    background: url(images/micobg3.png) no-repeat top right #f4cc74;
}

.tbg4 {
    background: url(images/micobg4.png) no-repeat top right #a89cfa;
}

.mainl {
    float: left;
    margin-top: 20px;
    width: 38%;
    padding: 10px 0 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.mainr {
    float: right;
    margin-top: 20px;
    width: 58%;
    padding: 10px 0 0 0;
    margin-right: 2%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.mainl h3 {
    margin: 5px 20px 15px 20px;
    height: 26px;
    line-height: 26px;
    position: relative;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.mainl h3 span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 12px;
    font-weight: normal;
}

.mainl h3 span a {
    color: #1787fb;
}

.mainr h3 {
    margin: 5px 20px 15px 20px;
    height: 26px;
    line-height: 26px;
    position: relative;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.mainr h3 span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 12px;
    font-weight: normal;
}

.mainr h3 span a {
    color: #1787fb;
}

.bt {
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    background: #e6e5e5;
    color: 666666;
    font-size: 14px;
    text-align: center;
}

.bt span {
    display: inline-block;
    float: left;
}

.lb4col1 {
    width: 25%;
}

.lb4col2 {
    width: 17%;
}

.lb4col3 {
    width: 18%;
}

.lb4col4 {
    width: 40%;
}

.divlist {
    height: 70px;
    line-height: 70px;
    margin: 0 20px;
    padding: 15px 0;
    color: 333333;
    font-size: 12px;
    text-align: center;
    border-bottom: #e0e0e0 solid 1px;
}

.divlist p {
    float: left;
    vertical-align: middle;
}

.divlist .fname {
    font-size: 14px;
}

.divlist .flink span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #fadbd8;
    color: #ff6666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.divlist .f2link1 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #d1e7fe;
    color: #1787fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.divlist .f2link2 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #fff1d5;
    color: #fdbb2c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.divlist .f3link1 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #d7f3d7;
    color: #36c238;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.divlist .f3link2 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #e7e3fe;
    color: #8871fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.lb6col1 {
    width: 20%;
}

.lb6col2 {
    width: 10%;
}

.lb6col3 {
    width: 14%;
}

.lb6col4 {
    width: 24%;
}

.lb6col5 {
    width: 18%;
}

.lb6col6 {
    width: 12%;
}

/* 首页链接 */
.icolink {
    float: left;
    width: 18%;
    margin-right: 2%;
    height: 235px;
    margin-bottom: 30px;
}

.icolink h3 {
    height: 185px;
    border: #ececec solid 1px;
    border-bottom: 0;
    text-align: center;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.icolink h3 img {
    margin-top: 45px;
}

.icolink h4 {
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #333333;
    font-size: 14px;
    text-align: center;
    border: #ececec solid 1px;
    border-top: 0;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.icobg1 { /*background:#4599f0;*/
    background: -webkit-linear-gradient(left, #459ffc, #4494e7);
    background: -o-linear-gradient(right, #459ffc, #4494e7);
    background: -moz-linear-gradient(right, #459ffc, #4494e7);
    background: linear-gradient(to right, #459ffc, #4494e7);
}

.icobg2 { /*background:#56c958;*/
    background: -webkit-linear-gradient(left, #5acc5c, #49c04a);
    background: -o-linear-gradient(right, #5acc5c, #49c04a);
    background: -moz-linear-gradient(right, #5acc5c, #49c04a);
    background: linear-gradient(to right, #5acc5c, #49c04a);
}

.icobg3 { /*background:#fdc956;*/
    background: -webkit-linear-gradient(left, #f5c255, #e5b752);
    background: -o-linear-gradient(right, #f5c255, #e5b752);
    background: -moz-linear-gradient(right, #f5c255, #e5b752);
    background: linear-gradient(to right, #f5c255, #e5b752);
}

.icobg4 { /* background:#9c8af5;*/
    background: -webkit-linear-gradient(left, #a08dfc, #9584e9);
    background: -o-linear-gradient(right, #a08dfc, #9584e9);
    background: -moz-linear-gradient(right, #a08dfc, #9584e9);
    background: linear-gradient(to right, #a08dfc, #9584e9);
}

.icobg5 { /* background:#459df9;*/
    background: -webkit-linear-gradient(left, #459ffc, #4494e7);
    background: -o-linear-gradient(right, #459ffc, #4494e7);
    background: -moz-linear-gradient(right, #459ffc, #4494e7);
    background: linear-gradient(to right, #459ffc, #4494e7);
}

.icobg6 { /*background:#4495ea;*/
    background: -webkit-linear-gradient(left, #459ffc, #4494e7);
    background: -o-linear-gradient(right, #459ffc, #4494e7);
    background: -moz-linear-gradient(right, #459ffc, #4494e7);
    background: linear-gradient(to right, #459ffc, #4494e7);
}

.mtop_xx {
    float: left;
    width: 23%;
    margin-right: 2%;
    height: 85px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mtop_xx h3 {
    color: #ededed;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 16px;
}

.mtop_xx h4 {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    padding-left: 20px;
}

.tbg1 {
    background: url(images/micobg1.png) no-repeat top right #5faafa;
}

/* 首页—人脸墙 */
.mdiv {
    margin-right: 2%;
    padding: 15px;
    position: relative;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 30px;
}

.seletss {
    background: #fff;
    border: #e0e0e0 solid 1px;
    line-height: 30px;
    height: 30px;
    color: #999999;
    padding-left: 20px;
    margin-left: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ssbtn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    margin-left: 10px;
    background: #1787fb;;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}

a.ssbtn {
    color: #fff;
    letter-spacing: 1px;
}

.findtop {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sstj {
    position: absolute;
    right: 0px;
    top: 5px;
    line-height: 20px;
    color: #333333;
}

.sstj span {
    padding: 0 5px;
}

.facediv {
    float: left;
    width: 18%;
    margin-right: 2%;
    min-height: 280px;
    margin-bottom: 30px;
}

.facetp {
    text-align: center;
    border: #ececec solid 1px;
    border-bottom: 0;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.facetp img {
    width: 100%;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.facef {
    height: 105px;
    background: #fff;
    color: #333333;
    font-size: 12px;
    padding-left: 16px;
    border: #ececec solid 1px;
    border-top: 0;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.facef h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-top: 12px;
    color: #333;
}

.facef h4 {
    height: 20px;
    line-height: 20px;
    margin: 2px 0;
}

.facef h4 a {
    display: inline-block;
    margin-right: 6px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.facef h5 {
    height: 24px;
    line-height: 24px;
    color: #666666;
}

a.btnc1 {
    background: #dcedfe;
    color: #1787fb;
}

a.btnc2 {
    background: #edeafe;
    color: #8871fb;
}

a.btnc3 {
    background: #e8e8e8;
    color: #666666;
}

/* 人员进出管理 */
.jcgl {
    margin-top: 20px;
    width: 98%;
    padding: 20px 0 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.bt {
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    background: #e6e5e5;
    color: 666666;
    font-size: 14px;
    text-align: center;
}

.bt span {
    display: inline-block;
    float: left;
}

.divlist {
    height: 70px;
    line-height: 70px;
    margin: 0 20px;
    padding: 15px 0;
    color: 333333;
    font-size: 12px;
    text-align: center;
    border-bottom: #e0e0e0 solid 1px;
}

.divlist p {
    float: left;
    vertical-align: middle;
}

.divlist .fname {
    font-size: 14px;
}

.divlist .flink span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #fadbd8;
    color: #ff6666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.divlist .f2link1 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #d1e7fe;
    color: #1787fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.divlist .f2link2 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #fff1d5;
    color: #fdbb2c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.divlist .f3link1 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #d7f3d7;
    color: #36c238;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.divlist .f3link2 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 26px;
    background: #e7e3fe;
    color: #8871fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.lb7col1 {
    width: 15%;
}

.lb7col2 {
    width: 15%;
}

.lb7col3 {
    width: 10%;
}

.lb7col4 {
    width: 15%;
}

.lb7col5 {
    width: 10%;
}

.lb7col6 {
    width: 20%;
}

.lb7col7 {
    width: 10%;
}

.page {
    height: 26px;
    width: 98%;
    margin-top: 20px;
}

.pagexx {
    float: left;
    width: 250px;
    line-height: 30px;
}

.pagexx span {
    padding: 0 3px;
}

.page ul {
    float: right;
    height: 26px;
    overflow: hidden;
    margin-bottom: 50px;
}

.page ul li {
    float: left;
    margin-right: 5px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    background: #fff;
    border: #e4ecf9 solid 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page ul li a {
    display: block;
    color: #333333;
    padding: 0 10px;
}

.page ul li.on a {
    background: #1787fb;
    color: #fff;
}

.yebtn {
    margin-right: 5px;
    display: block;
    float: left;
    text-align: center;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 5px;
    border: #e4ecf9 solid 1px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* 寝室管理 */
.qsdiv {
    width: 100%;
    margin-top: 30px;
}

.qsdiv h3 {
    font-size: 12px;
    color: #666;
    height: 18px;
    line-height: 18px;
}

.qsdiv h3 img {
    padding-right: 10px;
    vertical-align: top;
}

.qsbox {
    float: left;
    width: 18%;
    margin-right: 2%;
    min-height: 180px;
    margin-top: 15px;
    background: url(images/qsbg.png) no-repeat center 40px #fff;
    border: #e4ecf9 solid 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.qsbox h4 {
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    border-bottom: #e5e5e5 dashed 1px;
    padding-left: 20px;
    position: relative;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.qsbox h4 span {
    font-weight: normal;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 12px;
}

.qsbox h4 span b {
    font-weight: normal;
    padding: 0 3px;
}

.qsbox ul {
    margin-top: 10px;
    margin-left: 20px;
}

.qsbox ul li {
    float: left;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    padding-right: 10px;
}

.qsxx {
    margin-left: 20px;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666;
}

.qsxx p {
    float: left;
    width: 33%;
}

.qsxx p span {
    padding: 0 5px;
}

.redf {
    color: #FF0000;
}

/* 增加请假 */
.height10 {
    height: 10px;
    line-height: 0;
    font-size: 0;
}

.height30 {
    height: 30px;
    line-height: 0;
    font-size: 0;
}

.findlist {
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-left: 10px;
}

.findlist span {
    display: inline-block;
    width: 60px;
    text-align: right;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.findbtn {
    height: 50px;
    margin-top: 20px;
    padding-left: 85px;
}

.ssbtnl {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 35px;
    font-size: 14px;
    background: #1787fb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.ssbtnl {
    color: #fff;
    letter-spacing: 2px;
}

/* 归寝室管理大屏 */
.datahead {
    height: 60px;
    background: #fff;
    border-bottom: #dfdfdf solid 1px;
    position: relative;
    width: 100%;
}

.cdiv {
    width: 1300px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

.datahead h1 {
    height: 50px;
    padding-top: 14px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}

.datahead h1 img {
    vertical-align: middle;
    margin-right: 20px;
}

.datahead .topxx1 {
    height: 16px;
    width: 75px;
    position: absolute;
    right: 230px;
    top: 22px;
    line-height: 16px;
}

.datahead .topxx1 a {
    color: #333;
    font-size: 12px;
}

.datahead .topxx1 a:hover {
    color: #cc0000;
}

.datahead .topxx1 img {
    vertical-align: middle;
    margin-right: 10px;
}

.datahead .topxx2 {
    height: 16px;
    width: 55px;
    position: absolute;
    right: 0px;
    top: 22px;
    line-height: 16px;
}

.datahead .topxx2 a {
    color: #333;
    font-size: 12px;
}

.datahead .topxx2 a:hover {
    color: #cc0000;
}

.datahead .topxx2 img {
    vertical-align: middle;
    margin-right: 10px;
}

.datahead .top_ren {
    width: 120px;
    position: absolute;
    right: 75px;
    top: 15px;
    height: 30px;
}

.datahead .top_ren .tp {
    display: inline-block;
    margin-right: 10px;
}

.datahead .top_ren .tp img {
    vertical-align: middle;
    width: 28px;
    height: 28px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.datahead .top_ren .ren {
    line-height: 30px;
}

.datahead .top_ren .ren img {
    vertical-align: top;
    padding-top: 12px;
    margin-left: 8px;
}

.data {
    width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
}

.datacl {
    float: left;
    width: 37.5%;
    height: 345px;
    overflow: hidden;
}

.datacr {
    float: right;
    width: 60%;
    padding-left: 20px;
    background: #fff;
    border: #dfdfdf solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 345px;
    overflow: hidden;
    zoom: 1;
}

.datacr h2 {
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}

.datadiv {
    float: left;
    width: 23%;
    margin-right: 2%;
    min-height: 275px;
    margin-bottom: 30px;
}

.dataf {
    min-height: 105px;
    background: #fff;
    color: #333333;
    font-size: 12px;
    padding-left: 12px;
    border: #ececec solid 1px;
    border-top: 0;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dataf h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-top: 12px;
    color: #333;
}

.dataf h4 {
    height: 20px;
    line-height: 20px;
    margin: 2px 0;
}

.dataf h4 a {
    display: inline-block;
    margin-right: 6px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dataf h5 {
    height: 24px;
    line-height: 24px;
    color: #666666;
}

.datatop_xx {
    float: left;
    width: 47%;
    margin-right: 3%;
    height: 85px;
    margin-bottom: 3%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.datatop_xx h3 {
    color: #ededed;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 16px;
}

.datatop_xx h4 {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    padding-left: 20px;
}

.datajl {
    width: 97%;
    background: #fff;
    border: #dfdfdf solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 345px;
    position: relative;
    height: 140px;
    overflow: hidden;
    margin-top: 5px;
}

.datajl .name {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    padding: 0 12px;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    padding-top: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.datajl ul {
    margin-left: 50px;
    margin-top: 15px;
}

.datajl ul li {
    padding-left: 25px;
    background: url(images/list.png) 8px 12px no-repeat;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.datajl ul li a {
    color: #999;
}

.datajl ul li a b {
    display: inline-block;
    color: #333;
    width: 60px;
}

.datajl ul li a span {
    padding: 0 8px;
}

.databox {
    width: 49%;
    height: 280px;
    background: #fff;
    border: #dfdfdf solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

.databox h2 {
    padding-left: 20px;
    margin: 10px 0;
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.databox table {
    margin-left: 20px;
    margin-top: 10px;
    width: 93.5%;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.databox table th {
    height: 40px;
    line-height: 40px;
    background: #e6e5e5;
    color: #666;
}

.databox table td {
    height: 40px;
    line-height: 40px;
}

.databox table tr {
    background: #f5f5f5;
}

.databox table tr:nth-child(2n) {
    background: #ffffff;
}

.databox table tr {
    background-color: expression((this.sectionRowIndex%2==0)?"#f5f5f5":"#ffffff");
}

.databox table img {
    vertical-align: middle;
}

.databox table span {
    padding: 0 3px;
}

.col {
    background: #cccccc;
    height: 12px;
    width: 140px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-top: 15px;
    overflow: hidden;
    margin-left: 20px;
}

.colon1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #1787fb;
}

.colon2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #36c238;
}

.colon3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #00d399;
}

.colon4 {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #1787fb;
}

.coldata {
    float: left;
    padding-left: 10px;
}

/*登录界面*/

.login {
    background: url("../images/login/dlbg.jpg") no-repeat center center;
    height: 100%;
    /*background-attachment: fixed;
    background-size: cover;
    align-items: center;
    justify-content: center;*/
}
.login .copyright{
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.dlmain {
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 1200px;
    min-height: 579px;
    margin-left: -600px;
    margin-top: -350px;
}

.dlk {
    width: 364px;
    height: 418px;
    margin: 0 auto;
    background: url("../images/login/dlkbg.png") no-repeat center top;
    position: relative;
    position: absolute;
    top: 100px;
    right: 0;
}

.dlqh {
    position: absolute;
    top: 8px;
    right: 12px;
}

.dlk h2 {
    margin-top: 30px;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.dlk h3 {
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    color: #999999;
    font-size: 14px;
}

.dlk h4 {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 300px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 11px;
    overflow: hidden;
}

.dlk h4 span {
    padding-left: 10px;
}

.dlk table {
    margin-left: 40px;
    padding-top: 20px;
    width: 280px;
}

.dlk .inputdl1 {
    border: #bbbbbb solid 1px;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    width: 240px;
    background: url(../images/login/dlk_user.png) no-repeat 16px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dlk .inputdl2 {
    border: #bbbbbb solid 1px;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    width: 240px;
    background: url(../images/login/dlk_key.png) no-repeat 16px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dlk .inputdl3 {
    border: #bbbbbb solid 1px;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    width: 120px;
    background: url(../images/login/dlk_data.png) no-repeat 16px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.dlk img {
    vertical-align: middle;
}

.dlk table td {
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
}

.dlk table td a {
    font-size: 15px;
    color: #fff;
}

.dlk .f2 {
    margin-right: 10px;
    font-size: 14px;
}

.dllogo {
    position: absolute;
    left: 425px;
    top: 165px;
    width: 380px;
    height: 100px;
}

.dllogo h2 {
    padding-left: 60px;
    height: 50px;
    text-align: left;
}

.dllogo h2 img {
    vertical-align: top;
}

.dllogo h3 {
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
    color: #2090ff;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 0 0.2em #ffffff, -0 -0 0.2em #ffffff;
}

.dlk .erwmbtm {
    position: absolute;
    bottom: 20px;
    right: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}

.dlk .erwmbtm span {
    padding-left: 15px;
}

.erwmname {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
}

.erwmtp {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
    background: #e1e1e1;
}

.erwmtp img {
    margin-top: 20px;
}

.erwmxx {
    padding-left: 95px;
    margin-top: 15px;
}

.erwmxx p {
    float: left;
    width: 40px;
    height: 40px;
}

.erwmxx p img {
    padding-top: 7px;
}

.erwmxx h5 {
    line-height: 20px;
    font-size: 14px;
    color: #636363;
}

.erwmxx h5 span {
    color: #2090ff;
}

.login .login-form-loading {
    position: relative;
}

.login .login-form-loading .login-form-login-load {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    border-bottom: 0;
    height: 41px;
    background: rgba(238, 238, 238, 0.655);
}

.login .login-form-loading .login-form-login-load .login-form-login-load-icon {
    font-size: 1.7rem;
    position: absolute;
    top: .55rem;
    left: 7.875rem;
    line-height: 2.6667rem;
}

.login #login-show-context.show-login .app-list {
    display: none;
}

.login #login-show-context.show-login .login-form-table {
    display: block;
}

.login #login-show-context .app-list {
    display: block;
}

.login #login-show-context .login-form-table {
    display: none;
}

.login .login-app-switch .app-image {
    display: none;
}

.login .login-app-switch .login-image {
    display: block;
}

.login .login-app-switch.show-app .app-image {
    display: none;
}

.login .login-app-switch.show-app .login-image {
    display: none;
}
.login .app-type-name{
    text-align: center;
    font-weight: bold;
    color: #4293ff;
}
.login .app-qrcode-holder{
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    height: 102px;
    display: block;
    margin-top: 16px;
    color: #02a9f3;
}
.login  .app-qrcode-holder img{
    height: 97%;
}









