/*外链跳转*/

.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: 520px;
	padding: 20px 30px 20px;
	border: 1px solid #2e6b97;
	border-radius: 8px;
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 250px;
	z-index: 1001;
	margin: auto;
	left: 0;
	right: 0;
}

.link-url-wrapper .link-url-logo {
	height: 40px;
	line-height: 40px;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-size: contain;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #2e6b97;
}
.link-url-wrapper .content h1 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 20px;
	/* margin-left: 45px; */
}

.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: center;
}

.link-url-wrapper .content .content-footer .link {
	background-color: #2e6b97;
	border-radius: 2px;
	width: 100px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	cursor: pointer
}

.link-url-wrapper .content .content-footer .link.default {
	/* background-color: #fff; */
	color: #ffffff;
	background: #2e6b97;
	/* border: 1px solid #2e6b97; */
}