﻿@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,body {
	padding: 0px;
	margin: 0px;
	color: #222;
	font-family: "微软雅黑";
}

@font-face {
	font-family:electronicFont;src:url(../font/DS-DIGIT.TTF)
}

body {
	background:  url(../../img/bigdata/sale-background.png) center top;
	/*background: #00257f;*/
	background-size: cover;
	color: #666;
	font-size: .1rem;
}

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: #399bff;
}

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_left {
	float: left;
}

.pulll_right {
	float: right;
}
/*谷哥滚动条样式*/

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	position: absolute
}

::-webkit-scrollbar-thumb {
	background-color: #5bc0de
}

::-webkit-scrollbar-track {
	background-color: #ddd
}

/***/
.canvas {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 99%;
	z-index: 1;
}

.allnav {
	height: calc(100% - 30px);
}

.loading {
	position: fixed;
	left: 0;
	top: 0;
	font-size: 18px;
	z-index: 100000000;
	width: 100%;
	height: 100%;
	background: #1a1a1c;
	text-align: center;
}

.loadbox {
	position: absolute;
	width: 160px;
	height: 150px;
	color: #aaa;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -75px;
}

.loadbox img {
	margin: 10px auto;
	display: block;
	width: 40px;
}

.copyright {
	background: rgba(19,31,64,.32);
	border: 1px solid rgba(255,255,255,.05);
	line-height: .5rem;
	text-align: center;
	padding-right: 15px;
	bottom: 0;
	color: rgba(255,255,255,.7);
	font-size: .16rem;
}

/** 头部 **/
.head {
	height: 10%;
	background: url(../../../statics/img/bigdata/bgTop.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	z-index: 100;
}
.head h1 {
	text-align: center;
	font-size: 1.8vw;
	line-height: 1.05rem;
	font-weight: bold;
}
.head h1{
	color: #fff;
}
header{
	height: 9%;
	position: relative;
}
.toIndex{
	position: absolute;
	right: 50px;
	top: 750px;
}
.toIndex a{
	color: #399bff;
	font-size: 20px;
}
.toIndex a:hover{
	color: #fff;
}
.head > #topImg{
	width: 110px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 9999999;
}
.rightDate{
	position: absolute;
	right: 50px;
	top: 50%;
	color: #cdf6f6;
	font-size: 16px;
	font-style: italic;
}
.ydLog{
	position: fixed;
	right: 50px;
	top: 2%;
	color: #cdf6f6;
	font-size: 16px;
	font-style: italic;
	z-index: 9999999;
}
.ydLog img{
	width: 30px;
}
#off{
	margin-left: 95px;
	margin-top: 130px;
	cursor: pointer;
}
.header_right{
	position: fixed;
	margin: 15px 30px;
	top: 0px;
	left: -318px;
	height: 110%;
	width: 318px;
	background-image: url("../../img/bigdata/leftBg.png");
	z-index: 9999998;
	transition: 1s;
}
.right_text{
	position: absolute;
	right: 40px;
	top: 25%;
	width: 180px;
}
.right_text li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid rgba(0,0,0,.3);
}
.right_text li a{
	color: #5c93d9 ;
	font-size: 18px;
	width: 100%;
	height: 100%;
	display: block;
}
.right_text li:hover{
	box-shadow: 0px 3px 5px 0 #000;
}
.right_text li:hover a{
	color: #fff !important;
	font-size: 20px;
}
.right_text li:nth-child(5){
	font-size: 20px;
	box-shadow: 0px 3px 5px 0 #000;
}
.right_text li:nth-child(5) a{
	color: #fff !important;
}

/*内容*/
.big_box{
	/*height: 100%;*/
	height: 90.5%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.centent_Box{
	width: 40%;
}
.left_Box,.right_Box{
	height: 100%;
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}
.box_item{
	height: 32%;
	border-radius: 15px;
	padding: 10px;
	position: relative;
	box-shadow: inset 0px 0px 35px 0px #0a498c;
	overflow: hidden;
}

.split{
	display: flex;
	justify-content: space-between;
}
.split_big_div{
	width: 100%;
	height: 88%;
	margin-top: 30px;
	/*display: flex;*/
	/*justify-content: space-between;*/
}
.split_big_total{
	color: #579dd1;
	margin-left: 15px;
	/*font-size: 16px;*/
	font-size: 1.0vw;
	margin-bottom: 15px;
}
.split_big_total text{
	color: #feee00;
	font-size: 18px;
	font-weight: bold;
}
.split_div{
	width: 100%;
	position: relative;

}
.split_div_text{
	width: 100%;
	display: flex;
	/*flex-direction: column;*/
	justify-content: space-around;
	padding: 5px;
	box-shadow: inset 0 0 19px -2px #032a93;
}
.split_div_text div{
	/*width: 98%;*/
	/*height: 30%;*/
	font-size: 0.8vw;
	border: 1px solid #064378;
	background: #0a2651;
	color: #579dd1;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.split_div_text div text{
	color: #feee00;
	font-size: 2vh;
	line-height: 30%;
	margin-left: 10px;
	font-weight: bold;

}
.split_echart{
	width: 100%;
	height: 100%;
}
.split_title{
	position: absolute;
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 1vw;
	line-height: 30px;
	padding: 0 15px;
	font-weight: bold;
	/*background: linear-gradient(to right,#092caf,transparent);*/

}
.split_title::before{
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height:30px ;
	background: #45f8f2;
	border-radius: 25px;
}
.split_div_echart{
	width: 100%;
	height: 88%;
	margin-top: 35px;
	overflow: hidden;
}
/*中间*/
.centent_Box{

}
.centent_top{
	height: 13%;
	width: 100%;
	padding: 15px;
	display: flex;
	justify-content: space-between;
}
.top_box{
	width: 49%;
	border: 1px solid #055a99;
	box-shadow: inset 0px 0px 35px 1px #055c9b;
	display: flex;
	justify-content: center;
	position: relative;
}
.top_box::after{
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-left: 2px solid #01c5ff;
	border-top: 2px solid #01c5ff;
	left: -1px;
	top: -1px;
}
.top_box_icon{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_box_text{
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 26px;
}
.top_box_text p {
	color: #0ce1f6 !important;
}
.top_box_text text {
	color: #0ce1f6 !important;
	font-size: 14px;
}
.centent_map{
	height: 67%;
	width: 100%;
	padding: 10px 15px;
}
.centent_map #map{
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 35px 0px #0a498c;
	border-radius:10px;
}
.map_text{
	width: 100%;
	height: 20%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: rgba(0,8,62,.6);
	border-radius: 5px;
}
.map_text_item{
	width: 18%;
	height: 80%;
	box-shadow: inset 0px 0px 35px 1px #055c9b;
	background: #00083e;
	color: #0cc8da;
	font-size: 23px;
	text-align: center;
	border-radius: 5px;
}
.centnen_bottom{
	height: 31.4%;
	margin-top: 1%;
	display: flex;
	justify-content: space-between;
	width: 98.0%;
}

.centnen_bottom_left{
	width: 40%;
	position: relative;
	padding: 10px;
	border-radius: 10px;
	margin-left: 2.5%;
	box-shadow: inset 0px 0px 35px 0px #0a498c;
}
.centnen_bottom_right{
	width: 55%;
	position: relative;
	padding: 10px;
	border-radius: 10px;
	box-shadow: inset 0px 0px 35px 0px #0a498c;
	margin-left: 2.5%;
}
.centnen_bottom_item{
	display: flex;
	justify-content: space-between;
}
.centnen_bottom_item > div{
	width: 25%;
}
.centnen_bottom_item > div > div{
	height: 100%;
}
.centnen_bottom_item > div > text{
	display: block;
	height: 30%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #9fdaff;
}
.centnen_bottom_text{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.centnen_bottom_text > p{
	width: 100%;
	height: 35%;
	border: 1px solid #055a99;
	background: rgba(16,47,95,.5);
	color: #9fdaff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	box-shadow: inset 0px -10px 20px -2px #055c9b;

}
.centnen_bottom_text > p > text{
	display: block;
	color: #f8ec0c;
}
/*右边*/
.weather{
	height: 88%;
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.weather > div{
	height: 49%;
	width: 100%;
}
.weather_text{
	display: flex;
	justify-content: space-around;

}
.weather_text > div{
	border: 1px dashed #055a99;
	padding: 5px;
	position: relative;
}
.weather_text_left{
	width: 39%;
}
.weather_text_right{
	width: 59%;
}
.weather_text > div > div{
	width: 100%;
	height: 100%;
	background: rgba(16,47,95,.5);
}
.weather_text > div::after{
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	border-top: 1px solid #45acc2;
	border-left: 1px solid #45acc2;
	top: -1px;
	left: -1px;
}
.weather_text > div::before{
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	border-bottom: 1px solid #45acc2;
	border-right: 1px solid #45acc2;
	bottom: -1px;
	right: -1px;
}
.weather_text_left > div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;

}
.weather_text_left > div::after{
	content: '';
	display: block;
	position: absolute;
	height: 15px;
	width: 15px;
	border-top: 1px solid #398598;
	border-left: 1px solid #398598;
	top: 5px;
	left: 5px;
}
.weatherText{
	width: 60%;
	margin: auto;
	text-align: center;
	border-left: 1px dashed #055a99;
}
.weatherText text{
	color: #C9C5C5;
	font-size: 24px;
}
.weather_text_right > div{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2fb8d6;
	font-size: 16px;
	position: relative;
}
.weather_text_right > div::after{
	content: '';
	display: block;
	position: absolute;
	height: 15px;
	width: 15px;
	border-top: 1px solid #398598;
	border-right: 1px solid #398598;
	top: 5px;
	right: 5px;
}

.t_table_b{
	font-size: 0.16rem;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.t_table_b tr{
	height: 0.38rem;
}
.t_table tr td{
	color: #ffffff;
}

.thead tr th{
	color: #ffffff;
	background: #0a44bf;
	/*border-right:1px solid #032680 ;*/
	width: 18%;
	height: 0.3rem;
}

table{
	table-layout: fixed;
	width: 100%;
}

.t_table thead tr{
	background: #053A98;
}
.deviceDate tr td:nth-child(7){
	width: 10%;
}
.t_table{
	border: 1px solid #0C0C0C;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap ;
	font-size: 0.16rem;
}
.t_table tr{
	margin: 0;
	padding: 0;
	height: 0.42rem;
}
.t_table thead tr{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap ;
	width: 100%;
	background: #053A98;
}

.t_table tr td{
	width: 18%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap ;
}
.saleDate{
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space:nowrap ;*/
}
.saleDate tr td{
	color: #6697fd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #053A98;
}