/*外链跳转*/

.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: 80%;
	padding: .3rem;
	border: 1px solid #2E6B97;
	border-radius: 4px;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 2.8rem;
	z-index: 1001;
	margin: auto;
	left: 0;
	right: 0;
	background: url(link-bg.jpg) repeat-x top;
}

.link-url-wrapper .link-url-logo {
	height: .5rem;
	width: auto;
	margin-bottom: .3rem;
	background: url(MEPC_base_v2019_07.png) no-repeat;
	background-size: contain;
}
.link-url-wrapper .content h1 {
	color: #333;
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 2;
	margin-bottom: .1rem;
	text-align: center;
}

.link-url-wrapper .content p {
	color: #333;
	font-size: .24rem;
	line-height: 1;
	margin-left: .6rem;
}

.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: .1rem;
}

.link-url-wrapper .content .content-footer {
	margin-top: .4rem;
	border-top: 1px dashed #d3d8de;
	padding-top: .3rem;
	text-align: right;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.link-url-wrapper .content .content-footer .link {
	background-color: #2E6B97;
	border-radius: 2px;
	width: 1.4rem;
	height: .4rem;
	color: #fff;
	font-size: .2rem;
	display: inline-block;
	text-align: center;
	line-height: .4rem;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #2E6B97;
	margin-left: .2rem;
}

.link-url-wrapper .content .content-footer .link.default {
	background-color: #fff;
	color: #2E6B97;
	border: 1px solid #2E6B97
}

.link-p {
	text-align: center;
	font-size: .3rem;
	font-weight: bold;
	margin-bottom: .4rem;
	margin-top: .2rem;
	color: #2e6b97;
}