/*外链跳转*/

.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;
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 2.8rem;
	z-index: 1001;
	margin: auto;
	left: 0;
	right: 0;
}

.link-url-wrapper .link-url-logo {
	height: .5rem;
	width: auto;
	margin-bottom: .3rem;
	background-size: contain;
	color: #2e6b97;
	font-size: .36rem;
	font-weight: bold;
	text-align: center;
}
.link-url-wrapper .content h1 {
	color: #333;
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 2;
	height: 1.2rem;
}

.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 {
	border-top: 1px dashed #d3d8de;
	padding-top: .3rem;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}

.link-url-wrapper .content .content-footer .link {
	border-radius: 2px;
	width: 1.4rem;
	height: .45rem;
	font-size: .2rem;
	display: inline-block;
	text-align: center;
	line-height: .45rem;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	background: #2e6b97;
}
