* {
	box-sizing: border-box;
}

html,
body {
	font-family: 'Microsoft YaHei';
	background: #001427 !important;
	color: #fff;
}

.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;

}

.lc_body {
	margin: 0;
	font-family: Microsoft YaHei;
	color: #fff;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.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 20%;
	max-width: 20%;
}

.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%;
	}
}



.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-clip: border-box;
	border-radius: 5px;

	box-shadow: inset 0 0 30px rgb(0 140 217 / 30%);
	border: 1px solid #355777;


}


.lc_body .lc_top .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	background-color: none !important;
	border-radius: 0;
	box-shadow: inherit;
	border: none;

}

.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: 60px;
}

.media-body {
	color: #fff;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.flex-a {
	display: flex;
	align-items: center;
	color: #fff;
}

.w-img img {
	width: 40px;
	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 {
	background: none;
	padding: .5rem 0
}

.lc_body .card-title {
	font-size: 14px;
	position: relative;
	font-weight: 600;
	color: #fff;
	background: url(../img/icon14.png) no-repeat left 5px center;
	border-bottom: 1px solid #002d49;
	flex: 1 1 auto;
	padding: .4rem 15px;
	display: flex; padding-right: 8px;
	justify-content: space-between;
}

.lc_body .card-title .more {
	color: #999;
	font-size: 12px;
	font-weight: normal
}

.lc_body .card-title span {
	color: #fff;
	padding: 0 10px;
	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;
	font-size: 12px;
	margin-right: 5px;
}

.text-999 {
	color: #999 !important;
}

.text-success {
	color: #03c895 !important;
}

.text-warning {
	color: #ffc107 !important;
	font-size: 12px;
	margin-right: 5px;
}

.text-primary {
	color: #8760fb !important;
	font-size: 12px;
	margin-right: 5px;
}


.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
}



.anchorBL {
	display: none
}



.position {
	position: relative
}


.bg1 {
	background: #ff8147 !important;
}

.bg2 {
	background: #29b4f6 !important
}

.bg3 {
	background: #6aca35 !important
}

.bg4 {
	background: #fd8488 !important
}

.bg5 {
	background: #868efb !important
}

.iconbg1 i.f20 {
	font-size: 18px !important
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}


.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;
}


.bg-no {
	background: none !important;
}

.sh_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.num_lable {
	background: linear-gradient(to right, #2cabf7, #50c9fe);
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-right: 3px;
	line-height: 20px;
	border-radius: 50%;
	font-size: 12px;
	opacity: .5;
}

.s_list2 li:nth-child(1) .num_lable {
	background: linear-gradient(to right, #f45a16, #f47339) !important;
}

.s_list2 li:nth-child(2) .num_lable {
	background: linear-gradient(to right, #efa014, #f6b541) !important;
}

.s_list2 li:nth-child(3) .num_lable {
	background: linear-gradient(to right, #1dd0b4, #74d8cd) !important;
}

.num_lable_top1 {
	background: linear-gradient(to right, #f45a16, #f47339) !important;
}

.num_lable_top2 {
	background: linear-gradient(to right, #efa014, #f6b541) !important;
}

.num_lable_top3 {
	background: linear-gradient(to right, #1dd0b4, #74d8cd) !important;
}


.colorb {
	color: #02cbb0;
}

.text_num2 {
	color: #02cbb0;
}

.text_num3 {
	color: #fd5f64;
}

.height70 h3 {
	font-size: 14px;
	margin: 6px 0;
}

.height70 {
	height: 78.8vh;
}

.aui-hide {
	display: none !important;
}

.aui-tab {
	position: relative;

	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: center;
	align-self: center;
}

.aui-tab-item {
	padding: 0 10px;
	cursor: pointer;
	width: 49%;
	margin: 5px;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 3vh;
	color: #229ff3;
	border: 1px solid;
	border-radius: 20px;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.aui-tab-item.aui-active {
	color: #fff;
	background-color: #229ff3
}



.card:before,
.card:after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	border-top: 1px solid #3fdafa;
	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 #177efa;
	left: 0;
}

.card:after,
.boxfoot:after {
	border-right: 1px solid #02a6b5;
	right: 0;
}


.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 30vh;
}

.ScrollText {
	height: 15.4vh;
	overflow: hidden;
	width: 100%;
}

.height30 {
	height: 45vh; overflow: auto;
}
.height25 {
	height: 35vh;overflow: auto;
}
.height40 {
	height: 70.5vh;overflow: auto;
}
.height12 {
	height:10.5vh;overflow: auto;
}

select {
	border: 1px solid rgb(2, 83, 131);
	background: none;padding: 2px; border-radius: 3px;
	color: #fff;
}
input{border: 1px solid rgb(2, 83, 131);
	background: none; padding: 2px;border-radius: 3px;
	color: #fff;}

.mjcw_echarts{width: 100%; height: 100%;}


.lc_top .card:before,.lc_top .boxfoot:before {
    border-left: 0px solid #177efa;
    left: 0;
}

.lc_top .card:before, .lc_top .card:after {
    position: absolute;
    width: 0px;
    height: 0px;
    content: "";
    border-top: 0px solid #3fdafa;
    top: 0;
}

   .jctable {  width: 100%;   border-collapse: collapse;
   }
   .jctable th {
	   text-align: center;
	   padding:  3px;
	   height: 36px;
	   color: #0bcbff;
	   font-size: 12px;
	   border-bottom: 1px solid #002d49
   }
   .text-f {
	   color: #00ffcc !important;     font-family: 'DS-DigitalBold' !important;
   }
   .jctable tr:nth-child(2n+1) {
	   background:url(../img/trbg.png) no-repeat;
	   background-size: 100% 100%;
   }
   .jctable tr td {
	   padding: .5vh 3px;
	   color: #fff;height: 30px;
	   font-size: 12px;
	   text-align: center;
   }
   input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.cw-list{display: flex;flex-wrap: wrap;}
.cw-list li{width:calc(50% - 10px); display: flex; justify-content: space-between; align-items: center; margin: 5px;font-size: 12px;  padding: 6px ; padding-right: 15px; background: rgb(18, 51, 80,.5); border-radius: 20px;}
.cw-text{border-radius: 20px; background: #2d637e;padding: 2px 8px; margin-right: 10px; display: inline-block; min-width: 80px; text-align: center;}

.cw-list li:first-child .cw-text{border-top: 1px solid #438baa ; }
.cw-list li:nth-child(2) .cw-text{border-top: 1px solid #357d81 ; background: #25585b;}
.cw-list li:nth-child(3) .cw-text{border-top: 1px solid #9b5c62 ; background: #5a3337;}
.cw-list li:nth-child(4) .cw-text{border-top: 1px solid #b98573 ; background: #886253;}
.text_num2{color: #02cbb0;}
.text_num3{color: #fd5f64 !important;}
.text_num4{color: #44aedb;}
.text_num5{color: #b98573 !important;}
.cw-list li font { margin-left: 5px; color: #fff;}
.pagefl{color:#afeffd;  float:left; padding:5px; font-size: 12px;}
.page-link {
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	border-width: 0;
	    border: 1px solid #0f82a2;
    background: rgba(5,38,62,0.8);
	font-weight: 400;
	margin: 2px ;
	text-decoration: none;
}
.page-ac {
	background: #71e2fb !important;
	border: 1px solid #04ffd9;
	color: #02081e !important
}
.pagination {
	float: right;
	overflow: hidden;
	display: flex;
	padding-left: 10px;
	list-style: none;

	margin: 5px 1px;
	margin-bottom: 0;
}
.pagebox{margin-top: 2vh;}
.zl_tab li {
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 0 10px;
	font-size: 12px;
	list-style: none;
 height: 20px;
 line-height: 20px;
  }

.zl_tab_box .height100:first-child{display: block;}
.zl_tab_box .height100{display: none;}

.zl_tab{border: 1px solid #254f75;border-radius: 3px;   margin-left: 5px !important}
.zl_tab2{border: 1px solid #254f75;border-radius: 3px; margin-left: 5px !important;}
.zl_tab2 li {
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 0 10px;
	font-size: 12px;
	list-style: none;
 height: 20px;
 line-height: 20px;
  }
  .current {
    background: #254f75;
    color: #fff;
}
.d-flex{display: flex; font-weight: normal; color: #fff;}
@media (max-width:1800px) {
	body {
		font-size: 12px;
	}

	.jctable tr td {
		padding: 0.5vh 3px;
		
		height: 24px;
		font-size: 12px;
	
	}.num_lable {
	
		width: 16px;
		height: 16px;
	
		line-height: 16px;

	}.page-link {

		padding: 3px;

	}
	.cw-text {
	
		padding: 2px 2px;
	
		min-width: 80px;
		
	}.cw-list li {
		width: calc(50% - 5px);

		margin: 2px;
	
		padding: 4px;
	
	
	}
}