body{
	padding: 0;
	margin: 0;
	font-family:Microsoft YaHei !important;
}
p{
	margin: 0;
}

/*顶部标题*/
.title{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    height: 90px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
/*标题左侧*/
.title-left{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*margin-right: 30px;*/
}
.title-left img{
    margin-right: 20px;
}
.title-left p{
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
.title-left p .span-c{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
.title-left p .span-e{
    text-align: center;
    font-size: 14px;
}
/*标题右侧*/
.title-right{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-image: url("../images/fenxi/menu_bg.png");
    background-size: 100% 100%;
    padding: 10px 50px 10px 100px;
}
.title-right-menu{
    display: flex;
    flex-wrap: nowrap;
}
.title-right-menu p{
    color: #ffffff;
    font-size: 20px;
    background-image: url("../images/fenxi/menu_1.png");
    background-size: 100% 100%;
    padding: 5px 30px;
    margin: 0 10px;
}
.title-right-menu:hover{cursor:pointer;}
.title-right-menu p.checked{
    background-image: url("../images/fenxi/menu_2.png");
}
.title-right-weather{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 30px;
}
.title-right-weather .weather{
    height: 30px;
}
.title-right-weather .time{
    height: 30px;
}
.title-right-weather p{
    color: #ffffff;
    font-size: 18px;
}


/*总页面*/
.content{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	background-image: url('../images/bg.jpg');
	background-size: 100% 100%;
	position: relative;
}
/*顶部图片*/
.top-img{
	width: 100%;
	height:80px;
	line-height: 80px;
	background-image: url('../images/top_img_bg.png');
	/*background-image: url('../images/screen/bg_title.png');*/
	background-size: 100% 100%;
}
.top-img p{
	width: 100%;
	line-height: 80px;
	text-align: center;
	color: #0efcff;
	font-size: 40px;
}
/*主要信息*/
.info{
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	height: calc(100% - 80px);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
/*主要内容左右样式*/
.info .info-lr{
	width: 30%;
	display: flex;
	flex-direction: column;

}
/*主要内容中间样式*/
.info .info-c{
	width: 35%;
	display: flex;
	flex-direction: column;
}
/*所有标题*/
.info-title{
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
.info-title .triangle{
	display: block;
	width: 0;
	height: 0;
	border-right: 22px solid #193670;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	color: #fff;
}
.info-title .span-title{
	width: 78%;
	padding:0 12px;
	color: #0efcff;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	background: linear-gradient(to right, #193670 , rgba(25,54,112,0));
	letter-spacing: 1px;
}
.info-title .next{
	height: 44px;
	line-height: 44px;
	color: #ffffff;
}
/*左右总体情况/销售数据*/
.info .info-lr .info-lr-1{
	height: 32%;
	display: flex;
	flex-direction: column;
}
/*.info .info-lr .info-r-1{*/
	/*height: 43%;*/
/*}*/
.info .info-lr .info-lr-1 .lr-1-div{
	height: calc(100% - 55px);
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
}
.info .info-lr .info-lr-2 .lr-1-div{
	height: calc(100% - 55px);
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
}
.info .info-lr .info-lr-3 .lr-1-div{
	height: calc(100% - 55px);
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
}
.info .info-lr .lr-1-div p{
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	margin-bottom: 2%;
}
.info .info-r .info-lr-1 .lr-1-div p{
	margin: 0 0 2%!important;
}

.lr-1-div p .span-title{
	font-size: 15px;
	color: #fff;
	margin-bottom: 1%;
	letter-spacing: 1px;

}
.lr-1-div p .span-num{
	color: #0efcff;
	font-size: 14px;
}
 .lr-1-div p .span-num span{
	font-size: 26px;
	margin-left: 2px;
}

.info .info-lr .info-lr-2{
	height: 34%;
	overflow: hidden;
}
.info .info-lr .info-lr-3{
	height: 34%;
	overflow: hidden;
}
.info .info-lr .info-lr-3 .video-list{
	width: 100%;
	height: calc(100% - 54px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}

/*.info .info-lr .info-r-1{*/
	/*height: 30%;*/
/*}*/
/*.info .info-lr .info-r-2{*/
	/*height: 40%;*/
/*}*/

	/*右侧第一个表格 交易排名*/
.jiaoyi tr td,.nian-jiaoyi tr td{
	text-overflow: ellipsis; /* for IE */
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */
	overflow: hidden;
	white-space: nowrap;
	text-align: left
}
.nian-jiaoyi{
	width: 100%;
	height: 140px;
	color: #fff;
	display: block;
	overflow: hidden;
}
.nian-jiaoyi tr{
	/*display: block;*/
	height: 35px;
}
.nian-jiaoyi .th-1{
	width: 10%;
	text-align: center;
}
.nian-jiaoyi .th-2{
	width: 18%;
	padding-right: 1%;
}
.nian-jiaoyi .th-3{
	width: 15%;
	color: #F1C506;
}
.nian-jiaoyi .th-4{
	width: 15%;
}
.nian-jiaoyi .th-5{
	width: 18%;
	padding-right: 1%;
}
.nian-jiaoyi .th-6{
	width: 15%;
}
.nian-jiaoyi .th-7{
	width: 7%;
}
.nian-jiaoyi .th-7 img{
	width: 20px;
	height: 20px;
}
.table-title td{
	color: #fff !important;
	font-size: 17px !important;
	padding-bottom: 2% !important;
	padding-top: 0 !important;
}
.nian-jiaoyi td{
	cursor:default;
	margin: 0;
	font-size: 14px;
}
.nian-jiaoyi  tr:nth-child(2n){
	background-color: #19356F;
}
.nian-jiaoyi .th-1 span{
	display: inline-block;
	text-align: center;
	width: 50%;
	background-color: #FEA02E;
	border-radius: 2px;
}
/*中间最底部*/
.info .info-c .broken-line{
	height: 30%;
	/*background-color: #fff;*/
	margin: 3% 0 1%;
}
/*中间地图*/
.info .info-c .map-div{
	height: 48%;
	display: flex;
	flex-direction: column;
	margin-bottom: 4%;
}
.info .info-c .map-div .map{
	width: 100%;
	height:  calc(100% - 55px );
	margin: 0 auto;
	background-image: url('../images/map_bg.png');
	background-size: 100% 100%;
	position: relative;
}
.info .info-c .map-div .map .map-img{
	/*width: 100%;*/
	height: 100%;
	position: absolute;
	left: 25%;
}
.info .info-c .map-div .map .map-img .area-map{
	/*width: 100%;*/
	height:100%;
	margin: 0 auto;
}
.map-village{
	/*display: none;*/
}
.baidu-map{
	/*display: none;*/
}
/*地图新增*/
.map-div-t{
	height: 48%;
	display: flex;
	flex-direction: column;

}
.map-div-t .industry-map{
	height: calc(100% - 55px);
	background-image: url('../images/map_bg.png');
	background-size: 100% 100%;
	position: relative;
}
.industry-map .china-map{
	width: 100%;
	height: 100%;
}
/*两个地图图例*/
.map-legend{
	position: absolute;
	top: 20px;
	left: 20px;
}
.map-legend p{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #fff;
	font-size: 16px;
	padding: 3px 0;
}
.map-legend p .legend-l{
	display: inline-block;
	width: 30px;
	height: 5px;
	background-color: #fff;
	margin-right: 10px;
}
.map-legend .shiliu .legend-l{
	background-color: #FF069B;
}
.map-legend .mangguo .legend-l{
	background-color: #FFF4A0;
}
.map-legend .jiaobai .legend-l{
	background-color: #ABE6EB;
}
.site_num{
	color: #fff;
	font-size: 16px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.site_num img{
	width: 15px;
	height:23px;
	margin-right: 10px;
}

/*百度地图样式：*/
.baidu-map{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url('../images/map_bg.png');
	background-size: 100% 100%;
	position: relative;
}
.baidu-map .info-c-map{
	width: 100%;
	height: 100%;
}
.baidu-map .info-c-legend{
	position: absolute;
	left: 0;
	top:0;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	background: rgba(0,0,0,0.5);
	padding-right: 5px;
}
.baidu-map .info-c-legend p{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #fff;
	margin: 0;
}
/*百度地图相关样式*/
.anchorBL{
	display: none;
}
.BMap_cpyCtrl{
	display: none;
}


#poor-info,#poor-rank{
	height: 75%;
}

.sign{
	width: 9px;
	height: 15px;
	position: absolute;
	padding: 0;
	margin: 0;
}
.sign img{
	width: 100%;
	height: 100%;
	margin-top: -1px;
}
.sign span{
	width: auto;
	font-size: 10px;
	display: none;
}

/*村站鼠标悬浮显示的内容*/
.village_info{
	width: 135px;
	position: absolute;
	left:0;
	top:0;
	display: none;
	border: 1px solid #0CDDEA;
	border-radius: 10px;
	padding: 6px 10px;
	background-color: #051B54;
	color: #0CDCE9;
	font-size: 10px;
}
.village_info .name{
	font-size: 14px;
	border-bottom: 1px solid  #0CDDEA;
	text-align: center;
	margin: 0 0 6px;
}
.village_info p{
	margin: 3px 0;
}
.village_info p span{
	color: #E1B810;
}
.village_info:after, .village_info:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.village_info:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #051B54;
	border-width: 7px;
	margin-top: -7px;
}
.village_info:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #0CDDEA;
	border-width: 10px;
	margin-top: -10px;
}
/*企业鼠标悬浮显示的内容*/
.company_info{
	width: 120px;
	position: absolute;
	left:0;
	top:0;
	display: none;
	border: 1px solid #0CDDEA;
	border-radius: 10px;
	padding: 6px 10px;
	background-color: #051B54;
	color: #0CDCE9;
	font-size: 10px;
}
.company_info .name{
	font-size: 14px;
	border-bottom: 1px solid  #0CDDEA;
	text-align: center;
	margin: 0 0 6px;
}
.company_info p{
	margin: 3px 0;
}
.company_info p span{
	color: #E1B810;
}
.company_info:after, .company_info:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.company_info:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #051B54;
	border-width: 7px;
	margin-top: -7px;
}
.company_info:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #0CDDEA;
	border-width: 10px;
	margin-top: -10px;
}
/*产品鼠标悬浮显示的内容*/
.product_info{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.product_info .product-line{
	width: 25px;
	height: 3px;
	background-color: #15A9F8;
}
.product_info .product-img{
	width: 200px;
	height: 100px;
	position: absolute;
	left: 25px;
	top: -50px;
	border: 1px solid #15A9F8;
	border-radius: 20px;
	z-index: 100;
}
.product_info .product-img img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.info-side-data{
	width: 100%;
	height:calc(100% - 55px);
}
/* 2022-07-15  新增 - 生活必需品开始*/
.div-sale{
	width: 100%;
	height: calc(100% - 55px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.swiper {
	width: 100%;
	height: 130px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.div-sale-one{
	width: calc(100% - 20px);
	/*height:84px;*/
	display: flex;
	flex-direction: column;
	background-color: #193670;
	padding: 0 10px;
}
.div-sale-one .p-title{
	width: 100%;
	text-align: left;
	font-size: 17px;
	color: #fff;
	/*padding: 10px 0 5px 0;*/
}
.div-sale-one .info-list{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.div-sale-one .info-list .info-one{
	width: 24%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.info-list .info-one .info-left{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
}
.info-list .info-one-1 .info-left{
	background-color: #3BA272;
}
.info-list .info-one-2 .info-left{
	background-color: #EE6666;
}
.info-list .info-one-3 .info-left{
	background-color: #73C0DE;
}
.info-list .info-one-4 .info-left{
	background-color: #FC8452;
}
.info-list .info-one .info-r {
	width: calc(100% - 40px);
	display: flex;
	flex-direction: column;
	color: #fff;
}
.info-list .info-one-1 .info-r{
	border-bottom: 3px solid #3BA272;
}
.info-list .info-one-2 .info-r{
	border-bottom: 3px solid #EE6666;
}
.info-list .info-one-3 .info-r{
	border-bottom: 3px solid #73C0DE;
}
.info-list .info-one-4 .info-r{
	border-bottom: 3px solid #FC8452;
}
/*村站视频直播*/
.video-div{
	width: 100%;
	height: calc(100% - 55px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video-div .video-one{
	width: 48%;
	height: 100%;
}
.video-div .video-one video{
	width: 100%;
	height: calc(100% - 22px);
}
.video-div .video-one p{
	width: 100%;
	height: 22px;
	color: #fff;
	text-align: center;
}
/*石榴芒果茭白流程显示div*/
.procedure-div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}
.procedure-div .procedure-img{
	width: 800px;
	height: 500px;
	background-color: #fff;
	margin-top: calc((100vh - 500px)/2);
	margin-left: calc((100vw - 800px)/2);
}
.procedure-div .procedure-img img{
	width: 100%;
	height: 100%;
}
/*css媒体查询*/
@media screen and (max-width: 1366px) {
	table thead,table tbody{
		display: inline-block;
		width: 100%;
	}
	table tbody tr{
		display: inline-block;
		width: 100%;
	}
    .top-img {
        height: 70px;
        line-height: 70px;
    }
    .top-img p {
        line-height: 80px;
        font-size: 25px;
    }
    .info-title .triangle {
        border-right: 15px solid #193670;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
    .info-title .span-title {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
    }
    .info-lr-1 .lr-1-div p .span-title {
        font-size: 12px;
    }
    .info-lr-1 .lr-1-div p .span-num span {
        font-size: 20px;
    }
    .table-title td {
		font-size: 14px !important;
	}
	.nian-jiaoyi td{
		font-size: 13px;
	}
	.info-title .next {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .info-lr-3 .video-list .video-one p {
        font-size: 12px;
    }
	.lr-1-div p .span-title {
		font-size: 12px;
	}
	.lr-1-div p .span-num span {
		font-size: 20px;
	}
	.map-legend p {
		font-size: 12px;
		padding:0;
	}
	.map-legend p {
		font-size: 12px;
	}
	.div-sale-one .p-title {
		font-size: 12px;
	}
	.div-sale-one {
		padding: 0 10px;
	}
	.info-list .info-one .info-r {
		font-size: 12px;
	}
	.video-div .video-one p {
		font-size: 12px;
	}
}
