* {
    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei", sans-serif;
}

@font-face {
    font-family: 'TimeDate';
    src: url('../images/LCD_ATT_Phone_Time_Date_Regular.ttf'), url('../images/LCD_ATT_Phone_Time_Date_Regular.eot');
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #F0FAFA;
}
.font_phone {
    font-family: 'TimeDate';
    vertical-align: middle;
}

div,
p,
span,
a,
img,
select,
li,
h4,
button,
input {
    outline: none!important;
}

input,
button,
select {
    vertical-align: middle;
}

body,
html {
    width: 100%;
    height: 100%;
    /*background-color: #001324;*/
    /*font-weight: 600;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none!important;
    cursor: pointer;
}

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

input,
textarea {
    outline: none;
    border: none;
    resize: none;
    border: solid 1px #dddddd;
    padding: 5px;
}

textarea {
    vertical-align: text-top;
    -webkit-appearance: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

select::-ms-expand {
    display: none;
}


/*text*/

.txt-red {
    color: red;
}

.tx-c {
    text-align: center;
}

.tx-l {
    text-align: left;
}

.tx-r {
    text-align: right;
}

.mt-20 {
    margin-top: 20px;
}

.container {
    padding: 0;
    width: 1200px;
    margin: auto;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;

}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* .hide{
    display: none;
} */

#importance_div{
    position: fixed;
    /*width: 1920px;*/
    width: 100%;
    /*height: 1080px;*/
    height: 100%;
    top:0;
    left: 1920px;
    z-index: 2999;
    transition: left 0.5s;
}
#importance_div.hover{
    left: 0;
}
body {
    /*padding-left: 250px;*/
    padding-top: 50px;
}

header .header_top {
    position: fixed;
    top: 0;
    height: 52px;
    width: 100%;
    background: white;
    left: 0;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    /* box-shadow: 0px 1px 5px #888; */
    z-index: 100;
}

header .header_top .logo {
    width: 250px;
    display: inline-block;
    height: 65px;
    line-height: 50px;
    background-color: white;
    color: #fff;
    font-size: 18px;
    float: left;
    line-height: 55px;
    /*text-align: center;*/
    padding-left: 13px;
}

header .header_top .logo img {
    margin: 0 10px;
    width: 30px;
}

header .header_top .sidebar_toggle {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
    font-size: 19px;
    color:  #3F90FF;;;
    cursor: pointer;
}

header .header_top .sidebar_toggle:hover {
    color: #fff;
    background:  #3F90FF;;;
}

header .header_top .user_login {
    display: inline-block;
    float: right;
    line-height: 70px;
    padding-right: 60px;
    position: relative;
    color: #00CFD5;
}

header .header_top .user_login span {
    margin-left: 30px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    color: black;
}

header .header_top .user_login .user_image {
    display: inline-block;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

header .header_top .user_login .text-headImage {
    line-height: 25px;
    text-align: center;
    border-radius: 40px;
    background:black;
    color: white;
    font-size: 14px;
}

header .header_top .user_login span i {
    margin-left: 5px;
}

/* header .header_top .user_login span:hover {
    color:  white;
} */

header .header_top .user_login ul {
    position: absolute;
    top: 51px;
    background: #fff;
    z-index: 10000;
    line-height: 25px;
    padding: 5px 0px;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
    right: 140px;
    width: 80px;
    display: none;
}
.h6, h6 {
    font-size: 16px!important;
}

header .header_top .user_login ul li {
    padding-left: 10px;
    cursor: pointer;
}

header .header_top .user_login ul li:hover {
    background: #f1f1f1;
}

header .header_left {
    position: fixed;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #F0F0F0;
    top: 52px;
    z-index: 100;
    overflow: auto;
    height: calc(100vh - 50px);
}

header .header_left .header_user {
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 16px;
}

header .header_left .header_user .avatar {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    background:  #3F90FF;;;
    color: #fff;
    font-size: 24px;
    margin: 15px 5px;
    vertical-align: top;
}

header .header_left ul.tab_one>li>a {
    height: 50px;
    line-height: 50px;
    display: block;
    color: #262626;
    background: #F0F0F0;
    position: relative;
    font-size: 14px;
    margin-left: 15px;
}

header .header_left.menu_close ul.tab_one>li>a span {
    position: absolute;
    left: 50px;
    width: 120px;
    display: none;
    top: 0;
    padding-left: 10px;
    background:  #3F90FF;;;
}

header .header_left.menu_close ul.tab_one>li>a:hover span {
    display: inline-block;
}

header .header_left ul.tab_one>li>a i {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 17px;
    background: url('../img/spread1.png') no-repeat;;
}

header .header_left ul.tab_one>li>a img {
    width: 20px;
    margin: 0 10px;
}
header .header_left ul.tab_one>li.on>a .toggleicon{
    background: url(../img/xiala_01.png) no-repeat;
    /*background-size: 10px 27px;*/
}

header .header_left ul.tab_one>li.on>a,
header .header_left ul.tab_one>li:hover>a {
    color:  #1969F1;
    /*background-color:  #3F90FF;;;*/
}
header .header_left ul.tab_one>li.on>ul.tab_two{
    display: block !important;
}
header .header_left ul.tab_one>li>ul.tab_two img{
    margin: 0 13px;
}
header .header_left ul.tab_two>li {
    /*color: #fff;*/
  
/* background: #E7E9EB; */
    height: 40px;
    line-height: 40px;
    padding-left: 42px;
}


header .header_left ul.tab_two>li>a {
    height: 40px;
    line-height: 40px;
    display: block;
    margin-left: 28px;
    /*color: #fff;*/
    /*background: #0e161e;*/
    position: relative;
}
header .header_left ul.tab_two>li>a span{
    color:#737373;
    font-size: 14px;
}
header .header_left ul.tab_two>li.on,
header .header_left ul.tab_two>li:hover {
    
        background: #E7E9EB;
    /* border-left: 2px solid #24F8FF; */
    /* background: linear-gradient(270deg, rgba(79, 199, 204, 0) 0%, rgba(59, 175, 179, 0.51) 100%) */
}
header .header_left ul.tab_two>li.on>a span {
    color: #1969F1;
    
}


.main {
    position: relative;
    /* height: 100%; */
    /* overflow-y: scroll; */
    /*background-color: #   f1f1f1;*/
    margin-left: 250px;
    background-color: #F8F8F8;
    /*padding: 0px 15px;*/
}

.mainBack {
    background-color: #f1f1f1;
}



.con_title {
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid  #3F90FF;;;
    padding-left: 10px;
}

.con_title a.on {
    color:  #3F90FF;;;
}


/*表格*/

.common_table {
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin-top: 13px;
    border: #fff;
}

.common_table thead {
    text-align: center;
    background: #E8ECF2;
    color: #333;
}

.common_table thead th {
    text-align: center;
    border-color: #E8ECF2;
    line-height: 36px;
    word-break: keep-all;
    white-space: nowrap;
    padding: 0 5px;
}

.common_table tbody td {
    /*text-align: center;*/
    background: #fff;
    border-color: #dcdcdc;
    word-break: keep-all;
    white-space: nowrap;
    padding: 0 7px;
    cursor: pointer;
    /* font-size: 12px; */
}
.txt-orgin{
    color: #ff901b !important;
}
.common_table tbody td span {
    color:  #3F90FF;;;
    margin: 0px 5px;
    cursor: pointer;
}


/*地图样式*/

#Webmap {
    height: 100%;
    width: 100%;
}

#Webmap .amap-info-content.amap-info-outer {
    border-radius: 8px;
    background-color: rgba(32, 63, 129, 0.3);
    box-shadow: 0 0 4px 1px rgba(74, 144, 226, 0.5), inset 0 0 4px 1px rgba(74, 144, 226, 0.5);
    border: solid 1px #026def;
}

#Webmap .amap-info-sharp {
    display: none;
}

#Webmap .tipInfo {
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}


/* 通用右侧划出侧边栏 start*/

#myModalRight .int_table {
    width: 100%;
}

#myModalRight .int_table tr td:first-child {
    text-align: right;
    width: 21%;
    font-weight: 800;
    vertical-align: top;
}

#myModalRight .int_table img {
    width: 30%;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: bottom;
    /*height: 100px;*/
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 600px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/* 通用右侧划出侧边栏 end*/


/* 右侧划出模态框统一样式 */

.right.modal .modal-header {
    padding: 10px;
    height: 50px;
}

.right.modal .modal-header h4 {
    font-size: 16px;
    line-height: 30px;
}

.right.modal .modal-header button {
    opacity: 1;
    font-weight: 100;
    line-height: 30px;
    font-size: 30px;
}

.right.modal .modal-body {
    padding: 0 15px;
}

.right.modal .base-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.right.modal .base-title {
    height: 40px;
    line-height: 40px;
    background: #e7e7e7;
    margin: 0 -15px 10px -15px;
    padding-left: 15px;
    font-weight: bold;
}

.right.modal .base-img {
    margin-bottom: 20px;
}

.right.modal .base-img img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.right.modal .hostDevice-title {
    height: 40px;
    line-height: 40px;
    background: #ccc;
    margin: 0 -15px 10px -15px;
    /* padding-left: 15px; */
    font-weight: bold;
}

.right.modal .hostDevice-title p {
    float: left;
    width: 30%;
    padding-left: 15px;
}

.right.modal .hostDevice-title p:nth-child(2) {
    width: 40%;
}

.right.modal .base-title {
    height: 40px;
    line-height: 40px;
    background: #e7e7e7;
    margin: 0 -15px 10px -15px;
    padding-left: 15px;
    font-weight: bold;
}
.close {
    float: right!important;
    font-size: 34px!important;
    font-weight: 200!important;
    line-height: 0.6!important;
    color: black!important;
    text-shadow: 0 1px 0 #fff!important;
    filter: alpha(opacity=20)!important;
    opacity: 0.8!important;
}

/*模态框*/


.modal-content {
    width: 480px;
    margin-top: 32%;
    margin-left: 16%;
}
.modal .modal-header {
    padding: 10px;
    /* background-color:  #3F90FF;;; */
    color: black;
    min-height: 40px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
#modal-header22{
    /* background-color: #005383!important; */
    color: white;
}

.modal .modal-header h4 {
   font-size: 16px;
}

.modal .modal-header button {
    opacity: 1;
    font-weight: 100;
    color: white;
}

.modal .modal-body {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 15px;
}

.modal .modal-body>div.line {
    line-height: 28px;
    margin-bottom: 8px;
    position: relative;
}

.modal .modal-body>div.line span.title {
    display: inline-block;
    width: 120px;
    text-align: right;
    vertical-align: top;
    color: #666666;
    font-weight: 500;
}

.modal .modal-body>div.line input {
    width: 300px;
    height: 32px;
    padding: 0px 8px;
    color: #999;
    margin-left: 49px;
    border: solid 1px #dddddd;
    display: inline-block;
}

.modal .modal-body>div.line .credentials {
    width: 203px;
    height: 118px;
    position: relative;
    right: -120px;
    top: 9px;
}

.modal .modal-body>div.line select {
    width: 305px;
    height: 28px;
    padding: 0px 8px;
    color: #999;
    border: solid 1px #dddddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/pulldown.png)no-repeat 278px 7px;
}

.modal .modal-body>div.line select.area {
    width: 99px;
    height: 28px;
    padding: 0px 8px;
    color: #999;
    border: solid 1px #dddddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/pulldown.png)no-repeat 79px 7px;
}

.modal .modal-body>div.line em {
    display: block;
    padding-left: 124px;
    font-style: normal;
}

.modal .modal-body>div.line p {
    display: inline-block;
}

.modal .modal-body>div.line em {
    color: #d0011b;
    font-size: 13px;
}

.modal .modal-body>div.btn_click {
    text-align: center;
    margin-top: 20px;
}

.modal .modal-body>div.btn_click button {
    width: 110px;
    height: 34px;
    line-height: 32px;
    border-radius: 4px;
    border: solid 1px  #3F90FF;;;
    margin: 0px 25px;
    font-size: 13px;
    background: #fff;
}

.modal .modal-body>div.btn_click button.btn_true {
    background:  #3F90FF;;;
    color: #fff;
}


/*页码*/

.page_line {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0px;
}

.page_line .page {
    text-align: center;
    display: inline-block;
}

.page_line .page span {
    font-size: 12px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #666666;
    vertical-align: top;
    cursor: pointer;
    margin: 0px 5px;
    border: 1px solid #dddddd;
    background: #fff;
}

.page_line .page span:hover,
.page_line .page span.on {
    background:  #3F90FF;;;
    color: #fff;
}

.page_line .page .ellipsis,
.page_line .page .ellipsis:hover {
    background: transparent;
    border: 1px solid transparent;
    color: #666666;
}

.page_line .page .prev,
.page_line .page .next {
    width: 80px;
    border: 1px solid #dddddd;
}

.page_line .page .prev:hover,
.page_line .page .next:hover {
    color: #666666;
    background: #f1f1f1;
    border: 1px solid #dddddd;
}

.page_line .page_acount {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    vertical-align: bottom;
    line-height: 32px;
    margin: 0 10px;
}

.page_line .go_page {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    vertical-align: bottom;
    margin: 0 20px;
}

.page_line .go_page input {
    width: 50px;
    height: 32px;
    display: inline-block;
    border: solid 1px #dddddd;
    margin: 0px 5px;
    padding: 0px 5px;
}

.page_line .go_page button {
    width: 60px;
    height: 32px;
    border-radius: 4px;
    background-color:  #3F90FF;;;
    border: solid 1px  #3F90FF;;;
    color: #fff;
    margin-left: 10px;
    vertical-align: top;
}


/*end 页码*/


/*滚动条样式*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


/* ::-webkit-scrollbar-button{
    background: #026def;
} */

::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 5px;
    background-color: #333333;
}
.common_table tbody tr:hover{
    background-color: red;
}
/**/


/* 小导航 */

.location {
    /* height: 70px; */
    padding: 29px 30px 20px 22px;
    /* margin-bottom: 20px; */
    line-height: 2px;
    /* border-bottom: 1px solid #ccc; */
    font-size: 14px;
    font-weight: 800;
    background-color: white;
}

.location.noline {
    border: none;
}

.location .icon {
    width: 7px;
    background: url(../images/data.png) no-repeat -15px -129px;
    background-size: 47px 290px;
    margin: 0 8px;
    margin-top: 5px;
    height: 20px;
    background-position: -15px -125px;
}

.location span:last-of-type {
    color:  black;
}

.location span:hover {
    color:  #3F90FF;;
    cursor: pointer;
}

.layui-layer-btn0 {
    background:  #3F90FF!important;
    border: solid 1px  #3F90FF;;;
}


/*------------按钮----------*/

.btns {
    text-align: center;
    margin-top: 5px;
}

.btns button {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 36px;
    margin: 0 9px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.btns button.ok {
    color: #fff;
    background-color:  #3F90FF;;;
    border: none;
}

.btns button.ok:hover {
    background-color:  #3F90FF;;;
    color: #fff;
}

.btns button.cancel {
    border: 1px solid #D4D4D4;
    color: #999;
    background-color: transparent;
}

.btns button.cancel:hover {
    color:  #3F90FF;;;
    border-color:  #3F90FF;;;
    background-color: transparent;
}


/*--------------------------值班管理----------------------------*/

.dutyManage_warp {
    padding: 15px;
    /*background-color: #fff;*/
    min-height: 600px;
}

.dutyManage_warp .inspection {
    height: 90%;
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    line-height: 36px;
}

.dutyManage_warp .inspection .inspection_ban {
    width: 22%;
    height: 643px;
    background: #fff;
    float: left;
    box-shadow: 0 0 6px 1px rgba(204, 204, 204, 0.5);
}

.dutyManage_warp .inspection .inspection_ban ul {
    height: 605px;
    overflow-y: auto;
}

.dutyManage_warp .inspection h3 {
    margin: 0 10px;
    border-bottom: 2px solid #9b9b9b;
    line-height: 36px;
    font-size: 14px;
    background: #fff;
    text-align: left;
    position: relative;
}

.dutyManage_warp .inspection h3 span {
    float: right;
    margin-left: 5px;
    color:  #3F90FF;;;
    cursor: pointer;
}

.dutyManage_warp .inspection .inspection_ban li p {
    position: relative;
    padding-right: 10px;
    border-left: 2px solid #fff;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 20px;
}

.dutyManage_warp .inspection .inspection_ban li p span {
    float: right;
    margin-left: 5px;
    color:  #3F90FF;;;
    display: none;
}

.dutyManage_warp .inspection .inspection_ban ul li p.on,
.dutyManage_warp .inspection .inspection_ban ul li p:hover {
    border-left: 2px solid  #3F90FF;;;
    background: #f9f9f9;
}

.dutyManage_warp .inspection .inspection_ban ul li p.on span,
.dutyManage_warp .inspection .inspection_ban ul li p:hover span {
    display: block;
}

.dutyManage_warp .inspection .inspection_detail {
    float: right;
    width: 77%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 6px 1px rgba(204, 204, 204, 0.5);
}

.dutyManage_warp .inspection .inspection_detail .title {
    /*text-align: center;*/
    font-size: 18px;
    line-height: 36px;
}

.inspection_content {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.dutyManage_warp .inspection .inspection_detail .video_surveillance {
    float: left;
    width: 60%;
}

.dutyManage_warp .inspection .inspection_detail .video_surveillance .con_search {
    margin: 6% 0 2% 6%;
}

.dutyManage_warp .inspection .inspection_detail .surveillance {
    /*width:88%;*/
    /*padding-bottom:50%;*/
    /*height:0px;*/
    margin: 20px auto;
}

#video_box .video_btn {
    overflow: hidden;
    background: #000;
}

#video_box .video_btn p {
    width: 22%;
    float: left;
    text-align: center;
    border-right: 1px solid #ccc;
}

#video_box .video_btn p.select {
    border: none;
}

.dutyManage_warp .inspection .inspection_detail .button {
    width: 100px;
    height: 32px;
    border-radius: 4px;
    background-color:  #3F90FF;;;
    border: solid 1px  #3F90FF;;;
    color: #fff;
    margin: 20px auto;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
}

.dutyManage_warp .inspection .inspection_detail .surveillance_detail {
    float: right;
    width: 40%;
    padding-top: 20px;
}

.inspection_detail .surveillance_detail .title {
    line-height: 30px;
}

.inspection_detail .surveillance_detail .content {
    overflow: hidden;
    padding-left: 10%;
}

.inspection_detail .surveillance_detail .content>span {
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.inspection_detail .surveillance_detail .content>div {
    float: left;
    line-height: 30px;
}

.inspection_detail .surveillance_detail .select {
    overflow: hidden;
    /*margin-bottom: 10px;*/
    padding: 0 3px 0 10%;
}

.inspection_detail .surveillance_detail .select>input {
    margin: 6px 5px 0;
    float: left;
}

.inspection_detail .surveillance_detail .select>span {
    line-height: 24px;
    float: left;
    margin-right: 20px;
}

.inspection_detail .surveillance_detail .inspection_records {
    width: 100%;
    overflow: hidden;
    height: 200px;
}

.inspection_content .inspection_records .video_pic {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 5%;
}

.inspection_content .inspection_records .video_pic>p {
    width: 24%;
    padding-bottom: 20%;
    height: 0px;
    float: left;
    margin-right: 1px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.inspection_content .inspection_records .video_pic>p img {
    width: 162px;
}

.surveillance_detail .inspection_records .video_pic>p.hasborder {
    border: 1px solid #dcdcdc;
    line-height: 100px;
}

.surveillance_detail .inspection_records .video_pic>p img {
    width: 100%;
    /*padding-bottom: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 85px;
}

.surveillance_detail .inspection_records .video_pic>p span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    background: #333;
    opacity: .5;
}

.inspection_records .video_pic>p span::before {
    content: "\2716";
}

.inspection_records .video_pic>p span {
    cursor: pointer;
}

.surveillance_detail .log {
    width: 76%;
    /*overflow: hidden;*/
    float: left;
    padding: 0 0 0 5%;
}

.surveillance_detail .log textarea {
    width: 100%;
    height: 0;
    resize: none;
    margin: 0 0 0 7%;
    padding-bottom: 50%;
    padding: 10px 10px 30%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 3px;
    border-color: #E8ECF2;
    /*margin-top: 15px;*/
}

.facilities_header {
    /*padding: 10px 20px;*/
    /* border: 1px solid red; */
    /*display: flex;*/
    /*justify-content: space-between;*/
    overflow: hidden;
}

.facilities_item {
    /*display: inline-block;*/
    /* width: 30%; */
    position: relative;
    padding: 10px;
    border: 1px solid #f5f5f5;
    /*flex: 1;*/
    height: 100%;
    box-shadow: 5px 5px 5px #f5f5f5;
    margin: 0 0px 0 0;
    border-radius: 10px;
    background: #ffffff;
}

.facilities_title {
    font-weight: bold;
    font-size: 15px;
}

.facilities_title span {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.facilities_box {
    display: flex;
    margin-top: 10px;
    padding-left: 10px;
}

.facilities_fireBox {
    margin-top: 10px;
    padding-left: 10px;
}

.staff_left {
    flex: 5;
}

.staff_item {
    font-size: 14px;
    line-height: 30px;
}

.staff_item .title {
    width: 130px;
    text-align: right;
    display: inline-block;
}

.staff_item .title2 {
    width: 70%;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.staff_item .title3 {
    width: 40%;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.staff_item .title {
    font-weight: bold;
}

.staff_right {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.staff_right .go_staff {
    text-align: right;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}


/* .right_box {
    position: absolute;
    bottom: 10px;
    right: 10px;
} */

.go_staff a {
    font-size: 13px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
}

.facilities_box {
    box-sizing: border-box;
    width: 100%;
}

.fireControl_item {
    width: 45%;
    display: inline-block;
    /* border: 1px solid red; */
    margin: 20px 0 40px 0;
    padding-left: 10px;
}

.fireControl_item img {
    vertical-align: top;
    display: inline-block;
    width: 25%;
    height: 25%;
}

.fireControl_item .fireNum {
    display: inline-block;
    margin-left: 5px;
}

.fireControl_item .fireNum p {
    font-size: 16px;
}

.fireControl_item .fire_img img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.fire_state {
    position: absolute;
    right: 10px;
    top: 10px;
}

.facilities_content {
    overflow: hidden;
}


.facilities_contentL {
    width: 66.666%;
    margin: 0;
   padding:0 10px;
    float: left;
}

.facilities_contentR {
    width: 33.333%;
    margin: 0 ;
    padding:0 10px;
    float: left;
}

.facilities_contentItem {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #f5f5f5;
    margin-top: 10px;
    overflow: hidden;
}
.facilities-list>div{
    width: 50%;
    float: left;
    padding: 10px;
}
.facilities-list p{
    margin-top: 5px;
    line-height: 25px;
    padding-left: 10px;
    margin-left: 5px;
}
.facilities-list p img{
    padding: 0 10px;
}
.facilities-list .facilities-tu{
    width: 220px;
    height: 220px;
    /*background-color: red;*/
}

.facilities_contentR .facilities_contentItem>.level_one {
    width: 92%;
    float: left;
}

.facilities_contentR .facilities_contentItem ul li p {
    position: relative;
    padding-right: 10px;
    border-left: 2px solid #fff;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.facilities_contentR .facilities_contentItem ul li p .add {
    position: absolute;
    left: 2px;
    top: 17px;
}

.facilities_contentR .facilities_contentItem>ul>li>ul>li>p .area {
    position: absolute;
    left: 20px;
    top: 17px;
}

.facilities_contentR .facilities_contentItem>ul>li>ul>li>ul>li>p .area {
    position: absolute;
    left: 40px;
    top: 17px;
}

.facilities_contentR .facilities_contentItem>ul>li>ul {
    height: 470px;
    overflow-y: scroll;
}

.facilities_contentR .facilities_contentItem .rightImage {
    position: absolute;
    right: 20px;
    float: right;
    top: 17px;
    line-height: 13px;
    font-size: 12px;
    color: #949494
}
.facilities_contentR .facilities_contentItem .rightDetail {
    position: absolute;
    right: 50px;
    float: right;
    top: 17px;
    line-height: 13px;
    font-size: 12px;
    color: #949494;
}
.facilities_contentR .facilities_contentItem .fac_right {
    float: left;
    width: 7%;
    margin: 12% 0 0 0;
}

.facilities_contentR .facilities_contentItem .fac_right div:first-child {
    border-bottom: 1px solid #fff;
}

.facilities_contentR .facilities_contentItem .fac_right div.on {
    color: #fff;
    background-color: rgb(206, 81, 83);
}

.facilities_contentR .facilities_contentItem .fac_right div {
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .075);
    padding: 18px 0 10px 8px;
    cursor: pointer;
}

.facilities_contentR .facilities_contentItem table {
    width: 85%;
    float: left;
    margin-right: 25px;
}

.facilities_contentR .facilities_contentItem table tbody {
    height: 400px;
}


.facilities_contentR .facilities_contentItem table {
    width: 92%;
    float: left;
    margin-right: 35px;
}
.facilities_contentR .facilities_contentItem{
    min-height: 470px;
}
.facilities_contentR .facilities_contentItem table tbody td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.facilities_contentR .facilities_contentItem .facilities_table{
    float: left;
    overflow: hidden;
    width: 93%;
}
.facilities_contentR .noRecode{
    float: left;
    text-align: center;
    width: 91%;
}


.look_detail {
    text-align: right;
    margin-top: 15px;
    cursor: pointer;
}

.facilites_table .status {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.red {
    /*  */
    background: url(../images/facilities_off.gif)no-repeat;
    background-size: 80% 80%;
    background-position: 50% 50%;
}
.txt-red{
    color: #e65656 ;
}
.orange {
    /* color: #e65656 !important; */
    background: url(../images/orange.png)no-repeat;
    background-size: 80% 80%;
    background-position: 50% 50%;
}
.txt-orange{
    color: #ffcd5f;
}
.txt-green{
    color: #3cb77d !important;
}
.txt-org {
    color: #ff901b;
}
.green {
    /* color: #3cb77d !important; */
    background: url(../images/facilities_on.png)no-repeat;
    background-size: 50% 50%;
    background-position: 50% 50%;
}

.computer_status {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
}

.red_img {
    background: url(../images/computer_off.png)no-repeat;
    background-size: 100% 100%;
}

.green_img {
    background: url(../images/computer_on.png)no-repeat;
    background-size: 100% 100%;
}

.grey_img {
    background: url(../images/computer_unkonw.png)no-repeat;
    background-size: 100% 100%;
}

.num {
    text-align: right;
}
.txt-grey{
    color: #999999
}
.grey {
    /* color: #999999 !important; */
    background: url(../images/facilities_noknonw.png)no-repeat;
    background-size: 50% 50%;
    background-position: 50% 50%;
}

.noServer {
    height: 180px;
    text-align: center;
    line-height: 180px;
}

.serverItem {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#alarmLine {
    width: 470px;
    height: 290px;
}

.look_detail {
    text-align: right;
}

.facilities_title img {
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.eleA td {
    width: 25%;
}

.noServer {
    background: url(../images/serve_parse.png) no-repeat;
    background-position: 50% 50%;
    /*background-size: 10% 40%;*/
}

.noPage {
    background: url(../images/serve_parse.png) no-repeat;
    /* background-position: 50% 50%; */
    background-size: 100% 100%;
    width: 100px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.serverItem {
    background: url(../images/serve_parse.png) no-repeat;
    background-position: 50% 50%;
    /* background-size: 50% 50%; */
    width: 50%;
    height: 50%;
}
.facilities_header>div{
    padding:0 10px 5px;
    width: 33.3%;
    float: left;
    height: 350px;
}
@media screen and (min-width:1440px) and (max-width: 1600px) {
    .facilities_contentL {
        flex: 2;
        margin: 0;
    }
    .facilities_contentR {
        flex: 1;
        margin: 0;
    }
    #alarmLine {
        width: 384px;
        height: 230px;
    }
    .staff_item span {
        font-size: 12px;
    }
    .staff_item .title2 {
        width: 60%;
    }
    a {
        font-size: 14px;
    }
    .staff_item .title {
        width: 85px;
    }
    .canvasbox {
        width: 100%;
        height: 100%;
    }
    .facilities_item {
        padding: 10px;
        box-shadow: 5px 5px 5px #f5f5f5;
        margin: 0 0px 0 0;
        border-radius: 10px;
    }
    .facilities_title {
        font-size: 13px;
    }
}

@media screen and (min-width:1280px) and (max-width: 1440px) {
    .noServer {
        background-size: 14% 40%;
    }
    .facilities_contentL {
        flex: 2;
        margin: 0 20px 0 0;
    }
    .facilities_contentR {
        flex: 1;
        margin: 0 35px 0 0;
    }
    #alarmLine {
        width: 354px;
        height: 230px;
    }
    .staff_item span {
        font-size: 12px;
    }
    .staff_item .title2 {
        width: 60%;
    }
    a {
        font-size: 14px;
    }
    .staff_item .title {
        width: 85px;
    }
    .canvasbox {
        width: 100%;
        height: 100%;
    }
    .facilities_item {
        padding: 5px;
        box-shadow: 5px 5px 5px #f5f5f5;
        margin: 0 20px 0 0;
        border-radius: 10px;
    }
    .facilities_title {
        font-size: 13px;
    }
    .facilities_content {
        padding: 8px !important;
    }
    .con_tab {
        margin-bottom: 0px !important;
    }
    .facilities {
        background: #f9f9fb;
        /* min-width: 900px; */
        height: auto !important;
        padding: 20px 0 0 13px !important;
    }
    .staff_item .title3 {
        width: 43%;
    }
    .fireControl_item .fireNum p {
        font-size: 14px;
    }
}

tbody {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}

.ms {
    width: 25%;
    text-align: center;
}

.ms1 {
    width: 5%;
    text-align: center;
}

.label-btn{
    border:1px solid #dcdcdc;
    font-size: 12px;
    line-height: 28px;
    margin-left: 20px;
}
.label-btn b{
    display: inline-block;
    width: 80px;
    text-align: center;
}
.label-btn b.on{
    background-color: #ce5253;
    color:#fff;
}
.label-btn b:first-child{
    border-right:1px solid #dcdcdc;
}
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: white;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    background-color: #3F90FF;
}

.layui-select-title{
    width: 301px;
}
.layui-form-select .layui-edge {
    position: absolute;
    left: 283px;
    top: 48%;
    /* margin-top: -3px; */
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.layui-form-select{
    width: 301px;
    display: block
}
.layui-form-select dl{
    width: 301px;
}
.layui-form-select dl dd{
    width: 290px;
}
.layui-input-block {
    margin-left: 100px;
    min-height: 36px;
}
.layui-form-select .layui-input{
    height: 32px;
}
.layui-form-select .layui-input {
    height: 32px;
    display: block !important
}

.prev{
    background: #fff url(../images/left.png)no-repeat 4px 3px;

}
.next{
    background: #fff url(../images/right.png)no-repeat 4px 3px;

}
.select2-container--default .select2-results__option--selected{
    display:none
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    width: 350px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border:  1px  solid #dddddd;
    border-radius: 0px;
    border-radius: 5px;
    margin-left: 5px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #dddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 350px !important;
    margin-left: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3F90FF;
    color: white;
}

.buttoms{
    
    color: #3F90FF
}
/* .layui-table-box{
    height: 430px;
    overflow-y: auto;
} */
.serach_heard{
    height: 250px;
    background-color: white;
    padding-top: 20px;
    width: 100%;
}

.seachDiv{
    /* margin-left: 27px; */
    position: relative;
    height: 50px;
    /* line-height: 79px; */
    padding-top: 14px;
    line-height: 34px;
}
.seachDiv>p{
    float: left;
    width: 100px;
    text-align: right;
}
.seachDiv>input{
    float: left;
}
.seach{
    
    /* height: 221px; */
    background: white;
    border-radius: 4px;
    width: 98.3%;
    margin: 0 auto;
    border: 1px sl;
    /* border: 1px solid #E5E6E6; */
    padding-top: 5px;
}
input::-webkit-input-placeholder {
    font-size: 12px;
}
.tableHeard{
    float: left;font-weight:500;color: #101010;   font-size: 16px;  border-left: 3px solid #3F90FF;
      /* margin-left: 30px; */
      padding: 0px 9px 3px 9px;
}


       /* 设置表格单元格线样式
        .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: white; 
            border-bottom:1px solid  #dce5e6;
        } */

        .query {
            display: flex;
            /* justify-content: space-evenly; */
        }
    
        .query p,
        .querysome {
            display: flex;
            white-space: nowrap;
            align-items: center;
        }
    
        .query .querysome {
            /* margin: 0 32vw 0 10%; */
            justify-self: left;
        }
    
      
    
       
        .querybtn {
            width: 100px;
            height: 32px;
            background: #027AFF;
            border-radius: 2px;
            line-height: 32px;
            float: right;
            margin-right: 21px;
          
        }
        .querybtn1{
            width: 100px;
            height: 32px;
            background: white;
            color: black;
            border: 1px solid #cccccc;
            border-radius: 2px;
            line-height: 32px;
            float: right;
            margin-right: 21px;
        }
        .querybtn1:hover{
            width: 100px;
            height: 32px;
            background: white;
            color: black;
            border: 1px solid #cccccc;
            border-radius: 2px;
            line-height: 32px;
            float: right;
            margin-right: 21px;
        }
        .querybtn:hover{
            width: 100px;
            height: 32px;
            background: #027AFF;
            border-radius: 2px;
            line-height: 32px;
            float: right;
            margin-right: 21px;
        }
        