* {
	margin: 0;
	padding: 0;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.scroll {
	overflow: auto;
	overflow-x: hidden;
}

.scroll::-webkit-scrollbar {
	width: 6px;
}

.scroll::-webkit-scrollbar-track {
	border-radius: 3px;
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
}

#box {
	width: 100%;
	height: 100vh;
	/*position: absolute;*/
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

#box #container {
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#box .top {
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 10;
	background-image: -moz-linear-gradient(0deg, rgb(59, 132, 241) 1%, rgb(30, 108, 243) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(59, 132, 241) 1%, rgb(30, 108, 243) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(59, 132, 241) 1%, rgb(30, 108, 243) 100%);
	opacity: 0.9;
}

#box .top .logo {
	float: left;
	margin-left: 20px;
}

#box .top .top-left {
	float: right;
	width: 264px;
	height: 70px;
	margin-right: 20px;
}

#box .top .top-left .touxiang {
	margin-top: 17px;
	margin-right: 12px;
	float: left;
}

#box .top .top-left .top-wz {
	color: white;
	font-size: 16px;
	line-height: 70px;
}

#box .top .top-left .top-btn {
	float: right;
	height: 28px;
	width: 64px;
	border-radius: 14px;
	border: 1px solid #fff;
	margin-top: 21px;
	background: none;
	color: white;
	text-align: center;
	cursor: pointer;
}

#box .top .top-left .top-btn:hover {
	background: #fff;
	color: #1e6cf3;
	border-color: #1e6cf3
}

#box .top-erji {
	width: 100%;
	position: relative;
	z-index: 10;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
}

#box .top-erji .erji-xuan {
	height: 50px;
	margin-left: 22px;
}

#box .top-erji .erji-xuan .xuan-wz {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 50px;
	margin-right: 11px;
}

#box .top-erji .erji-xuan .opr {
	float: left;
	width: 180px;
	height: 34px;
	margin-top: 8px;
}

#box .top-erji .erji-xuan2 {
	float: left;
	/* width: 440px; */
	height: 50px;
	margin-left: 22px;
}

#box .top-erji .erji-xuan2 .xuan-wz {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 50px;
	margin-right: 11px;
}

#box .top-erji .erji-xuan2 .erji-xuan-riqi {
	float: left;
	width: 205px;
	height: 34px;
	margin-top: 8px;
	color: #666;
	font-size: 14px;
	line-height: 34px;
	padding-left: 10px;
	position: relative;
}

#box .top-erji .erji-xuan2 .erji-xuan-riqi input {
	padding-right: 25px;
	height: 34px;
}

#box .top-erji .erji-xuan2 .erji-xuan-riqi img {
	position: absolute;
	top: 10px;
	right: 5px;
}

#box .top-erji .erji-xuan2 .xiantiao {
	width: 5px;
	height: 1px;
	background: #333;
	float: left;
	margin-top: 25px;
	margin-left: 8px;
	margin-right: 8px;
}

#box .top-erji .erji-xuan3 {
	float: left;
	width: 140px;
	height: 50px;
	margin-left: 22px;
}

#box .top-erji .erji-xuan3 .xuan-wz {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 50px;
	margin-right: 11px;
}

#box .top-erji .erji-xuan3 .opr {
	float: left;
	width: 100px;
	height: 34px;
	margin-top: 8px;
}

#box .top-erji .erji-xuan4 {
	float: left;
	width: 208px;
	height: 50px;
	margin-left: 22px;
}

#box .top-erji .erji-xuan4 .xuan-wz {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 50px;
	margin-right: 11px;
}

#box .top-erji .erji-xuan4 .opr {
	float: left;
	width: 140px;
	height: 34px;
	margin-top: 8px;
}

#box .top-erji .liji {
	width: 88px;
	height: 34px;
	cursor: pointer;
	background-image: -moz-linear-gradient(0deg, rgb(59, 132, 241) 1%, rgb(30, 108, 243) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(59, 132, 241) 1%, rgb(30, 108, 243) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(59, 132, 241) 1%, rgb(30, 108, 243) 100%);
	color: white;
	border: none;
	margin-left: 15px;
	margin-top: 8px;
	border-radius: 2px;
}

#box .top-erji .chongzhi {
	width: 66px;
	height: 34px;
	cursor: pointer;
	background: none;
	color: #666;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #c9c9c9;
	margin-left: 10px;
	margin-top: 8px;
	border-radius: 2px;
}


#box .left {
	position: absolute;
	top: calc(160px + 180px);
	bottom: calc(40px - 180px);
	width: 300px;
	z-index: 3;
	border-radius: 2px;
	box-shadow: 0px 10px 20px 0px rgba(13, 4, 8, 0.3);
	background: rgba(255, 255, 255, .9);


}

#box .left.open {
	left: -320px;
	transition: 1s;
}

#box .left.close {
	left: 20px;
	transition: 1s;
}

#box .left .left-zuo .gdt {
	width: 6px;
	height: 60px;
	background: #bbb;
	position: absolute;
	right: 0;
	top: 60px;
	border-radius: 4px 4px 4px 4px;
}

#box .left .left-zuo .left-wei {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	margin-left: 19px;
}

#box .left .left-zuo .left-li {
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding: 15px 30px 15px 0;
}

#box .left .left-zuo .left-li .left-p {
	font-size: 14px;
	color: #666;
}

#box .left .left-zuo .left-li .left-p2 {
	font-size: 16px;
	color: #333;
	margin-top: 4px;
}

#box .left .left-zuo .left-li .icon-site {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/dingwei.png) no-repeat;
	top: 50%;
	right: 0;
	margin-top: -15px;
}

#box .left .left-zuo .left-li:hover .icon-site,
#box .left .left-zuo .left-li.on .icon-site {
	background: url(../images/dingwei2.png) no-repeat;
}

#box .left .left-zuo .left-li:hover .left-p2,
#box .left .left-zuo .left-li.on .left-p2 {
	color: #1969f2;
}

.left-bottom {
	left: 20px;
	right: 20px;
	height: 70px;
	bottom: 0;
	position: absolute;
	text-align: center;
}

.left-bottom .arrow-btn {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 20px 5px;
	cursor: pointer;
	background: url(../images/arrow.png) no-repeat;
}

.left-bottom .arrow-btn.next {
	background-position: 0 0;
}

.left-bottom .arrow-btn.prev {
	background-position: 0 -24px;
}

.left-bottom .arrow-btn.nextStop {
	background-position-x: -24px;
	cursor: not-allowed;
}

.left-bottom .arrow-btn.prevStop {
	background-position-x: -24px;
	cursor: not-allowed;
}

#box .left .left-you {
	float: right;
	box-shadow: 0px 10px 20px 0px rgba(13, 4, 8, 0.3);
}


#box .right {
	width: 700px;
	/* bottom: 200px; */
	height: 628px;
	z-index: 5;
	position: absolute;
	top: calc(160px + 180px);
	right: 38px;
	border-radius: 3px;
	background: rgba(255, 255, 255, .9);
	overflow: hidden;
	box-shadow: 0px 10px 20px 0px rgba(13, 4, 8, 0.3);
}

#box .right .right-top {
	width: 700px;
	height: 46px;
	background: #f7f7f7;
	opacity: 0.9;
}

#box .right .right-top .cheng {
	float: left;
	color: #333;
	font-size: 18px;
	line-height: 46px;
	margin-left: 19px;
}

#box .right .right-top .close {
	float: right;
	width: 12px;
	height: 12px;
	margin-top: 15px;
	margin-right: 15px;
	cursor: pointer;
	background: url(../images/cha.png) no-repeat;
}

#box .right .right-top .close:hover {
	background-position: -12px 0;
}

#box .right .right-bottom {
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 46px;
	bottom: 0;
	left: 0;
	right: 0
}

#box .right .right-bottom .weizhang {

	background: white;
	border: 1px solid #f2f5f9;
	margin: 18px 20px 14px 20px;
}

#box .right .right-bottom .weizhang .xia {
	margin: 3px 0 0 15px;
}

	#box .right .right-bottom .weizhang .shang {
		margin: 3px 0 0 15px;
	}

#box .right .right-bottom .weizhang .shang p {
	float: left;
	width: 50%;
}

#box .right .right-bottom .weizhang .shang p .qian {
	display: inline-block;
	width: 4em;
	font-size: 14px;
	color: #666;
	margin-right: 12px;
}

#box .right .right-bottom .weizhang .shang p .hou {
	font-size: 14px;
	color: #333;
}

#box .right .right-bottom .weizhang .xia p .qian {
	float: left;
	font-size: 14px;
	color: #666;
	margin-right: 12px;
}

#box .right .right-bottom .weizhang .xia p .hou {
	width: 546px;
	float: left;
	font-size: 14px;
	color: #333;
}

#box .right .right-bottom .chuli {
	width: 660px;
	height: 86px;
	background: #f2f5f9;
	margin: 0 auto;
	overflow: hidden;
}

#box .right .right-bottom .chuli .shang {
	width: 643px;
	height: 16px;
	margin-left: 15px;
	margin-top: 16px;
}

#box .right .right-bottom .chuli .shang p {
	float: left;
	width: 50%;
}

#box .right .right-bottom .chuli .shang p .qian {
	font-size: 14px;
	color: #666;
	margin-right: 12px;
}

#box .right .right-bottom .chuli .shang p .hou {
	font-size: 14px;
	color: #333;
}

#box .right .right-bottom .dibu {
	width: 660px;
	/* height: 259px; */
	margin: 0 auto;
	margin-top: 16px;
}

#box .right .right-bottom .dibu .dibu-top {
	width: 660px;
	height: 34px;
	background: white;
	position: relative;
	margin-bottom: 15px;
	;
}

#box .right .right-bottom .dibu .dibu-top .juxing1 {
	position: absolute;
	left: 0;
}

#box .right .right-bottom .dibu .dibu-top .juxing2 {
	position: absolute;
	right: 0;
}

#box .right .right-bottom .dibu .dibu-top .clq1 {
	font-size: 14px;
	color: #666;
	position: absolute;
	left: 12px;
	top: 6px;
	z-index: 101;
}

#box .right .right-bottom .dibu .dibu-top .clq2 {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 12px;
	top: 6px;
	z-index: 101;
}

#box .right .right-bottom .dibu .dibu-zhong {
	margin-top: 18%;
}

#box .right .right-bottom .dibu .dibu-zhong.img-box {
	width: 280px;
	height: 160px;
}

#box .right .right-bottom .dibu .dibu-zhong.img-box img {
	width: 100%;
	height: 100%;
}

#box .right .right-bottom .dibu .dibu-zhong img {
	display: block;
}

#box .right .right-bottom .dibu .dibu-zhong .tup1 {
	float: left;
}

#box .right .right-bottom .dibu .dibu-zhong .tup2 {
	margin-left: 30px;
	margin-right: 30px;
	;
}

#box .right .right-bottom .dibu .dibu-zhong .tup3 {
	float: right;
}

#box .right .right-bottom .dibu .dibu-xia .xia-p1 {
	float: left;
	width: 280px;
	font-size: 12px;
	color: #999;
	line-height: 29px;
	margin-right: 100px;
}

#box .right .right-bottom .dibu .dibu-xia .xia-p2 {
	font-size: 12px;
	color: #999;
	line-height: 29px;
}

.left-cot {
	position: absolute;
	top: 40px;
	bottom: 70px;
	left: 20px;
	right: 0;
	padding-right: 20px;
}

.tab-box {
	width: 280px;
	height: 300px;
	position: relative;
}

.tab-box .hd {
	font-size: 0;
	;
}

.tab-box .hd a {
	display: inline-block;
	width: 15px;
	height: 30px;
	position: absolute;
	background: url(../images/arrow2.png) no-repeat;
	margin-top: -15px;
	top: 50%;
}

.tab-box .hd a.prev {
	background-position: 0 -30px;
	left: 0;
}

.tab-box .hd a.next {
	background-position: 0 0;
	right: 0;
}

.tab-box .hd .next.nextStop {
	background-position-x: -30px;
	cursor: not-allowed;
}

.tab-box .hd .prev.prevStop {
	background-position-x: -30px;
	cursor: not-allowed;
}

.tab-box .img-box {
	width: 280px;
	height: 300px;
}

.tab-box .img-box img {
	width: 100%;
	height: 100%;
	;
}

.fold {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	top: 10px;
	right: -40px;
	background: url(../images/arrowleft_close.png) no-repeat;
	box-shadow: 0px 10px 20px 0px rgba(13, 4, 8, 0.3);
}

.fold.open {
	background: url(../images/arrowleft_open.png) no-repeat;
}

.select-wrap {
	height: 34px;
	line-height: 34px;
	margin-top: 8px;
	border: 1px solid #ddd;
	position: relative;
	border-radius: 2px;
	width: 130px;
	box-sizing: border-box;
	display: inline-block;
}

.select-wrap span {
	display: block;
	padding-right: 30px;
	box-sizing: border-box;
	cursor: pointer;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select-wrap i {
	position: absolute;
	width: 12px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	right: 10px;
	background: url(../images/select-icon.png) no-repeat;
	transition: 0.5s;
}

.select-wrap.on i {
	-webkit-transform: rotate(180deg);
}

.select-wrap .select-cot {
	display: none;
	position: absolute;
	top: 36px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .9);
	width: 100%;
	z-index: 10;
	box-shadow: 0px 0 6px 0 rgba(0, 0, 0, 0.2);
	max-height: 190px;
	padding: 10px 0;
	z-index: 101;
}

.select-wrap .select-cot li {
	color: #333;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select-wrap .select-cot li:hover {
	background: #268ffa;
	color: #fff;
}

.select-wrap input {
	height: 100%;
}

.amap-controlbar {
	transform: scale(.35);
	bottom: -50px !important;
	right: 10px !important
}

.amap-toolbar {
	bottom: 82px;
	right: 21px;
}

.amap-touch-toolbar .amap-zoomcontrol {
	bottom: -70px;
	box-shadow: 1px 1px 5px 0 #ccc;
}

.amap-zoom-touch-plus>div,
.amap-zoom-touch-minus>div {
	line-height: 30px;
}

.amap-touch-toolbar .amap-zoomcontrol:after {
	width: 80%;
	top: 35px;
}

.amap-zoom-touch-plus,
.amap-zoom-touch-minus {
	height: 30px;
}

.amap-geolocation-con .amap-geo {
	background: #fff url(../images/decation.png) no-repeat;
}

.alert-tip {
	position: fixed;
	top: 30px;
	left: 50%;
	min-width: 200px;
	text-align: center;
	padding: 6px 10px;
	z-index: 100;
	border-radius: 2px;
	transform: translateX(-50%);
	transition: all 0.5s;
	opacity: 0;
}

.alert-tip-error {
	background: #FDF6EC;
	color: #E6A23C;
	border: 1px solid #FAECD8;
	opacity: 1;
}

/* 底部柱状图 */
.echarts-container {
	width: calc(100% - 40px);
	height: 280px;
	position: sticky;
	bottom: 20px;
	left: 20px;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.5s;
	z-index: 20;
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
	
}

.echarts-container.down {
	height: 0;
	padding: 0;
}

.echarts-shrink {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	left: 50%;
	top: -40px;
	margin-left: -15px;
	cursor: pointer;
	box-shadow: 0px 10px 20px 0px rgba(13, 4, 8, 0.3);
	background: url(../images/arrowd_open.png) no-repeat;
}

.echarts-shrink.down {
	background: url(../images/arrowd_close.png) no-repeat;
}

.echarts-shrink.echart {}


#box .left .left-zuo .btn-group {
	position: absolute;
	right: 20px;
	top: 12px;
}
	#box .left .left-zuo .btn-group span {
		display: inline-block;
		padding: 3px 5px;
		margin-left: 5px;
		cursor: pointer;
		background: #fff;
		border: 1px solid #dcdfe6;
		color: #606266;
	}
		#box .left .left-zuo .btn-group span.check {
			color: #fff;
			background-color: #409eff;
			border-color: #409eff;
		}