/* 主页 */
.main_left {
    width: 69%;
    height: 100%;
    float: left;
}

.main_left .mainMap {
    height: 60%
}

.main_left .alarm {
    height: 38.5%;
    margin-top: 1%;
    background: #fff;
}

.main_left .alarm .baseinfo_table {
    width: 100%;
    height: 89%;
    overflow-y: auto;
}

.main_left .alarm .ban {
    height: 36px;
}

.main_left .alarm .ban p {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
}

.main_left .alarm .ban p:first-child::before {
    content: '';
    width: 1px;
    height: 36px;
    background: #e5ebf1;
    position: absolute;
    top: 0;
    right: 0;
}

.main_left .alarm .ban p.on,
.main_left .alarm .ban p:hover {
    color: #3F90FF;
    ;
    ;
    border-bottom: 1px solid #e5ebf1;
}

.mainMap .amap-copyright {
    display: none !important;
}

.mainMap .amap-logo img {
    display: none !important;
}

.main_right {
    width: 30%;
    height: 100%;
    float: right;
}

.main_right .charts {
    background: #fff;
    height: 60%;
}

.main_right .charts>div {
    height: 33%;
    width: 50%;
    float: left;
}

.main_right .charts>div h3 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
}

.main_right .ranking {
    height: 38.5%;
    margin-top: 2%;
    background: #fff;
}

.main_right .ranking .baseinfo_table {
    width: 100%;
    height: 310px;
    overflow-y: auto;
}

.main_right .ranking .ranking_title {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}

.main_right .ranking .ranking_title h4 {
    float: left;
    font-size: 14px;
    line-height: 36px;
}

.main_right .ranking .ranking_title p {
    float: right;
}

.main_right .ranking .ranking_title p span {
    margin-left: 10px;
}

.main_right .ranking .ranking_title p span img {
    margin-right: 5px;
}

/*
 *联网单位
 */

.serach_block {
    /*color: #fff;*/
    line-height: 32px;
}

.serach_block>div {
    height: 35px;
    position: relative;
}

.serach_block>div>p {
    font-size: 14px;
    /*font-weight: 600;*/
    display: inline-block;
    /*color: #ffffff;*/
}

.serach_block .search_line1 {
    margin-bottom: 5px;
}

.serach_block .search_line1 input {
    width: 180px;
    height: 32px;
    border: solid 1px #dddddd;
    padding: 0px 5px;
    color: #666;
    margin-right: 20px;
    font-size: 12px;
}

.serach_block .search_line1 button {
    width: 60px;
    height: 28px;
    line-height: 26px;
    border-radius: 4px;
    background-color: #3F90FF;
    ;
    ;
    color: #fff;
    font-size: 12px;
    border: none;
    margin-left: 20px;
}

.search_line1 select {
    min-width: 88px;
    height: 32px;
    border: solid 1px #dddddd;
    font-size: 12px;
    padding-left: 7px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/pulldown.png)no-repeat 95% 10px;
    padding-right: 20px;
}

.serach_block .search_line2 span {
    display: inline-block;
    margin: 0px 13px;
    font-size: 14px;
    /*font-weight: 600;*/
    cursor: pointer;
}

.serach_block .search_line2 span.on {
    color: #fff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    padding: 0 10px;
    margin: 0 2px;
    background: #3F90FF;
    ;
}


.serach_block .search_line3>span {
    font-size: 12px;
    /*font-weight: 600;*/
    height: 18px;
    line-height: 16px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 20px;
    border-radius: 2px;
    background-color: #1aae9b;
    margin: 0px 5px;
    position: relative;
    color: #fff;
}

.serach_block .search_line3>span i {
    position: absolute;
    right: 3px;
    top: 3px;
    color: #fff;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar,
scrollbar {
    width: 3px;
    height: 8px;
    background-color: #f5f5f5;
}

/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb {
    /*width: 10px;*/
    /*height: 20px;*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.serach_block .search_line3>button {
    border: none;
    background: transparent;
}

.serach_block .search_line3 .page_size {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
}

.serach_block .search_line3 .page_size span {
    width: 32px;
    height: 18px;
    line-height: 16px;
    border-radius: 2px;
    background-color: #f1f1f1;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin: 0px 5px;
}

.serach_block .search_line3 .page_size span.on {
    background-color: #3F90FF;
    ;
    ;
    color: #fff;
}

.network {
    /*width: 85%;*/
    min-width: 800px;
    background-color: white;
    /* padding: 20px; */
}

.network .search_line1 {
    /*margin-top: 10px;*/
}

.network .network_list li a {
    width: 100%;
    height: 120px;
    background-color: #F0F2F8;
    margin-top: 20px;
    color: #666666;
    display: block;
    padding: 10px;
    padding-left: 120px;
    position: relative;
}

.network .network_list li a:hover {
    background-color: #FBF7EA;
}

.network .network_list li a span.pic {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #5D667E;
    border-radius: 50%;
    color: #fff;
    font-size: 34px;
}

.network .network_list li a h6.title {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin: 5px 0px;
    /*font-weight: 600;*/
}

.dutyRoom {
    font-weight: normal;
    box-sizing: border-box;
    /*line-height: 20px;*/
    /* border: 1px solid #169bd5; */
    line-height: 20px;
    border-radius: 12px;
    padding: 0 5px;
    font-size: 12px;
    background-color: green;
    color: #fff;
    margin-left: 10px;
    /*width: 40px;*/
    text-align: center;
}

.redColor {
    background: red;
}

.grayColor {
    background-color: #999;
}

.network .network_list li a p {
    font-size: 14px;
    line-height: 34px;
}

.network .network_list li a>div {
    position: absolute;
    text-align: left;
    left: 60%;
    top: 10px;
    width: 30%;
}

.network .network_list li a>div.qcord {
    width: 10%;
    left: 90%;
    top: 36px;
}

.network .network_list li a>div.qcord img {
    width: 50px;
    height: 50px;
}

.network .network_list .branch-status {
    position: relative;
}

.network .network_list .branch-status img {
    /*position: relative;*/
    margin-right: 3px;
}

.network_common {
    width: 97%;
    margin-top: -10px;
    min-width: 900px;
    margin-left: 24px;
    overflow: hidden;
    background-color: white;
}

.serach_heard {
    height: 73px;
    background-color: white;
    padding-top: 20px;
    width: 100%;
}

/* 搜索input */
.querysome>input {
    margin-left: 24px;
    width: 240px;
    ;
    height: 32px;
    line-height: 32px;
    border-radius: 4px 4px 4px 4px;
}

/* buttom按钮 */
.btnStyle {
    width: 95px;
    height: 32px;
    background: #165DFF;
    border-radius: 4px 4px 4px 4px;
    line-height: 32px;
    color: #FFFFFF;
    border: none;
    float: right;
    margin-right: 21px;
    margin-top: -32px;
    font-size: 13px;
}

.btnStyleGo {
    width: 70px;
    height: 32px;
    background: #165DFF;
    border-radius: 4px 4px 4px 4px;
    line-height: 32px;
    color: #FFFFFF;
    border: none;
    float: right;
    margin-right: 150px;
    margin-top: -32px;
    font-size: 13px;
}

/* 状态按钮 */
.statusNo {
    width: 74px;
    height: 24px;
    background: #FFF7E8;
    line-height: 24px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: none;
    color: #FF7D00;
    font-size: 12px;
    font-weight: 500;
}

.statusSuccess {
    width: 74px;
    height: 24px;
    background: #E8F3FF;
    line-height: 24px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: none;
    color: #165DFF;
    font-size: 12px;
    font-weight: 500;
}

.statusOver {
    width: 74px;
    height: 24px;
    background: #F2F3F5;
    line-height: 24px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: none;
    color: #1D2129;
    font-size: 12px;
    font-weight: 500;
}

.search {
    background: url(../doorImg/search.svg) no-repeat 12px center;
    padding-left: 37px;
}

.adminStyle {
    background: url(../doorImg/admin.png) no-repeat 12px center;
    padding-left: 37px;
}

.passWordStyle {
    background: url(../doorImg/passWord.png) no-repeat 12px center;
    padding-left: 37px;
}

.inputFocus {
    border: 1px solid #165DFF;
}

.timeStyle {
    width: 320px;
    height: 32px;
    border: 1px solid #CED0D6;
    border-radius: 4px 4px 4px 4px;
    margin-left: 50px;
    float: left;
}

.timeStyle>span {
    display: block;
    margin-left: 13px;
    font-size: 13px;
    color: black;
    font-weight: 400;
    margin-top: 6px;
    float: left;
}

.goOut {
    width: 62px;
    height: 32px;
    background: white;
    border-radius: 4px 4px 4px 4px;
    line-height: 32px;
    border: 1px solid #C9CDD4;
    float: right;
    margin-right: 21px;
    margin-top: -32px;
    font-size: 13px;
}



.dropdown-menu-nav .layui-btn {
    width: 100%;
}

.dropdown-menu-nav li {
    padding: 2px 4px;
}

input:hover {
    border: 1px solid #165DFF;

}

.timeStyle:hover {
    border: 1px solid #165DFF;
}

.btnStyle:hover {
    background-color: #4080FF;
}

.searchBTN:hover {
    background-color: #4080FF;
}

input[type=checkbox],
input[type=radio] {
    margin: -3px 7px 0px;
    margin-top: 1px\9;
    line-height: normal;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #027AFF;
    background-color: #027AFF;
    color: #fff;
}

.layui-icon-ok:before {
    content: "\e605";
}