* {
	padding: 0;
	margin: 0;
	list-style: none;
	max-height: 99999px;
}

.content {
	position: relative;
	width: 1920px;
	height: 1080px;
	box-sizing: border-box;
	padding-bottom: 17.5px;
	background: url("../images/bg4.png") no-repeat;
	background-color: #081C53;
	background-size: cover;
	overflow: hidden;
	font-size: 15px;
}

.rel {
	position: relative;
}

html {
	width: 1920px;
	height: 1080px;
}

.clear {
	clear: both;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

/* 背景动画 */
#animations {
	position: absolute;
	width: 1920px;
	height: 1080px;
	overflow: hidden;
}

.animation {
	position: absolute;
}

.animation1 {
	left: 1%;
	top: 1%;
	transform: scale(1);
}

.animation2 {
	left: 0.5%;
	bottom: 13%;
	transform: scale(0.5);
}

.animation3 {
	left: 20%;
	top: 60%;
	transform: scale(1);
}

.animation4 {
	left: 30%;
	top: 15%;
	transform: scale(.9);
}

.animation5 {
	left: 45%;
	top: 2%;
	transform: scale(0.3);
}

.animation6 {
	left: 60%;
	top: -2%;
	transform: scale(.8);
}

.animation7 {
	left: 70%;
	top: 40%;
	transform: scale(1);
}

.animation8 {
	right: 12%;
	top: 8%;
	transform: scale(1.1);
}

.animation9 {
	left: 90%;
	bottom: 12%;
	transform: scale(1);
}

.animation10 {
	left: 50%;
	top: 80%;
	transform: scale(1.5);
}

.animation10 div {
	animation-direction: reverse;
}

.animation div {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	animation: move linear infinite;
	opacity: .3;
	filter: alpha(opacity=30);
}

.animation .animate1 {
	background: url("../images/1.png") no-repeat;
	background-size: 100%;
	animation-duration: 30s;
}

.animation .animate2 {
	background: url("../images/2.png") no-repeat;
	background-size: 100%;
	animation-duration: 20s;
	animation-direction: reverse;
}

.animation .animate3 {
	background: url("../images/3.png") no-repeat;
	background-size: 100%;
	animation-duration: 15s;
}

.fanzhuan .animate1 {
	animation-direction: reverse;
	animation-duration: 25s;
}

.fanzhuan .animate2 {
	animation-direction: normal;
	animation-duration: 15s;
}

.fanzhuan .animate3 {
	animation-direction: reverse;
	animation-duration: 10s;
}

@keyframes move {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

/* 头部 */
#head {
	position: relative;
	width: 1920px;
	height: 120px;
}

#head .getDate,
.weather {
	font: 24px 黑体;
	color: #ADC2FF;
	margin-top: 17px;
}

#head .getDate {
	float: left;
	margin-left: 62px;
}

#head .getDate span {
	margin-right: 17.5px;
}

#head .weather {
	float: right;
}

#head .weather span {
	margin-right: 22.5px;
}

#head .weather #state {
	display: inline-block;
	height: 27px;
	width: 60px;
	font-size: 15px;
	text-align: center;
	color: #FFF;
	border-radius: 4px;
	line-height: 27px;
}

#head h1 {
	width: 900px;
	height: 120px;
	font-size: 70px;
	line-height: 120px;
	margin: 0 auto;
	font-weight: bold;
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#FFFFFF), to(#FFFFFF));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

/* 主体 */
#body {
	margin-top: 7px;
	height: 960px;
}

#body>div {
	float: left;
	height: 100%;
}

/* 中间区域 - 地图 */
.bodyMiddle {
	padding-top: 4px;
	width: 1100px;
	margin-left: 10px;
	height: 938px !important;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.bodyMiddleChild {
	width: 100%;
	height: 938px;
	box-sizing: border-box;
}

#list {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	padding: 0 12px;
	box-sizing: border-box;
}

#list li {
	display: block;
	width: calc((100% - 80px) / 3);
	height: 38px;
	background-size: 100% 50%;
	background: url(../images/list.png) no-repeat;
	font: bold 24px;
	line-height: 32px;
	box-sizing: border-box;
}

#list p {
	float: left;
	margin-left: 12px;
	font-size: 28px;
}

#list span {
	float: right;
	font-size: 24px;
	color: #ccff00;
	margin-top: 2px;
	margin-right: 11px;
}

.mapmain {
	position: absolute;
	z-index: 2;
	top: 60px;
	width: 100%;
	height: 100%;
}

.map {
	position: relative;
	top: -52px;
	left: 5px;
	width: 100%;
	height: 100%;
}

.map>div:first-child {
	z-index: 0;
}

#sun {
	background: url(../images/a.png) no-repeat;
	animation: light 2s linear infinite;
	height: 100%;
	background-size: 100% 100%;
}

@keyframes light {
	0% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}

/* 右侧区域 */
.bodyRight {
	width: 774px;
	margin-left: 22px;
	box-sizing: border-box;
}

/* 全景数据维度 */
.bodyRightTop {
	width: 100%;
	height: 520px;
	margin-top: 1px;
	padding-bottom: 1px;
	position: relative;
	box-sizing: border-box;
}

/* 近7日活跃用户 */
.bodyRightBottom {
	width: 100%;
	height: 400px;
	margin-top: 15px;
	position: relative;
	box-sizing: border-box;
}

/* 边框装饰线 - 上下 */
.bodyRightBottom::before,
.bodyMiddle::before,
.bodyRightTop::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 33.33%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	z-index: 1;
}

.bodyRightBottom::after,
.bodyMiddle::after,
.bodyRightTop::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 33.33%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	z-index: 1;
}

/* 边框装饰线 - 左右 */
.bodyRightBottom .left-light,
.bodyMiddle .left-light,
.bodyRightTop .left-light {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 33.33%;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	z-index: 1;
}

.bodyRightBottom .right-light,
.bodyMiddle .right-light,
.bodyRightTop .right-light {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 33.33%;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	z-index: 1;
}

/* 活跃用户图表 */
#jiagezoushi {
	position: relative;
	top: 0;
	width: calc(100% - 20px);
	height: 330px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

/* 公共边框 */
.bodyRightBottom,
.bodyRightTop,
.bodyMiddleChild {
	border: 2px solid rgba(8, 67, 137, .7);
}

/* 公共背景色 */
.bodyMiddle,
.bodyRightBottom,
.bodyRightTop {
	background: rgb(31, 53, 249, 0.15);
}

/* 小标题 */
.childtitle {
	position: absolute;
	left: 8px;
	top: 12px;
	display: inline-block;
	background: url(../images/childtitle.png) no-repeat;
	background-size: 100% 100%;
	padding: 2px 50px 2px 15px;
}

.childtitle h2 {
	text-align: left;
	font-size: 40px;
	color: #FFFFFF;
	display: inline-block;
}

.childtitle h1,
#list p {
	font-weight: bold;
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#FFFFFF), to(#FFFFFF));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bodyRightTop .childtitle {
	position: relative;
}

/* 全景数据维度 */
.dataDimension {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	height: 400px;
	padding: 20px;
	box-sizing: border-box;
}

.dataDimension .dataCategory {
	width: 23%;
	border: 2px solid rgba(8, 67, 137, .7);
	border-radius: 8px;
	background: rgb(31, 53, 249, 0.15);
	padding: 5px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	margin-bottom: 4px;
}

.dataDimension .dataCategory:hover {
	border-color: rgba(8, 155, 233, .7);
	box-shadow: 0 0 20px rgba(8, 155, 233, .3);
	transform: translateY(-5px);
}

.dataDimension .dataCategory h3 {
	color: #CAE0FF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	background: linear-gradient(90deg, #CAE0FF, #6EB2FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.dataDimension .dataCategory ul {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 320px;
	overflow-y: auto;
}

.dataDimension .dataCategory ul li {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 7px;
	padding-left: 25px;
	position: relative;
}

.dataDimension .dataCategory ul li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #CCFF00;
	font-weight: bold;
}

/* 滚动条样式 */
.dataDimension .dataCategory ul::-webkit-scrollbar {
	width: 4px;
}

.dataDimension .dataCategory ul::-webkit-scrollbar-track {
	background: rgba(8, 67, 137, .2);
	border-radius: 2px;
}

.dataDimension .dataCategory ul::-webkit-scrollbar-thumb {
	background: rgba(8, 155, 233, .5);
	border-radius: 2px;
}

.dataDimension .dataCategory ul::-webkit-scrollbar-thumb:hover {
	background: rgba(8, 155, 233, .7);
}

/* 蒙版弹框 */
.mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #12296D, #030F32)
}

.maskContent {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}