#statistics{
	padding: 34px 40px;
	color: white;
	background-color: #011c50;
}
#statistics>div:nth-child(1){
	/* height: 20px; */
	/* width: 1200px; */
	/* background-color: antiquewhite; */
	/* margin: auto; */
}
#statistics .logo img{
	width: 32px;
	height: 32px;
}
#statistics .logo .bg{
	font-size: 13px;
	height: 40px;
	width: 100px;
	/*background: #F4F4F4;*/
	color: #999999;
}
#statistics .static-item img{
	width: 12px;
	height: 12px;
}
#statistics .static-item>div:nth-child(1){
	color: rgba(255, 255, 255, 0.6);
}
.chart-item{
	width: 550px;
	height: 460px;
	border-radius: 8px;
	/* background: #FFFFFF; */
	background: rgba(255, 255, 255, 0.03);
	padding: 30px 20px;
}
.chart-item>div:nth-child(1)>div:nth-child(1){
	font-size: 20px;
	font-weight: bold;
}
.chart-item>div:nth-child(1)>div:nth-child(2){
	font-size: 15px;
	/* color: #999999; */
	color: rgba(255, 255, 255, 0.8);
}

.chart-item>div:nth-child(2){
	/* width: 450px; */
	width: 100%;
	height: 1px;
	background: rgba(238, 238, 238, 0.1);
	margin-top: 30px;
}
.location-model {
	/* padding: 15px 0;book-input */
	/* border-radius: 4px; */
	background-color: #ffffff;
	position: absolute;
	z-index: 999;
	box-shadow: 0px 6px 20px 0px rgba(122, 122, 122, 0.2);
	/* border: 1px solid #eeeeee; */
	overflow-y: scroll;
	color: #333333;
}

.location-model>div>div {
	width: 192px;
	height: 250px;
}

.location-model>div>div>div {
	padding: 10px;
}

.location-model>div>div>div:hover {
	background: rgba(209, 38, 4, 0.04);
	color: #D12604;
}

.location-model>div>div>div>img,
.location-model>div>div>div>div>img {
	width: 14px;
	height: 14px;
}

.location-model>div>div>div>div>img:nth-child(1) {
	display: none;
}

.location-model .location-ac>div:nth-child(1)>img:nth-child(1) {
	display: block;
}

.location-model .location-ac>div:nth-child(1)>img:nth-child(2) {
	display: none;
}

.location-model {
	display: none;
}

.location:hover .location-model {
	display: block;
}

.localtion-model-item {
	border-left: 1px #f3f3f3 solid;
	cursor: pointer;
}

.localtion-model-item:nth-child(1) {
	border-left: none;
}

/* 滚动样式 */
::-webkit-scrollbar {
	width: 6px;
}

/* 滚动竖线 */
::-webkit-scrollbar-track {
	border-radius: 6px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.1);
}
.es-point{
	cursor: pointer;
} 
.es-use-none{
	user-select: none;
}
.change-person,.area{
	position: absolute;
	padding: 10px 0px ;
	background-color: #ffffff;
	display: none;
	box-shadow: 0px 6px 20px 0px rgba(122, 122, 122, 0.2);z-index: 99;
}
.area{
	height: 350px;
	overflow-y: scroll;
}
.change-person-item{
	padding: 10px 20px;
	color: #333333;
}
.change-person-item:hover{
	background: rgba(209, 38, 4, 0.04);
}

.add-hide{
	display: none;
}

.footer {
	width: 100%;
	background: #0E182A;
	/*margin-top: 100px;*/
	/* height: 266px; */
	padding: 20px 0;
	/*padding-top: 120px;*/
	color: #ffffff;
	z-index: 999;
}

.footer .context {
	/* background-color: #EEEEEE; */
	width: 1200px;
	margin: auto;
}

.footer .context .center {
	width: 100%;
	height: 1px;
	background: #363C4F;
	margin-top: 10px;
}

.footer a {
	color: #A2A4A9;
	font-size: 14px;
}

.footer .context .upper .code>div:nth-child(2) img {
	width: 110px;
	height: 110px;
	margin-right: 20px;
	margin-top: 18px;
}