

* {
	box-sizing: border-box;
}

.lc_body h1, .lc_body h2, .lc_body h3, .lc_body h4, .lc_body h5, .lc_body h6 {
	margin: 0;
}
.lc_body p {
	margin: 0;
}
.lc_body ul {
	margin: 0;
	padding: 0;

}
body {
	background: #f0f5fb !important;font-family: 'Microsoft YaHei';
	color: #fff
}
.lc_body {margin: 0;
	font-family: Microsoft YaHei;
	color: #334151;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}
.lc_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	
}
.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.6667%;
	max-width: 16.6667%;
}
.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%;
}
}
.btn-group, .btn-group-vertical {
	
	display: inline-flex;
	vertical-align: middle;
}
.btn-primary {
	color: #fff!important;
	background-color: rgba(44, 109, 210, 1)!important;
	border-color: #8760fb;
}
.btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}
.btn-group-sm>.btn {
	border: 1px solid #f2f2f2;
 padding: .25rem .5rem;
	text-align: center;
	vertical-align: middle;
	color: #666;
	margin:0;
	font-size: 12px;
	background:none;
}
.btn-padding { padding:.25rem 1rem !important}
.btn-padding span{ display:inline-block; padding-top:12px !important}
.gradient-branding {
	background: #6a11cb;
	background: -webkit-linear-gradient(180deg, #727cf5, #8e75dc) !important;
	background: linear-gradient(180deg, #727cf5, #8e75dc) !important;
}
.align-items-center {
	align-items: center !important;
}
.font18{ font-size:16px; font-weight:bold; color:#333; margin-left:1rem}
.badge {

	padding: 3px 5px 4px;
}
.badge-secondary {
	color: #ff7671; font-weight:bold;
	background:#f2f2f2;
	border-radius:5px

}
.badge-success {
	color: #3fcbca;; font-weight:bold;background:#f2f2f2;
	border-radius:5px

}
.text-center {
	text-align: center!important;
}
.m-0 {
	margin: 0!important;
}
.mt-3{ margin-top:10px}
.mt-5{ margin-top:.6rem}


.p-0{padding: 0!important;}
.border-bottom {
	border-bottom: 1px solid #e1e6f1!important;
}
.lc_body .card {
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0px rgb(115 108 203 / 23%);
	
}.custom-card { border-radius: 10px;margin-bottom:7px;background-color: #fff; width:100%; }
.h3bg{ background:#f0f5fb; color:#0220fc; padding:10px 45px; border-radius:30px; margin:10px; display:inline-block; font-size:30px; font-weight:bold}
.custom-card .lc_col_7{ font-weight:bold;padding:10px; padding-left:25px }
.custom-card .lc_col_5{padding:10px; background: linear-gradient(160deg,#a6ddfc, #a8c5fd); color:#fff; text-align:right; border-radius: 0  10px  10px 58px}

.lc_body .lc_top .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color:none;
	background-clip: border-box;
	
	border-radius: 0;
	box-shadow: inherit;
	
}
.bm_0 {
	border-bottom:none;
}
.br_1 {
	border-right:1px solid #e3e5e4;
}
.bm_1 {
	border-bottom:1px solid #e3e5e4;
}

.task-list li h6 {
	margin-bottom: 8px !important;
}
.tx-12 {
	font-size: 12px;
}

.text-muted {
	color: #99a6b7 !important;
}
.text-444 {
	color: #444 !important;
}
.media {
	display: flex;
	align-items: flex-start; height: 6vh;
}
.media-body { color: #fff;    border: 1px solid #355777;
	flex: 1; display: flex; align-items: center; justify-content: space-between; padding:0 10px; border-radius: 3px;
}
.flex-a{display: flex; align-items: center; color: #fff;}
.w-img img{ width: 68px; margin-right: 8px;}
h5, .h5 {
	font-size: 1.09375rem;
}
small, .small {
	font-size: 80%;
	font-weight: 400;
}
.lc_body .card-body {
	flex: 1 1 auto;
 padding:6px;
}
.lc_top{  padding:.5rem 0}
.lc_body .card-title {
	font-size: 14px;
    position: relative;
    font-weight: 600;
    background: #f5f8f9;
    color: #334151;
    border-bottom: 1px solid #f2f2f2;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.lc_body .card-title::before {
    width: 3px;
    height: 14px;
    top: 11px;
    position: absolute;
    content: "";
    background: #2fa5f4;
    border-radius: 20px;
    left: 8px;
}
.lc_body .card-title  .more{ color:#fff; font-size:12px; font-weight:normal}
.lc_body .card-title  span{color:#fff; padding:0 10px;  position:relative; display: flex; align-items: center;  
	background: #0088ff -webkit-linear-gradient(left, #0088ff,#01d3ff,#00a6ff) 0 0 no-repeat;
    -webkit-background-size: 80px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.3);

    -webkit-animation: slideShine 3s infinite;
}

@-webkit-keyframes slideShine {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}
.lc_body .card-title  span img{margin-right: 3px;}
.lc_body .card-title  span i{color:#085eef;  }
.lc_body .card-title .right{position:absolute; top: 5px; right: 5px; display: flex; align-items: center; font-weight: normal; font-size: 12px;}
.text-danger {
	color: #ff473d !important;
}
.text-999 {
	color: #999 !important;
}
.text-success {
	color: #03c895 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-primary {
	color: #8760fb !important;
}
.text-cot-1{ color:#ff4146!important}
.text-cot-2{ color:#42bc9f!important}
.text-cot-3{ color:#32a5ff!important}
.text-cot-4{ color:#7581f7!important}
.jxicon_15{ color:#ff4146!important}
.jxicon_16{ color:#7581f7!important}
.jxicon_17{ color:#9d5cf6!important}
.bg-primary {
	background-color: #8d76dd !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.m-0 {
	margin: 0 !important;
}
.p-0 {
	padding: 0 !important;
}

.text-center {
	text-align: center !important;
}

 *::-webkit-scrollbar {
 width: 4px;
 height: 4px;
 transition: .3s background;
}
::-webkit-scrollbar-thumb {
 background: #e1e6f1;
}
*:hover::-webkit-scrollbar-thumb {
 background: #adb5bd;
}
/*-----Br Themes-----*/
h6, .h6 {
	font-size:14px;
	font-weight: normal;
}
.float-right {
	float: right !important;
}

.lc_body a{ text-decoration:none}

.task-list li:last-child {
	margin-bottom: 0;
}
.task-list li .task-icon {
	position: absolute;
	left: 22px;
	top: 13px;
	border-radius: 50%;
	padding: 2px;
	width: 17px;
	height: 17px;
	z-index: 2;
}

.main-content {
	min-height: 78vh;
}

.z-index2 {
	z-index: 2;
}
.p-15 {
	padding: 15px !important;
}
.progress {
	display: -ms-flexbox;
	display: flex;
	width: 80px;
 height: .2rem;
	overflow: hidden;
 font-size: .75rem;
	background-color: rgba(0, 0, 0, 0.05);
 border-radius: .25rem;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.tx-11 {
	font-size: 11px;
}


.icon-box {
	width: 55px;
	height: 55px;
	margin: auto;
	border: 0px solid #fff;
	line-height: 55px;
	border-radius: 50%;
	text-align: center;
}
.icon-box {
	color: #fff
}
.icon-tubiao11 {
	font-size: 30px
}


.height46 {
	width: 100%;
	height: 46vh; overflow:auto
}

.height33 {
	width: 100%;
	height: 34.6vh; overflow:auto
}


.w-icon{
font-size: 12px;

text-align: center;


display: inline-block;  
}

.w-img{ float:left;}
.ml-2{ margin-left:3rem}
.ml-1{ margin-right:1rem}
.media-body h5.mb-1{  margin-top:.2rem !important; font-size:22px; color: #fff;}
.media-body .mb-0 p{font-size: .8rem; font-weight: normal;}
.media-body h5.mb-1 .numb{ font-size:12px !important; position:relative; top:-6px; margin-left:.4rem}
.media-body p{ color:#999; margin:0; font-weight:bold}
.db_echarts1{width: 100%; height: 100%;}
.lc_suzi{ height: 8px;
width: 8px;
 background:#f36b53; 
display: inline-block;
margin-right:1rem;
border-radius: 50%;
 }
.media-body .h5{ margin:1rem 0 !important}


.cl_list {display: flex; flex-wrap: wrap;height: 97%;}
.cl_list li{width:50%; float: left;  height: 49%; }
.cl_list li .aiimgbox{ position: relative; margin: .5rem;height:100%; overflow: hidden; }
.cl_list li .aiimgbox img{width: 100%; height:100%; }
.cl_list li .aiimgbox h3{ position: absolute; top: 0; width: 100%; padding: 5px; font-size: 12px; font-weight: normal; display: flex; justify-content: space-between; margin: 0; background-color:rgba(0, 0, 0, 0.5);}
table{border-collapse: collapse;}
.spbox1{width: 100%; height: 100%;}
video{width: 100%; height: 100%;}
.sh_echarts{ width:100%; height:92%}
.sh_echarts2{ width:100%; height:92%}
.ap_label_warning {
	
	width: 70%;
	height: 40px; line-height: 40px;	text-align: center;
	margin-left: 60%;
	margin-top: 0rpx;
	position: absolute;
	transform: rotate(45deg);
	
    color: #FFFFFF;
    background-image: linear-gradient(to right, #3a1123  , #3a1123  );
    color: #FFFFFF;
}
.ap_label_info{
	background-image: linear-gradient(to right, #002e48  , #002e48  );
	
	width: 70%;
	height: 40px; line-height: 40px;	text-align: center;
	margin-left: 60%;
	margin-top: 0rpx;
	position: absolute;
	transform: rotate(45deg);
	
    color: #FFFFFF;
}
.position{ position:relative}

.border1{border:3px solid #3a1123 }
.border2{border:3px solid #002e48 }
.bg1 {
	background: #3a1123  !important; color: #fff;
}
.bg2 {
	background: #002e48  !important;color: #fff;
}

.iconbg1 i.f20{ font-size:18px !important}
*{margin:0;padding:0;list-style:none;}
.ScrollText {
    height: 39vh;
    overflow: hidden;
    width: 100%;
}
.ScrollText2 {
    height: 32vh;
    overflow: hidden;
    width: 100%;
}
.zlsp_list li .list-left h3 {
    position: absolute;
    bottom: 10px;
    width: 90%;
    padding: 5px;
    font-size: 12px; text-align: right;
    font-weight: normal;
  color: #fff !important;
  
	margin: 0 6px;
    background-color: rgba(0, 0, 0, 0.5);
}
.zlsp_list li {
    padding: 0;
    border-bottom: 1px dashed #0772a8;
    overflow: hidden;
}
.zlsp_list li .list-left {
    width: 35%;
    float: left;
    padding: 6px;
    height: 15vh; position: relative;
    cursor: pointer;
}
.zlsp_list li .list-right {
    float: right;
    width: 65%;
    padding: 6px; margin-top: 6px; padding-top: 0;
    color: #fff;
    cursor: pointer;
	background: #02304c;
}
.zlsp_list li .list-left img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #0772a8;
}
.zlsp_list li p {
    margin: 6px 0;
    font-size: 14px;
}
.zlsp_list li p.span-num{ margin: 10px 0;}
.p-flex{display: flex; justify-content: space-between;}
.span-num span{background:#257bec; color: #fff; padding: 6px ;  margin: 5px 0; border-radius: 3px;}
.lable_info{background-image: linear-gradient(135deg	, #2ddeff 10%, #7f9bff 100%) !important; padding: 2px 8px; color: #fff !important; border-radius: 3px; }
.lable_green{ background: linear-gradient(to right, #84d9d2, #07cdae); padding: 2px 8px; color: #fff !important; border-radius: 3px;}
.lable_red{background-image: linear-gradient(135deg	, #ffbf96 10%, #fe7096 100%) !important; padding: 2px 8px; color: #fff !important; border-radius: 3px;}
.lable_wjy{background-image: linear-gradient(135deg	, #c8c8c8 10%, #a4a3a3 100%) !important; padding: 2px 8px; color: #fff !important; border-radius: 3px;}
		
	.card-title i{ font-size:12px; color:#ff3b14}
	.text-jili{position:absolute; right:10px; font-size:80px; top:-5px; color:#e1effd; font-weight:bold }
	.z_text{ font-size:14px}
	.z_text span{ color:#257bec }
	.z_text p{ margin:3px}
	
	.z_text p img{ position:relative; top:8px}
	.selectbox{padding: 3px; border: 1px solid #ddd;color:#257bec; outline:none;  border-radius: 3px;}
	.top_bg1{  background: url(../img/top_bg1.png);   background-size: 100% 100%;}
	.top_bg2{  background: url(../img/top_bg2.png);   background-size: 100% 100%;}
	.top_bg3{  background: url(../img/top_bg3.png);   background-size: 100% 100%;}
	.top_bg4{  background: url(../img/top_bg4.png);   background-size: 100% 100%;}
	.top_bg5{  background: url(../img/top_bg5.png);   background-size: 100% 100%;}
	.top_bg6{  background: url(../img/top_bg6.png);   background-size: 100% 100%;}


.ellipsis60 {
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.colorb{color: #fff;  }
.colorr{color: #fe4d52;}
.height70 h3{ font-size: 14px; margin: 6px 0;} 
.height70{height: 77.8vh;	overflow: auto}

	.height22{height: 37vh; overflow: auto;}

	.zw_list li {
		font-size: 12px;
		text-align: center;
		height: 6vh;
		line-height: 6vh;   
	color: #333;
		margin: 0;
		margin-bottom: .3vh;
	}      
	.zw_list li div span font{font-size: 16px; margin-right: 3px;}  
	.zw_list li:nth-child(2n) {
		background: #fbfbfb;
	}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
	 .zw_list .zw_list_title {background: #F5F5F6;
		color: #333;height: 4vh;
		line-height: 4vh; 
		font-weight: bold;
		border: none;
	}
	.media-ul{display: flex; flex-wrap: wrap;}
.media-body{padding: 1vh;height: 12vh;display: flex; align-items: center; }
.media-ul li{ width: 50%; padding:0 .6vh ; }
.media-ul .flex-a {
    display: flex;
    align-items: center;
    color: #fff;
}
.media-body h5.mb-1 {
    margin-top: .2rem !important;
    font-size: 20px;font-family: 'DS-DigitalBold' !important; 
    color: #01c8ff ;
}
@font-face {
	font-family: 'ds-digitalbold';
	src: url('../font/DS-DigitalBold.ttf');
	src: url('../font/ds-digitalbold-webfont.eot');
	src: url('../font/ds-digitalbold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/ds-digitalbold-webfont.woff2') format('woff2'), url('../font/ds-digitalbold-webfont.woff') format('woff'), url('../font/ds-digitalbold-webfont.ttf') format('truetype'), url('../font/ds-digitalbold-webfont.svg#ds-digitalbold') format('svg');
}
.cofont{font-family: 'DS-DigitalBold' !important;  font-weight: bold; font-size: 18px;}
.xlimgbox img{ width: 100%; height: 42vh;}
.text2 {
    color: #0698ff !important;
}
.text1 {
    color: #fed130 !important;
}
.text3 {
    color: #fed130 !important;
}
.xlimgbox{padding: 10px 0; background: #f5f8f9; border: 1px solid #f1f1f1; border-radius: 5px;}
.height30{height: 31vh;}
.nh_list li {
	font-size: 13px;
	text-align: center;
	line-height:62px;
	margin: 0; border: 1px dotted #f1f1f1;
	color: #333;
	background: #eceafe; border-radius: 3px;
	background-size: 100% 100%;
 margin-bottom: .4rem;
}
.nh_list li .lc_col_xl_6:nth-child(1){text-align: left; padding-left: 26px;} 
.nh_list li .lc_col_xl_6:nth-child(2){text-align: right; padding-right: 26px;} 
.aui-xllist{ padding: .5rem;}
.aui-xllist li{margin-bottom: .5rem; font-size: .9rem; border-radius: 5px; color: #333;background: #f6f6f6;}
.aui-xllist li .aui-timebox{background: url(../img/titlebg1.png) center center;
	background-size: 100%; display: flex; color: #333; justify-content:space-between; padding: .5rem;border-radius: 5px 5px 0 0 ;}
.aui-xllist li .aui-xs {display: flex; align-items: center;}
.aui-xllist li .aui-xs img{width: 16px; margin-right: .3rem;}
.aui-yjbox {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	@media (max-width:1800px){ body{font-size: 12px;}
	
		.media {
			display: flex;
			align-items: flex-start;
			height: 5vh;
		}.lc_body .card-title {
			padding: .3rem;
		}
	
	.lc_body .card-title span{padding-left: 18px;}
	.height46 {
		width: 100%;
		height: 44vh;
		overflow: auto;
	}
	.em-real-data-item {
		height: 9vh;
	}
	.weight-box {
		height: 17vh;
	}
	.height33 {
		height: 34vh;
		overflow: auto;
	}
	.ScrollText{height: 36vh;}
	.nh_list li {
		font-size: 12px;
		line-height: 47px;}
		.xlimgbox img {
			width: 100%;
			height: 39vh;
		}
		.aui-xllist li {
		
			font-size: 12px;}
}

