/* 外链提示页 - 参考 bilibili 风格（样式参考，逻辑自研） */
html, body.dgc-go-body {
	margin: 0;
	padding: 0;
	background: #F3F4F5;
	font-family: "PingFang SC", "Hiragino Sans GB", Arial, "Microsoft YaHei", Verdana, Roboto, Noto, "Helvetica Neue", sans-serif;
	color: #18191c;
	min-height: 100%;
}
.dgc-go-bilibili {
	min-height: 100vh;
	box-sizing: border-box;
}
.dgc-go-box {
	padding-top: 160px;
	width: 607px;
	max-width: 94%;
	min-height: 320px;
	margin: 0 auto;
	word-break: break-all;
	box-sizing: border-box;
}
.dgc-go-card {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 28px 24px 32px;
	border-radius: 12px;
	border: 1px solid #E1E1E1;
	background-image: url(img/bilibili-bg-l.png), url(img/bilibili-bg-r.png);
	background-position: 0 100%, 100% 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 18%, 18%;
	min-height: 300px;
	box-sizing: border-box;
}
.dgc-go-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.dgc-go-logo {
	width: 150px;
	height: auto;
	display: block;
}
.dgc-go-title {
	margin: 8px 0 20px;
	font-weight: 600;
	font-size: 19px;
	text-align: center;
	line-height: 1.4;
}
.dgc-go-url-wrap {
	display: flex;
	align-items: center;
	padding: 8px 14px;
	margin: 0 auto 20px;
	max-width: 100%;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 0 8px 1px rgba(255, 112, 173, 0.35);
	box-sizing: border-box;
}
.dgc-go-link-icon {
	width: 28px;
	height: 28px;
	margin-right: 8px;
	flex-shrink: 0;
}
.dgc-go-url {
	font-size: 15px;
	color: #0693e3;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dgc-go-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.dgc-go-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	height: 48px;
	padding: 0 18px;
	margin: 6px 12px;
	border-radius: 20px;
	background: #fb7299;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
	box-sizing: border-box;
}
.dgc-go-btn:hover {
	background: #f06d9e;
	color: #fff !important;
}
.dgc-go-back {
	background: #fb7299;
}
@media (max-width: 780px) {
	.dgc-go-back { display: none !important; }
	.dgc-go-box { padding-top: 100px; }
	.dgc-go-title { font-size: 17px; }
}
