.wrap {
	width: 100%;
	height: 900px;
	background: url(../images/yanfashili-bg.png);
	background-size: 100% 900px;
	position: relative;
	z-index: 100;
	padding-bottom: 50px;
}

.div-map-section {
	width: 100%;
	height: 700px;
	max-width: 1008px;
	background: url(../images/ic_map.png) no-repeat;
	background-size: 100% 700px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
	top: -50px;
}

.div-map-legend {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 113px;
}

.div-map-legend-item {
	font-size: 18px;
	color: #fff;
}

.div-map-legend-item i {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 18px;
	height: 25px;
}

.div-map-legend-item .legend-iolet {
	background-image: url(../images/ic_spot.png);
	background-size: 100% 100%;
}

.div-map-legend-item .legend-blue {
	background-image: url(../images/ic_spot2.png);
	background-size: 100% 100%;
}

.mr30 {
	margin-right: 30px;
}

.div-map-content {
	position: relative;
	height: 100%;
	top: -50px;
}

.region-item {
	position: absolute;
	width: 21px;
	height: 21px;
	margin-left: -10px;
	margin-top: 40px;
}

.div-region-name {
	position: absolute;
	bottom: 0;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	/*color: #fff;*/
	white-space: nowrap;
}

.c-fff {
	color: #fff;
}

.c-f18 {
	font-size: 18px;
}

.c-f14 {
	font-size: 14px;
}

.c-bold {
	font-weight: bold;
}

.mt17 {
	margin-top: 17px;
}

.div-region-name.right {
	left: 100%;
	padding-left: 2px;
}
.div-region-name.left {
    right: 100%;
    padding-right: 2px;
}

.div-region-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@keyframes region-float {
	0% {
		transform: scale(1) translate(0, -3px);
	}
	100% {
		transform: scale(0.95) translate(0, 2px);
	}
}

.div-icon-region.primary {
	z-index: 2;
	background-image: url(../images/ic_spot.png);
	display: block;
	background-size: cover;
}

.div-region-icon .div-icon-region {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 25px;
	transition: background-image 0.2s;
}

.div-region-icon .float {
	display: none;
}

.div-icon-region.float {
	background-image: url(../images/ic_yf.png);
	animation: region-float 0.5s ease-in-out alternate infinite;
	background-size: cover;
	width: 19px;
	height: 21px;
	bottom: 10px;
	top: -20px;
}

.div-region-label.left {
	right: 100%;
	padding-right: 24px;
}

.div-region-label.right {
	left: 100%;
	padding-left: 24px;
}

.region-item .div-region-label.bottom {
	top: 0;
}

.div-region-label {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.div-region-label-text {
	padding: 16px 16px 16px 14px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 18px;
	color: white;
	white-space: nowrap;
	box-shadow: 0 2px 30px 4px rgba(14, 5, 10, .15);
	max-height: 180px;
	overflow-y: auto;
}

.label-white {
	background-color: #2985F5;
}

.div-region-label.left .div-region-label-line {
	position: absolute;
	left: 100%;
	margin-left: -24px;
}

.div-region-label.right .div-region-label-line {
	position: absolute;
	right: 100%;
	margin-right: -24px;
}

.region-item .div-region-label .div-region-label-line {
	position: absolute;
	top: 28px;
}

.div-region-label-line {
	width: 20px;
	height: 1px;
}

.line-iolet {
	background-color: #8F2FBF;
}

.region-item .div-region-label.bottom.right .div-region-label-line:before {
	right: 100%;
	transform: rotate(45deg);
	transform-origin: right center;
}

.region-item .div-region-label.bottom.left .div-region-label-line:before {
	left: 100%;
	transform: rotate(-45deg);
	transform-origin: left center;
}

.region-item .div-region-label.top.right .div-region-label-line:before {
	right: 100%;
	transform: rotate(-45deg);
	transform-origin: right center;
}

.region-item .div-region-label.top.left .div-region-label-line:before {
	left: 100%;
	transform: rotate(45deg);
	transform-origin: left center;
}

.div-region-label .div-region-label-line:before {
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	border-top: solid 1px #8F2FBF;
}

.line-iolet {
	background-color: #8F2FBF;
}

.line-iolet:before {
	border-top: solid 1px #8F2FBF;
}

.region-item:hover .div-region-icon {
	z-index: 10;
}

.region-item:hover .div-region-icon .primary {
	background-image: url(../images/ic_spot.png);
}

.region-item:hover .div-region-icon .float {
	display: block;
}

.region-item:hover .div-region-icon~.div-region-label {
	z-index: 3;
	opacity: 1;
	visibility: visible;
	transition: 0.2s;
}

.div-region-icon .primary {
	z-index: 2;
}

.div-region-icon-blue {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.div-region-icon-blue .primary {
	z-index: 2;
}

.div-region-icon-blue .float {
	display: none;
}

.div-region-icon-blue .div-icon-region-blue {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 25px;
	transition: background-image 0.2s;
}

.region-item:hover .div-region-icon-blue {
	z-index: 10;
}

.region-item:hover .div-region-icon-blue .primary {
	background-image: url(../images/ic_spot2.png);
}

.region-item:hover .div-region-icon-blue .float {
	display: block;
}

.region-item:hover .div-region-icon-blue~.div-region-label {
	z-index: 3;
	opacity: 1;
	visibility: visible;
	transition: 0.2s;
}

.global-icon-region-blue.-float {
	background-image: url(../images/ic_trigger.png);
	animation: region-float 0.5s ease-in-out alternate infinite;
}

@keyframes region-float {
	0% {
		transform: scale(1) translate(0, -3px);
	}
	100% {
		transform: scale(0.95) translate(0, 2px);
	}
}

.div-icon-region-blue.primary {
	z-index: 2;
	background-image: url(../images/ic_spot2.png);
	display: block;
	background-size: cover;
}

.div-icon-region-blue.float {
	background-image: url(../images/ic_trigger.png);
	animation: region-float 0.5s ease-in-out alternate infinite;
	background-size: cover;
	width: 19px;
	height: 21px;
	bottom: 10px;
	top: -20px;
}

.div-region-label.blue .div-region-label-line:before {
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	border-top: solid 1px #65A7F8;
}

.line-blue {
	background-color: #65A7F8;
}

.line-iolet:before {
	border-top: solid 1px #65A7F8;
}

.div-region-label-text span{
	display: inline-block;
	width: 60px;
	text-align: center;
}
.mr45 {
	margin-right: 45px;
}

.mr54 {
	margin-right: 54px;
}
.region-item:nth-child(7) .div-region-label.bottom{
	top: -36px !important;
}
.region-item:nth-child(7) .div-region-label .div-region-label-line{
	top: 64px !important;
}
.region-item:nth-child(7) .div-region-label.bottom.left .div-region-label-line:before{
	transform: rotate(-45deg) !important;
}
.region-item:nth-child(8) .div-region-label.bottom{
	top: -167px !important;
}
.region-item:nth-child(8) .div-region-label .div-region-label-line{
	top: 152px !important;
}
.region-item:nth-child(8) .div-region-label.bottom.left .div-region-label-line:before{
	transform: rotate(45deg) !important;
}
