@charset "utf-8";
.imp{color:red;margin-right:5px;}
.fl{float:left;}
.fr{float:right;}
.hide{display:none;}
.popWarp{padding:15px;}
.errorTip{color:red;padding-left:30px;}
/*.layui-table-view .layui-table{width:100%;}*/
/*.layui-table-page{position:fixed;bottom:0px;background:#fff;left: 0px;}*/
/*实况面板_首页*/
.scene_time{position:absolute;right:10px;top:10px;line-height:40px;font-size:14px;}
.sceneLeftBlock{padding:0px 10px;position:relative;height:875px;}
.sceneRightBlock .sceneRightArrow{width:33px;height:90px;background:url('../i/arrow.png') no-repeat;background-position:top center;position:fixed;right:0px;margin-left:-33px;top:50%;margin-top:-45px;z-index:2;}
.sceneRightBlock .sceneRightInner{-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);border:1px solid #ebebeb;padding:0px 10px;overflow:auto;position:fixed;top:0px;bottom:0px;right:-50%;z-index:999;width:50%;height:100%;max-height:100%;background:#fff;top:0px;bottom:0px;box-sizing: border-box;}
.open .sceneRightArrow{right:50%;background-position: bottom center;cursor:pointer;}
.open .sceneRightInner{right:0px;}
.overviewBlock li{font-size:14px;line-height:30px;clear: both;transition: all ease 0.3s;}
.overviewBlock li .con >span{display:inline-block;}
.sceneRightBlock .lineBlock{height:300px;width:100%;border-top:1px solid #ebebeb;}
.overviewBlock li .con2{color:#009688;}
.tabWarp .tab-title{height: 42px;}
.tabWarp .tab-title li{margin: 0 15px;padding: 0;line-height: 42px;display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    text-align: center;
    cursor: pointer;}
.tabWarp .tab-title li.cur{color: #009688;}
.tabWarp .tab-title li.cur:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-radius: 0;
    border-bottom: 2px solid #5FB878;
    box-sizing: border-box;
    pointer-events: none;
}
.dropDownWarp{position:absolute;left:20px;z-index:1000;}
.dropDownWarp .title{color:#606266;font-size:14px;background:#fff;}
.dropDownWarp .title .arrowDown{margin-left:5px;vertical-align: middle;}
.dropDownWarp .con{width:130px;position:absolute;bottom:30px;background:#fff;left: 0;padding: 10px 0;margin: 5px 0;background-color: #fff;border: 1px solid #ebeef5;border-radius: 4px;-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);}
.dropDownWarp .dropdown-item{list-style: none;line-height: 36px; padding: 0 20px; margin: 0; font-size: 14px; color: #606266; cursor: pointer; outline: 0;}
.dropDownWarp .con::after{content:'';width:10px;height:10px;position: absolute;display:block;background:#fff;border: 1px solid #ebeef5;filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));transform:rotate(90deg);transform: rotate(45deg);bottom: -6px;left: 20px;}
.dropDownWarp .con::before{content:'';width:18px;height:10px;position: absolute;display:block;background:#fff;bottom: 0px;left: 17px;z-index:20;}
.dropDownWarp li:hover{background-color:#009688;color:#fff;}
/*登录*/
.bodyBg{background:url('../i/bodyBg.png') no-repeat;background-size:100% 100%;background-attachment:fixed;}
.layadmin-user-login-main{width:564px;height:601px;position:absolute;top:50%;left:50%;margin-left:-277.5px;margin-top:-300px;overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px;
}
.layadmin-user-login-header{font-size:0px;width:100%;height:122px;background:#eef3fa;position:relative;}
.layadmin-user-login-header .loginIcon{width:247px;height:42px;position:absolute;top:50%;left:43%;margin-left:-93px;margin-top:-21px;}
.layadmin-user-login-body{background:#fff;height:479px;padding:0px 69px;}
.layadmin-user-login-body .title{font-size:30px;color:#3e3e3e;text-align:center;font-weight:normal;height:130px;line-height:150px;}
.inputOuter{height:56px;width:100%;background:#ebebeb;border-radius:5px;margin-bottom:20px;overflow:hidden;}
.inputOuter i{position:absolute;display:block;width:60px;height:51px;z-index:10;}
.inputOuter input{width:100%;height:56px;background:#ebebeb;border:none;border:0px;padding-left:58px !important;font-size:18px;color:#666666;}
.inputOuter i.userIcon{background:url('../i/userIcon.png') no-repeat 23px center;}
.inputOuter i.pwdIcon{background:url('../i/passIcon.png') no-repeat 23px center;}
.loginBtn{display:block;height:56px;line-height:56px;width:426px;margin:40px auto;background:#158ce7;border:none;border:0px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;color:#ffffff;font-size:20px;}
/*物联网卡*/
.iotCardNav{
    overflow: hidden;padding: 20px 0px;
}
.iotCardNav .navBlock{width: 80px;height: 50px;border: 1px solid #ebebeb;float: left;margin-right: 20px;text-align: center;cursor: pointer;}
.iotCardNav .selected{color:#009688;color: #fff;background: #009688;}
.action_btn{display: inline-block;padding: 0 5px;color: #777;}
.cor_blue{color: blue;}