@charset "utf-8";
/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:8px;
height:8px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #555;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 14px;
}
.pglist a {
	color: #999;
	padding: 0 10px;
	margin: 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	background: #fff;
	border: 1px solid #f2f2f2;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #0056f9;
	border-color: #0056f9;
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}
/*返回首页*/
#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #0056f9;
}
/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	color: #666;
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 76%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}
@media screen and (max-width:640px) {
.sitemap {
	padding: 5px 0;
}
.sitemap dt {
	width: 22%;
}
.sitemap dt a {
	font-size: 12px;
}
.sitemap dd a {
	font-size: 12px;
	padding-right: 3%;
	line-height: 23px;
}
}
/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
@media screen and (max-width:640px) {
.tags_list {
	padding: 5px 0;
}
.tags_list dt {
	min-width: 32%;
}
.tags_list dt a {
	font-size: 12px;
}
.tags_list dt:nth-child(3n) {
	margin-right: 0;
}
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	color: #333;
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #0056f9;
	border-color: #0056f9;
	color: #fff;
}
/*评论列表*/
.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	transition: all .5s;
}
.comment-main:hover {
	border-bottom: 3px solid #0056f9;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #0056f9;
	color: #FFF;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}

/* AI gateway homepage base */
.dt-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255,255,255,.92);
	border-bottom: 1px solid rgba(17,45,92,.08);
	backdrop-filter: blur(16px);
}
.dt-navwrap {
	width: min(1200px, calc(100% - 48px));
	height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}
.dt-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #111827;
	font-weight: 700;
	flex: 0 0 auto;
}
.dt-brand-mark {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #1b95ff;
	box-shadow: 0 8px 20px rgba(27,149,255,.24);
	overflow: hidden;
}
.dt-brand-mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dt-brand-text {
	font-size: 22px;
	letter-spacing: 0;
}
.dt-nav {
	flex: 1 1 auto;
	min-width: 0;
}
.dt-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.dt-nav ul li.nLi {
	position: relative;
	float: none;
	width: auto;
	line-height: 1;
}
.dt-nav ul li.nLi > a {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	color: #263247;
	font-size: 15px;
	white-space: nowrap;
}
.dt-nav ul li.nLi a[href*="guest"],
.dt-nav ul li.nLi a[href*="Guest"],
.dt-nav ul li.nLi a[href*="留言"] {
	display: none;
}
.dt-nav ul li.nLi:has(a[href*="guest"]),
.dt-nav ul li.nLi:has(a[href*="Guest"]),
.dt-nav ul li.nLi:has(a[href*="留言"]) {
	display: none;
}
.dt-nav ul li.nLi > a:hover,
.dt-nav ul li.nLi.hover > a,
#divNavBar .dt-nav a.on {
	background: #eef5ff;
	color: #116dff;
}
.dt-nav ul li.nLi .sub {
	position: absolute;
	top: 44px;
	left: 50%;
	width: 150px;
	transform: translateX(-50%);
	padding: 8px;
	border: 1px solid rgba(17,45,92,.08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(17,45,92,.12);
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease;
}
.dt-nav ul li.nLi:hover .sub {
	opacity: 1;
	visibility: visible;
}
.dt-nav ul li.nLi .sub a {
	display: block;
	padding: 10px 12px;
	border-radius: 8px;
	color: #263247;
	font-size: 14px;
	text-align: left;
}
.dt-nav ul li.nLi .sub a:hover {
	background: #f3f7ff;
	color: #116dff;
}
.dt-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}
.dt-link {
	color: #5f6b7a;
	font-size: 14px;
}
.dt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	box-sizing: border-box;
}
.dt-btn-primary {
	color: #fff;
	background: #116dff;
	box-shadow: 0 10px 26px rgba(17,109,255,.24);
}
.dt-btn-primary:hover {
	color: #fff;
	background: #0056f9;
}
.dt-btn-ghost {
	color: #116dff;
	background: #eef5ff;
}
.dt-btn-ghost:hover {
	color: #0056f9;
	background: #e1edff;
}
.dt-main {
	background: #fff;
	color: #111827;
}
.dt-container {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}
.dt-hero {
	position: relative;
	overflow: hidden;
	padding: 88px 0 72px;
	background:
		radial-gradient(circle at 70% 20%, rgba(17,109,255,.18), transparent 32%),
		linear-gradient(180deg,#f6fbff 0%,#fff 100%);
}
.dt-hero:before {
	content: "";
	position: absolute;
	inset: auto -10% -36% -10%;
	height: 360px;
	background: linear-gradient(90deg, rgba(17,109,255,.08), rgba(18,194,233,.08));
	transform: skewY(-5deg);
}
.dt-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0,1fr) 500px;
	gap: 64px;
	align-items: center;
}
.dt-eyebrow {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	color: #116dff;
	background: #e9f2ff;
	font-size: 13px;
	font-weight: 700;
}
.dt-hero-copy h1 {
	margin: 22px 0 18px;
	font-size: 56px;
	line-height: 1.12;
	font-weight: 800;
	color: #0b1730;
}
.dt-hero-copy p {
	max-width: 640px;
	color: #4b5870;
	font-size: 18px;
	line-height: 1.8;
}
.dt-hero-actions {
	display: flex;
	gap: 14px;
	margin-top: 32px;
}
.dt-hero-actions .dt-btn-primary {
	min-height: 54px;
	padding: 0 34px;
	font-size: 18px;
}
.dt-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}
.dt-hero-meta span {
	padding: 9px 14px;
	border: 1px solid rgba(17,109,255,.14);
	border-radius: 999px;
	color: #3f4a5f;
	background: rgba(255,255,255,.76);
	font-size: 14px;
}
.dt-hero-panel {
	border: 1px solid rgba(17,45,92,.08);
	border-radius: 28px;
	background: rgba(255,255,255,.78);
	box-shadow: 0 30px 80px rgba(17,45,92,.14);
	backdrop-filter: blur(14px);
	overflow: hidden;
}
.dt-panel-top {
	display: flex;
	gap: 8px;
	padding: 18px 20px;
	border-bottom: 1px solid rgba(17,45,92,.08);
}
.dt-panel-top span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d9e2f2;
}
.dt-ai-card {
	margin: 24px;
	padding: 28px;
	border-radius: 22px;
	color: #fff;
	background: linear-gradient(135deg,#116dff 0%,#12c2e9 100%);
}
.dt-ai-card b {
	display: block;
	font-size: 28px;
}
.dt-ai-card p {
	margin-top: 12px;
	color: rgba(255,255,255,.88);
	font-size: 16px;
	line-height: 1.7;
}
.dt-task-list {
	padding: 0 24px 26px;
}
.dt-task-list div {
	display: grid;
	grid-template-columns: 14px minmax(0,1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #edf1f7;
	color: #273245;
	font-size: 15px;
}
.dt-task-list div:last-child {
	border-bottom: 0;
}
.dt-task-list i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #116dff;
}
.dt-task-list em {
	color: #8994a6;
	font-style: normal;
}
.dt-section {
	padding: 76px 0;
}
.dt-section-soft {
	background: #f6f8fb;
}
.dt-download-section {
	padding: 10px 0 76px;
	background: #fff;
}
.dt-download-card {
	display: grid;
	grid-template-columns: minmax(0,1fr) 560px;
	gap: 44px;
	align-items: center;
	padding: 38px;
	border: 1px solid rgba(17,109,255,.12);
	border-radius: 28px;
	background:
		radial-gradient(circle at 80% 20%, rgba(18,194,233,.2), transparent 34%),
		linear-gradient(135deg,#f7fbff 0%,#fff 56%,#eef5ff 100%);
	box-shadow: 0 24px 70px rgba(17,45,92,.1);
	box-sizing: border-box;
}
.dt-download-copy span {
	color: #116dff;
	font-size: 13px;
	font-weight: 800;
}
.dt-download-copy h2 {
	margin-top: 10px;
	color: #0b1730;
	font-size: 34px;
	line-height: 1.25;
}
.dt-download-copy p {
	margin-top: 12px;
	max-width: 520px;
	color: #667085;
	font-size: 16px;
	line-height: 1.75;
}
.dt-download-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 16px;
}
.dt-download-btn {
	display: grid;
	grid-template-columns: 48px minmax(0,1fr);
	grid-template-rows: auto auto;
	column-gap: 14px;
	align-items: center;
	padding: 20px;
	border-radius: 20px;
	color: #fff;
	background: linear-gradient(135deg,#116dff,#12a7ff);
	box-shadow: 0 18px 38px rgba(17,109,255,.22);
	box-sizing: border-box;
}
.dt-download-btn:hover {
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 24px 48px rgba(17,109,255,.28);
}
.dt-download-btn i {
	grid-row: 1 / 3;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	background: rgba(255,255,255,.2);
	font-style: normal;
	font-weight: 800;
}
.dt-download-btn strong {
	font-size: 18px;
	line-height: 1.35;
}
.dt-download-btn em {
	margin-top: 4px;
	color: rgba(255,255,255,.78);
	font-size: 13px;
	font-style: normal;
	line-height: 1.35;
}
.dt-download-btn-light {
	color: #0b1730;
	background: #fff;
	border: 1px solid #e7eef8;
	box-shadow: 0 18px 38px rgba(17,45,92,.08);
}
.dt-download-btn-light:hover {
	color: #0b1730;
	box-shadow: 0 24px 48px rgba(17,45,92,.12);
}
.dt-download-btn-light i {
	color: #116dff;
	background: #eef5ff;
}
.dt-download-btn-light em {
	color: #8994a6;
}
.dt-section-head {
	max-width: 720px;
	margin: 0 auto 36px;
	text-align: center;
}
.dt-section-head span {
	color: #116dff;
	font-size: 13px;
	font-weight: 800;
}
.dt-section-head h2 {
	margin-top: 10px;
	color: #111827;
	font-size: 36px;
	line-height: 1.28;
}
.dt-section-head p {
	margin-top: 12px;
	color: #667085;
	font-size: 16px;
	line-height: 1.75;
}
.dt-align-left {
	margin: 0;
	text-align: left;
}
.dt-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 20px;
}
.dt-product-card {
	display: block;
	min-height: 214px;
	padding: 28px;
	border: 1px solid #edf1f7;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(17,45,92,.06);
	box-sizing: border-box;
}
.dt-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 52px rgba(17,45,92,.1);
}
.dt-product-card i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 34px;
	padding: 0 10px;
	border-radius: 12px;
	color: #116dff;
	background: #eef5ff;
	font-style: normal;
	font-weight: 800;
}
.dt-product-card h3,
.dt-article-card h3 {
	margin-top: 18px;
	color: #111827;
	font-size: 22px;
	line-height: 1.35;
}
.dt-product-card p,
.dt-article-card p {
	margin-top: 12px;
	color: #667085;
	font-size: 15px;
	line-height: 1.75;
}
.dt-solution-grid {
	display: grid;
	grid-template-columns: 420px minmax(0,1fr);
	gap: 72px;
	align-items: start;
}
.dt-solution-list {
	display: grid;
	gap: 16px;
}
.dt-solution-list div {
	padding: 24px 28px;
	border: 1px solid #e9eef6;
	border-radius: 18px;
	background: #fff;
}
.dt-solution-list strong {
	color: #111827;
	font-size: 20px;
}
.dt-solution-list p {
	margin-top: 8px;
	color: #667085;
	font-size: 15px;
	line-height: 1.7;
}
.dt-article-section {
	padding-bottom: 90px;
}
.dt-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 20px;
}
.dt-article-card a {
	display: block;
	min-height: 188px;
	padding: 26px;
	border: 1px solid #edf1f7;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(17,45,92,.05);
	box-sizing: border-box;
}
.dt-article-card a:hover {
	border-color: rgba(17,109,255,.28);
	transform: translateY(-3px);
}
.dt-article-card span {
	color: #8994a6;
	font-size: 13px;
}
.dt-article-card h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dt-article-card p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 900px) {
	.dt-navwrap,
	.dt-container {
		width: calc(100% - 32px);
	}
	.dt-navwrap {
		height: auto;
		min-height: 64px;
		flex-wrap: wrap;
		gap: 10px 16px;
		padding: 10px 0;
	}
	.dt-brand-text {
		font-size: 20px;
	}
	.dt-nav {
		order: 3;
		width: 100%;
		overflow-x: auto;
	}
	.dt-nav ul {
		justify-content: flex-start;
	}
	.dt-nav ul li.nLi > a {
		padding: 10px 12px;
		font-size: 14px;
	}
	.dt-link {
		display: none;
	}
	.dt-btn {
		min-height: 38px;
		padding: 0 16px;
		font-size: 14px;
	}
	.dt-hero {
		padding: 54px 0 44px;
	}
	.dt-hero-grid,
	.dt-solution-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.dt-hero-copy h1 {
		font-size: 40px;
	}
	.dt-hero-copy p {
		font-size: 16px;
	}
	.dt-hero-actions {
		flex-wrap: wrap;
	}
	.dt-section {
		padding: 52px 0;
	}
	.dt-download-section {
		padding: 0 0 52px;
	}
	.dt-download-card {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 24px;
	}
	.dt-download-copy h2 {
		font-size: 28px;
	}
	.dt-download-actions {
		grid-template-columns: 1fr;
	}
	.dt-section-head {
		margin-bottom: 26px;
		text-align: left;
	}
	.dt-section-head h2 {
		font-size: 28px;
	}
	.dt-product-grid,
	.dt-article-grid {
		grid-template-columns: 1fr;
	}
	.dt-product-card,
	.dt-article-card a {
		min-height: auto;
		padding: 22px;
	}
}

/* AI gateway homepage */
.dt-home {
	background: #f7f9fc;
}
.dt-header {
	background: rgba(255,255,255,.9);
	border-bottom: 1px solid rgba(15,23,42,.08);
}
.dt-navwrap {
	height: 76px;
}
.dt-brand {
	color: #0b1220;
}
.dt-brand-mark {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 12px;
	background: #0b1220;
	box-shadow: 0 12px 28px rgba(15,23,42,.18);
}
.dt-brand-mark img {
	width: 38px;
	height: 38px;
}
.dt-brand-text {
	font-size: 21px;
	font-weight: 800;
	color: #0b1220 !important;
}
.dt-brand:hover,
.dt-brand:hover .dt-brand-text {
	color: #0b1220 !important;
}
.dt-nav ul li.nLi > a {
	color: #334155;
	border-radius: 999px;
}
.dt-nav ul li.nLi > a:hover,
.dt-nav ul li.nLi.hover > a,
#divNavBar .dt-nav a.on {
	background: #eef6ff;
	color: #1d4ed8;
}
.dt-link {
	color: #475569;
}
.dt-btn {
	min-height: 44px;
	border-radius: 999px;
}
.dt-btn-primary {
	background: #0f172a;
	box-shadow: 0 16px 36px rgba(15,23,42,.18);
}
.dt-btn-primary:hover {
	background: #1d4ed8;
}
.dt-btn-ghost {
	color: #0f172a;
	background: #e9f7f2;
}
.dt-btn-ghost:hover {
	color: #064e3b;
	background: #d9f5ec;
}
.dt-main {
	background: #fff;
	color: #0f172a;
}
.dt-hero {
	padding: 96px 0 78px;
	background:
		linear-gradient(120deg, rgba(79,124,255,.12), rgba(16,185,129,.1) 45%, rgba(255,255,255,0) 72%),
		linear-gradient(180deg,#f8fbff 0%,#fff 100%);
}
.dt-hero:before {
	inset: auto 0 0 0;
	height: 1px;
	background: #e5edf7;
	transform: none;
}
.dt-hero-grid {
	grid-template-columns: minmax(0,1fr) 470px;
	gap: 72px;
}
.dt-eyebrow {
	height: 32px;
	color: #0f766e;
	background: #dff8ee;
	letter-spacing: 0;
}
.dt-hero-copy h1 {
	max-width: 760px;
	color: #0b1220;
	font-size: 58px;
	line-height: 1.12;
	letter-spacing: 0;
}
.dt-hero-copy p {
	color: #475569;
}
.dt-hero-meta span {
	border-color: #d9e5f5;
	color: #334155;
	background: rgba(255,255,255,.82);
}
.dt-hero-panel {
	border-color: rgba(15,23,42,.08);
	border-radius: 24px;
	background: rgba(255,255,255,.88);
	box-shadow: 0 30px 70px rgba(15,23,42,.13);
}
.dt-panel-top {
	align-items: center;
	border-bottom-color: #e6edf6;
}
.dt-panel-top em {
	margin-left: auto;
	color: #64748b;
	font-size: 13px;
	font-style: normal;
}
.dt-panel-top span:nth-child(1) {
	background: #fb7185;
}
.dt-panel-top span:nth-child(2) {
	background: #fbbf24;
}
.dt-panel-top span:nth-child(3) {
	background: #34d399;
}
.dt-code-card {
	margin: 24px;
	padding: 26px;
	border: 1px solid #dfe8f5;
	border-radius: 20px;
	background: #0b1220;
	color: #fff;
	box-sizing: border-box;
}
.dt-code-card b {
	display: block;
	font-size: 24px;
	color: #fff;
}
.dt-code-card p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	color: #d9e7ff;
	font-size: 15px;
	line-height: 1.5;
}
.dt-code-card p span {
	padding: 4px 8px;
	border-radius: 8px;
	background: #10b981;
	color: #03251b;
	font-weight: 800;
}
.dt-code-card code {
	display: block;
	margin-top: 18px;
	padding: 18px;
	border-radius: 14px;
	background: rgba(255,255,255,.08);
	color: #b8f7df;
	font-family: Consolas, Monaco, monospace;
	font-size: 14px;
	line-height: 1.8;
	white-space: normal;
}
.dt-route-list {
	padding: 0 24px 24px;
}
.dt-route-list div {
	display: grid;
	grid-template-columns: 14px minmax(0,1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #edf2f7;
	color: #1f2937;
	font-size: 15px;
	line-height: 1.4;
}
.dt-route-list div:last-child {
	border-bottom: 0;
}
.dt-status {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f59e0b;
	box-shadow: 0 0 0 4px rgba(245,158,11,.14);
}
.dt-status-ok {
	background: #10b981;
	box-shadow: 0 0 0 4px rgba(16,185,129,.14);
}
.dt-route-list em {
	color: #64748b;
	font-style: normal;
}
.dt-model-strip {
	padding: 20px 0;
	border-top: 1px solid #edf2f7;
	border-bottom: 1px solid #edf2f7;
	background: #fff;
}
.dt-logo-wall {
	display: grid;
	grid-template-columns: repeat(8, minmax(0,1fr));
	gap: 12px;
}
.dt-logo-wall span {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 12px;
	border: 1px solid #e4ebf5;
	border-radius: 16px;
	background: #fff;
	color: #111827;
	font-weight: 700;
	box-sizing: border-box;
}
.dt-logo-wall img,
.dt-model-card img {
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	object-fit: contain;
}
.dt-logo-wall b,
.dt-logo-wall strong,
.dt-model-card b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 26px;
	flex: 0 0 34px;
	border-radius: 8px;
	background: linear-gradient(135deg,#0b1220,#1d4ed8);
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}
.dt-section {
	padding: 82px 0;
}
.dt-section-soft {
	background: #f7f9fc;
}
.dt-section-head span,
.dt-download-copy span {
	color: #0f766e;
	letter-spacing: 0;
}
.dt-section-head h2,
.dt-download-copy h2 {
	color: #0b1220;
}
.dt-section-head p,
.dt-download-copy p {
	color: #64748b;
}
.dt-product-grid {
	gap: 18px;
}
.dt-product-card {
	border-color: #e6edf6;
	border-radius: 18px;
	box-shadow: none;
}
.dt-product-card:hover {
	border-color: #b9d1ff;
	box-shadow: 0 20px 48px rgba(15,23,42,.08);
}
.dt-product-card i {
	color: #0f766e;
	background: #dff8ee;
}
.dt-product-card h3,
.dt-article-card h3 {
	color: #0f172a;
}
.dt-product-card p,
.dt-article-card p,
.dt-solution-list p,
.dt-model-card p {
	color: #64748b;
}
.dt-model-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 18px;
}
.dt-model-card {
	min-height: 190px;
	padding: 24px;
	border: 1px solid #e3ebf6;
	border-radius: 18px;
	background: #fff;
	box-sizing: border-box;
}
.dt-model-card strong {
	display: block;
	margin-top: 18px;
	color: #0f172a;
	font-size: 20px;
	line-height: 1.35;
}
.dt-model-card p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.72;
}
.dt-download-section {
	padding: 82px 0;
	background: #fff;
}
.dt-download-card {
	grid-template-columns: minmax(0,1fr) 620px;
	border-color: #dbe7f6;
	border-radius: 24px;
	background:
		linear-gradient(120deg, rgba(79,124,255,.1), rgba(16,185,129,.12)),
		#f8fbff;
	box-shadow: none;
}
.dt-download-actions {
	grid-template-columns: repeat(3, minmax(0,1fr));
}
.dt-download-btn {
	grid-template-columns: 44px minmax(0,1fr);
	padding: 18px;
	border-radius: 18px;
	background: #0b1220;
	box-shadow: 0 18px 36px rgba(15,23,42,.16);
}
.dt-download-btn:hover {
	box-shadow: 0 22px 44px rgba(15,23,42,.2);
}
.dt-download-btn i {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: #10b981;
	color: #03251b;
}
.dt-download-btn strong {
	font-size: 17px;
}
.dt-download-btn-light {
	background: #fff;
	border-color: #dfe8f5;
	box-shadow: none;
}
.dt-download-btn-light i {
	color: #0f172a;
	background: #e8f3ff;
}
.dt-solution-grid {
	grid-template-columns: 430px minmax(0,1fr);
}
.dt-solution-list div {
	border-color: #e3ebf6;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(15,23,42,.04);
}
.dt-solution-list strong {
	color: #0f172a;
}
.dt-article-section {
	background: #f7f9fc;
}
.dt-article-card a {
	border-color: #e3ebf6;
	border-radius: 18px;
	box-shadow: none;
}
.dt-article-card a:hover {
	border-color: #b9d1ff;
	box-shadow: 0 18px 38px rgba(15,23,42,.06);
}
.footer {
	padding: 28px 16px;
	background: #0b1220;
	color: #94a3b8;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
.footer a {
	color: #cbd5e1;
}
.bottom {
	background: #0b1220;
	box-shadow: 0 -10px 28px rgba(15,23,42,.18);
}
.bottom ul li {
	background-image: none;
}
.neiye {
	min-width: 0;
	padding: 48px 0 76px;
	background: #f7f9fc;
}
.neiye .box {
	width: min(1200px, calc(100% - 48px));
	display: grid;
	grid-template-columns: 270px minmax(0,1fr);
	gap: 28px;
	align-items: start;
}
.neiye .left,
.neiye .right,
.neiye .neiye-l,
.neiye .neiye-r {
	float: none;
	width: auto;
}
.neiye .neiye-l {
	position: sticky;
	top: 96px;
}
.neiye .neiye-l .nydh,
.nylx,
.neiye .neiye-r {
	border: 1px solid #e3ebf6;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15,23,42,.05);
	overflow: hidden;
}
.neiye .neiye-l .nydh .title,
.nylx .title {
	width: 100%;
	height: auto;
	min-height: 58px;
	display: flex;
	align-items: center;
	padding: 16px 20px;
	background: #0b1220;
	box-sizing: border-box;
}
.neiye .neiye-l .nydh .title p {
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.35;
}
.nylx .title {
	color: #fff;
	font-size: 17px;
	line-height: 1.35;
}
.nylx .title:after {
	display: none;
}
.nylx .title span {
	color: #86efac;
	opacity: .8;
}
.neiye .neiye-l .nydh .ul,
.neiye .neiye-l .nydh .sideMenu {
	width: auto;
	border: 0;
	padding: 10px;
}
.neiye .neiye-l .nydh .ul li {
	width: auto;
	height: auto;
	line-height: 1.45;
	margin: 4px 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 15px;
}
.neiye .neiye-l .nydh .ul li a {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	color: #334155;
}
.neiye .neiye-l .nydh .ul li:hover,
.neiye .neiye-l .nydh ul li.on {
	background: none;
}
.neiye .neiye-l .nydh .ul li:hover a,
.neiye .neiye-l .nydh ul li.on a {
	background: #eef6ff;
	color: #1d4ed8;
}
.nylx {
	margin-top: 18px;
}
.nylx .contact {
	width: auto;
	padding: 18px;
	border: 0;
}
.nylx .contact .tel {
	width: auto;
	display: grid;
	grid-template-columns: 46px minmax(0,1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-items: center;
	padding: 0 0 18px;
	border-bottom: 1px solid #e6edf6;
}
.nylx .contact .tel img {
	grid-row: 1 / 3;
	width: 46px;
	height: 46px;
	margin: 0;
	border-radius: 14px;
	object-fit: cover;
}
.nylx .contact .tel span {
	text-align: left;
	color: #64748b;
	font-size: 13px;
}
.nylx .contact .tel b {
	margin-top: 3px;
	text-align: left;
	color: #0f172a;
	font-size: 20px;
	line-height: 1.2;
	word-break: break-all;
}
.nylx .dizhi {
	width: auto;
	padding: 16px 0 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.8;
}
.nylx .dizhi strong {
	display: block;
	margin-bottom: 6px;
	color: #0f172a;
	font-size: 16px;
}
.neiye .neiye-r {
	padding: 30px 34px 38px;
	box-sizing: border-box;
}
.newsnav {
	height: auto;
	min-height: 54px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6edf6;
	line-height: 1.5;
}
.newsnav .more {
	order: 2;
	float: none;
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
}
.newsnav .more a {
	color: #475569;
}
.newsnav .more a:hover,
.newsnav a.more:hover {
	color: #1d4ed8;
}
.newsnav p {
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	color: #0f172a;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.25;
}
.newsnav p:after {
	display: none;
}
.biaoti {
	margin: 0 0 28px;
	padding: 0 0 24px;
	border-bottom: 1px solid #e6edf6;
	text-align: left;
}
.biaoti h1 {
	color: #0b1220;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.28;
}
.biaoti p {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	color: #64748b;
	font-size: 14px;
}
.biaoti p span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #f1f5f9;
}
.danye {
	color: #263244;
	font-size: 16px;
	line-height: 1.9;
	text-align: left;
	word-break: break-word;
}
.danye p {
	margin-bottom: 18px;
}
.danye a {
	color: #1d4ed8;
}
.danye h1,
.danye h2,
.danye h3,
.danye h4,
.danye h5,
.danye h6 {
	margin: 28px 0 14px;
	padding: 0;
	border: 0;
	color: #0f172a;
	font-weight: 800;
	line-height: 1.35;
}
.danye h1::after,
.danye h2::after,
.danye h3::after,
.danye h4::after,
.danye h5::after,
.danye h6::after {
	display: none;
}
.danye h2 {
	font-size: 26px;
}
.danye h3 {
	font-size: 22px;
}
.danye img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}
.danye blockquote {
	margin: 24px 0;
	padding: 18px 22px;
	border-left: 4px solid #10b981;
	border-radius: 0 14px 14px 0;
	background: #f0fdf7;
	color: #134e4a;
}
.danye pre,
.danye code {
	font-family: Consolas, Monaco, monospace;
}
.danye pre {
	overflow-x: auto;
	margin: 22px 0;
	padding: 18px;
	border-radius: 14px;
	background: #0b1220;
	color: #d9fbe8;
}
.fn {
	margin-top: 34px;
	padding: 18px 0 8px;
	border-top: 1px solid #e6edf6;
}
.fn p {
	color: #64748b;
	font-size: 15px;
	line-height: 1.9;
}
.fn p a {
	color: #0f172a;
}
.fn p a:hover {
	color: #1d4ed8;
}
.tuijian ul {
	width: auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 12px;
	margin-top: 12px;
}
.tuijian ul li {
	float: none;
	width: auto;
	height: auto;
	min-height: 48px;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #e6edf6;
	border-radius: 14px;
	background: #f8fafc;
	line-height: 1.45;
}
.tuijian ul li span {
	order: 2;
	float: none;
	flex: 0 0 auto;
	margin-left: auto;
	color: #94a3b8;
	font-size: 13px;
}
.tuijian ul li a {
	min-width: 0;
	color: #0f172a;
	font-size: 15px;
}
.tuijian ul li a:hover {
	color: #1d4ed8;
}
.newslist {
	margin-top: 0;
}
.newslist ul li {
	position: relative;
	margin-bottom: 14px;
	padding: 20px 22px;
	border: 1px solid #e6edf6;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15,23,42,.04);
}
.newslist ul li .t {
	height: auto;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	line-height: 1.45;
}
.newslist ul li .t a {
	color: #0f172a;
	font-size: 20px;
	font-weight: 800;
}
.newslist ul li .t a:hover {
	color: #1d4ed8;
}
.newslist ul li .t span {
	float: none;
	margin-left: auto;
	color: #94a3b8;
	font-size: 13px;
	white-space: nowrap;
}
.newslist ul li p {
	margin-top: 10px;
	color: #64748b;
	font-size: 15px;
	line-height: 1.75;
	text-align: left;
}
.newslist ul li a.more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin-top: 14px;
	padding: 0 16px;
	border-radius: 999px;
	background: #eef6ff;
	color: #1d4ed8;
	font-size: 14px;
	font-weight: 700;
}
.pagebar {
	padding: 22px 0 0;
}
.pagebar .now-page {
	border-color: #0f172a;
	background: #0f172a;
}
.pagebar a {
	border-radius: 10px;
	border-color: #e3ebf6;
	color: #475569;
}
.pagebar a:hover {
	border-color: #1d4ed8;
	color: #1d4ed8;
}
.neiye .pro_list {
	width: auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 18px;
}
.neiye .pro_list li {
	float: none;
	width: auto;
	margin: 0;
	border: 1px solid #e6edf6;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(15,23,42,.04);
}
.neiye .pro_list li .pic {
	border-radius: 0;
}
.neiye .pro_list li a.t {
	height: auto;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	color: #0f172a;
	line-height: 1.45;
	white-space: normal;
}
.neiye .pro_list li a.t:hover {
	color: #1d4ed8;
}
.pro-xq {
	display: grid;
	grid-template-columns: 320px minmax(0,1fr);
	gap: 24px;
	margin-bottom: 28px;
}
.pro-xq .pic {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	border: 1px solid #e6edf6;
	border-radius: 18px;
	overflow: hidden;
}
.pro-xq .pro-js {
	float: none;
	width: auto;
}
.pro-xq .pro-js h1,
.pro-xq .pro-js h2 {
	height: auto;
	margin: 0 0 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6edf6;
	color: #0f172a;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.3;
}
.pro-xq .pro-js .pro-xx {
	height: auto;
	max-height: 180px;
	padding: 0;
	border: 0;
	color: #64748b;
	font-size: 15px;
	line-height: 1.75;
}
.pro-xq .pro-lx {
	margin-top: 20px;
	padding: 18px;
	border: 1px solid #e6edf6;
	border-radius: 16px;
	background: #f8fafc;
}
.pro-xq .pro-lx a.zx {
	float: none;
	width: auto;
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border-radius: 999px;
	background: #0f172a;
	font-weight: 700;
	line-height: 1;
}
.pro-xq .pro-lx a.zx:hover {
	background: #1d4ed8;
}
.pro-xq .pro-lx p {
	float: none;
	width: auto;
	height: auto;
	margin-top: 14px;
	color: #64748b;
}
.pro-xq .pro-lx p i {
	display: none;
}
.pro-xq .pro-lx p span,
.pro-xq .pro-lx .z {
	color: #0f172a;
}

@media screen and (max-width: 1100px) {
	.dt-logo-wall {
		grid-template-columns: repeat(4, minmax(0,1fr));
	}
	.dt-model-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
	.dt-download-card {
		grid-template-columns: 1fr;
	}
	.neiye .box {
		grid-template-columns: 1fr;
	}
	.neiye .neiye-l {
		position: static;
	}
	.pro-xq {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 900px) {
	.dt-navwrap {
		height: auto;
	}
	.dt-hero {
		padding: 58px 0 46px;
	}
	.dt-hero-grid,
	.dt-solution-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.dt-hero-copy h1 {
		font-size: 38px;
	}
	.dt-logo-wall,
	.dt-model-grid,
	.dt-download-actions {
		grid-template-columns: 1fr;
	}
	.dt-logo-wall span {
		justify-content: flex-start;
	}
	.dt-section,
	.dt-download-section {
		padding: 54px 0;
	}
	.dt-download-card {
		padding: 24px;
	}
	.neiye {
		padding: 28px 0 54px;
	}
	.neiye .box {
		width: calc(100% - 32px);
		gap: 18px;
	}
	.neiye .neiye-r {
		padding: 22px 18px 28px;
	}
	.newsnav {
		display: block;
	}
	.newsnav .more {
		margin-top: 10px;
		text-align: left;
	}
	.newsnav p {
		font-size: 24px;
	}
	.biaoti h1 {
		font-size: 28px;
	}
	.tuijian ul,
	.neiye .pro_list {
		grid-template-columns: 1fr;
	}
	.newslist ul li .t {
		display: block;
	}
	.newslist ul li .t span {
		display: block;
		margin: 8px 0 0;
	}
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #0056f9;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #0056f9;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}
/*评论表单*/
.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 96%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	font-family: "microsoft yahei";
	transition: all .5s;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #0056f9;
	box-shadow: 0 0 10px 0 #0056f9
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	transition: all .5s;
}
.comment-show-box .fb-box-div input:hover {
	background: #0056f9;
	color: #FFF;
}
@media screen and (max-width:768px) {
.comment-show-box .pl-box2 dl dd, .comment-show-box .fb-box dd {
	width: 90%;
}
.comment-show-box .fb-box dd p textarea {
	width: 95%;
}
}
@media screen and (max-width:640px) {
.comment-show-box {
	margin: 10px 5px;
}
.comment-show-box .pl-box2 dl dd h1 {
	line-height: 20px;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 5px;
	line-height: 18px;
}
.comment-show-box .pl-box2 dl dd {
	width: 80%;
}
.comment-show-box .fb-box dt {
	display: none;
}
.comment-show-box .fb-box dd {
	width: 100%;
}
.comment-show-box .fb-box dd p textarea {
	width: 88%;
}
}
/*点赞*/
#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../images/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #0056f9;
	border-color: #0056f9;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}
/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	padding: 20px;
	padding-top: 35px;
	margin-top: -150px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	box-sizing: border-box;
}
#wxnr img {
	width: 135px;
	height: 135px;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 3px 5px;
	line-height: 18px;
	background-color: #0056f9;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 23px;
	background-image: url(../images/f3.png);
	background-size: 20px;
	background-position: 5px center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -23px;
	z-index: 9999999;
	font-size: 16px;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 46px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 5px;
	display: none;
}
/*视频样式*/
video {
	background-color: #000;
}
