.wydk-con {
	width: 75rem;
	margin: 4.5rem auto;
	height: auto;
	overflow: hidden;
}

/* 网点地图正文 */
.wydk-sy {
	position: relative;
	width: 100%;
	border-bottom: 0.125rem solid #f6f6f6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 2rem;
}

.wydk-dw {
	width: 1.813rem;
	height: 2rem;
	margin-right: 0.75rem;
}

.wydk-sy span:before {
	content: '';
	display: block;
	position: absolute;
	width: 0.1875rem;
	left: 0;
	bottom: 10%;
	height: 80%;
	background: #004097;
}

.wydk-sy span>a {
	padding-left: 0.875rem;
	font-size: 1.375rem;
	color: #3e3a39;
}

.wydk-con .wydk-sy-item {
	margin-bottom: 1.375rem;
}

.wydk-two-box {
	display: flex;
	flex-wrap: wrap;
}

.wydk-two-box li {
	width: 10rem;
	margin-bottom: 1.375rem;
}

.wydk-two-box li a {
	font-size: 1rem;
	color: #000000;
}

.login-box {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: #000;
	z-index: 99;
	background: rgba(0, 0, 0, .7);
}

.wydkImg {
	display: none;
	width: 200px;
	height: auto;
	position: fixed;
	left: calc(50% - 100px);
	top: calc(50% - 127.5px);
	z-index: 999;
}

@media (max-width: 1366px) {
	.wydkImg {
		width: 150px;
		left: calc(50% - 75px);
		top: calc(50% - 95.5px);
	}
}

@media (max-width: 767px) {
	.pageName_box2 {
		width: 90% !important;
	}

	.pageName_box h1 {
		top: 35% !important;
		font-size: 1.5rem !important;
	}

	.pageName_box h3 {
		font-size: 1rem !important;
	}

	.wydk-con {
		width: 92%;
		margin: 1.5rem auto;
	}

	.wydk-dw {
		width: 1.25rem;
		height: 1.5rem;
	}

	.wydk-sy span>a {
		font-size: 1.125rem;
	}

	.wydk-sy {
		margin-bottom: 1rem;
	}

	.wydk-two-box {
		margin-bottom: 0.438rem;
	}

	.wydk-two-box li {
		width: 48%;
		margin-bottom: 1rem;
	}

	.wydkImg {
		width: 95px;
		left: calc(50% - 47.5px);
		top: calc(50% - 60.5px);
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
 	.pageName_box2 { width: 90% !important;}
	.pageName_box h1 {    top: 35% !important; font-size: 1.5rem !important;}
	.pageName_box h3 { font-size: 1rem !important;}
	.wydk-con {
		width: 92%;
		margin: 1.5rem auto;
	}

	.wydk-dw {
		width: 1.25rem;
		height: 1.5rem;
	}

	.wydk-sy span>a {
		font-size: 1.125rem;
	}

	.wydk-sy {
		margin-bottom: 1rem;
	}

	.wydk-two-box {
		margin-bottom: 0.438rem;
	}

	.wydk-two-box li {
		width: 33%;
		margin-bottom: 1rem;
	}
}