@charset "utf-8";

/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,
body {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}

body {
	color: #fff;
	font-size: 16px;
	background: #071123 url(../images/bg.png) no-repeat;
	background-size: 100% 100%;
}

@font-face {
	font-family: electronicFont;
	src: url(../font/DS-DIGIT.TTF)
}

html,
body {
	min-height: 100vh;
}

li {
	list-style-type: none;
}

table {}

i {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

img {
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #fff;
}

a.active,
a:focus {
	outline: none !important;
	text-decoration: none;
}

ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0
}

a:hover {
	color: #06c;
	text-decoration: none !important
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

.pulll_right {
	float: right;
}

i {
	font-style: normal;
}

.text-w {
	color: #ffe400
}

.text-d {
	color: #ff6316
}

.text-s {
	color: #14e144
}

.text-b {
	color: #07e5ff
}

.flex {
	display: flex;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-between {
	justify-content: space-between;
	align-items: center;
}

.flex-around {
	justify-content: space-around;
	align-items: end;
}

.flex-1 {
	flex: 1;
}

.head {
	position: relative;
	height: 90px;
	background: url(../images/top.png) no-repeat;
	background-size: 100% 170%;
	padding: 0 15px 15px 15px;
	color: #daf9ff;
}

.head h1 {
	font-size: 30px;
	text-align: center;
	width: 600px;
}

.title {
	background: url(../images/top-title-bar.png) no-repeat;
	width: 100%;
	height: 30px;
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}

.mainbox {
	padding: 0px 10px;
	height: calc(100vh - 90px);
}

.left-box-h {
	height: calc((100% - 80px)/4);
}

.left-box4 {
	height: calc(100% - 18px);
}

.lb1 {
	background: url(../images/pic-bottom.png) no-repeat;
	background-size: 25%;
	background-position: 10% 98%;
}

.left-height {
	height: calc(100% - 30px);
	background: rgba(6, 24, 52, .5);
}

/* .chart-item{height:calc(100% - 46px);}
.pic-bar-chart1{background:url(../images/pic-bar-chart.png) no-repeat;background-size:100%;width: 36px;height: 36px;} */
.pic-bar-chart {
	background: url(../images/pic-bar-chart.png) no-repeat;
	background-size: 100%;
	width: 36px;
	height: 0%;
}

.box {
	border: 1px solid rgba(34, 55, 93, 1);
	box-shadow: inset 0 0 10px rgba(34, 55, 93, .4);
	position: relative;
}

.box:after {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	background: linear-gradient(to right, #05132c, #203354, #ffffff, #203354, #05132c);
	opacity: .6
}

.cb1 {
	background: url(../images/pic-map-bottom.png) no-repeat;
	background-size: 75%;
	background-position: 60% 60%;
	position: relative;
}

.title-lower {
	background: url(../images/lower-top-title-bar.png) no-repeat;
	width: 100%;
	height: 30px;
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}

.list-box {
	border: 1px solid rgba(34, 55, 93, 1);
	box-shadow: inset 0 0 10px rgba(34, 55, 93, .4);
	height: calc(100% - 88px);
}

.list-box p {
	font-size: 12px;
	padding: 8px 15px;
}

.list-box p:nth-child(odd) {
	background: #113c64;
}

/* .list-box p:nth-child(even){ background: #0e004a; } */

.right-box-h {
	height: calc((100% - 60px)/3);
}

.right-height {
	height: calc(100% - 30px);
	background: rgba(6, 24, 52, .5);
}

.right-height1 {
	height: calc(100% - 58px);
	background: rgba(6, 24, 52, .5);
}

.right-top-btn-sel {
	background: url(../images/right-top-btn-sel.png) no-repeat;
	width: 80px;
	height: 28px;
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}

.right-top-btn-nor {
	background: url(../images/right-top-btn-nor.png) no-repeat;
	width: 80px;
	height: 28px;
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}

.icon-grade1 {
	background: url(../images/icon-grade1.png) no-repeat;
	width: 16px;
	height: 20px;
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-right: 8px;
}

.icon-grade2 {
	background: url(../images/icon-grade2.png) no-repeat;
	width: 16px;
	height: 20px;
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-right: 8px;
}

.color1 {
	color: #e5b861;
	font-size: 10px;
}

.color2 {
	color: #11a2c0;
	font-size: 10px;
}

.color3 {
	color: #7f91ad;
	font-size: 10px;
	margin-left: 2px;
}

.line1 {
	width: 100%;
	height: 3px;
	background-color: #1a2a47;
	margin-top: 5px
}

.line2 {
	width: 50%;
	height: 3px;
	position: relative;
	background: linear-gradient(to right, #5b6441, #fad45f);
}

.line3 {
	width: 1%;
	height: 3px;
	position: relative;
	background: linear-gradient(to right, #235a78, #65e1f1);
}

.line2:after {
	content: "";
	position: absolute;
	right: -1.5px;
	top: -1.5px;
	width: 6px;
	height: 6px;
	box-shadow: 0 0 10px #ffffff;
	background-color: #ffffff;
	border-radius: 50%;
}

.line3:after {
	content: "";
	position: absolute;
	right: -1.5px;
	top: -1.5px;
	width: 6px;
	height: 6px;
	box-shadow: 0 0 10px #ffffff;
	background-color: #ffffff;
	border-radius: 50%;
}

.line-box {
	margin-bottom: 10px;
}

/*Plugin CSS*/

.str_wrap {
	overflow: hidden;

	width: 100%;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;

	white-space: nowrap;
}


.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block;

	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
	white-space: normal;
	width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
	cursor: inherit;
}

.str_wrap img {
	max-width: none !important;
}

.map-text {
	position: absolute;
	font-size: 12px;
	letter-spacing: 2.5px;
	cursor: pointer;
}

.map-home {
	position: absolute;
}

.pop-up {
	border: 1px solid rgba(73, 110, 141, 1);
	box-shadow: inset 0 0 10px rgba(73, 110, 141, .4);
	background-color: rgba(11, 24, 52, 0.8);
}

.tit {
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid rgba(7, 118, 181, .7);
	font-size: 16px;
	font-weight: 500;
	position: relative;
}

.tit:before,
.tit01:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: rgba(22, 214, 255, .9);
	box-shadow: 0 0 5px rgba(22, 214, 255, .9);
	border-radius: 10px;
	left: 10px;
	top: 18px;
}

/* .tit:after,.box:before{ width: 100%; height: 1px; content: ""; position: absolute; left: 0; bottom:-1px; background:linear-gradient(to right,#076ead,#4ba6e0,#076ead); box-shadow: 0 0 5px rgb(255, 255, 255); opacity: .6} */
/* .box:before{top: -1px;} */

.boxnav {
	padding: 10px;
}

.tit01 {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 15px;
}

.tit01:before {
	left: 3px;
	top: 8px;
}

.mapc {
	background: url(../images/bg3.png) no-repeat center center;
	background-size: 100% 100%
}

.map {
	position: relative;
	height: 100%;
}

.map img {}

.mapnav {
	position: absolute;
	z-index: 10;
}


.yqlist li {
	float: left;
	width: 50%;
	padding: 10px 0;
	text-align: center;
}

.yq {
	width: 100px;
	height: 100px;
	margin: 0 auto 5px auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-family: electronicFont;
	color: #fff32b;
}

.yqlist li span {
	opacity: .6;
	font-size: 14px;
}

.yq:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/img1.png) center center;
	border-radius: 100px;
	background-size: 100% 100%;
	opacity: .3;
	left: 0;
	top: 0;
	animation: myfirst2 15s infinite linear;
}

.yq:after {
	position: absolute;
	width: 86%;
	background: url(../images/img2.png) center center;
	border-radius: 100px;
	background-size: 100% 100%;
	opacity: .3;
	height: 86%;
	content: "";
	left: 7%;
	top: 7%;
	animation: myfirst 15s infinite linear;
}


@keyframes myfirst {
	to {
		transform: rotate(-360deg)
	}
}

@keyframes myfirst2 {
	to {
		transform: rotate(360deg)
	}
}

/* 全局 loading 层 */
#loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	z-index: 9999;
	transition: opacity 0.3s;
}

#loadingOverlay .loading-spinner {
	width: 50px;
	height: 50px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-bottom: 10px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.TechnicalSupport {
	position: fixed;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	width: 100%;
	/* height: 40rpx; */
	font-size: 24rpx;
	color: #fff;
	/* margin-top: 5px; */
	font-weight: 600;
}