
.bigScreenHtml {
    background: linear-gradient(175.98092108294deg, rgba(43, 110, 172, 1) 12%, rgba(56, 17, 106, 1) 101%);
    width: 100%;
    /* min-height: 100vh; */
    font-family: "Apple LiGothic Medium";
}
.bigScreenHtml .searchContainer {
    color: #fff;
    background: transparent;
    /* padding-top: 20px; */
    position: absolute;
    top: 10px;
}
.bigScreenHtml .btn {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.bigScreenHtml .btn:hover {
    color: #fff;
    background: #0052cc !important;
    border-color: #0052cc !important;
}
.type-ul {
    float: left;
}
.type-ul li {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-right: 15px;
    padding: 8px 20px;
    float: left;
    cursor: pointer;
}
.type-ul .active {
    color: #fff;
    background: #0052cc;
    border-color: #0052cc;
}
.type-ul li:hover {
    color: #fff;
    background: #0052cc;
    border-color: #0052cc;
}
.monitoring-ul {
    width: 100%;
    margin-top:  60px;
}
.monitoring-ul .monitoring-li {
    width: 19%;
    /* height: 170px; */
    border: 1px solid #027db4;
    float: left;
    padding: 0 0 20px;
    margin-top:  20px;
    margin-left: 0.8%;
    color: #fff;
    /* margin-right: 0.3%; */
    box-shadow: 0px 0px  20px rgba(0,0,0,0.2);
    background: rgba(51, 51, 51, 0.12);
    border-radius: 10px;
}
.monitoring-ul .monitoring-li .monitoring-li-p {
    box-sizing: border-box;
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    float: left;
}
.monitoring-ul .monitoring-li .monitoring-li-p span {
    margin: 0 1px;
    color: #fff;
    float: left;
}
.monitoring-ul .monitoring-li  .monitoring-li-box {
    padding: 0 10px;
}
.monitoring-ul .monitoring-li  .monitoring-li-box .title {
    line-height: 30px;
    color: #fff;
}
.monitoring-ul .monitoring-li  .monitoring-li-box .span {
    float: left; 
    line-height:25px; 
    width: 100%;
    font-size: 13px;
    color: #fff;
}
.monitoring-ul .monitoring-li  .monitoring-li-box .progress {
    width: 90%; 
    float:left
}
.monitoring-page {
    width: 100%; 
    float: left; 
    margin-top: 10px; 
    text-align: right;
}
.monitoring-page span {
    color: #fff;
}
.monitoring-uls {
    width: 100%;
    margin-top:  60px;
    float: left;
}
.monitoring-uls .monitoring-li {
    width:  48.5%;
    height: 200px;
    float: left;
    margin-left: 1%;
    position: relative;
    padding: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 10px;
    margin-top: 1.6%;
}
.title-right {
    width: 25%;  
    position: absolute; 
    top: 20px; 
    right: 0;
}
.title-right p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.title-right span {
    font-size: 24px;
    font-weight: 600;
}
.title-right p:nth-child(2) {
    color: #00FFFF;
}


.zt {
    font-size: 14px;position: absolute;bottom: -10px;
}
.content {
    padding-bottom: 10px;
}
.healing-stats {
    padding: 10px;
}
.monitoring-top {
    width: 100%;
    height: 65px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    background: #e6e6e6
}
.monitoring-p {
    width:120px; 
    position: absolute; 
    left: 15px; 
    top: 6px;
    z-index: 9;
    color: #0052cc;
}
.monitoring-select {
    width:120px; 
    position: absolute; 
    left: 15px; 
    top: 28px;
    z-index: 9;
}
.monitoring-map {
    border: 1px solid #0052cc;
    margin-bottom: 10px;
}
.monitoring-li {
    width: 98%; 
    height: 200px;
    padding: 0 15px 0;
}
.monitoring-title {
    width: 8%;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    color: #fff;
}
.monitoring-map-new {
}
.monitoring-map-new::-webkit-scrollbar {
width:12px;
}
/* 滚动槽 */
.monitoring-map-new::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:10px;
}
/* 滚动条滑块 */
.monitoring-map-new::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,0.1);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.monitoring-map-new::-webkit-scrollbar-thumb:window-inactive {
background:rgba(255,0,0,0.4);
}


.contpage{
    background: linear-gradient(175.98092108294deg, rgba(43, 110, 172, 1) 12%, rgba(56, 17, 106, 1) 101%);
    /* background: #fff; */
    overflow: hidden;
}
.contActive {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: none;
    z-index: 99;
}
.contActive .bigScreenHtml{
    width: 100%;
    min-height: 100%;
    overflow: none;
    position: static;
}
.contpage .bigScreenHtml{
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: auto;
    /* background: linear-gradient(175.98092108294deg, rgba(43, 110, 172, 1) 12%, rgba(56, 17, 106, 1) 101%); */
}
.cont-btn{
    position: absolute;
    right: 4%;
    top: 15%;
    z-index: 999;
    background: #0052cc;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
}
.cont-btn1{
    right: 20px;
    top: 20px;
}

