/*  */

@font-face {
    font-family: '创客贴金刚体';  // 自定义字体的名称
    src: url('../font/创客贴金刚体.ttf') format('truetype');  // 自定义字体文件的路径
}

@font-face {
    font-family: 'YouSheBiaoTiHei';  // 自定义字体的名称
    src: url('../font/优设标题黑.TTF') format('truetype');  // 自定义字体文件的路径
}

.bigBox {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 0px;
    overflow: hidden;
    /*background: #031a62;*/ /*background: rgba(11, 18, 46, 1);*/
    background-color: transparent;
}

article {
    position: absolute;
    width: 100%;
    height: 94.45%;
    top: 45px;
}

.top {
    position: absolute;
    width: 100%;
    height: 13%;
    background: url(../image/monitor-header.png) no-repeat 50% 0;
    text-align: center;
    background-position-x: center;
    background-position-y: top;
    min-height: 125px;
}
.top p{
    position: absolute;
    right: 30px;
    color: #fff;
    top: 5px;
    font-size: 16px;
}
.top span {
    color: #00f7ff;
    font-size: 26px;
   /*  position: absolute;
    left: 38.14%; */
}

.mytooltip {
    left: -500px;
	color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    display: none;
}

.mytooltip[data-show] {
    display: block;
}

.handle_alarm_check_tooltip {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    display:none;
}
.handle_alarm_check_tooltip[data-show] {
	display:block;
}

.myarrow,
.myarrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: -1;
  right: 5px;
  overflow: hidden;
}

.myarrow::before {
  content: '';
  transform: rotate(45deg);
  background: #23A6DD;
}

.mytooltip[data-popper-placement^='top'] > .myarrow {
  bottom: -4px;
}

.mytooltip[data-popper-placement^='bottom'] > .myarrow {
  top: -4px;
}

.mytooltip[data-popper-placement^='left'] > .myarrow {
  right: -4px;
  border-left-color: #23A6DD !important;
}

.mytooltip[data-popper-placement^='right'] > .myarrow {
  left: -4px;
}

.mytooltip[x-placement^='left'] > .myarrow {
    right: -4px;
    border-left-color: #23A6DD !important;
}
.mytooltip[x-placement^='right'] > .myarrow {
    left: -4px;
}
.mytooltip[x-placement^='top'] > .myarrow {
    bottom: -4px;
}

.mytooltip[x-placement^='bottom'] > .myarrow {
    top: -4px;
}
.my_numbers {
    width: 40%;
    height: 100%;
    padding-top: 26px;
    position: absolute;
}

.my_wrapper {
    height: 100%;
    /* overflow-y: scroll !important; */
    overflow-x: hidden !important;
}

.comp-mointor-device-info-num {
    color: #34ECCB;
    padding-bottom: 12px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.warning-info {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.warning-num {
    color: #32EBCA;
    font-weight: normal;
    font-size: 15px;
}

.warning-num-each {
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #34ECCB;
}

.warning-num-each-bg {
    margin-right: 4px;
    width: 20px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../image/num-bg.png) no-repeat 50% 0;
    font-size: 16px;
}

.screen-box-header-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.screen-box-header-left {
    /*background: url(../image/header-left.png) no-repeat 2px 0;*/
    /*background-size: 100% 100%;*/
    margin-right: 8px;
    overflow: hidden;
    width: 640px;
    height: 37px;
}

.screen-box-header-middle {
    /*color: #daecff;*/
    width: 1100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height:100px;
}

.screen-box-header-middle-home {
    color: #0e90d2;
    background: url(../image/header-middle-left.png) no-repeat 0 0;
    /*padding-right: 20px;*/
    text-align: center;
    cursor: pointer;
    width: 228px;
    height: 45px;
    font-size: 20px;
    /*padding-top: 15px;*/
    /*margin-top:10px;*/
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    padding-top: 10px;
    margin-top: 55px;
}
.screen-box-header-middle-home-active {
    color: #FFFFFF;
    background: url(../image/header-middle-left-active.png) no-repeat 0 0;
    /*padding-right: 20px;*/
    text-align: center;
    cursor: pointer;
    width: 228px;
    height: 45px;
    font-size: 20px;
    /*padding-top: 15px;*/
    /*margin-top:10px;*/
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    padding-top: 10px;
    margin-top: 55px;
}

.screen-box-header-middle-title {
    width: 550px;
    height: 60px;
    /*color: #070D10;*/
    font-size: 50px;
    font-family: "YouSheBiaoTiHei";
    text-align: center;
    word-spacing: 25px;
    margin-top: 20px;
    color: #070D10;
    background: linear-gradient(0deg, #FCFEFF 0%, #EBF8FF 50.634765625%, #00BAFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.screen-box-header-right {
    /*background: url(../image/header-right.png) no-repeat 2px 0;*/
    /*background-size: 100% 100%;*/
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 605px;
    height: 37px;
}

.screen-box-header-middle-device {
    color: #0e90d2;
    background: url(../image/header-middle-right.png) no-repeat 0 0;
    /*padding-left: 20px;*/
    text-align: center;
    cursor: pointer;
    width: 228px;
    height: 45px;
    font-size: 20px;
    /*padding-top: 15px;*/
    /*margin-top: 10px;*/
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    padding-top: 10px;
    margin-top: 55px;
}
.screen-box-header-middle-device-active {
    color: #FFFFFF;
    background: url(../image/header-middle-right-active.png) no-repeat 0 0;
    /*padding-left: 20px;*/
    text-align: center;
    cursor: pointer;
    width: 228px;
    height: 45px;
    font-size: 20px;
    /*padding-top: 15px;*/
    /*margin-top:10px;*/
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    padding-top: 10px;
    margin-top: 55px;
}

.screen-box-header-General {
    padding-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 706px;
}

.screen-box-header-left-time {
    display: none;
}

.popover-small {
    height: 200px !important;
}

.warning-pop {
    color: #fff;
    width: 357px;
    background: url(../image/warning-pop.png) no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
    height: 300px;
}

.warning-pop-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
}

.warning-pop-header-box {
    margin-top: 12px;
    width: 322px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 156, 255, 0.4);
    border-radius: 4px;
    color: #ffffff;
}

 .warning-pop-body {
    padding: 10px;
}

.warning-pop-body-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.warning-pop-body-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
}

.warning-pop-body-content-result {
    padding: 8px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.warning-pop-body-content-result1 {
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #fff;
    resize: vertical;
    line-height: 10px;
    box-sizing: border-box;
    height: 65px;
    font-size: inherit;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.warning-pop-body-content-remark {
    padding-left: 5px;
    padding-right: 7px;
}

.warning-pop-body-content-remark span{
    padding-left: 11px;
}

.warning-pop-body-content-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.warning-pop-body-content-submit div {
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 8px 24px;
    background: url(../image/button.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.alarm-box {
    width: 322px;
    height: 70px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.handle_textarea {
    color: #fff;
    background: rgba(0, 173, 216, 0.2);
    border: 1px solid #00add8;
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.leftOneBoxa{
    position: absolute;
    top: 5%;
    left: 1%;
    width: 20%;
    height: 28%;
    z-index:4;
    background: url(../image/monitor-box-slide-pie.png) no-repeat;
    background-size: 100% 100%;
}
.leftOneBox {
    width: 100%;
    height: 100%;
}

.leftOneBoxContent{
    width:96%;
    height:78%;
    margin-left: 2%;
    margin-top:20px;
    background: url(../image/device_branch.png) no-repeat 62% 0;
    background-position-y: center;
}
.left-top {
    position: absolute;
    width: 5%;
    top: 0;
    left: 0;
    max-height:14.5px;
    max-width:14.5px;
}
.right-top {
    position: absolute;
    width: 5%;
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    max-height:14.5px;
    max-width:14.5px;
}
.right-bottom {
    position: absolute;
    width: 5%;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    max-height:14.5px;
    max-width:14.5px;
}
.left-bottom {
    position: absolute;
    width: 5%;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    max-height:14.5px;
    max-width:14.5px;
}
.leftOneBoxnum{
    color: rgb(255, 255, 255);
    position: absolute;
    left: 33.6%;
    top: 55%;
    width: 60px;
    text-align: center;
    z-index:5;
    display:none;
}

.leftTwoBox {
    position: absolute;
    left: 1%;
    top: 37%;
    width: 20%;
    height: 28%;
    background: url(../image/monitor-box-slide-pie.png) no-repeat;
    background-size: 100% 100%;
    z-index:4;
}

.leftTwoBoxZytc {
    position: absolute;
    left: 1%;
    top: 26%;
    width: 20%;
    height: 67.39%;
    background: url(../image/monitor-box-slide-group.png) no-repeat;
    background-size: 100% 100%;
    z-index:4;
}

.leftThreeBox {
	position: absolute;
    left: 1%;
    width: 20%;
    top: 69%;
    height: 28%;
    background: url(../image/monitor-box-slide-pie.png) no-repeat;
    background-size: 100% 100%;
    z-index:4;
}

.leftThreeBoxZytc {
	position: absolute;
    right: 1%;
    width: 20%;
    top: 26%;
    height: 37.39%;
    background: url(../image/monitor-box-slide-group.png) no-repeat;
    background-size: 100% 100%;
    z-index:4;
}

.middenTopBox {
    position: absolute;
    width: 52.96%;
    height: 61.70%;
    background: url(../image/middenTop.png) no-repeat;
    background-size: 100% 100%;
    left: 23.67%;
}

.middenBottomBox {
    position: absolute;
    width: 56%;
    height: 28%;
    background: url(../image/bottom_background.png) no-repeat;
    background-size: 100% 100%;
    left: 22%;
    /*top: 70%;*/
    z-index: 4;
    bottom: 30px;
    /*vertical-align: bottom;*/
    overflow-y: hidden;
}

.scene_select_div {
	float:left;
	background: url(../image/input-bg.png) no-repeat;
	background-size: 100% 100%;
	
}

.scene_select {
	background-color: transparent;
    border-color: transparent;
    height: 32px;
    font-size: 14px;
    color: #32ebca;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.scene_select option {
	background-color: transparent;
    border-color: transparent;
}

.rightOneBoxa{
    position: absolute;
    top: 5%;
    right: 1%;
    width: 20%;
    height: 28%;;
    background: url(../image/monitor-box-slide-pie.png) no-repeat;
    background-size: 100% 100%;
    z-index:4;
}
.rightOneBox {
    width: 100%;
    height:100%;

}
.rightOneBoxnum{
    color: rgb(255, 255, 255);
    position: absolute;
    right: 46.6%;
    top: 57%;
    width: 60px;
    text-align: center;
    z-index:5;
    display:none
}

.rightTwoBox {
	cursor:pointer;
    position: absolute;
    right: 1%;
    width: 20%;
    top: 38%;;
    height: 59%;
    background: url(../image/monitor-box-slide-group.png) no-repeat;
    background-size: 100% 100%;
    z-index:4;
}

.rightTwoBoxZytc {
	cursor:pointer;
    position: absolute;
    right: 1%;
    width: 20%;
    top: 64.5%;;
    height: 28.89%;
    background: url(../image/monitor-box-slide-group.png) no-repeat;
    background-size: 100% 100%;
    z-index:4;
}

.rightThreeBox {
    position: absolute;
    top: 56%;
    width: 19.24%;
    height: 37.77%;
    background: url(../image/leftThree.png) no-repeat;
    background-size: 100% 100%;
    right: 2.67%;
    z-index:4;
    display:none;
}

.carousel {
    width: 100%;
    height: 100%;
}

.rigTitle {
    margin-left: 13px;
    padding-left: 20px;
    padding-top: 8px;
    color: #CBECFF;
    font-family: SourceHanSansCN-Normal;
    font-weight: bold;
    font-size: 18px;
    height: 35px;

}

.rigTitle img {
    width: 28px;
}

.rigTitle span {
    display: inline-block;
    color: #f3f3f3;;
    font-size: 16px;
    position: relative;
    top: 3px;
}

.rigLine {
    position: relative;
    top: 0%;
}

.rigLine img {
    width: 100%;
}

.middenTitle {
    /*text-align: center;*/
    /*position: relative;*/
    /*top: 4%;*/
    /*height: 38px;*/
    /*line-height: 32px;*/
    /*border-radius: 2px;*/
    /*border: 1px solid #01b0f1;*/

    margin-left: 13px;
    padding-left: 20px;
    padding-top: 12px;
    color: #CBECFF;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    font-size: 18px;
    height: 50px;
}

.middenButton {
	width: 90px;
	/*background:url(../image/button.png) no-repeat;*/
	/*background-size: 100% 100%;*/
	cursor: pointer;
	float: right;
	margin-right: 20px;
	margin-top: 4px;
}

.middenTitle img {
    width: 28px;
}

.middenTitle span {
    display: inline-block;
    color: #eee;
    font-size: 16px;
}

.middenBottomBox table {
    width: 100%;
}

.middenBottomBox table th {
    text-align: center;
    line-height: 25px;
    border: 1px solid #01b0f1;
    font-weight: 200;
}

.middenBottomBox table thead {
    color: #00f7ff;
    border-top: 0px;
}

.middenBottomBox table thead th {
    border-top: 0px;
}

.middenBottomBox table tbody th {
    color: #eee;
}

.middenboox {
    width: 55%;
    position: absolute;
    /*top: 4%;*/
    left: 2%;
}
.middenBottomBoxChil{
    width: 30%;
    position: absolute;
    top: 13%;
    right: 5%;
    height: 80%;
}
.middenBottomBox table tbody th button {
    background: #01b0f1;
    width: 80px;
    height: 20px;
    font-size: 13px;
    color: #eee;
    line-height: 0px;
    border-radius: 9px;
    outline: none;
    border: 0px;
    font-weight: 200;
    text-align: justify;
    text-align-last: justify;
    padding-left: 6px;
    padding-right: 6px;
}

.alesm {
    background: #C23531;
}

.histo {
    background: #2897C4;

}

.zuty {
    background: #36791A;

}

.fa-3x {
    position: relative;
    top: 40%;
    opacity: 0.3;
}

.carousel-indicators {
    bottom: 14%;
}

.leftThreeBoxa {
    width: 100%;
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner>.item {
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {}

/* 婵犲﹥鑹炬慨鈺佄ｉ敓锟� */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    cursor: pointer;
}

/* 婵犲﹥鑹炬慨鈺呭级閳╁啰鎷ㄩ柛褝鎷� */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #404040;

    background: rgba(64, 64, 64, 0.85);
    /*-webkit-box-shadow: inset 0 0 6px rgba(77,76,75,1);*/
}

::-webkit-scrollbar-thumb:horizontal {
    width: 6px;
    border-radius: 10px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:vertical {
    width: 6px;
    border-radius: 10px;
    cursor: pointer;
}
.boxChilden{
    max-height:216px;
    overflow-y: auto;
    font-size: 16px;
    padding-top: 5px;
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 14%;
    }

    .rightTwoBox ul li {
        line-height: 30px;
    }
}
@media screen and (max-width: 1610px) {
    .boxChilden{
        max-height:157px;
        overflow-y: auto;
    }
}

.alarm-li-box-list-content {
    color: #ffffff;
    width: 100%;
    padding-left: 8px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal;
}

.alarm-li-box-list-content-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px;
}

.mytooltip-content {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.myel-tooltip {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.alarm-li-box-list-content-info {
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.alarm-li-box-list-content-info-content {
    width: 100%;
}

.alarm-li-box-list-content-info {
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.warning-border {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin: 0 auto; */
}

.ybox ul li{
    position: relative;
    cursor: pointer;
    padding: 0px 16px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-image: -webkit-linear-gradient(rgba(8,99,131,0),red,rgba(8,99,131,0)) 30 30; */
    /* border-image: linear-gradient(green,red,green);*/
}
.ybox {
    width: 100%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* color: #ffffff; */
    /* background: transparent; */
    /* background: transparent; */
    /* border: none; */
    /* background: rgba(0,136,240,0.5); */
    /* background: rgba(0,136,240,0.5)!important; */
    /* background: rgba(0,92,229,0.2); */
    /* color: #ffffff; */
    /* border: none; */
    /* border-bottom: none; */
    /* height: 0!important; */
    /* background: rgba(0,92,229,0.2); */
    /* background: rgba(0,92,229,0.2); */
    /* text-align: center; */
    /* cursor: pointer; */
}

.ybox_zytc li{
    position: relative;
    cursor: pointer;
    padding: 0px 16px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-image: -webkit-linear-gradient(rgba(8,99,131,0),red,rgba(8,99,131,0)) 30 30; */
    /* border-image: linear-gradient(green,red,green);*/
}

.ybox_zytc {
    overflow-y:scroll;
    width: 100%;
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* color: #ffffff; */
    /* background: transparent; */
    /* background: transparent; */
    /* border: none; */
    /* background: rgba(0,136,240,0.5); */
    /* background: rgba(0,136,240,0.5)!important; */
    /* background: rgba(0,92,229,0.2); */
    /* color: #ffffff; */
    /* border: none; */
    /* border-bottom: none; */
    /* height: 0!important; */
    /* background: rgba(0,92,229,0.2); */
    /* background: rgba(0,92,229,0.2); */
    /* text-align: center; */
    /* cursor: pointer; */
}

.warning-active {
    background: url(../image/alarm-item-active.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.rightTwoBox ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel-indicators li{
    margin-left: 2%;
}
.myCarousela{
    text-align: center;
    margin-top: 26%;
    color: red;
    font-size: 16px;
}
.myCarouselac{
    text-align: center;
    margin-top: 40%;
    color: red;
    font-size: 16px;
}
.rigTitleOnline{
    z-index: 4;
    position: absolute;
}
.middenboox tbody tr:hover tr{
    background: red;
    cursor: pointer;
}
table tbody tr:nth-child(even) {
    background-color: transparent;
}

.sensorStyle{
	float: left;
	/*border: 1px solid #01b0f1;*/
	width:47%;
    height: 35px;
	/*border-radius:3px;*/
	margin: 5px 5px 5px 5px;
    /*background: url("../image/device_metabg.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    /*background-size: cover;
    background-color: red;*/
    background-image: linear-gradient(transparent, #044367);
}

.sensor-info {
	color: #efefef;
}

 .BMap_cpyCtrl .BMap_noprint .anchorBL{
 	display: none !important;
 }
 
 .anchorBL{
 	display: none !important;
 }
 
 .BMapLabel{
 	border: none !important;
 	background-color: transparent !important;
 	/*color:white !important;*/
 }

 .BMap_bubble_content {
     overflow-y: scroll !important;
 }
 
.shebeiliebiao .easy-scrollbar {
    width: 100%;
    height: 100%;
}
.easy-scrollbar {
    overflow: hidden;
    position: relative;
}

.shebeiliebiao .easy-scrollbar__wrap {
    height: 100%;
    overflow: auto;
}
.easy-scrollbar__wrap, .easy-scrollbar__wrap--hidden-default {
    overflow: scroll;
}

.comp-monitor-device-group-box {
    width: 100%;
    height: 100%;
    padding: 0 0 14px /*!*margin-bottom: 2px;*!*/;
}

.shebeiliebiao .el-tree {
    background: none;
    color: #fff;
    font-size: 15px;
    white-space: normal;
    word-break: break-all;
    margin-left: 4px;
}

.el-tree {
    position: relative;
    cursor: default;
    background: #fff;
    color: #606266;
}

.el-tree-node {
    outline: 0;
    white-space: nowrap;
}

.shebeiliebiao .el-tree-node__content {
    position: relative;
    height: 34px;
    background: none!important;
}
.el-tree-node__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
}

.el-tree-node__expand-icon.expanded {
    transform: rotate(90deg);
}
.el-tree-node__content>.el-tree-node__expand-icon {
    padding: 6px;
}
.el-tree-node__expand-icon {
    cursor: pointer;
    color: #c0c4cc;
    font-size: 12px;
    transform: rotate(0);
    transition: transform .3s ease-in-out;
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-tree-node__expand-icon {
    color: #00f0ff;
    position: relative;
    z-index: 1000;
    font-size: 15px;
}

.custom-tree-node {
    margin-left: 6px;
    display: block;
    width: 100%;
}

.titleItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 6px;
    z-index: 1000;
    height: 22px;
}


.shebeiliebiao .el-loading-mask {
    background: none;
}
.el-loading-mask {
	background: none;
    position: absolute;
    z-index: 2000;
    background-color: hsla(0,0%,100%,.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
}

.shebeiliebiao .startLoading .el-loading-spinner {
    margin-top: 0;
    top: 2px;
    left: -14px;
    text-align: left;
}
.el-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.el-tree-node.is-expanded>.el-tree-node__children {
    display: block;
}
.el-tree-node>.el-tree-node__children {
    overflow: hidden;
    background-color: transparent;
}


.shebeiliebiao .el-tree-node__content {
    position: relative;
    height: 34px;
    background: none!important;
}
.el-tree-node__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
}

.el-tree-node__expand-icon.is-leaf {
    color: transparent;
    cursor: default;
}


.el-tag--small {
    height: 24px;
    padding: 0 8px;
    line-height: 22px;
}
.el-tag {
    background-color: rgba(64,158,255,.1);
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid rgba(64,158,255,.2);
    display: inline-block;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
}
.deviceStatusTag {
    height: 22px;
    margin-right: 4px;
}

.positionItem {
    width: 100%;
    height: 34px;
    left: 0;
    top: 0;
    background: #0a3861;
    position: absolute;
    opacity:0.5; 
}

.active-deviceId {
    color: #00f0ff!important;
    background: rgba(87,161,188,.2);
}

.map_info_titles{
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    margin-bottom: 10px;
}
.sensor-info1{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
    display:block;
    font-size: 14px;
    color: #444;
}
.icondevice{
    margin-right: 1px;height: 22px;margin-top: 2px;vertical-align: middle;
}
.middenboox tbody tr:hover {
    background: rgba(250, 250, 250, 0.2);
    cursor: pointer;
}

.activeOntbody {
    background: rgba(250, 250, 250, 0.2);
}

.map_info_window_1 {
    background: #fff;
    color: black;
    width: fit-content;
    min-width: 400px;
}
.map_info_window{
    background: #fff;
    color: black;
    width: fit-content;
    min-width: 400px;
}
.map_info_item_sub_1 {
    display: inline-block;
    width: 150px;
}

.map_info_item_1 {
    margin-top: 0px;
    padding-top: 3px;
    padding-left: 5px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.map_info_titles_1 {
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    margin-bottom: 10px;
}

.pro_icon {
    width: 20px;
    margin-right: 2px;
    vertical-align: middle;
    margin-top: 1px;
}

.scene_span {
    vertical-align: middle;
    font-size: 18px;
}

.scene_span:hover {
    color: #0ae;
}

.devicetotalicon {
    width:65px;
    height:65px;
    margin-left: 15%;
    float: left;
    background: url("../image/device_total.png") no-repeat 0 0;
}
.deviceonlineicon {
    width:65px;
    height:65px;
    margin-left: 0;
    float:left;
    background: url("../image/device_online.png") no-repeat 0 0;
}

.deviceofflineicon {
    width:65px;
    height:65px;
    margin-left: 15%;
    float:left;
    background: url("../image/device_offline.png") no-repeat 0 0;
}

.devicestatus_title{
    width: 100%;
    height: 30px;
    text-align: left;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 8px;
    padding-top: 10px;
}

.devicestatus_number{
    width: 100%;
    height: 30px;
    text-align: left;
    font-family: 'CKTKingKong';
    font-weight: bold;
    font-size: 20px;
    color: #00D8FF;
    line-height: 8px;
    background: linear-gradient(0deg, #FAFFFF 0%, #4DCFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
}

.chart_div {
    /*width: 150px;*/
    height: 145px;
    margin-top: 35px;
    vertical-align: top;
}

.chart_bottomtitle{
    width:100%;
    text-align: center;
    height: 30px;
    font-family: SourceHanSansCN-Normal;
    font-weight: bold;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 20px;
    padding-top:10px;
    /*margin-top: 10px;*/
}

.rightOneBoxContent{
    width:96%;
    height:78%;
    margin-left: 2%;
    margin-top:20px;
    background: url(../image/alarm-branch.png) no-repeat 38% 0;
    background-position-y: center;
}

.alarmtotalicon {
    width:65px;
    height:65px;
    margin-right: 15%;
    float: right;
    background: url("../image/alarm_total.png") no-repeat 0 0;
}
.alarmactivicon {
    width:65px;
    height:65px;
    margin-right: 0;
    float:right;
    background: url("../image/alarm_active.png") no-repeat 0 0;
}

.alarminactiveicon {
    width:65px;
    height:65px;
    margin-right: 15%;
    float:right;
    background: url("../image/alarm_inactive.png") no-repeat 0 0;
}

.alarmcount_title{
    width: 100%;
    height: 30px;
    text-align: right;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 8px;
    padding-top: 10px;
}

.alarmcount_number{
    width: 100%;
    height: 30px;
    text-align: right;
    font-family: CKTKingKong;
    font-weight: bold;
    font-size: 20px;
    color: #00D8FF;
    line-height: 8px;
    background: linear-gradient(0deg, #FAFFFF 0%, #4DCFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
}