a {
	text-decoration: none!important;
}

#globalAd {
	max-width: 420px;
	flex-basis: 100%;
	margin: 0 auto;
	background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(14, 23, 58, .38);
	-webkit-box-shadow: 0 24px 60px rgba(14, 23, 58, .38);
	overflow: hidden;
	position: fixed;
	display: none;
	margin: 0 auto;
	z-index: 10001;
	border: 1px solid rgba(112, 157, 255, .32);
	backdrop-filter: blur(6px);
}

.layer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	filter: alpha(opacity=65);
	opacity: .65;
	background: radial-gradient(circle at 12% 16%, rgba(56, 189, 248, .28), rgba(9, 18, 48, .82));
	z-index: 1000;
	display: none;
}

#globalAd #hero-img {
	width: 100%;
	height: 112px;
	background: linear-gradient(135deg, #00c6ff 0%, #2f80ff 45%, #6f5dff 100%);
}

#globalAd #profile-img {
	width: 84px;
	height: 84px;
	margin: -94px auto 0;
}

#globalAd #profile-img img {
	width: 100%;
	background: #fff;
	border-radius: 30%;
	box-shadow: 0 10px 26px rgba(37, 73, 173, .3);
	border: 1px solid rgba(118, 167, 255, .4);
}

#globalAd #content {
	text-align: center;
	width: 320px;
	margin: 0 auto;
	padding: 6px 0 36px;
}

#container #content h1 {
	font-size: 29px;
	font-weight: 500;
	margin: 50px 0 0;
}

#globalAd #content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #52638b;
}

#globalAd #content a {
	color: #6d7fa8;
	font-size: 14px;
	margin: 0 10px;
	transition: color .25s ease, opacity .25s ease;
	-webkit-transition: color .25s ease, opacity .25s ease;
}

#globalAd #content a:hover {
	color: #2f80ff;
	opacity: .95;
}

#globalAd #content .btn {
	display: inline-block;
	background: linear-gradient(135deg, #00c2ff 0%, #2f7cff 55%, #6657ff 100%);
	border: 0;
	border-radius: 10px;
	color: #fff!important;
	cursor: pointer;
	font-family: open sans, hiragino sans gb, microsoft yahei, wenquanyi micro hei, Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .2px;
	padding: 9px 14%;
	box-shadow: 0 12px 28px rgba(47, 124, 255, .35);
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

#globalAd #content .btn:hover,
.yanshibtn:hover {
	background: linear-gradient(135deg, #29d2ff 0%, #3d8aff 55%, #7a64ff 100%);
	border: 0;
	border-radius: 10px;
	color: #fff!important;
	cursor: pointer;
	font-family: open sans, hiragino sans gb, microsoft yahei, wenquanyi micro hei, Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	padding: 9px 14%;
	transform: translateY(-1px);
	box-shadow: 0 16px 30px rgba(47, 124, 255, .42);
}