@charset "UTF-8";
/*css reset*/
body, nav, dl, dt, dd, p, h1, h2, h3, h4, h5, ul, ol, li, input, button, textarea, footer {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

html, body {
    color: #333;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

body {
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

form {
    display: inline;
}

ul, ol {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:hover, a:active, a:focus {
    color: #333;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

textarea {
    resize: none;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    font-family: 'Microsoft Yahei';
}

input:focus:-moz-placeholder, input:focus::-webkit-input-placeholder {
    color: transparent;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.tc {
    text-align: center;
}

.show {
    display: block;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
}

.tc2 {
    text-indent: 2em;
}

header, footer, article, section, nav, menu {
    display: block;
    clear: both;
}

em {
    font-style: normal;
}

html, body {
    position: relative;
    font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", "华文细黑", "Helvetica", "Arial", "sans-serif";
}

* {
    box-sizing: border-box;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

input:focus, textarea:focus {
    outline: none;
}

/*去掉高亮*/
input:focus {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-modify: read-write-plaintext-only;
}

.login-body {
    height: 100%;
    min-width: 1000px;
    background: url("../images/bg.png");
    background-size: 100% 100%;
    overflow: hidden;
}

.login-body .login-center {
    position: relative;
    /*    background: #fff;*/
    height: 400px;
    width: 678px;
    margin: auto;
    border-radius: 8px;
}

.login-body .login-center .login-opacity {
    position: absolute;
    border-radius: 4px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    opacity: 0.4;
    background: #fff;
}

.login-body .login-center .login-div {
    background: #fff;
    position: absolute;
    border-radius: 4px;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.login-body .login-center .login-div .topImg {
    width: 100%;
    height: 140px;
    background: url("../images/topBg.png");
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/topBg.png', sizingMethod='scale');
}

.login-body .login-center .login-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.login-body .login-center .login-input .building {
    float: left;
    width: 254px;
    height: 165px;
    background: url("../images/building.png");
    background-size: 100% 100%;
    margin-top: 44px;
    margin-left: 10px;
}

.login-body .login-center .login-input .login-nei {
    float: left;
    margin-left: 20px;
    width: 310px;
    margin-top: 20px;
    margin-right: 20px;
}

.login-body .login-center .login-input .login-nei .user {
    position: relative;
    border: 1px solid #ebebeb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    /* padding: 0 10px; */
    background: #fff;
    padding-left: 60px;
    padding-right: 20px;
}

.login-body .login-center .login-input .login-nei .user i {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/user.png);
    background-size: 100% 100%;
    top: 9px;
    left: 20px;
}

.login-body .login-center .login-input .login-nei .user input {
    border: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #999;
}

.login-body .login-center .login-input .login-nei .pwd {
    position: relative;
    border: 1px solid #ebebeb;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* padding: 0 10px; */
    background: #fff;
    padding-left: 60px;
    padding-right: 20px;
    margin-top: -1px;
}

.login-body .login-center .login-input .login-nei .pwd i {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/pwd.png);
    background-size: 100% 100%;
    top: 6px;
    left: 20px;
}

.login-body .login-center .login-input .login-nei .pwd input {
    border: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #999;
}

.login-body .login-center .login-input .login-nei .loginCode {
    position: relative;
    border: 1px solid #ebebeb;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* padding: 0 10px; */
    background: #fff;
    padding-left: 60px;
    padding-right: 20px;
    margin-top: -1px;
}

.login-body .login-center .login-input .login-nei .loginCode i {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/loginCode.png);
    background-size: 100% 100%;
    top: 9px;
    left: 20px;
}

.login-body .login-center .login-input .login-nei .loginCode input {
    border: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #999;
    padding-right: 120px;
}

.login-body .login-center .login-input .login-nei .loginCode img {
    position: absolute;
    width: 100px;
    height: 30px;
    background: #ff6666;
    top: 6px;
    right: 10px;
}

.login-body .login-center .login-input .login-nei .error {
    color: red;
    padding-left: 5px;
    margin: 10px 0;
}

.login-body .login-center .login-input .login-nei .login-checkbox {
    float: left;
    color: #999;
    font-size: 16px;
    /*margin-top: 10px;*/
    margin-bottom: 14px;
    /* margin-right: 30px; */
    margin-left: 5px;
    line-height: 1;
}

.login-body .login-center .login-input .login-nei .login-checkbox label {
    margin-left: 10px;
    font-size: 16px;
}

.login-body .login-center .login-input .login-nei button {
    background: #fcc15b;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 6px;
    clear: both;
    width: 100%;
}

.index-body {
    height: 100%;
    width: 100%;
    /* background: url("../images/indexBg.png");
      background-size: 100% 100%;*/
    background: url(../images/indexBg.png) no-repeat fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: auto;
}

.page-width {
    width: 1200px;
    margin: 0 auto;
    /*  height: 100%;*/
    position: relative;
    overflow: hidden;
}

.page-width .indexTop-img {
    width: 1072px;
    height: 116px;
    background: url("../images/indexTop.png");
    background-size: 100% 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -536px;
}

.page-width .index-ul {
    margin-top: 256px;
    width: 1300px;
    overflow: hidden;
}

.page-width .index-ul li {
    float: left;
    display: inline-block;
    width: 390px;
    height: 164px;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.page-width .index-ul li a {
    color: #fff;
    display: inline-block;
    width: 390px;
    height: 164px;
}

.page-width .index-ul li.li1 {
    background: #88d283;
}

.page-width .index-ul li.li1 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/nav1.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.li1 p {
    line-height: 1;
}

.page-width .index-ul li.li2 {
    background: url("../images/nav2.png");
    background-size: 100% 100%;
}

.page-width .index-ul li.li3 {
    background: #fcc15b;
}

.page-width .index-ul li.li3 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/nav3.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.li3 p {
    line-height: 1;
}

.page-width .index-ul li.li4 {
   /*  background: url("../images/nav4.png");
      background-size: 100% 100%; */
     background: #fcc15b;
}

.page-width .index-ul li.li4 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/nav4.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.li4 p {
    line-height: 1;
}

.page-width .index-ul li.li5 {
    background: #73caf7;
}

.page-width .index-ul li.li5 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/nav5.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.li5 p {
    line-height: 1;
}

.page-width .index-ul li.li6 {
     background: url("../images/nav6.png");
      background-size: 100% 100%;
    /* background: #88d283; */
}

/* .page-width .index-ul li.li6 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/nav6.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.li6 p {
    line-height: 1;
} */

.page-width .index-ul li.li7 {
    background: #fa8eb2;
}

.page-width .index-ul li.li7 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/nav7.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.li7 p {
    line-height: 1;
}

.page-width .index-ul li.li8 {
    background: url("../images/nav8.png");
    background-size: 100% 100%;
}

.page-width .index-ul li.li9 {
    background: #ff6666;
}

.page-width .index-ul li.li9 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/nav9.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.li9 p {
    line-height: 1;
}

.page-width .index-ul li.li10 {
    background: #f5538c;/* f96297 */
}

.page-width .index-ul li.li10 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/nav10.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.li10 p {
    line-height: 1;
}

.page-width .index-ul li.li11 {
    background: #ff6666;
}

.page-width .index-ul li.li11 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/nav11.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.li11 p {
    line-height: 1;
}

.build-body {
    /*margin-top: 20px;*/
    /*height: 500px;*/
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #eee;
}

.build-body .build-ul li {
    border-bottom: 2px solid #ccc;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.build-body .build-ul li:last-child {
    border-bottom: none;
}

.build-body .build-ul li .layers {
    position: absolute;
    top: 0;
    border: 0;
    left: 0;
}

.build-body .build-ul li .layers .numberOfLayers {
    float: left;
    width: 80px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #848484;
    margin-right: 10px;
    border-radius: 4px;
}

.build-body .build-ul li .room-list {
    float: left;
    margin-left: 90px;
}

.build-body .build-ul li .room-list .room {
    float: left;
    width: 80px;
    line-height: 30px;
    background: #98fb98;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.build-body .build-ul li .room-list .room.state1 {
    background: #00ff00;
}

.build-body .build-ul li .room-list .room.state2 {
    background: #00ffff;
}

.build-body .build-ul li .room-list .room.state3 {
    background: #ee00ee;
    color: #fff;
}

.build-body .build-ul li .room-list .room.state4 {
    background: #0000ff;
    color: #fff;
}

.build-body .build-ul li .room-list .room.state5 {
    background: #ffff00;
}

.build-body .build-ul li .room-list .room.state6 {
    background: #ff0000;
    color: #fff;
}

.build-body .build-ul li .room-list .room.state7 {
    background: #6b6b6b;
    color: #fff;
}

.build-body .build-ul li .room-list .room.state8 {
    background: #98fb98;
}

.build-body .build-ul li .room-list .room.state9 {
    background: #53868b;
    color: #fff;
}

.build-body .build-ul li .room-list .room:hover {
    background: #53868b !important;
    color: #fff;
}

.room-state-div {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.room-state-div .title {
    float: left;
    line-height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.room-state-div .room-state {
    margin-left: 80px;
}

.room-state-div .room-state li {
    float: left;
    width: 80px;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 4px;
}

.room-state-div .room-state li.state1 {
    background: #00ff00;
}

.room-state-div .room-state li.state2 {
    background: #00ffff;
}

.room-state-div .room-state li.state3 {
    background: #ee00ee;
    color: #fff;
}

.room-state-div .room-state li.state4 {
    background: #0000ff;
    color: #fff;
}

.room-state-div .room-state li.state5 {
    background: #ffff00;
}

.room-state-div .room-state li.state6 {
    background: #ff0000;
    color: #fff;
}

.room-state-div .room-state li.state7 {
    background: #6b6b6b;
    color: #fff;
}

.room-state-div .room-state li.state8 {
    background: #98fb98;
}

.room-state-div .room-state li.state9 {
    background: #53868b;
    color: #fff;
}

/*//////////*/

.page-width .index-ul li.twoLi1 {
    background: #67c660;
}

.page-width .index-ul li.twoLi1 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav1.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.twoLi1 p {
    line-height: 1;
}

.page-width .index-ul li.twoLi2 {
    background: #aa7bfd;
}

.page-width .index-ul li.twoLi2 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav2.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.twoLi2 p {
    line-height: 1;
}
.page-width .index-ul li.twoLi3 {
    background: #fca35a;
}

.page-width .index-ul li.twoLi3 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav3.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.twoLi3 p {
    line-height: 1;
}

.page-width .index-ul li.twoLi4 {
    /*  background: url("../images/nav4.png");
      background-size: 100% 100%;*/
    background: #fcc15b;
}

.page-width .index-ul li.twoLi4 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav4.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.twoLi4 p {
    line-height: 1;
}

/*.page-width .index-ul li.twoLi5 {
    background: url("../images/twonav5.png");
    background-size: 100% 100%;
}

.page-width .index-ul li.twoLi5 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav5.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.twoLi5{
    line-height: 1;
}*/

.page-width .index-ul li.twoLi5 {
    /*  background: url("../images/nav6.png");
      background-size: 100% 100%;*/
    background: #4ab7e9;
}

.page-width .index-ul li.twoLi5 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav5.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.twoLi5 p {
    line-height: 1;
}

.page-width .index-ul li.twoLi6 {
    background: #9867f9;/* fa8eb2 */
}

.page-width .index-ul li.twoLi6 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav6.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.twoLi6 p {
    line-height: 1;
}

.page-width .index-ul li.twoLi7 {
    background: #d68c71;
}

.page-width .index-ul li.twoLi7 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav7.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}

.page-width .index-ul li.twoLi7 p {
    line-height: 1;
}

.page-width .index-ul li.twoLi8 {
    background: #ff9d68;
}

.page-width .index-ul li.twoLi8 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav8.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}
.page-width .index-ul li.twoLi9 {
    background: #9dd099;/* 88d283 */
}

.page-width .index-ul li.twoLi9 i {
    display: inline-block;
    height: 90px;
    width: 90px;
    background: url("../images/twonav9.png");
    background-size: 100% 100%;
    margin-top: 18px;
    margin-bottom: 12px;
}


/*# sourceMappingURL=main.css.map */
