﻿/*  ################################################################

[ThirdNet.Com.Cn]

[主样式表]

Project:		万物智联云平台
Version:		V1.0
Last change:	2021.12
Assigned to:	mayuming(um-)
Modification Notes: 改版弹窗

################################################################# */

body,
html {
    height: 100%;
}

body {
    overflow: hidden;
    margin: 0;
    background-color: #00142f;
    color: #333;
}

form,
ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

*,
 :after,
 :before {
    box-sizing: border-box
}

h3,
h4,
p {
    margin: 0
}

a {
    outline: medium 0;
    hide-focus: expression(this.hideFocus-true)
}

a,
a:hover,
a:link {
    text-decoration: none
}

a:focus {
    outline: 0
}

label {
    font-weight: 400
}

select.form-control {
    padding: 0 0 0 9pt
}

:-moz-placeholder,
 ::-moz-placeholder {
    color: #929cb7
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #929cb7
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #929cb7
}

input[type=checkbox],
input[type=radio] {
    margin: 2px 0 0;
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}


/*修改滚动样式*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: rgba(23, 94, 166, 0.78);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
}

::-webkit-scrollbar-corner {
    background: #179a16;
}


/*文字样式*/

.text-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-blue {
    color: #23d8ff !important;
}

.text-yellow {
    color: #ffb923 !important;
}

.text-red {
    color: #ff2323 !important;
}

.clearfix {
    clear: both
}

.label-padding {
    padding: 10px 6px 0 !important
}

.label-font {
    font-weight: 400
}

.form-group {
    margin-bottom: 0 !important
}

.font-red {
    color: #ff6a80 !important
}

.font-org {
    color: #ff8a00 !important
}

.font-blue {
    color: #0081f8 !important
}

.font-lightblue {
    color: #00f5ff !important
}

.font-purple {
    color: #c659d0 !important
}

.bg-primary-gradient {
    background: #3978e7 !important;
    background: -webkit-linear-gradient(legacy-direction(135deg), #3978e7, #00aeff) !important;
    background: linear-gradient(135deg, #3978e7, #00aeff) !important;
}


/*表格*/

.table-button-group {
    padding: 0 10px 10px;
}

.table-button-group .btn {
    margin: 0 5px;
}

.mum-tabel {
    margin: 10px;
    width: calc(100% - 20px);
}

.mum-tabel thead {
    border-bottom: 1px solid #033974
}

.mum-tabel thead th:last-child {
    border-right: 0
}

.mum-tabel>tbody>tr:nth-of-type(2n+1) {
    background-color: #012a56
}

.mum-tabel>tbody>tr:hover {
    background-color: #2a4373
}

.mum-tabel thead th,
.mum-tabel>tbody>tr td {
    padding: 5px 8px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
}

.mum-tabel thead th {
    color: #8fcdff;
    background-color: #133969 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mum-tabel>tbody>tr td {
    color: #fff;
    border: none !important;
    border-right: 1px solid #033974 !important
}

.mum-tabel>tbody>tr td:last-child {
    border-right: 0 !important;
}

table .vi-sps {
    color: #00dbf4;
    padding: 3px 5px;
    border-radius: 2px;
    white-space: nowrap;
}

table .vi-sps:hover {
    cursor: pointer;
    color: #00dbf4;
    background-color: #133969;
}

.mum-tabel>tbody>tr td .td-button-group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


/*表格分页*/

.table-page {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.Table_Page_Right .btn-white {
    background-color: #012750;
    border: 1px solid #033974 !important;
    color: #fff !important;
}

.td-span-blue,
.td-span-skyblue,
.td-span-green,
.td-span-red,
.td-span-grey,
.td-span2 {
    position: relative;
    padding: 4px 0 4px 15px;
    display: inline-block;
}

.td-span2 {
    padding-left: 0;
}

.td-span-blue::before,
.td-span-skyblue::before,
.td-span-green::before,
.td-span-red::before,
.td-span-grey::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.td-span-blue::before {
    background: rgb(21, 114, 232) !important;
}

.td-span-skyblue::before {
    background: rgb(72, 171, 247) !important;
}

.td-span-green::before {
    background: rgb(49, 206, 54) !important;
}

.td-span-red::before {
    background: rgb(242, 89, 97) !important;
}

.td-span-grey::before {
    background: #9ea9bb !important
}


/*button*/

.btn {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 2px;
}

.btn-primary {
    background-color: #0081f8;
    border: 1px solid #0081f8;
}

.btn-primary:hover {
    background-color: #0376e1;
    border: 1px solid #0376e1;
}

.btn-disable {
    background: #133969;
    border: 1px solid #133969;
    color: #fff !important;
}

.btn-disable:hover {
    background: #2a4373;
    border: 1px solid #2a4373;
    color: #fff;
}


/*---------- common ----------*/

.pl-10 {
    padding-left: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.anchorBL {
    display: none;
}


/*去掉版权logo*/

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-betweenc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-start {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-cloumn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.iframe-internet {
    height: calc(100vh - 50px)
}

.page-con {
    padding: 10px;
    width: 100%;
    height: 100%;
}

.page-info {
    height: calc(100% - 30px);
    background: #012750;
    padding: 15px 0;
    overflow-x: hidden;
    overflow-y: auto
}

.page-title-name {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    border-left: 3px solid #008cff
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.form-control {
    height: 30px;
    background-color: #133969;
    border: 1px solid #133969;
    box-shadow: none
}

.form-group .form-control-unit {
    display: inline-block;
    margin: 0 0 0 5px !important;
    padding: 0 !important;
    color: #fff !important;
    white-space: nowrap
}


/*面包屑*/

.it-crumbs {
    padding: 10px;
    height: 30px;
    height: 30px;
    color: #929cb7;
    font-size: 14px;
    background-color: #00142f;
    clear: both;
    overflow: hidden
}

.it-crumbs dl {
    display: flex;
    align-items: center;
    margin: 0
}

.it-crumbs dl dt {
    position: relative;
    margin: 0 10px 0 0;
    padding-right: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.it-crumbs dl dt::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #929cb7;
}

.it-crumbs dl dd {
    float: left;
    display: inline
}

.it-crumbs a,
.it-crumbs dl dd a {
    color: #929cb7;
    white-space: nowrap;
}

.it-crumbs a:hover,
.it-crumbs dl dd a.active,
.it-crumbs dl dd a:hover {
    color: #00dbf4
}

.it-crumbs dl dd a,
.it-crumbs dl dd span {
    margin: 0 10px;
    white-space: nowrap;
}


/*加载*/

#preloader {
    position: fixed;
    z-index: 2500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999999
}

#status {
    position: fixed;
    z-index: 999999;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/loading-1.gif) no-repeat center center;
    background-size: 37px 37px;
    margin: -125px 0 0 -125px
}

#status p {
    position: relative;
    top: 70%;
    color: #fff
}

#status em {
    font-size: 9pt !important;
    display: block;
    font-style: normal
}


/*登录页*/

.login-bg {
    width: 100%;
    height: 100%;
    background: #000616 url(../images/login_bg.jpg) top center no-repeat;
    background-size: cover
}

.frame-rel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
}

.frame-div {
    min-width: 300px;
    background: #011837;
    background-size: cover;
    border: 1px solid #0081f8;
    border-radius: 5px
}

.frame-border1 {
    border: 1px solid #033974;
    border-radius: 5px
}

.frame-border2 {
    border: 1px solid #08061c;
    border-radius: 5px
}

.frame-border3 {
    border: 1px solid #033974;
    border-radius: 5px;
    padding: 60px
}

.frame-top {
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-family: PingFang SC;
    letter-spacing: 2px;
    background: url(../images/frame_top.png) no-repeat;
    color: #5accdb;
    width: 283px;
    height: 40px;
    background-size: 100% 100%;
    line-height: 40px;
    position: absolute
}

.frame-input {
    display: flex;
    align-items: center;
    width: 420px;
    padding-bottom: 20px;
    position: relative
}

.frame-input input {
    height: 35px;
    text-indent: 20px;
    background: #012750;
    border: 1px solid #033974
}

.frame-input span {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 15px;
    height: 35px;
    background-size: 15px 15px;
}

.frame-input span.login-frame1 {
    background: url(../images/frame1.png) no-repeat center center;
}

.frame-input span.login-frame2 {
    background: url(../images/frame2.png) no-repeat center center;
}

.frame-word span,
.frame-word a {
    color: #0081f8
}

.frame-word input {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.frame-btn {
    margin-top: 20px
}

.frame-btn input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #00142f;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    transition: all .4s
}

.frame-btn input,
.frame-btn input:visited {
    background: #00f5ff
}

.frame-btn input:hover {
    background-color: #00dbf4;
    text-decoration: none;
    outline: 0
}

.frame-btn input:active {
    background: #00b4ff !important
}

.copyright {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, .5)
}

.copyright a {
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: rgba(255, 255, 255, .5)
}

.copyright a:hover {
    color: #0081f8
}

.login-tips {
    margin-top: 15px;
}

.login-tips .msg {
    padding-left: 20px;
    background: url(../images/login_error.png) no-repeat 0 center;
    background-size: 15px 15px;
    color: #ff8a00;
}


/*头部*/

.navbar {
    position: relative;
    margin: 0;
    width: 100%;
    height: 50px;
    background-color: #012750;
    z-index: 9999;
    border: 0 !important;
    border-radius: 0 !important
}

.navbar-toggle {
    position: relative;
    right: 110px;
    padding: 4px;
    margin-top: 13px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border: transparent;
    border-radius: 4px
}

.navbar-default .navbar-toggle {
    border-color: #929cb7
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:hover {
    background-color: #929cb7
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #012750
}

.navbar-default .navbar-collapse {
    float: right;
    display: inline;
    border: 0
}

.navbar-collapse.collapsing .navbar-nav,
.navbar-collapse.in .navbar-nav {
    top: 50px;
    right: 0;
    margin: 0 !important;
    width: 100%;
    background: #0e1a3a
}

.navbar-collapse.collapsing .navbar-nav {
    top: 0
}

.navbar-collapse.collapsing .navbar-nav li,
.navbar-collapse.in .navbar-nav li {
    display: block;
    color: #8fcdff;
    height: 50px;
    cursor: pointer;
    text-align: center
}

.navbar-header .navbar-brand {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    padding-top: 14px;
    color: #8fcdff !important
}

#next,
#prev,
.navbar-header .navbar-header .navbar-brand:hover {
    color: #8fcdff
}

#next,
#prev {
    position: absolute;
    top: 0;
    z-index: 10;
    display: block;
    content: '';
    width: 20px;
    height: 100%;
    font-size: 8px;
    text-align: center
}

#prev {
    left: 0;
    background: #1a3c62;
    background: linear-gradient(to left, transparent, #1a3c62)
}

#next {
    right: 0;
    background: #1a3c62;
    background: linear-gradient(to left, #1a3c62, transparent)
}

#next span,
#prev span {
    width: 100%;
    display: block;
    padding: 18px 0;
    transition: all 1s
}

#next:hover span,
#prev:hover span {
    color: #fff;
    font-size: 9pt
}

.root-width-box {
    position: absolute;
    right: 145px;
    top: 0;
    height: 100%;
    display: block;
}

.conn,
.root {
    width: 100%;
    overflow: hidden;
}

.conn {
    margin-right: auto;
    margin-left: auto;
    float: left;
}

.navbar-default .navbar-nav {
    background-color: #012750;
    display: flex
}

.testlist {
    margin-left: 20px;
    transition: all 1s;
    height: 100%;
    line-height: 2.5
}

.navbar-default .navbar-nav li {
    position: relative;
    display: inline-block;
    height: 50px;
    cursor: pointer;
    text-align: center
}

.navbar-default .navbar-nav li:hover {
    background: #044284
}

.navbar-default .navbar-nav li.active,
.navbar-default .navbar-nav li.active a {
    color: #fff !important;
    background: #044284 !important;
}

.navbar-default .navbar-nav li:hover a,
.navbar-default .navbar-nav li.active a {
    color: #fff;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:focus,
.sysdropdown>a {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #8fcdff;
    display: inline-block;
    white-space: nowrap
}

.navbar-right {
    padding-right: 30px;
    display: block
}

.navbar-right-icon {
    margin-left: 5px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    color: #8fcdff;
    background: url(../images/vis_i2.png) no-repeat center center;
    background-size: 34px 34px;
}

.navbar-operate {
    right: 10px;
    top: 3pc
}

.navbar-operate,
.sysdropdown-menu {
    position: absolute;
    z-index: 9999;
    background-color: #044284;
    color: #fff;
    font-size: 14px;
    display: none;
    box-shadow: 0 2px 8px 0 rgba(1, 7, 25, .3)
}

.sysdropdown-menu {
    right: 30px;
    top: 50px;
    min-width: 90pt;
    text-align: center
}

.sysdropdown-menu .navbar-operate-div a {
    width: 100%;
    display: block;
    color: #8fcdff;
    white-space: nowrap;
}

.navbar-operate-div a {
    padding: 9pt 30px;
    display: block;
    color: #8fcdff
}

.navbar-operate-div a:hover,
.navbar-operate-div a.active {
    color: #fff;
    background-color: #0081f8 !important
}

.navbar-operate-username {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.navbar-default .navbar-nav li .navbar-dropdown {
    display: none;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #044284;
    border-top: none;
    box-shadow: 0 2px 8px 0 rgba(1, 7, 25, .3);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    min-width: 120px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.navbar-default .navbar-nav li:hover .navbar-dropdown {
    display: block;
}

.navbar-default .navbar-nav li .navbar-dropdown ul li {
    display: block;
    border-bottom: 1px solid #00142f;
}

.navbar-default .navbar-nav li .navbar-dropdown ul li:last-child {
    border-bottom: 0;
}

.navbar-default .navbar-nav li .navbar-dropdown ul li a {
    width: 100%;
    display: block;
    color: #8fcdff;
    white-space: nowrap
}

.navbar-default .navbar-nav li:hover .navbar-dropdown ul li:hover a {
    color: #fff;
    background-color: #0081f8 !important
}


/*设备故障推送弹窗*/

.msgInfoTypebox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    transition: all .8s
}

.um-arrows2 {
    width: 50%;
    height: auto;
    transform: rotate(270deg);
    transition: all .8s
}

.show-msgInfoBlock {
    top: -40px
}

.show-msgInfoBlock,
.show-msgInfoBlock2 {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    right: 0;
    background-color: rgba(0, 129, 248, .08);
    cursor: pointer;
    box-shadow: 0px 0px 6px rgb(0 129 248 / 15%) inset;
}

.show-msgInfoBlock2 {
    top: -82px
}

.show-msgInfoBlock2 img {
    width: 50%;
    height: auto;
}

.msgInfoBlock {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 2000001;
    width: 300px;
    height: 99px
}

.msgInfoDiv {
    margin-bottom: 2px;
    box-shadow: -2px 5px 8px 0 rgba(1, 7, 25, .3)
}

.msgTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    background: #1a3c62 url(../images/messageInfo.png) no-repeat 5px center;
    color: #00f5ff;
    line-height: 30px
}

.msgTitle span {
    display: flex;
    align-items: center;
    margin-left: 35px;
    font-weight: 600;
    font-size: 13px
}

.msgTitle span img {
    margin-left: 5px;
}

.msgTitle .closeFaultMsg {
    margin-right: 15px;
    cursor: pointer
}

.msgInfoContent .moreInfo {
    display: block;
    padding: 10px 3% 5px 2%;
    height: 67px;
    background-color: #002650;
    color: #fff;
    text-indent: 1em;
    font-size: 13px;
    line-height: 26px
}

.msgInfoContent .moreInfo .moreInfoBtn {
    float: right;
    color: #ffc107;
    font-size: 13px;
    border: none;
    background: 0 0
}

.msgInfoContent .moreInfo .moreInfoBtn:hover {
    text-decoration: underline
}


/*搜索*/

.visual-list-query {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px 10px;
    background: #012750
}

.query-button {
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}

.visual-list-query .form-group {
    margin: 5px 5px 5px 0;
}

.query-select-width {
    min-width: 150px
}


/*修改密码*/

.password-details {
    margin: 6% auto 0;
    width: 40%
}

.password-details .form-horizontal {
    margin-left: -20%
}

.password-details label {
    padding: 5px 25px 0 6px !important;
    color: #fff
}

.password-option {
    padding-bottom: 20px
}

.vi-la-width {
    width: 35%;
    text-align: left
}

.vi-in-bk {
    background-color: #133969;
    border: 1px solid #133969;
    box-shadow: none
}

.mo-in-width {
    width: 65%
}

.submit-btn input {
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #158FFF;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    padding: 0 30px;
}


/*一张图*/

.mapFullBox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.home-top {
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    height: 83px;
    display: flex;
    background-image: url("../images/tophead.png");
    /* background: -webkit-linear-gradient(legacy-direction(180deg), rgba(0, 20, 47, 1), rgba(0, 20, 47, 0)) !important;
    background: linear-gradient(180deg, rgba(0, 20, 47, 1), rgba(0, 20, 47, 0)) !important; */
}

.home-top .left {
    display: flex;
    position: absolute;
    color: #01d6f8;
    font-size: 20px;
    left: 15px;
    bottom: 20px;
}

.home-top .left #daydata {
    color: #01d6f8;
    font-size: 15px;
    margin-left: 5px;
}

.home-top .center {
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(0deg, #3FFFEA 23.583984375%, #007EFF 100%);
    ;
    text-shadow: 0px 10px 5px rgba(15, 15, 15, 0.3);
    font-size: 40px;
    margin: 10px auto 0;
}

.home-top .right {
    position: absolute;
    right: 15px;
    bottom: 0;
    display: flex;
    align-items: center;
}


/* .todaytime {
    display: block;
    margin-top: 21px;
    margin-right: 20px;
    height: 22px;
    line-height: 22px;
    color: #01d6f8;
}

.todaytime-left {
    display: block;
    margin-top: 15px;
    margin-left: 10px;
    height: 22px;
    line-height: 22px;
    color: #01d6f8;
    font-size: 16px
} */

.home-top .right a {
    display: block;
    width: 90px;
    height: 33px;
    line-height: 33px;
    background: url(../images/enter_btn.png) no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

.home-top .right a:hover {
    opacity: .9;
}

.home-top .right .layer-button {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/home_button_icon.png) no-repeat center center;
    background-size: 18px 21px;
    cursor: pointer;
}

.home-left,
.home-right {
    position: absolute;
    z-index: 2;
    width: 440px;
}

.home-left {
    left: 10px;
    top: 20px;
    height: calc(100vh - 30px);
    overflow: hidden;
}

.home-left-mt {
    top: 83px;
    height: calc(100vh - 60px);
}

.home-right {
    right: 10px;
    top: 83px;
    height: calc(100% - 165px);
}

.home-left-contentBox {
    position: relative;
    width: calc(100% + 35px);
    height: calc(100% - 120px);
}


.home-choose-organ {
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    align-content: center;
}

.home-choose-organ .select-box {
    flex: 1;
    background: rgba(62, 208, 252, .15) !important;
    background: -webkit-linear-gradient(legacy-direction(135deg), rgba(35, 122, 254, .15), rgba(62, 208, 252, .15)) !important;
    background: linear-gradient(135deg, rgba(35, 122, 254, .15), rgba(62, 208, 252, .15)) !important;
}

.home-choose-organ .name {
    padding: 0 0 0 30px;
    height: 40px;
    line-height: 40px;
    background: url(../images/home_icon2.png) no-repeat left center;
}

.home-choose-organ select {
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    background: rgba(62, 208, 252, .15);
    border: 0;
    outline: none;
    color: #93d1fe;
}

.home-card {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.rate-ball {
    height: 80px;
    width: 80px;
    overflow: hidden;
    position: relative;
}

.rate-ball .ball-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
}

.rate-ball #waterBall {
    width: 80px;
}

.home-bottom {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/home_bottom.png");
}

.home-bottom .home-bottom-btn {
    position: relative;
    width: 500px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.home-bottom .bottom-btn-left {
    position: absolute;
    top: 20px;
    left: 0;
    width: 50%;
    height: 60px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/home_bottom_left.png");
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.home-bottom .bottom-btn-right {
    position: absolute;
    top: 20px;
    right: 0;
    width: 50%;
    height: 60px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/home_bottom_right.png");
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.home-bottom .btn-left-box {
    margin-left: 50px;
}

.home-bottom .btn-right-box {
    margin-right: 50px;
}

.home-bottom .bottom-btn-icon {
    color: #43F3FF;
}

.home-bottom .bottom-left-img {
    width: 85px;
    height: 9px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-bottom .bottom-right-img {
    width: 85px;
    height: 9px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.card-top-border::before,
.card-top-border::after,
.card-bottom-border::before,
.card-bottom-border::after,
.right-card-top-border::before,
.right-card-top-border::after,
.right-card-bottom-border::before,
.right-card-bottom-border::after {
    z-index: 999999;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
}

.card-top-border::before {
    left: 0;
    top: 0;
    border-top: 3px solid #33f8ff;
    border-left: 3px solid #33f8ff;
}

.card-top-border::after {
    top: 0;
    right: 35px;
    border-top: 3px solid #33f8ff;
    border-right: 3px solid #33f8ff;
}

.card-bottom-border::before {
    right: 35px;
    bottom: 0;
    border-bottom: 3px solid #33f8ff;
    border-right: 3px solid #33f8ff;
}

.card-bottom-border::after {
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #33f8ff;
    border-left: 3px solid #33f8ff;
}

.right-card-top-border::before {
    left: 0;
    top: 0;
    border-top: 3px solid #33f8ff;
    border-left: 3px solid #33f8ff;
}

.right-card-top-border::after {
    top: 0;
    right: 0;
    border-top: 3px solid #33f8ff;
    border-right: 3px solid #33f8ff;
}

.right-card-bottom-border::before {
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #33f8ff;
    border-right: 3px solid #33f8ff;
}

.right-card-bottom-border::after {
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #33f8ff;
    border-left: 3px solid #33f8ff;
}

.home-card .title {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 20px;
    width: 100%;
    height: 38px;
    color: #fff;
    background: rgba(35, 122, 254, .56);
    background: -webkit-linear-gradient(legacy-direction(90deg), rgba(35, 122, 254, .56), rgba(62, 208, 252, .1)) !important;
    background: linear-gradient(90deg, rgba(35, 122, 254, .56), rgba(62, 208, 252, .1)) !important;
}

.title-right {
    position: absolute;
    right: 10px;
}

.right-item {
    height: calc(50% - 10px)
}

.right-bottom {
    height: calc(100% - 313px)
}

.home-card-con {
    margin-top: 38px;
    padding: 0 15px;
    height: calc(100% - 38px);
    color: #fff;
    overflow: hidden;
}

.home-card-box {
    position: relative;
    width: 100%;
    min-height: 100px;
    background: rgba(0, 20, 47, .9);
    box-shadow: 0px 0px 10px rgba(3, 58, 89, 0.35) inset
}

.home-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 10px 0;
    width: calc(100% - 860px);
}

.home-center-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

.home-center .item {
    margin: 10px 5px 0;
    position: relative;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    flex-direction: column;
    width: 120px;
    height: 59px;
    background-image: url("../images/center-top.png");
    background-size: 100% 100%;
    cursor: pointer;
}

.itemActive {
    background-image: url("../images/active-center.png") !important;
}

.home-center .item p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-center .item p em {
    margin-left: 5px;
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(../images/select_arrow.png);
}

.tran180 {
    transform: rotate(180deg);
}

.home-center .item span {
    font-size: 20px;
}

.home-center .item .con {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-bottom .dropdown-box {
    position: absolute;
    z-index: 3;
    top: -310px;
    left: 30%;
    display: none;
}

.dropdown-box.dropdown-right {
    left: 15%;
}

.home-bottom .drop-con {
    min-width: 175px;
    height: 174px;
    padding: 10px;
    background-color: rgba(0, 20, 47, 0.66);
    border: 1px solid #01d6f8;
}

.home-bottom .custom-checkbox {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.home-bottom .custom-control-input {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.home-bottom .custom-control-label {
    margin: 0 0 0 8px;
    font-size: 14px;
    white-space: nowrap;
}

.home-bottom .dropdown-box .bottom {
    display: flex;
    height: 10px;
}

.home-bottom .dropdown-box .left,
.home-bottom .dropdown-box .right {
    width: 10px;
    height: 10px;
}

.home-bottom .dropdown-box .left {
    background: url(../images/home_dropdown_l.png);
}

.home-bottom .dropdown-box .center {
    width: calc(100% - 20px);
    height: 10px;
    background: url(../images/home_dropdown_c.png) repeat-x 0 0;
}

.home-bottom .dropdown-box .right {
    background: url(../images/home_dropdown_r.png);
}


/*告警统计*/

.daily-warning-top {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.daily-warning-top .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 33.33%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
    background: rgba(13, 95, 132, .5) !important;
    background: -webkit-linear-gradient(legacy-direction(-90deg), rgba(13, 95, 132, 0), rgba(13, 95, 132, .5), rgba(13, 95, 132, 0)) !important;
    background: linear-gradient(-90deg, rgba(13, 95, 132, 0), rgba(13, 95, 132, .5), rgba(13, 95, 132, 0)) !important;
}

.daily-warning-top .item i {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    font-family: NumberFont
}

.home-card .alarm-title {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 44px;
    background: url(../images/home_title1.png) no-repeat left center;
}

.home-card .alarm-title a {
    color: #fff;
}

.home-card .alarm-title a:hover {
    color: #00dbf4;
}

.home-alarm-dl {
    margin: 0;
    padding: 10px 10px 0 15px;
    font-size: 14px;
}

.home-alarm-dl dt {
    padding-left: 20px;
    background: url(../images/icon01.png) no-repeat left center;
}

.home-alarm-dl dd {
    padding-left: 20px;
    color: #9ea9bb;
}

.home-alarm-dl dd p {
    padding: 8px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*事件*/

.ldaf-DeviceList {
    width: calc(100% + 35px);
    height: calc(100% - 10px);
    overflow-y: auto;
}

.ldaf-DeviceList02 {
    width: calc(100% + 35px);
    height: calc(100% - 128px);
    overflow-y: auto;
}

.ldaf-event-dl {
    margin: 5px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    font-size: 14px;
}

.ldaf-event-dl dd {
    padding-left: 20px;
    width: calc(90% - 60px);
}

.ldaf-event-dl dd p {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9ea9bb;
}

.ldaf-event-dl dd p:last-child {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ldaf-event-dl dd a {
    padding: 3px 10px;
    font-size: 14px;
    border: 1px solid #0099ff;
    border-radius: 3px;
    color: #0099ff;
    text-decoration: none
}

.ldaf-event-dl dd a:hover {
    color: #fff;
    background-color: #0099ff;
}


/*概况*/

.wwzl-gaikuang {
    height: 32%
}


/*今日设备告警次数统计*/

.wwzl-todayAlarm-total {
    height: calc(50% - 220px)
}

.yanshi-generalTrend {
    position: relative;
    height: 100%;
    overflow-y: hidden;
}

.yanshi-databox-center {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
}

.yanshi-databox-center:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.yanshi-databox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    border-radius: 3px;
    margin-left: 15px;
    width: 96px;
}

.yanshi-data {
    width: 96px;
    height: 82px;
    line-height: 80px;
    background: url(../images/yanshidatabg.png) no-repeat 0 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.yanshi-datayear {
    margin: 8px 0 0 17px;
    width: 60px;
    height: 20px;
    text-align: center;
    color: #fff;
    background: #00d0b5;
    border-radius: 9px;
    display: block;
}

.umscrollbox {
    position: absolute;
    margin-left: 130px;
    width: calc(100% - 135px);
    height: 100%;
    overflow: hidden;
}

#umscrollDiv {
    width: 100%;
    height: calc(100% - 2px);
    overflow: hidden;
}


/*这里的高度和超出隐藏是必须的*/

.umscroltit {
    position: absolute;
    top: 38%;
    right: 0;
    width: 22px;
    height: 17px;
}

.umscroltit h3 {
    width: 100px;
}

.umscroltit .updown {
    float: right;
    width: 22px;
    height: 17px;
    margin: 2px 0;
}

#umbut_up {
    background: url(../images/up.gif) no-repeat 0 0;
    text-indent: -9999px
}

#umbut_down {
    background: url(../images/down.gif) no-repeat 0 0;
    text-indent: -9999px
}

.yanshi-generaltrend-ul {
    width: calc(100% - 27px);
    height: 100%;
}

.yanshi-generaltrend-ul li p {
    float: left;
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
}

.yanshi-generaltrend-ul li p:hover {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
}

.yanshi-generaltrend-ul li i {
    margin: 5px 5px 0 0;
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
}

.i-yangan {
    background: #006de7;
}

.i-qigan {
    background: #45fdcb;
}

.i-xfs {
    background: #ff6d80;
}

.i-jinggai {
    background: #ff8a00;
}

.i-shuiya {
    background: #00d1fc;
}

.i-yongdian {
    background: #ffc107;
}

.i-zhuji {
    background: #c659d0;
}

.i-zhuji1 {
    background: #f1564a;
}

.yanshi-generaltrend-ul li b {
    float: left;
    color: #8c96a7;
}

.yanshi-generaltrend-ul li span {
    float: right;
    color: #fff;
}

.yanshi-generaltrend-ul li span em {
    font-style: normal;
}


/*设备在线率*/

.wwzl-onlineRate-box {
    height: 220px;
}

.wwzl-onlineRate {
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.wwzl-onlineRate-item {
    margin: 0 5px;
    width: 150px;
    height: 161px;
    text-align: center;
}

.wwzl-onlineRate-item .icon-box {
    margin: -15px auto 0;
    padding-top: 30px;
    width: 111px;
    height: 94px;
    background: url(../images/home-mapbg2.png) no-repeat center bottom;
    background-size: 100% auto;
}

.wwzl-onlineRate-item .icon-box img {
    display: block;
    margin: 0 auto;
    width: 43px;
    height: 43px;
    -webkit-animation: rotate360 5s linear infinite;
    -o-animation: rotate360 5s linear infinite;
    animation: rotate360 5s linear infinite;
}

.wwzl-onlineRate-item .name {
    margin-top: 15px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #ced2d8;
    font-size: 14px;
    white-space: nowrap;
    background: url(../images/home-mapbg3.png) no-repeat center center;
    background-size: 98px 25px
}

.wwzl-onlineRate-item .text {
    padding: 5px 0;
    color: #ced2d8;
    font-size: 14px;
    line-height: 14px;
}

.wwzl-onlineRate-item .rate {
    color: #37f4ff;
    font-size: 18px;
    line-height: 18px
}

@keyframes rotate360 {
    from {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
    }
    to {
        transform: rotateY(-360deg);
        -webkit-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        -o-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
    }
}

.wwzl-onlineRate .swiper-wrapper {
    height: calc(100% - 15px)
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
}

.swiper-pagination-bullet {
    background: #cdcdcd;
}

.swiper-pagination-bullet-active {
    background: #1492ff;
}

.wwzl-onlineRate .swiper-button-prev,
.wwzl-onlineRate .swiper-button-next {
    display: none;
}

.wwzl-onlineRate .swiper-button-prev {
    background: url(../images/left.png) no-repeat 0 0;
}

.wwzl-onlineRate .swiper-button-next {
    background: url(../images/right.png) no-repeat 0 0;
}

.wwzl-onlineRate:hover .swiper-button-prev,
.wwzl-onlineRate:hover .swiper-button-next {
    display: block;
}


/*语音概况*/

.wwzl-voice-overview {
    height: 180px
}

#voiceNumPie {
    width: 110px;
    height: 110px
}

.voicePiebox {
    width: 110px;
    height: 110px
}

.voicePiebox .el-progress-blue .el-progress__text {
    font-size: 16px !important;
    color: #3196ff !important;
}

.voicePiebox .el-progress-yellow .el-progress__text {
    font-size: 16px !important;
    color: #00d7f6 !important;
}

.voicePiebox .el-progress-blue svg>path:nth-child(1),
.voicePiebox .el-progress-yellow svg>path:nth-child(1) {
    stroke: #0b2052 !important
}

.voiceRate-text {
    font-size: 14px;
    color: #aeb2bf;
}


/*通知概况*/

.wwzl-notice-overview {
  height: auto;
  min-height: 300px;
}

.notice-nav-tabs {
    border-radius: 5px;
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 10px 0 0;
    height: 25px;
    line-height: 25px;
    border: 1px solid #002650;
    background-color: #002650;
    color: #019AE6;
}

.notice-nav-tabs li {
    width: 99px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}

.notice-nav-tabs li.activeLeft {
    color: #fff;
    background: #00aeff;
    border-radius: 5px 0 0 5px;
}

.notice-nav-tabs li.activeMiddle {
    color: #fff;
    background: #00aeff;
}

.notice-nav-tabs li.activeRight {
    color: #fff;
    background: #00aeff;
    border-radius: 0 5px 5px 0;
}

.notice-gaikuang {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.voice-item {
    position: relative;
    margin: 20px 0 10px;
    padding-left: 30px;
    width: 50%
}

.voice-item::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 20px;
    width: 1px;
    height: calc(100% - 38px);
    border-left: 1px dashed rgba(55, 244, 255, .76)
}

.voice-item .voice-title {
    margin-left: -29px;
    margin-bottom: 10px;
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
    background: url(../images/home_icon_voice.png) no-repeat 0 0;
    font-size: 16px;
}

.wechat-title {
    margin-left: -29px;
    margin-bottom: 10px;
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
    background: url(../images/home_icon_wechat.png) no-repeat 0 0;
    font-size: 16px;
}

.voice-item .sms-title {
    margin-left: -29px;
    margin-bottom: 10px;
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
    background: url(../images/home_icon_sms.png) no-repeat 0 0;
    font-size: 16px;
}

.voice-item .last {
    position: relative;
    padding: 5px 0;
}

.voice-item .last::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 20px;
    width: 10px;
    height: 1px;
    border-bottom: 1px dashed rgba(55, 244, 255, .76)
}

.voice-item .bili {
    padding: 5px 0;
}

.voice-item .rate-icon-up,
.voice-item .rate-icon-,
.voice-item .rate-icon-down {
    display: inline-block;
    margin-left: 15px;
    padding-left: 25px;
    height: 24px;
}

.voice-item .rate-icon-up {
    background: url(../images/home_up_bluegreen.png) no-repeat 0 bottom;
    color: #43f3ff;
}


.voice-item .rate-icon-down {
    background: url(../images/home_down_red.png) no-repeat 0 bottom;
    color: #c22635;
}

.voice-item .bili em {
    font-size: 24px;
    font-style: normal;
}

.voice-item .el-progress {
    flex: 1;
}

.voice-item .el-progress__text {
    display: inline-block;
    margin-left: 10px;
    width: 43px;
    text-align: right;
    color: rgba(255, 255, 255, .5);
    font-size: 13px !important;
}

.voice-item .el-progress-bar__outer {
    background: rgba(38, 60, 112, .4)
}

.voice-item .el-progress__text {
    display: none;
}

.voice-item .grey {
    color: #9aa8c6;
}

.voice-item .text-yellow {
    margin-right: 10px;
    font-size: 24px;
    color: #ffee3e !important;
}

.voice-item .text-bluegreen {
    margin-left: 10px;
    font-size: 20px;
    color: #43f3ff !important;
}


/*告警故障次数统计 & 新增设备统计*/

.wwzl-alarm-counttotal {
    display: flex;
    flex-direction: column;
    height: calc(50% - 220px)
}

.wwzl-alarm-counttotal-top {
    margin: 10px 0;
}

.home-gjcs-left {
    padding-left: 50px;
    background: url(../images/home_icon3.png) no-repeat left center;
    color: #fff;
}

.home-xinzengsb {
    padding-left: 50px;
    background: url(../images/home_icon4.png) no-repeat left center;
    color: #fff;
}

.home-gjcs-left span,
.home-xinzengsb span {
    margin-right: 10px;
    font-size: 24px;
    color: #43f3ff
}

.home-gjcs-left p:last-child,
.home-gxinzengsb p:last-child {
    color: rgba(222, 233, 239, .5)
}

.home-gjcs-right ul {
    display: flex;
    border: 1px solid rgba(35, 122, 254, .35);
    background: rgba(35, 122, 254, .15);
    border-radius: 4px;
    overflow: hidden;
}

.home-gjcs-right ul li {
    position: relative;
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: #019ae6;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.home-gjcs-right ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    height: 20px;
    width: 1px;
    background: #0d659a;
}

.home-gjcs-right ul li:last-child::after,
.home-gjcs-right ul li.active::after {
    display: none;
}

.home-gjcs-right ul li.active {
    color: #fff;
    background: #3978e7 !important;
    background: -webkit-linear-gradient(legacy-direction(-135deg), #3978e7, #00aeff) !important;
    background: linear-gradient(-135deg, #3978e7, #00aeff) !important;
}

.wwzl-alarm-counttotal #alarmCountTotal {
    height: calc(100% - 74px);
}

.wwzl-alarm-counttotal02 {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: 315px;
}

.wwzl-alarm-counttotal02 #alarmCountTotal {
    height: calc(100% - 74px);
}

.leftActive {
    background-image: url("../images/left-active-btn.png") !important;
}

.rightActive {
    background-image: url("../images/right-active-btn.png") !important;
}


/*统计模块管理*/

.tip-trigger {
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    background-color: #929cb7;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    cursor: default;
}

.tip-trigger:before {
    content: '?';
    font-weight: bold;
    color: #fff;
    font-family: Verdana;
}

.tip-trigger:hover .tip {
    display: inline-block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.tip-trigger .tip {
    position: absolute;
    margin-top: 20px;
    z-index: 1000;
    display: none;
    width: 300px;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #00142f;
    font-size: 13px;
    text-align: left;
}


/*统计模块管理*/

.tjmk-card-sub {
    margin: 0 0 10px;
    padding: 10px;
    color: #00f5ff;
}

.tjmk-card-sub .tip-trigger {
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    background-color: #929cb7;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
}

.tjmk-card-sub .tip-trigger:before {
    content: '?';
    font-weight: bold;
    color: #fff;
    font-family: Verdana;
}

.tjmk-card-sub .tip-trigger:hover .tip {
    display: inline-block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.tjmk-card-sub .tip-trigger .tip {
    position: absolute;
    margin-top: 20px;
    z-index: 1000;
    display: none;
    width: 300px;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15) !important;
    color: #00142f;
    font-size: 13px;
    text-align: left;
}


/*添加用户*/

.add-user-con {
    padding: 0 0 10px;
}

.add-user-details {
    margin: 20px
}

.add-user-option {
    margin: 0 auto;
    width: 70%;
    padding-bottom: 20px;
}

.add-user-option label {
    padding: 6px 25px 0 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}

.add-user-option label .required-label,
.form-group .required-label {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: red;
}

.add-user-option span {
    display: inline-block;
    padding: 6px 25px 0 0px !important;
    color: #00dbf4;
    cursor: pointer
}

.add-user-option .desc {
    padding-top: 10px;
    color: #8c8c8c;
}

.add-user-option .isyingxiangzjg {
    padding-top: 5px;
    color: #fff;
}

.add-user-option .isyingxiangzjg input {
    margin: 0 5px 0 0;
}

.de-la-width {
    width: 25%
}

.de-in-width {
    width: 60%
}

.de-in-width img {
    vertical-align: bottom
}

.um-checkbox {
    width: 100%;
    padding-left: 15px;
    color: #fff
}

.um-checkbox label.checkbox-inline {
    margin: 3px 50px 0 0;
    color: #fff;
    padding: 4px 8px 8px !important
}

.um-checkbox label.checkbox-inline input[type=radio] {
    margin: 0 10px 0 0;
}

.um-radiobox {
    padding-left: 0;
}

.add-user-select {
    margin-top: 7px;
    padding-left: 10px
}

.add-user-select input {
    position: static;
    margin: 0 5px 0 0;
    vertical-align: middle
}

.add-user-select span {
    padding: 0 !important;
    color: #fff;
    font-size: 13px
}

.shebeiquanxian-list .checkbox-inline {
    margin: 3px 0 !important;
    padding: 0;
    width: calc(25% - 10px);
    text-align: left !important;
}


/*机构管理-平面图*/

.batch-details {
    padding: 0 20px;
    overflow-y: auto;
}

.batch-info {
    background: #012750;
    overflow-y: auto;
}

.batch-option {
    padding: 15px 6px 0;
}

.batch-rel {
    position: relative;
    width: 110px;
}

.batch-rel img {
    cursor: pointer;
    object-fit: cover;
}

.batch-close {
    position: absolute;
    top: -9px;
    right: 0px;
    cursor: pointer;
}

.batch-name {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.building-option {
    padding: 5px 5px 0 0;
}

.building-rel {
    position: relative;
    width: 80px;
}

.building-rel img {
    cursor: pointer
}

.building-close {
    position: absolute;
    top: -9px;
    right: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
}

.building-close img {
    position: absolute;
    top: 0;
}

.building-option .galpop-multiple {
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
}


/*添加角色*/

.add-role-quanxian {
    margin-bottom: 10px;
    padding: 5px 10px 10px 20px;
    background-color: #133969;
    color: #fff;
    font-size: 12px;
}

.add-role-quanxian h5 {
    font-size: 14px;
    color: #00e5ff
}

.add-role-quanxian ul {
    display: flex;
    flex-wrap: wrap;
}

.add-role-quanxian ul li {
    padding: 3px 0;
    width: 33.33%;
}

.add-role-quanxian ul li input[type=checkbox] {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.mum-form-mid {
    float: left;
    display: block;
    line-height: 30px;
    margin-right: 5px;
    color: #fff;
}

.form-text-inline {
    display: block;
    padding-top: 6px;
    color: #fff;
}


/*物联赋能*/

.select-checkbox-group {
    margin-top: 2px;
    padding: 5px 0;
    color: #fff;
    background-color: #133969;
    border-radius: 5px;
    font-size: 12px;
}

.select-checkbox-group .item {
    padding: 5px 5px 5px 15px;
    display: flex;
    align-items: center;
}

.select-checkbox-group .item:hover {
    background-color: rgba(255, 255, 255, .2);
}

.select-checkbox-group .item p {
    margin-left: 20px;
}


/*弹出层*/

.popup-first,
.popup-second,
.popup-three,
.superCenter-div {
    display: none
}

.popup-first {
    padding: 20px 110px;
    background: #000d39
}

.popupFirst-in {
    padding-bottom: 15px
}

.popupFirst-in .poLa-padding {
    padding: 6px 20px 0 0
}

.popup-first label {
    color: #fff
}

.popup-second {
    background: #000d39;
    padding: 15px 10px
}

.popupSecond-table thead tr {
    border-bottom: 1px solid #033974
}

.popupSecond-table td,
.popupSecond-table th {
    text-align: center
}

.popupSecond-table th {
    color: #8fcdff;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    background-color: #133969
}

.popupSecond-table td {
    padding: 2px 5px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 13px
}

.popupSecond-table tbody tr:nth-child(even) {
    background-color: #0c183d
}

.popupSecond-table tbody tr:hover {
    background-color: #2a4373
}

.popupSecond-table .map-layer-btn {
    padding: 3px 5px;
    border-radius: 2px;
    background: #133969;
    color: #00f5ff;
    border: 0;
    line-height: 20px
}

.popupSecond-table .map-layer-more {
    margin: 10px auto 0;
    color: #ffc107;
    background: 0 0;
    border: 0;
    display: block;
    text-align: center
}

.popupSecond-table .map-layer-more:hover {
    color: #ff8a00;
    text-decoration: underline
}

.popup-three {
    padding: 15px
}

.popupThree-info {
    padding: 6px 0
}

.popupThree-info:first-child {
    padding-top: 0
}

.popupThree-info:last-child {
    padding-bottom: 0
}

.popupThree-option {
    width: 50%
}

.popupThree-left {
    color: #fff
}

.popupThree-right {
    color: #00dbf4
}

.popup-three .nav-tabs {
    border-bottom: 1px solid #133969;
}

.popup-three .nav-tabs>li>a {
    color: #fff;
}

.popup-three .nav-tabs>li.active>a,
.popup-three .nav-tabs>li.active>a:focus,
.popup-three .nav-tabs>li.active>a:hover,
.popup-three .nav-tabs>li a:hover {
    background-color: #158FFF;
    color: #fff;
    border: 1px solid #158FFF;
}

.layer-titletext-box {
    display: none;
    padding: 15px 25px;
}

.layer-titletext-box .item {
    display: flex;
    padding: 8px 0;
}

.layer-titletext-box .item .title {
    flex-shrink: 0;
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
}

.layer-titletext-box .item .text {
    color: #00f5ff;
}

.rsrp {
    padding-left: 36px;
    background: url(../images/rsrp.png) no-repeat left center;
    background-size: 26px auto;
    text-align: left;
}

#jq22 {
    height: 50px;
}


/*设备详情*/

.device-details-con {
    padding: 0 20px
}

.device-details-con .mum-tabel {
    margin: 10px 0;
    width: 100%;
}

.device-details-con .top {
    padding: 10px 0 0
}

.info-table {
    border: 1px solid #03466A;
    color: #01EBFB;
}

.info-table tr th,
td {
    font-weight: 400;
    /*padding: 10px;*/
}

.info-table tr th {
    color: white;
    background-color: #083362;
}

.device-details-con .statistical-panel {
    padding: 10px 0 20px;
}

.device-details-con .bor-btm {
    border-bottom: 1px solid #000616
}

.device-details-con .top .top-item {
    position: relative;
    padding: 0 10px 20px;
    width: calc(50% - 20px)
}

.device-details-con .top .top-item:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #000616;
}

.device-details-con .top .top-item h4,
.device-details-con .statistical-panel-title h4 {
    position: relative;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.device-details-con .statistical-panel-title a {
    margin: 10px 15px 0 0;
    float: right;
    display: block;
}

.device-details-con .statistical-panel-title a:hover {
    color: #fff;
}

.device-details-con .top-item .text-lightblue {
    color: #00f5ff;
}

.device-details-con .device-info {
    color: white;
    overflow-y: auto;
    height: 500px;
    width: 90%;
    margin-left: 5%;
}

.device-table-cloumn {
    display: flex;
    margin-bottom: 5px;
}

.table-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.left-ball {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #15FFFF;
}

.left-cloumn {
    height: calc(100% - 10px);
    width: 2px;
    background-color: #15FFFF;
}

.device-table-th {
    width: 100px;
}

.device-table {
    width: 100%;
    border: 1px solid #1C4479;
    box-sizing: border-box;
    padding: 20px;
    height: 83%;
    margin-top: 5px;
    overflow-y: auto;
}

.table-img {
    width: 100px;
    height: 100px;
}

.device-details-con .device-info .item {
    padding: 8px 0;
    display: flex;
    align-items: center;
    width: 50%;
    color: #fff;
}

.device-details-con .device-info .item100 {
    width: 100%
}

.device-details-con .device-info .item label {
    margin: 0;
}

.device-details-con .device-info .item>p {
    padding: 0;
    margin: 0;
    color: #00f5ff;
}

.device-details-con .space-text {
    padding: 0 10px 0 5px;
    color: #fff;
}

.device-details-con .visual-list-query {
    padding: 0 0 20px;
}

.device-details-con .charts-box {
    margin: 0 auto 10px;
    width: 100%;
    height: 200px;
    border: 1px solid #194276;
    background-color: #012a56;
}

.device-details-con .charts-box .chart-info {
    width: 100%;
    height: calc(100% - 10px);
}

.device-details-con .charts-box .title {
    padding: 0 10px;
}

.device-details-con .charts-box .title h4 {
    color: #8fcdff;
    font-size: 16px;
}


/*新增 告警弹窗*/

.popup-common-style {
    display: none;
}

.popup-div {
    height: 100%;
}

.flex-betweent {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.um-alarm-xtsj {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
}

.um-alarm-alert {
    align-items: stretch;
    align-content: stretch;
    padding: 20px;
    color: #fff;
    height: 100%;
}

.um-alarm-alert .left {
    position: relative;
    flex-shrink: 0;
    padding: 0 20px 50px 0;
    height: 100%;
    overflow-y: auto;
}

.um-alarm-alert .left .item {
    position: relative;
    margin: 0 0 10px;
    padding: 16px 12px;
    width: 255px;
    background: #0d2a46;
    border: 1px solid #1a508e;
    border-radius: 4px;
    cursor: pointer;
}

.um-alarm-alert .left .item.active {
    background: #0a2642;
    border: 1px solid #32aafd;
    box-shadow: 0 0 10px rgba(84, 198, 255, .3);
}

.um-alarm-alert .left .item .icon {
    flex-shrink: 0;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.um-alarm-alert .left .item .icon-red {
    background: url(../images/alarm_red.png) no-repeat 0 0;
}

.um-alarm-alert .left .item .icon-yellow {
    background: url(../images/alarm_yellow.png) no-repeat 0 0;
}

.um-alarm-alert .left .item .icon-blue {
    background: url(../images/alarm_blue.png) no-repeat 0 0;
}

.um-alarm-alert .left .item .address {
    padding-top: 5px;
    font-size: 12px;
    color: #999
}

.um-alarm-alert .left .btn-delete {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 52px;
    height: 26px;
    border-radius: 0 4px 0 26px;
    background: -webkit-linear-gradient(legacy-direction(90deg), rgba(62, 208, 252, .2), rgba(35, 122, 254, .2)) !important;
    background: linear-gradient(90deg, rgba(62, 208, 252, .2), rgba(35, 122, 254, .2)) !important;
}

.um-alarm-alert .left .icon-delete {
    display: block;
    margin: 4px 0 0 23px;
    width: 15px;
    height: 16px;
    background: url(../images/icon_delete.png) no-repeat 0 0;
}

.um-alarm-alert .left .btn-delete:hover {
    background: -webkit-linear-gradient(legacy-direction(90deg), rgba(62, 208, 252, .76), rgba(35, 122, 254, .76)) !important;
    background: linear-gradient(90deg, rgba(62, 208, 252, .76), rgba(35, 122, 254, .76)) !important;
}

.um-alarm-alert .left .item:hover .btn-delete {
    display: block;
}

.um-alarm-alert .right {
    position: relative;
    margin-left: 20px;
    padding: 0 10px 20px;
    flex: 1;
    color: #fff;
    background: rgba(21, 84, 159, .2);
    overflow: auto;
}

.um-alarm-alert .right::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(38, 110, 163, .3);
}


/* .um-alarm-alert .right .alart-con-title { padding: 10px; font-size: 18px; text-align: center; }
.um-alarm-alert .right .item { margin-bottom: 10px; background-color: rgba(0, 222, 255, .05) }
.um-alarm-alert .right .item .title {display: flex; align-items: center; padding: 5px; background-color: rgba(0, 222, 255, .05)}
.um-alarm-alert .right .item .title i { margin-right:10px; display: inline-block; width:17px; height: 17px; background-image: url(../images/alarm_icon.png) }
.um-alarm-alert .right .item .title i.alart-i01 { background-position:  0 0 }
.um-alarm-alert .right .item .title i.alart-i02 { background-position:  0 -17px }
.um-alarm-alert .right .item .title i.alart-i03 { background-position:  0 -34px }
.um-alarm-alert .right .item .title i.alart-i04 { background-position:  0 -51px }
.um-alarm-alert .right .item .title i.alart-i05 { background-position:  0 -68px }
.um-alarm-alert .right .item .ul { padding: 15px 10px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.um-alarm-alert .right .item .ul li { display: flex; align-items: flex-start; width: calc(50% - 8px); }
.um-alarm-alert .right .item .ul li label { display: inline-block; white-space: nowrap; color: rgba(0, 222, 255, .6); }
.um-alarm-alert .right .submit-btn { margin-top:20px; }
.um-alarm-alert .right .submit-btn .btn { width:101px; height:35px; line-height: 35px; color:#fff; background: url(../images/alarm_btn.png) no-repeat 0 0; } */

.um-alarm-alert .right .video-box {
    padding: 5px;
}

.um-alarm-alert .right .video-title {
    padding-left: 30px;
    background: url(../images/icon_video.png) no-repeat left center;
}

.um-alarm-alert .right .video-box .video {
    margin: 10px 0 0;
    width: 100%;
    height: 100%
}

.um-alarm-alert .right .temperature p {
    margin-right: 30px;
    display: flex;
    line-height: 36px;
}

.um-alarm-alert .right .temperature p span {
    padding-left: 5px;
    color: #43F3FF;
}


/*.layer-twinkle-red { border-color: #ff2323 !important;}*/


/*.layer-twinkle-red .layui-layer-title {background-color: #ff2323 !important;}*/

.layer-twinkle-red::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    box-shadow: 0 0 20px rgba(255, 35, 35, 1) !important;
    animation: myAnimation 2s infinite
}

.layer-twinkle-yellow::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    box-shadow: 0 0 20px rgba(255, 185, 35, 1) !important;
    animation: myAnimation 2s infinite
}

.layer-twinkle-blue::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 109, 231, 1) !important;
    animation: myAnimation 2s infinite
}

@keyframes myAnimation {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.alarm-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding-left: 46px;
    width: 120px;
    height: 59px;
    line-height: 59px;
    background: #0a2542 url(../images/alarm_button.png) no-repeat left center;
    border: 1px solid #2974d9;
    color: #fff;
    cursor: pointer;
}

.alarm-button:hover {
    background-color: #041c35;
}

.popupThree-info {
    margin: 10px 15px;
}

.popupThree-option {
    padding: 8px 0;
    width: 100%;
    display: flex;
    color: #fff;
}

.popupThree-left {
    margin-right: 10px;
    color: #fff;
}

.popupThree-left.label {
    display: inline-block;
    min-width: 120px;
    text-align: right;
}

.pop-bottom {
    margin: 16px 10px;
}

.pop-bottom .nav-tabs {
    display: flex;
    margin: 0 10px;
    padding: 10px 0;
    border: 0;
}

.pop-bottom .nav-tabs li {
    margin-right: 30px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.pop-bottom .nav-tabs li.active {
    color: #43f3ff;
    background: url(../images/tab_currunt.png) no-repeat center bottom;
}

.pop-search-box {
    margin-top: 10px;
    width: 500px;
}

.pop-search-box .ipt {
    width: calc(100% - 125px);
    height: 32px;
    line-height: 32px;
    border: 1px solid #237afe;
    border-right: 0;
    background-color: #042145;
    padding-left: 5px;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.pop-search-box .ipt:focus {
    outline: 0 !important
}

.pop-search-box .home_button {
    margin: 0;
    display: block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #158fff !important;
}

.table_opacity {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.table_opacity td,
.table_opacity th {
    padding: 8px;
    text-align: center;
    border: 1px solid #1e4276;
}

.table_opacity tbody td {
    color: #fff
}

.table_opacity tbody tr:hover {
    background-color: rgba(23, 198, 255, .15);
}

.table_opacity .thead-opacity {
    color: #c2e6ff;
    background-color: rgba(24, 67, 120, .76);
}


/* 设备详情弹窗 */


/* .fireAlarm-popup-top .itema {width: 100%;border-bottom: 1px solid rgba(38,110,163,.3);}
.fireAlarm-popup-top .itemb {width: 866px;height: 1px;background: #266EA3;opacity: 0.3;position: relative;top: 220px;}
.fireAlarm-popup-top .item { float: left;height: 72px;line-height: 72px;margin-left: 16px;}
.fireAlarm-popup-top .item span:nth-child(1){font-size: 12px;font-weight: 400;color: #FFFFFF;line-height: 36px;opacity: 0.6;}
.fireAlarm-popup-top .item span:nth-child(2){font-size: 14px;color: #FFFFFF;}
.fireAlarm-popup-top .item2{ width: 220px; height: 160px; float: left; margin-left: 13px; margin-top: 10px;}
.fireAlarm-popup-top .item2 label{font-size: 12px;font-weight: normal;color: #FFFFFF;opacity: 0.6;}
.fireAlarm-popup-top .item2 .items-end{width: 148px;height: 140px;float: right;margin-top: 0px;}
.fireAlarm-popup-top .item2 .items-end .item-imgbox{width: 148px;height: 84px;background: #133969;border: 1px solid #3CADF8;opacity: 0.5;border-radius: 3px;}.fireAlarm-popup-top .item2 .items-end .btn{width: 64px;height: 24px;background: linear-gradient(90deg, #158FFF, #158FFF);border-radius: 4px;font-size: 12px;line-height: 0px;margin-top: 10px;}
.fireAlarm-popup-top .item2 .items-end .btn img{margin-left: -5px;}
.fireAlarm-popup-top .item2 .items-end .btn span{margin-left: 4px;position: relative;top: 1px;font-size: 12px;color: #FFFFFF;}
.fireAlarm-popup-top .item2a{width: 199px;height: 160px; float: left;margin-left: 133px;margin-top: 10px;}
.fireAlarm-popup-top .item2a label{font-size: 12px;font-weight: normal;color: #FFFFFF;opacity: 0.6;}
.fireAlarm-popup-top .item2a .items-end{width: 148px;height: 140px;float: right;margin-top: 0px;}
.fireAlarm-popup-top .item2a .items-end .item-imgbox{width: 148px;height: 84px;background: #133969;border: 1px solid #3CADF8;opacity: 0.5;border-radius: 3px;}
.fireAlarm-popup-top .item2a .items-end .btn{width: 64px;height: 24px;background: linear-gradient(90deg, #158FFF, #158FFF);border-radius: 4px;font-size: 12px;line-height: 0px;margin-top: 10px;}
.fireAlarm-popup-top .item2a .items-end .btn img{margin-left: -5px;}
.fireAlarm-popup-top .item2a .items-end .btn span{margin-left: 4px;position: relative;top: 1px;font-size: 12px;color: #FFFFFF;}
*/


/* 火灾告警弹窗 */

.TheFireWarning .itema {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(38, 110, 163, .3);
}

.TheFireWarning .item {
    margin: 0 12px;
}

.TheFireWarning .item span:nth-child(2n-1) {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.6;

}
.TheFireWarning .item span:nth-child(2n) {
    font-size: 14px;
    color: #FFFFFF;
}

.TheFireWarning .alarm-photo-box {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgba(38, 110, 163, .3);
}

.TheFireWarning .item2 {
    width: 220px;
    margin-left: 13px;
}

.TheFireWarning .item2 label {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    opacity: 0.6;
}

.TheFireWarning .item2 .items-end {
    width: 148px;
    float: right;
}

.TheFireWarning .item2 .items-end .item-imgbox,
.TheFireWarning .item2a .items-end .item-imgbox {
    width: 148px;
    height: 84px;
    background: rgba(19, 57, 105, .5);
    border: 1px solid #3CADF8;
    border-radius: 3px;
    overflow: hidden;
}

.fireAlarm-popup-top .item2 .items-end .btn {
    width: 64px;
    height: 24px;
    background: linear-gradient(90deg, #158FFF, #158FFF);
    border-radius: 4px;
    font-size: 12px;
    line-height: 0px;
    margin-top: 10px;
}

.TheFireWarning .item2 .items-end .btn img {
    margin-left: -5px;
}

.TheFireWarning .item2 .items-end .btn span {
    margin-left: 4px;
    position: relative;
    top: 1px;
    font-size: 12px;
    color: #FFFFFF;
}

.TheFireWarning .item2a {
    width: 199px;
    margin-left: 133px;
}

.TheFireWarning .item2a label {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    opacity: 0.6;
}

.TheFireWarning .item2a .items-end {
    width: 148px;
    float: right;
}

.TheFireWarning .item2a .items-end .item-imgbox {
    width: 148px;
    height: 84px;
    background: rgba(19, 57, 105, .5);
    border: 1px solid #3CADF8;
    border-radius: 3px;
    overflow: hidden;
}

.TheFireWarning .item2a .items-end .item-imgbox a,
.TheFireWarning .item2a .items-end .item-imgbox img,
.TheFireWarning .item2 .items-end .item-imgbox a,
.TheFireWarning .item2 .items-end .item-imgbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.TheFireWarning .import-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 68px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(90deg, #158FFF, #158FFF);
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
}

.TheFireWarning .import-btn img {
    margin-right: 5px;
}

.chakan {
    margin: 20px auto;
    width: 64px;
    height: 24px;
    line-height: 24px;
    background: #158FFF;
    border-radius: 4px;
}

.chakan a {
    margin-left: 18px;
    color: #ffffff;
}

.nodata .con {
    padding: 30px;
    color: #fff;
    text-align: center;
}

.nodata .con img {
    margin-bottom: 10px;
}

.TheFireWarning .item-handling {
    display: flex;
    align-items: flex-start;
}

.TheFireWarning .item-handling .textarea {
    padding: 5px 10px;
    width: 400px;
    min-height: 100px;
    border: 1px solid #237AFE;
    background: none;
    border-radius: 4px;
    color: #fff;
}

.TheFireWarning .item-handling .textarea:focus {
    outline: 0
}

.layer-con-text {
    padding: 20px 16px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.layer-con-text .item {
    width: 33%;
}

.layer-con-text .item span:nth-child(1) {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.6;
    white-space: nowrap;
}

.layer-con-text .item span:nth-child(2) {
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
}

.layer-con-text .item.w60 {
    width: 66%
}

.popup-common-style .add-user-option {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 20px;
}

.popup-common-style .add-user-con {
    padding: 0;
}

.popup-common-style .add-user-details {
    margin: 0 !important;
    padding: 30px 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}

@media (max-width:1920px) {
    .home-top {
        background-size: 100% 100%;
        position: relative;
        z-index: 2;
        display: flex;
    }
    /* .home-top .center {
        height: 58px;
        background-size: 100% 100%;
    } */
    /* .home-top .left,
    .home-top .right {
        width: calc(50% - 340px);
        background-size: auto 100%;
    } */
    .daily-warning-top {
        flex-wrap: wrap;
    }
    .daily-warning-top .item {
        width: 50%;
    }
}

@media (max-width:1366px) {
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus {
        padding: 0 8px
    }
    .home-top {
        background-size: 100% 100%;
        position: relative;
        z-index: 2;
        display: flex;
    }
    /* .home-top .center {
        width: 680px;
        height: 58px;
        background-size: 100% 100%;
    } */
    /* .home-top .left,
    .home-top .right {
        width: calc(50% - 340px);
        background-size: auto 100%;
    } */
    .daily-warning-top {
        flex-wrap: wrap;
    }
    .daily-warning-top .item {
        width: 50%;
    }
}

@media (max-width:1280px) {
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus {
        padding: 0 8px;
        font-size: 14px
    }
}

@media (max-width:1200px) {
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus {
        padding: 0 8px;
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus {
        padding: 0 5px;
        font-size: 13px
    }
}

@media (max-width:768px) {
    .frame-rel {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%)
    }
    .frame-border3 {
        padding: 60px 20px;
    }
    .frame-input {
        width: 260px
    }
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus {
        padding: 0 5px;
        font-size: 14px
    }
    .navbar-nav {
        margin: 0;
    }
}


/* 模糊 */

.blur {
    filter: blur(30px);
    -webkit-filter: blur(30px);
}


/* 边缘发光 */

.layui-layer {
    border: none !important;
    box-shadow: 2px 1px 14px rgba(84, 198, 255, .5) !important;
}

.community-total .nav-tabs {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    border: 0;
    background: rgba(25, 139, 255, .2);
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

.community-total .nav-tabs li {
    position: relative;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}

.community-total .nav-tabs li.active {
    color: #fff;
    background-color: #198bff;
}

.community-total .nav-tabs li.active::after,
.community-total .nav-tabs li:last-child::after {
    display: none;
}

.community-total .icommunity-total-table {
    padding: 20px;
}

.community-total .icommunity-total-table .inoculation-table {
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

img[src=""],
img:not([src]) {
    opacity: 0;
}

.warning-info {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
}

.warning-item {
    display: flex;
    flex: 1;
}

.alert-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    border-right: 1px dashed #26426F;
}

.alert-count:nth-last-of-type(1) {
    border: none;
}
.layui-layer-setwin .layui-layer-min cite{
    background-color:white !important;
}
.layui-tree-txt{
    color: white !important;
}
.group-list{
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
    width: 20%;
    height: 100%;
}
.page-info.video{
    display: flex;
    padding: 0;
}
.list-box{
    box-sizing: border-box;
    padding: 10px;
    width: 80%;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(2,auto);
    grid-template-columns: repeat(2,auto);
}
.list-item{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid #cccccc;
}


.count-process {
    width: 120px;
    background-color: #ccc;
    height:10px;
    border-radius:10px;
}
.process {
    background-color: #007bff;
    height: 10px;
    border-radius: 10px;
}
.device-info{
    display:flex;
    flex-wrap:wrap;
}
.layui-tree-icon {
    width: 0px !important;
    border: none !important;
    margin-bottom: 5px !important;
}
.layui-tree-icon.layui-icon{
    display: none !important;
}
.layui-icon::before {
    color: #0E2651 !important;
    font-size: 12px !important;
    
}
.layui-icon-file::before {
    color: #71C5FF !important;
    content: '' !important;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 2.5rem;
    height: 15px;
    background: url(../images/camera_company.png) no-repeat;
}

.layui-icon-subtraction::before {
    content: '' !important;
    position: absolute;
    left: 0px;
    width: 2.5rem;
    height: 15px;
    background: url(../images/camera_company.png) no-repeat;
}


.layui-icon-line::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 2.5rem;
    height: 15px;
    background: url(../images/camera_line.png) no-repeat;
}

.layui-icon-online::before {
    content: '' !important;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 2.5rem;
    height: 15px;
    background: url(../images/camera_online.png) no-repeat;
}


.layui-icon-addition::before {
    color: #71C5FF !important;
    content: '' !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2.5rem;
    height: 15px;
    background: url(../images/camera_company.png) no-repeat;
}

.layui-icon-First::before {
    content: "\e68e" !important;
    color: #71C5FF !important;
    background-image: url('../images/camera_company.png');
    height: 10px !important;
    width: 10px !important;
}

.layui-tree-txt {
margin-left:10px;
}

/* 左侧内容区高度自适应调整，告警概况占满剩余高度 */
.home-left-content {
  width: calc(100% - 25px);
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.home-left-content > .wwzl-gaikuang,
.home-left-content > .wwzl-onlineRate-box {
  flex: 0 0 auto;
}

.home-left-content > .wwzl-notice-overview {
  flex: 1 1 auto;      /* 关键：填充剩余高度 */
  height: auto;        /* 覆盖原来的固定 300px */
  min-height: 300px;   /* 保底高度，可按需调整 */
  margin-top: 0;
}

.home-left-content > .wwzl-notice-overview .home-card {
  height: 100%;
}
