/*外链跳转*/

.link-url-wrapper {
	display: none
}

.link-url-wrapper .link-url-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
}

.link-url-wrapper .link-url-inner {
	width: 580px;
	padding: 20px 30px 20px;
	border: 1px solid #2E6B97;
	border-radius: 8px;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 250px;
	z-index: 1001;
	margin: auto;
	left: 0;
	right: 0;
	background: url(link-bg.jpg) repeat-x top;
}

.link-url-wrapper .link-url-logo {
	height: 40px;
	width: auto;
	margin-bottom: 45px;
	background: url(MEPC_base_v2019_07.png) no-repeat;
	background-size: contain;
}
.link-url-wrapper .content h1 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 45px;
	text-align: center;
}

.link-url-wrapper .content p {
	color: #333;
	font-size: 16px;
	line-height: 19px;
	margin-left: 45px;
}

.link-url-wrapper .content p a {
	color: #1377d6;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	word-break: break-all;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.link-url-wrapper .content p+p {
	margin-top: 15px;
}

.link-url-wrapper .content .content-footer {
	margin-top: 35px;
	border-top: 1px dashed #d3d8de;
	padding-top: 22px;
	text-align: right
}

.link-url-wrapper .content .content-footer .link {
	background-color: #2E6B97;
	border-radius: 2px;
	width: 120px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	border: none;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer
}

.link-url-wrapper .content .content-footer .link.default {
	background-color: #fff;
	color: #2E6B97;
	border: 1px solid #2E6B97
}
.link-p {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 20px;
	color: #2e6b97;
}