﻿@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, body {
	padding: 0px;
	margin: 0px;
	
	

}
body {
	background: #000010;
	color: #fff;font-family: Verdana, 微软雅黑;
	font-size: 12px; overflow: hidden;
}
.tempWrap{display: none;}
.head2 {
	height: 74px;
	background: url(../images/headbg.png) no-repeat left center;
	background-size: 100% 100%;
	position: relative;
	padding: 0;
	margin: 0
}
.head2 .pageTit a {
	display: block;
	background: url(../images/headtitle2.png) no-repeat;
	background-size: 100% 100%;
	line-height: 41px;
	text-align: center;
	color: #00deff;
	cursor: pointer
}
.head2 .pageTit a:hover {
	display: block;
	background: url(../images/headtitle.png) no-repeat;
	background-size: 100% 100%;
	line-height: 41px;
	text-align: center;
	color: #fff;
}
.head2 .active a {
	display: block;
	background: url(../images/headtitle.png) no-repeat;
	background-size: 100% 100%;
	line-height: 41px;
	text-align: center;
	color: #fff;
}
.head2 h1 {
	color: #00e5ff;
	text-align: left;
	font-size: 26px;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.head-close {
	position: absolute;
	right: 20px;
	top: 10px
}
.head-close i {
	font-size: 30px;
	color: #0db0ff
}
.logobox {
	float: left;
	width: 31%;
	padding: 10px 5px;
	padding-top: 14px;
	margin-left: 10px;
	text-align: center;
}
.titlebox {
	float: left;
	width: 65%;
	position: absolute;
	left: 35%;
	top: 18px
}
.title_li {
	float: left;
text-align: center;
width: 13.5%;
padding: 0;
margin-left: -31px;
}
.head2 .pageTit .tixingbar img {
	margin-left: 0px;
	cursor: pointer
}
.tixingbar {
	float: left;
	text-align: center;
	width:9.5%;
	padding: 0;
	margin-left: -25px
}
.tixing-ul {
	background: #092958;
	box-shadow: 0px 0px 20px #517cba inset;
	display: none;
	border-radius: 6px;
}
.tixing-ul a {
	position: relative;
	display: block;
}
.tixingbar:hover .tixing-ul {
	display: block;
	position: absolute;
	top: 30px;
	right: 100px;
	clear: both;
padding:.1rem;
	z-index: 10000
}
.tixingbar:hover .tixing-ul dd {
	color: #fff;
	background: #092958;
	font-size: 12px;
	box-shadow: 0px 0px 15px #134e6e inset;
	border-radius: 6px;
	margin: 5px 5px;
padding:.2rem 0.75rem;
}
.tixingbar:hover .tixing-ul dd a {
	background: none;
	line-height: 32px;
	font-size: 14px;
	text-decoration: none
}
.tixingbar:hover .tixing-ul dt {
	margin: 5px 5px;
	color: #bcc5d2
}

.head2 .pageTit .tixingbar img {
    margin-left: -31px;
    cursor: pointer;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

.text-f {
	color: #00ffcc !important;     font-family: 'DS-DigitalBold' !important;
}

a {
	text-decoration: none
}


.text-success {
	color: #5ac146 !important;
}
.text-info {
	color: #137eff !important;
}
.text-danger {
	color: #da303c !important;
}
.text-warning {
	color: #ffbc34!important;
}
.text-primary {
	color: #7460ee!important;
}
.border-success{border-left: 3px solid #5ac146;}
.border-danger{border-left: 3px solid #da303c;}
.btn-primary {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #0f82a2;
	background: rgba(5,38,62,0.8);
 padding: .375rem .75rem;
 font-size: .875rem;
 margin-left:.5rem;
	border-radius: 2px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.br-1 {
	border-left: 1px solid #0f82a2;
	position: relative
}
.br-1::before {
	position: absolute;
	width: 5px;
	background: #0f82a2;
	height: 5px;
	border-radius: 50%;
	top: 0;
	content: '';
	left: -3px;
}
.br-1::after {
	position: absolute;
	width: 5px;
	background: #0f82a2;
	height: 5px;
	border-radius: 50%;
	bottom: 0;
	content: '';
	left: -3px;
}


ul, li {
	list-style: none;
}


 .lc_row {
	display: flex;
	flex-wrap: wrap;

	
}
.lc_col_1, .lc_col_2, .lc_col_3, .lc_col_4, .lc_col_5, .lc_col_6, .lc_col_7, .lc_col_8, .lc_col_9, .lc_col_10, .lc_col_11, .lc_col_12, .lc_col, .lc_col_auto, .col-md, .col-md-auto, .lc_col_lg_1, .lc_col_lg_2, .lc_col_lg_3, .lc_col_lg_4, .lc_col_lg_5, .lc_col_lg_6, .lc_col_lg_7, .lc_col_lg_8, .lc_col_lg_9, .lc_col_lg_10, .lc_col_lg_11, .lc_col_lg_12, .col-lg, .lc_col_lg_auto, .lc_col_xl_1, .lc_col_xl_2, .lc_col_xl_3, .lc_col_xl_4, .lc_col_xl_5, .lc_col_xl_6, .lc_col_xl_7, .lc_col_xl_8, .lc_col_xl_9, .lc_col_xl_10, .lc_col_xl_11, .lc_col_xl_12, .col-xl, .lc_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.lc_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.lc_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.lc_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.lc_col_2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.lc_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.lc_col_4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.lc_col_5 {
	flex: 0 0 40%;
	max-width: 40%;
}
.lc_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.lc_col_7 {
	flex: 0 0 60%;
	max-width: 60%;
}
.lc_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.lc_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.lc_col_10 {
	flex: 0 0 80%;
	max-width: 80%;
}
.lc_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.lc_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
 @media (min-width: 1200px) {
.lc_col_xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.lc_col_xl_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.lc_col_xl_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.lc_col_xl_2 {
	flex: 0 0 16.667%;
	max-width: 16.667%;
}
.lc_col_xl_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.lc_col_xl_4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.lc_col_xl_5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.lc_col_xl_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.lc_col_xl_7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.lc_col_xl_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.lc_col_xl_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.lc_col_xl_10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.lc_col_xl_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.lc_col_xl_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
}


.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box; 
	background: rgba(1, 10, 33,.6);
    border-radius: 5px;
	box-shadow: inset 0 0 30px rgb(0 140 217 / 30%);
    border: 1px solid rgba(15,115,227,0.5);
	margin-bottom: .6vh;
	
	
}
.height30{height: 26.2vh; overflow: auto; }
.height50{height: 56.3vh; overflow: auto;}
.height40{height: 50vh;overflow: auto;}
.height38{height: 38vh;overflow: auto;}
.height42{height: 42vh; overflow: auto; }
.height16{height: 16vh; overflow: auto; }
.height36{    height: 36.4vh;overflow: auto;}
.card:before, .card:after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	border-top: 1px solid #02a6b5;
	top: 0;
}
.card .boxfoot::before, .card .boxfoot::after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	border-bottom: 1px solid #02a6b5;
	bottom: 0;
}
.card:before, .boxfoot:before {
	border-left: 1px solid #02a6b5;
	left: 0;
}
.card:after, .boxfoot:after {
	border-right: 1px solid #02a6b5;
	right: 0;
}

.card-body {padding: 5px;}
.card .card-title {
	font-size: 14px;
    font-weight: 600;
    background: url(../images/title1.png) right 3% center no-repeat !important;
    color: #00a6ff ;
    border-bottom: none !important;
    flex: 1 1 auto;
    padding: .5vh;
    padding-left: 16px ;
}
.colorb{color: #575e63;}
.colorr{color: #fe4d52;}
.mt-5{margin-top: .6vh}
.aq_echarts{width: 100%; height: 100%;}
.aplist li{  padding:8px 5px; background: rgba(1, 35, 67,.6); border-radius: 0  5px  5px 0; margin: 5px 0;}
.lc_col_2{text-align: right; }
.aqbox-text{border-right: 1px solid #011c36;}
 .aimgbox img{width: 100%;border: 1px solid #0f82a2; padding: 1px;}
 .aqbox-text h2{ font-size: 13px;}
 .aqbox-as h2{ font-size: 13px;}
 .aqbox-text .time{ font-size: 12px; color: #abc0d4;}
 .aqbox-text p{padding-top: 6px;}
 .aqbox-as p{padding-top: 6px;}
 .ScrollText{overflow: hidden; height: 53.5vh;}
 .em-real-data-item>div {
    background: #051b31;
    border-radius: 5px;
    border: 1px solid #04233e;
    margin-right: 8px;
    padding-left: 8px;
    height: 100%;
    line-height: 6.9vh; overflow: hidden;
    background-position: center; margin-top: 8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.em-real-data-list>li:nth-of-type(1) .em-item-name {
    background: url(../images/icon2.png) left center no-repeat;
    background-size: 32%;
}
.em-real-data-list>li:nth-of-type(2) .em-item-name {
    background: url(../images/icon1.png) left center no-repeat;
    background-size: 32%;
}
.em-real-data-list>li:nth-of-type(3) .em-item-name {
    background: url(../images/icon3.png) left center no-repeat;
    background-size: 32%;
}
.em-real-data-item>div>div {
    width: 50%;
}
.em-item-name {
    width: 50%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
}
.em-item-value {
    color: #bdcce2;  text-align: right;
}
.l {
    float: left!important;
}
.em-item-value>span {
    font-family: "OPPOSans-M";
    font-size: 18px;
}
.em-item-value>span {
    color: #43fdef;
    margin-right: 5px;
}
.aq-kbox h2{ font-size: 14px; padding-left: 12px;}
.aq-kbox p a{cursor: pointer; color: #fff;}
.aq-kbox p:hover{background: #092958;}
.aq-kbox p{width: 60%; background: #0f3d68; padding: 3px; text-align: center; margin: 0 auto; margin-top: -10px; border-radius: 5px;}
.aq_echarts5{height: 20vh; width: 100%;}
.amh3{position: absolute; bottom: 10%; left: 10%;}
.amh3 span{ padding: 0 6px; color: #f19d3a;}
@media only screen and (min-width: 1000px) and (max-width: 1800px) {
.height30{height: 25.2vh; overflow: auto; }
.height50{height: 54.8vh; overflow: auto;}
.height38{height: 37vh;overflow: auto;}
.height16{height: 14.4vh; overflow: auto; }
.height42 {
    height: 40.5vh;
    overflow: auto;
}.height36{    height: 34.4vh;overflow: auto;}
.head2 h1 {
	color: #00e5ff;
	text-align: left;
	font-size: 20px;
}
.em-item-name {
    width: 50%;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:35px;
}
.em-real-data-item>div {
    margin-top: 5px;
   
}.aq-kbox h2 {
    font-size: 12px;
    padding-left: 12px;
}.aq-kbox p a {font-size: 12px;
    cursor: pointer;
    color: #fff;
}.ScrollText{height: 52.6vh;}}