@charset "utf-8";


.map {
    top: 0;
    margin-top: 0px;
    box-sizing: border-box;
    width: 100%;
    height:calc(100% - 0px);
}

.sbList {
    position: absolute;
    top: 130px;
    left: -360px;
    width:360px;
    z-index: 999;
}

.sbList .jz-search {
    width: 386px;
    height: 38px;
    margin-left: 40px;
}

.sbList .jz-search .jz-select {
    position: absolute;
}

.sbList .jz-search .jz-dele {
    position: absolute;
    right: 65px;
    width: 30px;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.sbList .jz-search .jz-dele button {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border: none;
    border-radius: 0;
    color: #146BD4;
    border-left: 1px solid #e6e6e6;
    /*border-color: #e6e6e6;*/
}

.sbList .jz-search .jz-select .layui-input-inline {
    width: 86px;
}

.sbList .jz-search .jz-text {
    position: absolute;
    left: 124px;
}

.sbList .jz-search .jz-text .layui-input-inline {
    width: 208px;
}

.sbList .jz-search .layui-input-inline input {
    padding-right: 20px;
    font-size: 12px;
}

.sbList .jz-search .jz-btn {
    position: absolute;
    right: -10px;
}

.sbList .jz-search {
    margin-bottom: 10px;
}

.sbAll {
    margin-left: 40px;
    width: 320px;
    max-height: 400px;
    background-color: #fff;
    /*overflow: auto;*/
}

.sbAll li {
    border-bottom: 1px solid #c4defd;
}

.sbAll .sbTop {
    padding-top: 16px;
    /* padding-bottom: 16px; */
    border-bottom: 1px solid #f5f5ff;
}

.sbAll .sbTop .sbImg {
    float: left;
    padding-left: 16px;
    display: none;
}

.sbAll .sbTop .sbImg img {
    width: 70px;
}

.sbAll .sbTop .sbInfo {
    /* float: left; */
    margin-left: 16px;
}

.sbAll .sbInfo h3 {
    font-size: 18px;
    color: #146BD4;
    margin-bottom: 10px;
    float: left;
    width: 26%;
    word-break: break-word;
}

.sbAll .sbInfo .info {
    font-size: 16px;
    margin-bottom: 10px;
}

.sbAll .sbInfo .info span {
    margin-left: 6px;
}

.sbAll .sbInfo .time {
    font-size: 12px;
    color: #888;
    line-height: 20px;
}

.sbAll .sbButton .layui-btn {
    background-color: transparent;
    color: #146BD4;
    width: 20%;
}

.sbAll .sbButton .disabled {
    background-color: transparent;
    color: #888;
}

.sbAll .sbButton i {
    margin-right: 6px;
}

.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
    border: none;
}

#devicePage {
    padding-left: 8px;
}

.layui-form-select dl {
    width: 386px;
}

.layui-select-tips {
    display: none !important;
}

/*.layui-form-select dl dd {*/
    /*display: inline-block;*/
    /*font-size: 12px;*/
/*}*/

.mCustomScrollbar {
    border: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #146BD4;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #dadada;
}
.side_bar_stretch {
    position: absolute;
    width: 27px;
    height: 48px;
    background: #ccc;
    top: 58px;
    right: -28px;

    border-left: none;
    cursor: pointer;
    display: block;
    transition: .2s;
    text-align: center;
}
.closeTriangle{
    font-size: 25px;
    line-height: 48px;
    color: #4B4B4B;
}
/*.layui-btn + .layui-btn{*/
    /*margin-left: 0;*/
/*}*/

.jh-label{
    text-align: center;
    background: #1d87d1;
    color: #ffffff;
    font-size: 16px;
    padding: 0 10px ;
}

.tdt-label{
    padding: 0px!important;
    /*background: #1d87d1!important;*/
    /*border:none;*/
}
html, body {
    width: 100%;
    height: 100%;
    background-size: cover;
    font-size: .1rem;
}

.data {
    width: 100%;
    height: 100%;
    /*background: url('../img/map_bg.png') center;*/
    min-width: 1300px;
    display: flex;
    flex-direction: column;
}
.data-h5 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/*主体*/
.data-content {
    height: calc(100% - 60px);
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.data-content > .con-center {
    margin-left: 5px;
    height: 100%;
    width: 82%;
}
.data-content > .con-left {
    height: 100%;
    background-color: #fff;
    width: 18%;
}
.jz-header{
    background-color: #1d87d1;
    height: 72px;
    line-height: 72px;
    width: 100%;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}
.jz-header {
    position: relative;
    z-index: 10000;
}
.jz-header .title-left {
    position: absolute;
    top: 10px;
    left: 10px;
}
.jz-header .title-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 27px;
    color: #FFFFFF;
    padding: 20px 0;
}
.changeBackgorund{
    background: #fff;
}
.process-top{
    height: 40px;
    line-height: 35px;
    position: relative;
    margin-top: 5px;
    /* margin-left: 10px; */
    border-bottom: 1px solid #ccc;
}
.nav-treeli-active{
    background: #F3F4F6;
}
.nav-treeli-active:before{
    content: "";
    width: 5px;
    height: 50px;
    background: #146BD4;
    position: absolute;
    left: 0px;
}
.nav-treeli-active:after{
    content: ">";
    color: #ccc;
    position: absolute;
    font-size: 25px;
    line-height: 50px;
    right: 10%;
}
.process-table-wrapper {
    /*padding-top: 10px;*/
    padding-right: 10px;
    margin-bottom: 20px;
    overflow: auto;
}

.process-table-select{
    padding-top: 10px;
    padding-right: 10px;
    /*margin-bottom: 20px;*/
    /*border-bottom: 1px solid #ccc;*/
    /*overflow: auto;*/
}

.layui-form-select dl dd.layui-this {
    background-color: #146BD4;
    font-size: 14px;
    color: white !important;
}

.layui-form-item{
    margin-bottom: 0px;
}

.layui-form-label {
    width: 42px;
}

.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r,
.layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main,
.layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row]{
    border-color: #ccc;
}

.gailan-ms{
    height: 60%;
    margin-left: 70px;
    line-height: 70px;
    font-size: 12px;
    font-weight: 700;
}
.gailan-sj{
    float: left;
    height: 40%;
    margin-left: 70px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #E9B405;
}
.gailan-dw{
    float: left;
    height: 40%;
    width: 20%;
    line-height: 30px;
    font-size: 12px;
}

.layui-form-select dl {
    min-width: 0px;
    width: 100%;
}
.layui-form-select .layui-input {
    padding-right: 30px;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
}


small {
    color: gray;
}
.header {
    position: relative;
    width: 100%;
    background: black;
    text-align: center;
    height: 10%;
}
.nav-bar {
    text-align: center;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.nav-bar ul {
    list-style: none;
    position: relative;
    display: table;
    margin: 0 auto;
}

.nav-bar ul li {
    float: left;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.2rem;
    color: black;
    cursor: pointer;
}

.nav-bar .m-menu-toggle {
    width: 2rem;
    height: 2rem;
    display: none;
}

.nav-bar .m-menu {
    display: none;
    width: 80%;
    text-align: center;
    font-size: 1.2rem;
    color: gray;
    margin: 0 auto;
}

.nav-bar .m-menu tr td{
    padding-top: 1rem;
}

.menu {
    background: white;
    margin-bottom: 20px;
    height: 100%;
}

.menu hr {
    margin-top: 5px;
}

.search-form {
    width: 100%;
}

.search-form input {
    height: 2rem;
    margin-top: 0.6rem;
}

.search-form .search-input {
    width: 70%;
}

.search-form .search-btn {
    width: 20%;
    margin-left: 2%;
    background: black;
    color: white;
    border: 2px solid black;;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    margin-top: 5px;
    font-size: 1rem;
}

.tags span {
    padding: 0.6rem;
    background: black;
    color: white;
    font-size: 0.8rem;
    float: left;
    margin-right: 1rem;
    margin-top: 0.8rem;
    border-radius: 10%;
}

/* 导航部分 */
.nav-tree-wrapper{
    width: 100%;
}
.nav-tree-top{
    text-align: center;
    background: #146BD4;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
}
.nav-tree-ul{
    height: 100px;
    border:1px solid #ccc;
}
.divmenu{
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}
.nav-tree-wrapper ul,.nav-tree-wrapper ul li{
    width: 99%;
}
.nav-tree-wrapper ul li{
    font-size: 0.8rem;
    line-height: 2.5rem;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.mpprocess-top{
    border-bottom: 1px dashed #000;
    /* line-height: 2rem; */
    /* height: 4%; */
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 0.5rem;background: #fff
}
.statisticsUnit{
    margin-right: 10px;
    float: right;
    display: block;
}
.my-btn{
    float: right;
    margin-right: 10px;
    height: 28px;
    width: 70px;
    padding: 0 1px;
    background-color: #F3F4F6;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    margin-top: 1px;
}
.main-body{
    width: 100%;height: calc(100% - 30px);overflow-y: hidden;background-color: #00FFFF
}
.echarts-bt{
    height: 100%;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    float: left;
}
.bt-before{
    content: "";
    width: 5px;
    height: 30px;
    background: #146BD4;
    float: left;
}

.layui-border-box, .layui-border-box * {
    box-sizing: border-box;
    font-size: 8px;
    text-align: center;
    text-overflow: inherit;
    white-space: normal;
}
.layui-table-cell {
    height: auto;
}
