.container-top {
	min-width: 310px;
	margin-top: 50px;
	position: relative;
}

#mapBorder {
	position: absolute;
	border: 2px solid red;
	display: none;
}

#svg {
	position: absolute;
	top: 0;
	left: 10px;
}

.normalSvgBorder {
	fill: rgba(220, 220, 220, 0.1);
	/* stroke: black; */
	stroke-width: 2;
	stroke-dasharray: 5;
}

.focusSvgBorder {
	fill: transparent;
	stroke: red;
	stroke-width: 5;
}

/* .left-top {
	display: flex;
	justify-content: center;
} */
.row-top{
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.left-top img {
	max-width: 100%;
}

.right-top {
	padding-left: 40px;
	box-sizing: border-box;
}

.right-top .all {
	width: 100%;
	font-size: 18px;
	color: #333;
}

.right-top .all i {
	font-weight: bold;
	font-size: 32px;
	color: #EF8200;
	font-style: normal;
}

.right-top .list {
	width: 100%;
}

.right-top .list .item {

	margin-bottom: 20px;
	background: #DFF2FC;
	border-radius: 15px;
}

.right-top .list .item>div:nth-of-type(1) {
	width: 70px;
	text-align: center;
	background: #005BAC;
	border-radius: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.right-top .list .item>div:nth-of-type(2) {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
}

.right-top .list .item>div:nth-of-type(2) i {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #EF8200;
}

.right-top .btn {
	width: 183px;
	border: 1px solid #b5b5b5;
	border-radius: 3px;
	font-size: 15px;
	color: #999;
	padding: 0;
	margin-bottom: 10px;
}

.right-top .btn:hover {
	border: none;
	background-color: #ef8200;
	color: #fff;
}
.left-top{
	position: relative;
}
.details {
	width: 140px;
	height: 75px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.19);
	border-radius: 4px;
	color: #333333;
	display: none;
	position: absolute;
}

.details div:nth-of-type(1) {
	width: 100%;
	height: 40px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	font-size: 18px;
}

.details div:nth-of-type(2) {
	width: 100%;
	height: 35px;
	font-weight: 400;
	color: #333333;
	font-size: 18px;
}

.details div:nth-of-type(2) i {
	font-weight: bold;
	font-style: normal;
	color: #EF8200;
}

/* 超小屏幕 小于768 */
@media screen and (max-width: 768px) {
	.container-top {
		width: 100%;
		border: none;
	}

	.row-top::before {
		content: '';
		display: none;
	}

	.row-top::after {
		content: '';
		display: none;
	}
	.left-top{
		width: 100%;
	}
	.right-top{
		width: 100%;
	}
	.row-top{
		border-right: none;
	}
	.right-top {
		margin-top: 50px;
	}

	.right-top .list .item div {
		float: left;
		height: 30px;
		line-height: 30px;
	}

	.right-top .list .item div:nth-of-type(2) {
		width: 60%;
		font-size: 13px;
	}

	.right-top .btn {
		line-height: 30px;
	}

	.right-top .all {
		margin-bottom: 20px;
	}

	.right-top .list .item {
		height: 30px;
		margin-bottom: 20px;
		/* min-width: 200px; */
	}

	.right-top .list .item:nth-of-type(1) {
		min-width: 240px;
	}

	.right-top .list .item:nth-of-type(2) {
		min-width: 230px;
	}

	.right-top .list .item:nth-of-type(3) {
		min-width: 220px;
	}

	.right-top .list .item:nth-of-type(4) {
		min-width: 210px;
	}

	.right-top .list .item:nth-of-type(5) {
		min-width: 200px;
	}

	.right-top .list .item:nth-of-type(1) {
		width: 85%;
	}

	.right-top .list .item:nth-of-type(2) {
		width: 75%;
	}

	.right-top .list .item:nth-of-type(3) {
		width: 65%;
	}

	.right-top .list .item:nth-of-type(4) {
		width: 55%;
	}

	.right-top .list .item:nth-of-type(5) {
		width: 50%;
	}
}

/* 小屏幕 大于等于768 */
@media screen and (min-width: 768px) and (max-width: 992px){
	.container-top {
		width: 750px;
	}
	.row-top::before {
		content: '';
		display: none;
	}
	.left-top{
		width: 100%;
	}
	.right-top{
		width: 100%;
	}
	.row-top::after {
		content: '';
		display: none;
	}
	.row-top{
		border-right: none;
	}
	.right-top {
		margin-top: 50px;
	}
	/* .right-top .btn {
		line-height: 30px;
	} */

	.right-top .list .item {
		height: 30px;
		margin-bottom: 20px;
	}

	.right-top .list .item:nth-of-type(1) {
		min-width: 240px;
	}

	.right-top .list .item:nth-of-type(2) {
		min-width: 230px;
	}

	.right-top .list .item:nth-of-type(3) {
		min-width: 220px;
	}

	.right-top .list .item:nth-of-type(4) {
		min-width: 210px;
	}

	.right-top .list .item:nth-of-type(5) {
		min-width: 200px;
	}

	.right-top .list .item:nth-of-type(1) {
		width: 85%;
	}

	.right-top .list .item:nth-of-type(2) {
		width: 75%;
	}

	.right-top .list .item:nth-of-type(3) {
		width: 65%;
	}

	.right-top .list .item:nth-of-type(4) {
		width: 55%;
	}

	.right-top .list .item:nth-of-type(5) {
		width: 50%;
	}

	.right-top .list .item div {
		float: left;
		height: 30px;
		line-height: 30px;
	}

	.right-top .list .item div:nth-of-type(2) {
		/* width: 60%; */
		font-size: 15px;
	}
}

/* 中等屏幕 大于等于992px */
@media screen and (min-width: 992px) {
	.container-top {
		width: 970px;
	}
	
	.row-top::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 75%;
		border-top: 1px solid #eee;
	}
	.row-top::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 75%;
		border-top: 1px solid #eee;
	}
	.left-top{
		width: 50%;
	}
	.right-top{
		width: 50%;
		margin-top: 0;
	}
	.row-top{
		border-right: 1px solid #eee;
	}
	.right-top .btn {
		line-height: 28px;
	}

	/* .right-top .all {
		margin-bottom: 10px;
	} */

	.right-top .list .item {
		height: 30px;
		margin-bottom: 10px;
	}

	.right-top .list .item div {
		float: left;
		height: 30px;
		line-height: 30px;
	}

	.right-top .list .item:nth-of-type(1) {
		width: 400px;
	}

	.right-top .list .item:nth-of-type(2) {
		width: 360px;
	}

	.right-top .list .item:nth-of-type(3) {
		width: 330px;
	}

	.right-top .list .item:nth-of-type(4) {
		width: 310px;
	}

	.right-top .list .item:nth-of-type(5) {
		width: 240px;
	}
}

/* 大屏幕 大于等于1200 */
@media screen and (min-width: 1200px) {
	.container-top {
		width: 1200px;
	}
	.row-top::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 75%;
		border-top: 1px solid #eee;
	}
	.row-top::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 75%;
		border-top: 1px solid #eee;
	}
	.left-top{
		width: 50%;
	}
	.right-top{
		width: 50%;
	}
	.row-top{
		border-right: 1px solid #eee;
	}
	/* .back {
		width: 1200px;
	} */
	.right-top .btn {
		line-height: 40px;
	}

	.right-top .all {
		margin-bottom: 10px;
	}

	.right-top .list .item {
		height: 30px;
		margin-bottom: 20px;
	}

	.right-top .list .item:nth-of-type(1) {
		width: 468px;
	}

	.right-top .list .item:nth-of-type(2) {
		width: 411px;
	}

	.right-top .list .item:nth-of-type(3) {
		width: 354px;
	}

	.right-top .list .item:nth-of-type(4) {
		width: 297px;
	}

	.right-top .list .item:nth-of-type(5) {
		width: 250px;
	}
}
