html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wrapper{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

/* 左侧 */
.left{
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.left-main{
    width: 217px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: -17px;
    bottom: 0;
}
.nav-top{
    padding: 20px 0;
}
.logo{
    height: 40px;
}
.logo>img{
    max-height: 100%;
}
.name{
    color: #5e6d86;
    font-size: 16px;
    padding-top: 10px;
}

/* 导航 */
.navBar{
    width: 100%;
    height: auto;
}
.navBar>ul>li{
    padding: 30px 15px;
    border-bottom: 1px solid #364052;
}
.navBar>ul>li>a{
    display: block;
    width: 100%;
    height: 22px;
    color: #7e889a;
}

.navBar>ul>.active>a,.navBar>ul>li>a:hover{
    color: #ffffff;
}
.nav-main{
    width: 100%;
    height: 100%;
    line-height: 22px;
    position: relative;
}
.nav-left{
    padding-left: 32px;
    position: relative;
}
.nav-left::after{
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0;
    left: 0;
}
.nav-icon1::after{
    background: url(../images/icon1.png) center no-repeat;
}
.navBar>ul>.active .nav-icon1::after,.navBar>ul>li>a:hover .nav-icon1::after{
    background: url(../images/icon11.png) center no-repeat;
}
.nav-icon2::after{
    background: url(../images/icon2.png) center no-repeat;
}
.navBar>ul>.active .nav-icon2::after,.navBar>ul>li>a:hover .nav-icon2::after{
    background: url(../images/icon21.png) center no-repeat;
}
.nav-icon3::after{
    background: url(../images/icon3.png) center no-repeat;
}
.navBar>ul>.active .nav-icon3::after,.navBar>ul>li>a:hover .nav-icon3::after{
    background: url(../images/icon31.png) center no-repeat;
}
.nav-icon4::after{
    background: url(../images/icon4.png) center no-repeat;
}
.navBar>ul>.active .nav-icon4::after,.navBar>ul>li>a:hover .nav-icon4::after{
    background: url(../images/icon41.png) center no-repeat;
}
.nav-icon5::after{
    background: url(../images/icon5.png) center no-repeat;
}
.navBar>ul>.active .nav-icon5::after,.navBar>ul>li>a:hover .nav-icon5::after{
    background: url(../images/icon51.png) center no-repeat;
}
.nav-icon6::after{
    background: url(../images/icon6.png) center no-repeat;
}
.navBar>ul>.active .nav-icon6::after,.navBar>ul>li>a:hover .nav-icon6::after{
    background: url(../images/icon61.png) center no-repeat;
}
.nav-right{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    right: 0;
}
.nav-add{
    background: url(../images/add1.png) center no-repeat;
}
.nav-down{
    background: url(../images/down1.png) center no-repeat;
}
.down{
    display: none;
}
.down>li{
    padding: 15px 0 0 32px;
    font-size: 12px;
}
.down>li>a{
    color: #606c80;
}
.down>.active>a,.down>li>a:hover{
    color: #2ba2d4;
}


/* 右侧 */
.right{
    width: calc(100% - 200px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.con{
    width: 100%;
    min-width: 1000px;
    height: 100%;
}
.top{
    width: 100%;
    height: 60px;
}
/* 路径导航 */
.top-left{
    height: 30px;
    line-height: 30px;
    width: auto;
    padding: 0 20px;
    margin: 15px 0;
}
.top-left>ul>li{
    padding-right: 16px;
    position: relative;
}
.top-left>ul>li::after{
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background-color: #70757a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
.top-left>ul>li:last-child::after{
    display: none;
}
.top-left>ul>li>a{
    color: #70757a;
}
.top-left>ul>li>span{
    color: #282a2c;
}
.top-left>ul>li>a>img{
    margin-right: 5px;
    vertical-align: sub;
}
/* 消息、头像 */
.top-right{
    height: 100%;
    width: auto;
}
.top-right>ul{
    width: 100%;
    height: 100%;
}
.top-right>ul>li{
    height: 100%;
    margin-left: 30px;
    position: relative;
}
.top-right .news{
    display: block;
    position: relative;
    height: 100%;
    line-height: 60px;
}
.top-right .dot{
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 38%;
    transform: translateY(-38%);
    right: 2px;
    background-color: #f72222;
    border-radius: 50%;
    display:none;
}
.top-right .head{
    display: block;
    height: 100%;
    width: 220px;
}
.top-head{
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.head-img{
    width: 40px;
    height: 100%;
    line-height: 60px;
}
.head-img>img{
    width: 100%;
}
.head-main{
    height: 100%;
    font-size: 12px;
    color: #70767c;
    padding: 10px 0 0 10px;
}
.head-name{
    font-size: 14px;
    color: #2a2e32;
}
.head-icon{
    height: 100%;
    line-height: 60px;
}
.head-icon>span{
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url(../images/arrow1.png) center no-repeat;
}
.onhead{
    background-color: #7c8488;
}
.onhead .head-main,.onhead .head-name{
    color: #ffffff;
}
.onhead .head-icon>span{
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url(../images/arrow2.png) center no-repeat;
}
.head-down{
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    box-shadow: 5px 0 15px #ccc;
}
.head-down a{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #60676d;
    padding: 0 20px;
    position: relative;
}
.head-down-icon{
    width: 15px;
    height: 16px;
    background: url(../images/quit1.png) center no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.head-down-right{
    width: 4px;
    height: 9px;
    background: url(../images/right1.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.head-down a:hover{
    color: #19c4bd;
}
.head-down a:hover .head-down-icon{
    background: url(../images/quit2.png) center no-repeat;
}
.head-down a:hover .head-down-right{
    background: url(../images/right2.png) center no-repeat;
}


/* 底部 */
.footer{
    width: 100%;
    height: 52px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #9098a6;
    padding: 0 20px;
    line-height: 52px;
    z-index: 999;
}


/* 内容 */
.box{
    width: 100%;
    height: calc(100% - 60px);
    overflow: hidden;
    position: relative;
}
.main{
    width: calc(100% - 15px);
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*position: absolute;*/
    right: -17px;
    bottom: 0;
}
.right-main{
    width: 100%;
    min-height: 100%;
    position: relative;
}

.main-body{
    width: 100%;
    height: auto;
    padding-bottom: 52px;
}


/* 表格顶部 */
.table-top{
    padding: 30px 20px 20px 20px;
}
.table-left{
    height: auto;
}
.table-right>ul>li{
    margin-left: 12px;
}
.table-right>ul>li a{
    display: block;
    height: 40px;
    line-height: 32px;
    text-align: center;
    padding: 0 10px;
}
.table-right>ul>li a img{
    margin-right: 5px;
}



/* 分页 */
.page{
    width: 100%;
    padding: 30px 20px;
}
.page-left{
    padding-left: 20px;
}
.page-right>ul>li{
    margin-left: 10px;
}
.page-right>ul>li>a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e0e2e5;
    color: #464d54;
    border-radius: 3px;
    box-sizing: border-box;
}
.page-right>ul>li>a:hover{
    line-height: 34px;
    background-color: #03987a;
    color: #fff;
    border: 3px solid #15e5bc;
    box-shadow: inset 0 0 15px #038c70;
}
.page-right>ul>li:first-child>a,.page-right>ul>li:last-child>a{
    width: 75px;
}

.page-left{
    width: auto;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
}
.page-left>input[type="checkbox"]{
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 10;
}
.page-left>input[type="checkbox"] + label{
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #a5aab0;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.page-left>input[type="checkbox"]:checked +label::before{
    display: block;
    content: "\2714";
    text-align: center;
    color: #000;
    line-height: normal;
    line-height: 16px;
}




/* 下拉选择 */
.select{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.select .placeholder {
    position: relative;
    display: block;
    height: 100%;
    line-height: 40px;
    z-index: 1;
    padding: 0 10px;
    cursor: pointer;
    color: #070707;
}
.select.is-open ul {
    display: block;
}
.select.select--white .placeholder {
    background: #fff;
    color: #838383;
}
.select.select--white .placeholder:hover {
    background: #fff;
}
.select ul {
    display: none;
    position: absolute;
    overflow: auto;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 5px 0;
    z-index: 100;
    box-shadow: 0 0 10px #dddddd;
    border: 1px #dddddd solid;
    max-height: 500%;
}
.select ul li {
    display: block;
    text-align: left;
    padding: 5px 15px;
    color: #65686a;
    cursor: pointer;
}
.select ul li:hover{
    color: #070707;
}
.select-icon{
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 10;
    line-height: 0;
}

/* 日期选择器 */
.input-parent,.input-parent>input{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.input-parent>input{
    padding: 0 10px;
}
.input-parent>button{
    display: none;
}
.data-icon{
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    line-height: 0;
}


/* 弹出框 */
.popup{
    display: none;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: -10;
}
.popup_main{
    height: auto;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
.popup_head{
    width: 100%;
    height: 50px;
    border-radius: 5px 5px 0 0;
    padding: 0 20px;
}
.popup_title{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}
.popup_close{
    height: 50px;
}
.map_title{
    padding: 16px 10px 0 10px;
    height: 50px;
}
.map_title>span{
    display: inline-block;
    margin: 0 10px;
}
.popup_close>a{
    display: block;
    height: 100%;
    text-align: center;
    line-height: 50px;
}
.popup_footer{
    width: 100%;
    border-top: 1px solid #dcdfe6;
}
.popup_yes,.popup_no{
    width: 50%;
    height: 50px;
}
.popup_yes{
    border-right: 1px solid #dcdfe6;
}
.popup_footer a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.popup_yes>a{
    color: #24aaea;
}
.popup_no>a{
    color: #848992;
}

/* 删除 */
.dete_popup .popup_main,.code_popup .popup_main{
    width: 350px;
}
.map_popup .popup_main{
    width: 1000px;
}
.dete_main{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #4e5256;
    text-align: center;
    padding: 30px 20px;
}
.dete_main>p{
    padding: 5px 0;
}
.popup-code-img{
    width: 160px;
    height: 160px;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
}
.popup-code-img>img,.map-img>img{
    width: 100%;
}

/* 添加 */
.add_popup .popup_main,.edit_popup .popup_main{
    width: 910px;
}

.add_main{
    width: 100%;
    height: auto;
    color: #4e5256;
    text-align: center;
    padding: 30px 20px;
}
.popup_list{
    height: auto;
    padding-bottom: 20px;
    margin: 0 -10px;
}
.popup_input{
    width: 50%;
    height: 40px;
    padding: 0 10px;
}
.popup_input>label{
    color: #62666b;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
}
.popup_list_main{
    width: calc(100% - 100px);
    height: 40px;
    position: relative;
}
.popup_list_main>input{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #cdd0d6;
}
.popup_list_main>.select{
    border: 1px solid #cdd0d6;
}
.popup_list_main>input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #96989b;
}
.popup_list_main>input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #96989b;
}
.popup_list_main>input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #96989b;
}
.popup_list_main>input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #96989b;
}

.popup_btn{
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.popup_btn>a{
    height: 40px;
    line-height: 32px;
    color: #ffffff;
    padding: 0 15px;
}

.number-bg{
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #cdd0d6;
    border-top: 1px solid #cdd0d6;
    border-bottom: 1px solid #cdd0d6;
}
.number-bg>span{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
}
.number-top{
    top: 0;
    background: url(..//images/top2.png) center no-repeat;
}
.number-bottom{
    bottom: 0;
    background: url(..//images/bottom2.png) center no-repeat;
}
.number-top1{
    top: 0;
    background: url(..//images/top3.png) center no-repeat;
}
.number-bottom1{
    bottom: 0;
    background: url(..//images/bottom3.png) center no-repeat;
}
.pagehover {
    line-height: 34px!important;
    background-color: #03987a!important;
    color: #fff!important;
    border: 3px solid #15e5bc!important;
    box-shadow: inset 0 0 15px #038c70!important;
}
.curs {
   cursor:pointer;
}
.console, .console-list, .console-edit, .console-insert, .monitor, .monitor-input, .monitor-police, .monitor-supplier,.monitor-reportform,.monitor-inspection, .process, .process-trouble, .process-user, .process-usertrouble, .process-reportform, .accet, .accet-equi, .accet-stoic, .accet-dele, .accet-fuwu, .accet-tjigli, .accet-ai, .news,.news-list, .system, .system-user, .system-role, .system-depar, .system-journal, .system-sms,.system-region {
    display: none;
}
.trs>.checkbox {
    margin: 4px 0 0;
}
.bod1 {
    border: 1px solid #c4cad0;
}

.xy_popup .popup_main {
    width: 350px;
}
.xy_popup .popup_input {
   width:100%;
   margin-bottom:15px;
}
.none {
   display:none;
}

.list_popup>.popup_main,.list_popup>.popup_body{
   width:77%;
}

.popup_body > .table {
    width: 100%;
    position: relative;
    padding:10px;
}

#allmap {
    height: 500px;
    width: 100%;
}

#map img {
max-width: inherit;
}

.BMap_cpyCtrl,.anchorBL{
   display:none;
}

.pad10 {
    padding: 10px;
}
.cur {

    cursor: pointer;

}

.add_popup .asset-modal,.edit_popup .asset-modal{
    width: 450px;
}

.popup_asset>.popup_input{
    width: 100%;
}