@charset "utf-8";/* CSS Document 更多精品模板请访问：http://www.bootstrapmb.com*/* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,body {
	padding: 0px;
	margin: 0px;
	color: #222;
	font-family: "微软雅黑";
}

body {
	color: #666;
	font-size: 16px;

}

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;
	z-index: 99;
}

a.active,a:focus {
	outline: none!important;
	text-decoration: none;
}

ol,ul,p,h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0
}
/*头部设置*/
/** 头部 **/
.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: 5rem;
	font-weight: bold;
	color: #fff;
}

.toIndex{
	position: absolute;
	right: 50px;
	top: 750px;
}
.toIndex a{
	color: #399bff;
	font-size: 20px;
}
.toIndex a:hover{
	color: #fff;
}
header{
	height: 9%;
	position: relative;
}
.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;
}
.head > #topImg{
	width: 110px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 9999999;
}
#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{
	width: 100%;
	height: 100%;
	display: block;
	color: #5c93d9 ;
	font-size: 18px;
}
.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(3){
	font-size: 20px;
	box-shadow: 0px 3px 5px 0 #000;
}
.right_text li:nth-child(3) a{
	color: #fff !important;
}

.main{
	/*background: #00257f;*/
	background: #000127 url(../../img/bigdata/serviceBg.png) center top;
}
.mainbox{
	height: 90%;
}
.bigbox{
	height: 97%;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.smallbox{
	width: 40%;
	position: relative;
	margin: 10px;
}
.zhuanjia{
	position: absolute;
	width: 50%;
	height: 30%;
	right: 0;
	bottom: 20px;
}
.zhuanjiatext{
	color: #fff;
	font-size: 0.9vw;
	width: 100%;
	text-align: right;
	padding-right: 20px;
}
/** 公共样式 **/
.border{
	box-shadow: inset 0px -10px 20px -2px #249ef8;
	position: relative;
}
.border::after{
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 0;
	border-top: 16px solid rgba(2,180,255,.5);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	transform: rotate(-90deg);
	top: 30px;
	left: -11px;
}
.border::before{
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 0;
	border-top: 16px solid rgba(2,180,255,.5);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	transform: rotate(90deg);
	top: 30px;
	right: -11px;
}
/*左边*/
.map{
	width: 100%;
	height: 100%;
}
.map_text{
	position: absolute;
	width: 90%;
	top: 20px;
	left: 5%;
	display: flex;
	justify-content: space-between;
	height: 80px;
	z-index: 99;
}
.map_text > div{
	width: 23%;
	height: 100%;
	padding-top: 15px;
	background: url(../../../statics/img/bigdata/rectangle.png);
	background-size: cover;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-size: 1.1vw;
}
.map_text > div > p{
	font-weight: bold;
	color: #39cdfe;
}
/*右边*/
.right{
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box_item{
	height: 100%;
	/*display: flex;*/
	justify-content: space-between;
}
.box_split{
	width: 97%;
	position: relative;
	overflow: hidden;
	height: 33%;
	margin-bottom: 5px;
}
.box_split_title{
	height: 60px;
	width: 100%;
	position: absolute;
	border-bottom: 1px solid rgba(36,158,248,.5);
	display: flex;
	justify-content: space-between;
}
#tips {
	color: #fff;
	position: absolute;
	bottom: -10px;
	right: 220px;
	font-size: 13px;
}
#age {
	color: #fff;
	position: absolute;
	bottom: -10px;
	right: 10px;
	display: none;
	font-size: 13px;
}
.split_title_text{
	height: 100%;
	width: 50%;
	line-height: 60px;
	color: #fff;
	padding-left: 30px;
	font-weight: bold;
	position: relative;
}
.split_title_text::after{
	content: '';
	display: block;
	height: 3px;
	width: 50px;
	background: #0c9bff;
	position: absolute;
	bottom: 0;
	left: 35px;
}
.box_split_echart{
	height: 100%;
	width: 100%;
}
#insect{
	height: 100%;
	width: 100%;
	display: none;
}
.split{
	margin-top: 70px;
	height: 76%;
	display: flex;
	justify-content: space-between;
}
.split > div{
	width: 50%;
}
.button{
	width: auto;
	height: 25px;
	border: 1px solid #4282c2;
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 50;
}
.button > p{
	width: 40px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.button > p:nth-child(3){
	width: 80px;
}
.season{
	top: 34px;
	right: 200px;
	border: none;
	display: none;
}
.season > p{
	border: 1px solid #4282c2;
	border-radius: 5px;
	margin-right: 2px;
	float: left;
}
.season > p:nth-child(3){
	width: 40px;
}
.bg{
	background: linear-gradient(to right,#0c5dae,#2bacd6);
}
/*进度条*/
.progressBar{
	height: 8px;
	width: 100px;
	overflow: hidden;
	border-radius: 5px;
	background: rgba(255,255,255,.8);
}
.progressBar > div{
	height: 8px;
	border-radius: 5px;
}
.commodity{
	width: 100%;
}
.commodity > li{
	height: 35px;
	margin: auto;
	position: relative;
}
.commodity > li::after{
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	background: #ffa022;
	left: 10px;
	top: 11px;
}
.commodity > li > div{
	padding-top: 5px;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.commodity > li > div > p{
	width: 50%;
	text-align: left;
	color: #9fdaff;
	margin-left: 15px;
	overflow: hidden;
}
.commodity > li > div > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.num4{
	color: #9fdaff;
}
.scollbox{
	height: 165px;
	width: 100%;
	overflow-y: hidden;
}
.scollbox::-webkit-scrollbar{
	width: 8px;
}
.scollbox::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	background: #38b8ff;
}
/*预警信息*/
.err_text{

}
.err_text > li {
	display: flex;
	justify-content: space-between;
}
.err_text > li > div{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	margin-right: 1px;
	height: 30px;
	line-height: 30px;
}
.err_text_content > li > div {
	background: #0d46b5;
	font-weight: bold;
}
.err_text > li > div:nth-child(1){
	width: 10%;
}
.err_text > li > div:nth-child(2){
	width: 20%;
}
.err_text > li > div:nth-child(3){
	width: 35%;
}
.err_text > li > div:nth-child(4){
	width: 35%;
}
.err_text > li > div:nth-child(5){
	width: 10%;
}



.bottom-Copyright{
	height: 3%;
	color: #ffffff;
	text-align: center;
	font-size:14px;
}
.topText{
	line-height: 45px !important;
}
#date{
	position: relative;
}
.see{
	height: 30px;
	width: 50px;
	border: 1px solid #0c9bff;
	background: #0c9bff;
	color: #fff;
	position: absolute;
	top: -0;
	right: 0;
	cursor: pointer;
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}
#table{
	height: 30px;
	line-height: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: -20px;
	z-index:20;
	border-radius: 10px 10px 0 0;
	background: rgba(53, 93, 229, 1);
}
#table >li{
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 2px solid #00000082;
	cursor:default;
}
#table >li:nth-child(1){
	width: 20%;
	border-left: none;
	border-bottom: none;
	border-top: none;
}
#table >li:nth-child(2){
	width: 80%;
	border-bottom: none;
	border-top: none;
}

.table2{
	border-radius: 0 0 10px 10px;
	margin-bottom: 20px;
}
.table2 > li{
	border-bottom: 2px solid #272d56;
	border-top: none;
	display: flex;
	height: 45px;
	justify-content: space-between;
	line-height: 40px;
}
.table2 > li:last-child{
	border-radius: 10px;
}
.table2 > li:hover{
	box-shadow: inset 0px -10px 20px -2px #055c9b !important;
}
.table2 > li >div{
	color: #fff;
	text-align: center;
	padding: 3px;
	background: rgba(53, 93, 229, 0.2);
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
	position: relative;
	cursor:default;
}
.table2 > li >div:nth-child(1){
	width: 20%;
}
.table2 > li >div:nth-child(2){
	width: 80%;
}
.table2 > li >div:hover{
	overflow: visible;
}


#table3{
	height: 30px;
	line-height: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: -20px;
	z-index:20;
	border-radius: 10px 10px 0 0;
	background: rgba(53, 93, 229, 1);
}
#table3 >li{
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 2px solid #00000082;
	cursor:default;
}
#table3 >li:nth-child(1){
	width: 30%;
	border-left: none;
	border-bottom: none;
	border-top: none;
}
#table3 >li:nth-child(2){
	width: 10%;
	border-bottom: none;
	border-top: none;
}
#table3 >li:nth-child(3){
	width: 10%;
	border-bottom: none;
	border-top: none;
}
#table3 >li:nth-child(4){
	width: 50%;
	border-bottom: none;
	border-top: none;
}



.table33{
	border-radius: 0 0 10px 10px;
	margin-bottom: 20px;
}
.table33 > li{
	border-bottom: 2px solid #272d56;
	border-top: none;
	display: flex;
	height: 45px;
	justify-content: space-between;
	line-height: 40px;
}
.table33 > li:last-child{
	border-radius: 10px;
}
.table33 > li:hover{
	box-shadow: inset 0px -10px 20px -2px #055c9b !important;
}
.table33 > li >div{
	color: #fff;
	text-align: center;
	padding: 3px;
	background: rgba(53, 93, 229, 0.2);
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
	position: relative;
	cursor:default;
}
.table33 > li >div:nth-child(1){
	width: 30%;
}
.table33 > li >div:nth-child(2){
	width: 10%;
}
.table33 > li >div:nth-child(3){
	width: 10%;
}
.table33 > li >div:nth-child(4){
	width: 50%;
}
.table33 > li >div:hover{
	overflow: visible;
}



#page{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	bottom: 0px;
	position: sticky;
}
.layui-layer-title {
	background: linear-gradient(to right,#092caf,#000127);
	color: #ffffff !important;
	border-bottom:none !important;
	border-radius:15px 15px 0 0 !important;
}
.layui-layer{
	border-radius: 15px !important;
	background-color:#000127 !important;
	box-shadow: inset 0px -10px 20px -2px #055c9b !important;
	padding: 5px !important;
}
.layui-layer-dialog{
	padding: 0!important;
}
.layui-layer-content{
	max-height: 780px!important;
	margin-top: 10px!important;
}
.citytitle{
	position: absolute;
	width: 50%;
	font-size: 16px;
	/*background: #051042;*/
}
.city_text{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.city_text div:nth-child(1){
	width: 20%;
	color: #e8e8cd;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.city_text div:nth-child(2){
	text-align: center;
	width: 60%;
	color: #e8e8cd;
	font-size: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.city_text div:nth-child(3){
	width: 20%;
	color: #e8e8cd;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.city{
	width: 100%;
}
.city li{
	height: 23px;
	line-height: 23px;
}
