@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: #000127 url(../../img/bigdata/saleBg.png) center top;
	background-size: cover;
	color: #666;
	font-size: .1rem;
	overflow: hidden;
}

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
}
#gif{
	width: 100px;
}
.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 {
	color: #fff;
	text-align: center;
	font-size: 1.8vw;
	line-height: 1.05rem;
	font-weight: bold;
}

header{
	height: 9%;
	position: relative;
}
.head > #topImg{
	width: 110px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 9999999;
}
.rightDate{
	position: fixed;
	right: 20px;
	top: 6%;
	color: #cdf6f6;
	font-size: 16px;
	font-style: italic;
	z-index: 9999999;
}
.ydLog{
	position: fixed;
	right: 20px;
	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%;
	color: #5c93d9 ;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid rgba(0,0,0,.3);
}
.right_text li a {
	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(1){
	font-size: 20px;
	box-shadow: 0px 3px 5px 0 #000;
}
.right_text li:nth-child(1) a{
	color: #fff !important;
}
.toIndex{
	position: absolute;
	right: 50px;
	top: 750px;
}
.toIndex a{
	color: #399bff;
	font-size: 20px;
}
.toIndex a:hover{
	color: #fff;
}
/*内容*/
.big_box{
	height: 90%;
	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{
	/*overflow: hidden;*/
	height: 24%;
	border: 1px solid #176bb9;
	border-radius: 15px;
	padding: 10px;
	position: relative;
	box-shadow: inset 0px -10px 20px -2px #055c9b;
}
.split{
	display: flex;
	justify-content: space-between;
}
.split_big_div{
	width: 100%;
	height: 88%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.split_div{
	width: 49%;
	position: relative;
}
.baby{
	width: 80%;
	height: 100%;
}
.split_div_title{
	color: #fff;
	font-size: 18px;
	text-indent: 2em;
	overflow: auto;
	padding: 5px;
	margin-top: 15px;
}
.split_div_title::-webkit-scrollbar{
	display: none;
}
.growers_item_list{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.growers_item_list > div{
	width: 30%;
	height: 50%;
	border: 1px solid #055a99;
	position: relative;
	font-size: 1.1vw;
	display: flex;
	flex-direction:  column ;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffa500;
	font-weight: bold;
	cursor: pointer;
}
.growers_item_list > div:before{
	content: '';
	position: absolute;
	height: 15px;
	width: 15px;
	border-left: 2px solid #01c5ff;
	border-top: 2px solid #01c5ff;
	left: -1px;
	top: -1px;
}
.growers_item_list > div:after{
	content: '';
	position: absolute;
	height: 15px;
	width: 15px;
	border-right: 2px solid #01c5ff;
	border-bottom: 2px solid #01c5ff;
	right: -1px;
	bottom: -1px;
}
#text{
	color: rgb(55 163 255) !important;
	cursor:pointer;
}
.split_echart1{
	width: 51%;
	height: 100%;
}
.split_div_text{
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 5px;
}
.split_div_text div{
	width: 98%;
	height: 30%;
	border: 1px solid #064378;
	background: #0a2651;
	color: #37c0de;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 1vw;
}
.split_div_text div text{
	color: #edd238;
	font-size: 15px;
	line-height: 25%;
}
.split_echart{
	width: 64%;
	height: 100%;
}
.split_title{
	position: absolute;
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 1vw;
	font-weight: bold;
	line-height: 30px;
	padding: 0 5px;
	background: linear-gradient(to right,#092caf,transparent);
}
.split_div_echart{
	width: 100%;
	height: 88%;
	margin-top: 15px;
}
/*中间*/
.centent_Box{

}
.centent_top{
	height: 13%;
	width: 100%;
	padding: 15px;
	display: flex;
	justify-content: space-between;
}
.top_box,.top_box2{
	width: 32%;
	border: 1px solid #055a99;
	box-shadow: inset 0px 0px 35px 1px #055c9b;
	display: flex;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.top_box::after,.top_box2::after{
	content: '';
	position: absolute;
	height: 50%;
	width: 20%;
	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: 1.3vw;
}
.top_box_text p {
	font-weight: bold;
	color: #0ce1f6 !important;
}
.top_box_text text {
	color: #0ce1f6 !important;
	font-size: .8vw;
}
.centent_map{
	height: 61%;
	width: 100%;
	padding: 0 15px;
	position: relative;
}
.centent_map #map{
	width: 100%;
	height: 80%;
	border: 1px solid #055a99;
}
.map_return{
	color: #fff;
	position: absolute;
	top: 2px;
	left: 18px;
	font-size: 15px;
	cursor:pointer;
	display: none;
}
.map_return:hover{
	color: #0c9bff;
}
.map_lv{
	position: absolute;
	width: 4%;
	height: 150px;
	bottom: 23%;
	right: 10%;
	background: linear-gradient(to bottom,green, #dcdc4f 50%,orange);
	cursor: default;
	user-select:none;
}
.map_lv > p{
	width: 15px;
	color: white;
	font-size: 15px;
	position: absolute;
	left: -25px;
	height: 150px;
	line-height: 25px;
}
.map_lv::after{
	content: '';
	display: block;
	position: absolute;
	border: 8px solid;
	border-color: transparent transparent transparent red;
	right: -16px;
	top: 30px;
}

.map_lv::before{
	content: '80';
	display: block;
	position: absolute;
	right: -30px;
	top: 25px;
	color: white;
	font-size: 15px;
}

.lv_text{
	color: #f0f0f0;
	font-size: 18px;
	display: flex;
	width: 57%;
	justify-content: flex-end;
	padding-left: 10px;
}
.lv_val{
	color: #02a6df;
	font-size: 16px;
	padding-left: 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%;
	font-size: 16px;
	box-shadow: inset 0px 0px 35px 1px #055c9b;
	background: #00083e;
	color: #02a6df;
	text-align: center;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.map_text_item p{
	font-weight: bold;
	font-size: 1.4vw;
	margin: 5px;
	color: #10effa;
}
.centnen_bottom{
	height: 24%;
	margin-top: 1%;
	display: flex;
	justify-content: space-between;
}

.centnen_bottom_left{
	width: 39%;
	position: relative;
	padding: 10px;
	border: 1px solid #055a99;
	border-radius: 10px;
	box-shadow: inset 0px -10px 20px -2px #055c9b;
}
.centnen_bottom_right{
	width: 96%;
	margin-left: 2%;
	position: relative;
	padding: 10px;
	border: 1px solid #055a99;
	border-radius: 10px;
	box-shadow: inset 0px -10px 20px -2px #055c9b;
}
.centnen_bottom_item{
	display: flex;
	justify-content: space-between;
}
.centnen_bottom_item > div{
	width: 25%;
}
.centnen_bottom_item > div > div{
	height: 70%;
}
.centnen_bottom_item > div > text{
	display: block;
	height: 30%;
	width: 100%;
	text-align: center;
	font-size: 1vw;
	font-weight: bold;
	/*color: #9fdaff;*/
	color: #f4d040;
}
.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;
	box-shadow: inset 0px -10px 20px -2px #055c9b;
	cursor: pointer;
	padding-top: 7px;
}
.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%;
	display: flex;
	justify-content: space-around;
}
.weather > .weather_text{
	height: 40%;
}
.weather > .weather_text div{
	font-size: 1vw;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.weather > #weather_charts{
	height: 55%;
}
.weather > #weather_charts > div{
	margin-top: 2%;
	flex: 1;
	color: white;
	font-size: 1vw;
	font-weight: bold;
	text-align: center;
	/*line-height: 40px;*/
	/*filter:blur(4px);*/
	/*-webkit-filter:blur(4px);*/
	/*-moz-filter:blur(4px);*/
	/*-ms-filter:blur(4px);*/
	/*-o-filter:blur(4px);*/
}
#weather_charts > .weather_text_right > div{
	display: none;
}
#weather_charts > .weather_text_right > div > img{
	height: 75%;
}
#weather_charts > div > span{
	color: yellow;
	font-size: 0.8vw;
	display: block;
	/*margin-top: -10px;*/
}
.select >span{
	color: yellow !important;
}
.select{
	/*border: 2px solid yellow;*/
	/*position: relative;*/
	display: inherit !important;
}
/*.select::after{*/
/*	content: '';*/
/*	display: block;*/
/*	border: 8px solid;*/
/*	border-color: transparent transparent yellow transparent;*/
/*	position: absolute;*/
/*	bottom: -14px;*/
/*	left:38%;*/
/*}*/
.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%;
	display: flex;
}
.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{
	color: white;
	font-size: 1.5vw;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.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: 1.4vw;
	font-weight: bold;
}
.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;
}
/*进度条*/
.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: 25px;
	margin: auto;
	position: relative;
}
.commodity > li::after{
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	background: #ffa022;
	left: 0;
	top: 3px;
}
.commodity > li > div{
	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;
	margin-left: 5px;
}
.scollbox{
	height:100%;
	width: 100%;
	overflow: hidden;
}
/*热门采购城市*/
.citytitle{
	position: absolute;
	width: 100%;
	font-size: 16px;
	/*background: #051042;*/
}
.city_text{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.city_text div:nth-child(1){
	width: 20%;
	color: #06d0f9;
	text-align: center;
}
.city_text div:nth-child(2){
	text-align: center;
	width: 60%;
	color: #06d0f9;
}
.city_text div:nth-child(3){
	width: 20%;
	color: #06d0f9;
	text-align: center;
}
.city{
	width: 100%;
}
.city li{
	height: 23px;
	line-height: 23px;
}

/*地图图例*/
.mapLegend{
	position: absolute;
	top: 10px;
	padding: 0 10px;
}
.mapLegend > div{
	height: 30px;
	display: flex;
	align-items: center;
	float: left;
	/*cursor: pointer;*/
}
.mapLegend > div > p{
	width: 25px;
	height: 15px;
	border-radius: 3px;
}
.mapLegend > div > text{
	color: #fff;
	margin: 0 10px 0 5px;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.titleText{
	color: #fff;
}
.topText{
	color: #0ce1f6 !important;
}

#demo{
	width: 100%;
	height: 80%;
	padding: 15px;
}
.layui-layer-title {
	background: linear-gradient(to right,#092caf,#000127);
	color: #ffffff !important;
	border-bottom:none !important;
	border-radius:15px 15px 0 0 !important;
	text-align: center;
	font-size: 1vw !important;
	font-weight: bold !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;
}
.layui-carousel{
	height: 400px!important;
}
.openText{
	color: #fff;
	font-size: 18px;
	text-align: center;
}

#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;
	width: 33.33%;

}
#table >li:nth-child(1){
	border-left: none;
	border-bottom: none;
	border-top: none;
	/*width: 35%;*/
}
#table >li:nth-child(2){
	/*width: 15%;*/
	border-bottom: none;
	border-top: none;
}
#table >li:nth-child(3){
	/*width: 15%;*/
	border-bottom: none;
	border-top: none;
}
/*#table >li:nth-child(4){*/
/*	width: 35%;*/
/*	border-right: none;*/
/*	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;
	width: 33.33%;
}
.table2 > li >div:hover{
	overflow: visible;
}
.tabTitle:hover::after{
	display: inline-block;
}
/*.table2 >li>div:nth-child(1){*/
/*	width: 35%;*/
/*}*/
/*.table2 >li>div:nth-child(2){*/
/*	width: 15%;*/
/*}*/
/*.table2 >li>div:nth-child(3){*/
/*	width: 15%;*/
/*}*/
/*.table2 >li>div:nth-child(4){*/
/*	width: 35%;*/
/*}*/
#page{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	bottom: 0px;
	position: sticky;
}
.btnList{
	display: flex;
	justify-content: space-around;
}
.btnList > div{
	color: white;
	width: 18%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	border: 1px solid #0c9bff;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}
.thisBtn{
	background: #0c9bff;
}
