.home-page {
	background: #f7f9fc;
	color: #152033;
	overflow-x: hidden;
}

.home-page *,
.home-page *::before,
.home-page *::after {
	box-sizing: border-box;
}

.home-page .header_area {
	position: fixed;
	background: rgba(11, 18, 36, 0.18);
	backdrop-filter: blur(14px);
}

.home-page .header_area.sticky {
	background: rgba(18, 32, 61, 0.96);
}

.home-page .header_area .navbar-brand,
.article-site-header .navbar-brand {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 142px;
}

.home-page .header_area .navbar-brand img,
.article-site-header .navbar-brand img {
	width: 42px;
	height: 42px;
	object-fit: cover;
	object-position: left center;
}

.home-page .header_area .navbar-brand::after,
.article-site-header .navbar-brand::after {
	content: "泓度科技";
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.home-page .section-heading {
	margin-bottom: 64px;
}

.home-page .section-heading > p {
	color: #2d63d8;
	letter-spacing: 1px;
}

.home-page .section-heading > h2 {
	color: #172033;
	font-size: 38px;
	letter-spacing: 0;
}

.home-page .section-heading > h5 {
	max-width: 760px;
	margin: 18px auto 0;
	color: #5f6c7e;
	font-size: 17px;
	line-height: 1.85;
}

.home-hero {
	height: auto;
	min-height: 860px;
	padding: 150px 0 88px;
	background:
		linear-gradient(135deg, rgba(7, 13, 32, 0.94), rgba(16, 30, 63, 0.92)),
		url("../images/welcome-bg.png") center/cover no-repeat;
	overflow: hidden;
}

.home-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 760px;
	padding-top: 36px;
}

.home-eyebrow {
	display: inline-flex;
	margin-bottom: 20px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: #c8d9ff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.home-hero-copy h1 {
	max-width: 900px;
	margin: 0 0 24px;
	color: #fff;
	font-size: 40px;
	line-height: 1.22;
	font-weight: 900;
	letter-spacing: 0;
}

.home-hero-summary {
	max-width: 620px;
	margin: 0;
	color: #d4dced;
	font-size: 18px;
	line-height: 1.9;
}

.home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	margin-top: 34px;
}

.home-secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 24px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-secondary-link:hover,
.home-secondary-link:focus {
	border-color: rgba(255, 255, 255, 0.58);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	transform: translateY(-2px);
}

.home-proof-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 38px;
}

.home-proof-row span {
	display: grid;
	gap: 6px;
	min-height: 86px;
	padding: 18px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: #cdd7eb;
	font-size: 13px;
	line-height: 1.5;
}

.home-proof-row strong {
	color: #fff;
	font-size: 22px;
	line-height: 1.1;
}

.home-hero-visual {
	position: relative;
	z-index: 1;
	margin-left: 24px;
	padding: 36px;
}

.home-hero-visual img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: contain;
	filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.32));
}

.home-hero-panel {
	position: absolute;
	display: grid;
	gap: 5px;
	min-width: 250px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(9, 16, 36, 0.88);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.home-hero-panel span {
	color: #8fb4ff;
	font-size: 12px;
	font-weight: 800;
}

.home-hero-panel strong {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
}

.home-hero-panel-top {
	top: 64px;
	right: 0;
}

.home-hero-panel-bottom {
	left: 0;
	bottom: 86px;
}

.home-services {
	background: #fff;
}

.home-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.home-service-card {
	min-height: 292px;
	padding: 30px 24px;
	border: 1px solid #e2e9f5;
	background: #fff;
	box-shadow: 0 16px 42px rgba(37, 73, 159, 0.08);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.home-service-card:hover {
	border-color: #9cb7f3;
	box-shadow: 0 22px 54px rgba(37, 73, 159, 0.13);
	transform: translateY(-4px);
}

.home-service-card span {
	display: inline-flex;
	margin-bottom: 24px;
	color: #d1a23a;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
}

.home-service-card h3 {
	margin-bottom: 16px;
	color: #152033;
	font-size: 21px;
	line-height: 1.35;
}

.home-service-card p {
	margin: 0;
	color: #5f6c7e;
	font-size: 14px;
	line-height: 1.9;
}

.home-trust-strip {
	padding: 34px 0;
	background: #172033;
}

.home-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.home-trust-grid div {
	display: grid;
	gap: 8px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.home-trust-grid strong {
	color: #fff;
	font-size: 17px;
}

.home-trust-grid span {
	color: #b8c4d8;
	font-size: 14px;
	line-height: 1.8;
}

.home-ai-section {
	background: #fff;
}

.home-ai-heading {
	margin-bottom: 28px;
}

.home-ai-heading h5 {
	margin-left: 0;
	margin-right: 0;
}

.home-ai-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.home-ai-card {
	min-height: 312px;
	padding: 30px 24px;
	border: 1px solid #dfe7f3;
	background: linear-gradient(180deg, #f9fbff, #fff);
	box-shadow: 0 16px 42px rgba(37, 73, 159, 0.07);
}

.home-ai-card span {
	display: inline-flex;
	margin-bottom: 26px;
	color: #2d63d8;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
}

.home-ai-card h3 {
	margin-bottom: 16px;
	color: #152033;
	font-size: 21px;
	line-height: 1.35;
}

.home-ai-card p {
	margin: 0;
	color: #5f6c7e;
	font-size: 14px;
	line-height: 1.9;
}

.home-page .mosh-clients-area,
.home-page .mosh-features-area,
.home-page .article-entry-area {
	background: #f7f9fc;
}

.home-page .mosh-more-services-area {
	background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.home-hero {
		min-height: auto;
		padding: 132px 0 82px;
	}

	.home-hero-copy h1 {
		font-size: 42px;
	}

	.home-hero-visual {
		margin: 48px 0 0;
	}

	.home-service-grid,
	.home-trust-grid,
	.home-ai-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1200px) {
	.home-hero .row {
		display: grid;
		grid-template-columns: minmax(0, 720px) minmax(520px, 1fr);
		column-gap: 32px;
	}

	.home-hero .col-lg-6 {
		max-width: none;
	}

	.home-hero-copy {
		width: auto;
		max-width: 1040px;
		margin-left: 0;
	}

	.home-hero-copy h1 {
		width: max-content;
		max-width: none;
		font-size: 40px;
		white-space: nowrap;
	}

	.home-hero-summary,
	.home-hero-actions,
	.home-proof-row {
		max-width: 650px;
	}

	.home-hero-visual {
		margin-top: 116px;
		margin-left: 0;
		padding: 24px 0 24px 10px;
		transform: none;
	}

	.home-hero-panel-top {
		right: -8px;
	}

	.home-hero-panel-bottom {
		left: 0;
	}
}

.article-entry-area {
	background: #f7fbff;
}

.header_area .navbar-nav .nav-link {
	color: #fff;
}

.header_area .navbar-nav .nav-link:hover,
.header_area .navbar-nav .nav-item.active .nav-link {
	color: #4a7aec;
}

.article-entry-heading {
	margin-bottom: 48px;
}

.article-entry-heading h5 {
	max-width: 760px;
	margin-top: 20px;
	color: #666f80;
	font-size: 17px;
	font-weight: 500;
}

.article-entry-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border: 1px solid #4a7aec;
	color: #25499f;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.article-entry-link:hover,
.article-entry-link:focus {
	background: #4a7aec;
	color: #fff;
	transform: translateY(-2px);
}

.article-topic {
	display: block;
	min-height: 236px;
	margin-bottom: 24px;
	padding: 32px 28px;
	background: #fff;
	border: 1px solid #e5eefb;
	color: #404551;
	box-shadow: 0 12px 30px rgba(37, 73, 159, 0.06);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.article-topic:hover,
.article-topic:focus {
	border-color: #4a7aec;
	box-shadow: 0 18px 42px rgba(37, 73, 159, 0.12);
	transform: translateY(-4px);
}

.article-topic span {
	display: block;
	margin-bottom: 24px;
	color: #4a7aec;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
}

.article-topic h3 {
	margin-bottom: 18px;
	font-size: 20px;
}

.article-topic p {
	margin-bottom: 0;
	color: #687386;
	font-size: 14px;
	line-height: 1.9;
}

.news-page {
	max-width: 1040px;
	margin: 140px auto 80px;
	padding: 0 24px;
}

.news-page-header {
	margin-bottom: 40px;
}

.news-page-header p {
	color: #4a7aec;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.news-page-header h1 {
	margin-bottom: 16px;
	font-size: 38px;
}

.news-list-item {
	display: block;
	padding: 28px 0;
	border-bottom: 1px solid #e7edf7;
}

.news-list-item h2 {
	margin-bottom: 12px;
	font-size: 24px;
}

.news-list-item p {
	max-width: 760px;
	color: #687386;
}

.news-list-meta {
	color: #9aa3b2;
	font-size: 14px;
}

.news-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 40px;
}

.news-pagination a,
.news-pagination span,
.news-pagination strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 40px;
	padding: 0 14px;
	border: 1px solid #e0e8f5;
	background: #fff;
	color: #25499f;
	font-size: 14px;
	font-weight: 700;
}

.news-pagination span {
	color: #a6afbd;
	background: #f5f8fc;
}

.news-pagination strong {
	color: #404551;
}

.news-pagination a:hover,
.news-pagination a:focus {
	border-color: #4a7aec;
	background: #4a7aec;
	color: #fff;
}

.article-page {
	background: #f6f8fb;
	color: #202838;
	overflow-x: hidden;
}

.article-page,
.article-page body {
	max-width: 100%;
}

.article-page * {
	box-sizing: border-box;
}

.article-site-header {
	background: #172133;
	box-shadow: 0 10px 30px rgba(18, 28, 45, 0.12);
}

.article-shell {
	width: calc(100% - 48px);
	max-width: 1040px;
	margin: 128px auto 72px;
}

.article-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	color: #7d8797;
	font-size: 14px;
}

.article-breadcrumb a {
	color: #53647d;
	font-weight: 700;
}

.article-breadcrumb a:hover,
.article-breadcrumb a:focus {
	color: #2d63d8;
}

.article-breadcrumb strong {
	color: #202838;
	font-weight: 800;
}

.article-hero {
	max-width: 860px;
	padding-bottom: 36px;
	border-bottom: 1px solid #dfe6ef;
	min-width: 0;
}

.article-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin-bottom: 18px;
	padding: 0 12px;
	background: #eaf1ff;
	color: #2b5fc8;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
}

.article-hero h1 {
	margin: 0 0 22px;
	color: #152033;
	font-size: 42px;
	line-height: 1.22;
	font-weight: 900;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.article-hero p {
	max-width: 780px;
	margin: 0;
	color: #5f6c7e;
	font-size: 18px;
	line-height: 1.9;
	overflow-wrap: anywhere;
}

.article-content {
	max-width: 780px;
	margin-top: 42px;
	color: #293445;
	font-size: 17px;
	line-height: 1.95;
	min-width: 0;
	overflow-wrap: anywhere;
}

.article-content h1,
.article-content h2,
.article-content h3 {
	color: #162033;
	font-weight: 900;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.article-content h1 {
	margin: 0 0 26px;
	font-size: 32px;
	line-height: 1.3;
}

.article-content > h1:first-child {
	display: none;
}

.article-content h2 {
	margin: 44px 0 16px;
	padding-top: 6px;
	font-size: 25px;
	line-height: 1.35;
}

.article-content h2::before {
	content: "";
	display: block;
	width: 44px;
	height: 4px;
	margin-bottom: 14px;
	background: #d1a23a;
}

.article-content h3 {
	margin: 34px 0 14px;
	font-size: 21px;
	line-height: 1.4;
}

.article-content p {
	margin: 0 0 20px;
	color: #40506a;
}

.article-content ul,
.article-content ol {
	margin: 22px 0 28px;
	padding-left: 24px;
}

.article-content li {
	margin-bottom: 12px;
	padding-left: 4px;
	color: #40506a;
}

.article-content a {
	color: #2d63d8;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.article-content blockquote {
	margin: 32px 0;
	padding: 22px 26px;
	border-left: 4px solid #d1a23a;
	background: #fff;
	color: #435168;
}

.article-promotion {
	margin: 44px 0 0;
	padding: 28px 0 0;
	border-top: 1px solid #dfe6ef;
	background: transparent;
	color: #66758c;
	text-align: center;
}

.article-promotion p {
	max-width: 620px;
	margin: 0 auto 14px;
	color: #66758c;
	font-size: 15px;
	line-height: 1.85;
}

.article-promotion-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 800;
	color: #40506a;
}

.article-promotion-site {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 2px 2px;
	border-bottom: 1px solid rgba(45, 99, 216, 0.55);
	color: #25499f;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none !important;
	text-underline-offset: 0;
	transition: border-color 160ms ease, color 160ms ease;
}

.article-promotion-site:hover,
.article-promotion-site:focus {
	border-color: #2d63d8;
	color: #2d63d8;
	outline: none;
}

.article-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	max-width: 780px;
	margin-top: 52px;
	padding-top: 28px;
	border-top: 1px solid #dfe6ef;
}

.article-footer-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid #cfd9e8;
	background: #fff;
	color: #25499f;
	font-size: 14px;
	font-weight: 800;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.article-footer-nav a:hover,
.article-footer-nav a:focus {
	border-color: #2d63d8;
	background: #2d63d8;
	color: #fff;
}

.home-detail-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 178px;
	min-height: 58px;
	padding: 0 38px;
	font-size: 16px;
	line-height: 58px;
	letter-spacing: 0;
}

.consult-section {
	position: relative;
	padding: 70px 0 80px;
	background: #050922;
	color: #fff;
	overflow: hidden;
}

.consult-section * {
	box-sizing: border-box;
}

.consult-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(74, 122, 236, 0.22), transparent 42%),
		linear-gradient(315deg, rgba(209, 162, 58, 0.18), transparent 44%);
	pointer-events: none;
}

.consult-section .container {
	position: relative;
	z-index: 1;
}

.consult-heading {
	max-width: 680px;
	margin: 0 auto 30px;
}

.consult-heading p {
	margin-bottom: 8px;
	color: #8fb4ff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.consult-heading h2 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 30px;
	line-height: 1.35;
}

.consult-heading span {
	display: block;
	color: #c3cbe0;
	font-size: 14px;
	line-height: 1.6;
}

.consult-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	max-width: 680px;
	margin: 0 auto;
	padding: 22px 24px;
	border: 1px solid rgba(214, 224, 255, 0.32);
	background: rgba(10, 15, 48, 0.86);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.consult-field {
	display: grid;
	gap: 6px;
}

.consult-field-full {
	grid-column: 1 / -1;
}

.consult-field label {
	margin: 0;
	color: #f4f6fb;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.consult-field input,
.consult-field textarea {
	width: 100%;
	border: 1px solid rgba(214, 224, 255, 0.36);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	outline: none;
	transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.consult-field input {
	height: 38px;
	padding: 0 14px;
}

.consult-field textarea {
	min-height: 72px;
	padding: 10px 14px;
	resize: vertical;
}

.consult-field input::placeholder,
.consult-field textarea::placeholder {
	color: #929bb6;
}

.consult-field input:focus,
.consult-field textarea:focus {
	border-color: #8fb4ff;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 0 3px rgba(74, 122, 236, 0.2);
}

.consult-submit {
	grid-column: 1 / -1;
	display: grid;
	justify-items: center;
	gap: 10px;
	padding-top: 6px;
}

.consult-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 180px;
	height: 40px;
	border: 0;
	border-radius: 4px;
	background: linear-gradient(135deg, #4a7aec, #d1a23a);
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.consult-submit-btn:hover,
.consult-submit-btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(74, 122, 236, 0.28);
}

.consult-submit-btn:disabled {
	cursor: not-allowed;
	opacity: 0.72;
	transform: none;
}

.consult-result {
	min-height: 28px;
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

.consult-result.is-success {
	color: #8ee6b2;
}

.consult-result.is-error {
	color: #ffb4b4;
}

.adver {
	z-index: 1000;
}

.mobile-text {
	display: none;
}

.rightzixun {
	text-decoration: none;
}

.rightzixun:hover,
.rightzixun:focus {
	text-decoration: none;
}

.wechat-modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	pointer-events: none;
}

.wechat-modal.is-open {
	display: flex;
}

.wechat-modal.is-click {
	pointer-events: auto;
}

.wechat-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 13, 32, 0.64);
	backdrop-filter: blur(5px);
}

.wechat-modal-card {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	width: min(360px, 100%);
	padding: 28px 28px 30px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	text-align: center;
}

.wechat-modal-card img {
	width: 230px;
	height: 230px;
	object-fit: contain;
	margin-bottom: 18px;
}

.wechat-modal-card strong {
	margin-bottom: 8px;
	color: #152033;
	font-size: 22px;
	font-weight: 900;
}

.wechat-modal-card span {
	color: #5f6c7e;
	font-size: 14px;
	line-height: 1.75;
}

.wechat-modal-close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: #53647d;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.wechat-modal-close:hover,
.wechat-modal-close:focus {
	color: #152033;
}

.article-site-header .navbar {
	min-height: 80px;
}

.article-site-header .collapse {
	display: flex !important;
}

.article-site-header .navbar-nav {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px 12px;
}

.article-site-header .navbar-nav .nav-link {
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.home-page .section-heading {
		margin-bottom: 38px;
	}

	.home-page .section-heading > h2 {
		font-size: 28px;
	}

	.home-hero {
		min-height: auto;
		padding: 118px 0 64px;
	}

	.home-hero-copy {
		padding-top: 0;
	}

	.home-eyebrow {
		font-size: 12px;
	}

	.home-hero-copy h1 {
		max-width: 100%;
		font-size: 29px;
		line-height: 1.24;
		overflow-wrap: anywhere;
	}

	.home-hero-summary {
		max-width: 100%;
		font-size: 16px;
		line-height: 1.82;
		overflow-wrap: anywhere;
	}

	.home-hero-actions {
		margin-top: 28px;
	}

	.home-secondary-link {
		width: 100%;
	}

	.home-proof-row,
	.home-service-grid,
	.home-trust-grid,
	.home-ai-grid {
		grid-template-columns: 1fr;
	}

	.home-hero-visual {
		margin: 34px 0 0;
		padding: 0;
	}

	.home-hero-panel {
		position: static;
		min-width: 0;
		margin-top: 12px;
	}

	.consult-section {
		padding: 48px 0 54px;
	}

	.consult-heading {
		margin-bottom: 24px;
	}

	.consult-heading h2 {
		font-size: 26px;
	}

	.consult-form {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px 16px;
	}

	.consult-field label {
		font-size: 15px;
	}

	.consult-submit-btn {
		width: 100%;
		min-width: 0;
		height: 48px;
		font-size: 18px;
	}

	.adver {
		position: fixed !important;
		top: auto !important;
		right: 12px !important;
		bottom: 16px !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		display: block !important;
		z-index: 9999 !important;
	}

	.advertwo {
		display: flex !important;
		flex-direction: row !important;
		gap: 8px !important;
		margin: 0 !important;
		float: none !important;
	}

	.rightzixun {
		width: 72px !important;
		height: 66px !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.rightzixun span {
		margin-top: 6px !important;
		font-size: 12px !important;
		line-height: 1.2 !important;
	}

	.right-phone span {
		font-size: 11px !important;
	}

	.rightzixuntwo {
		margin-top: 0 !important;
	}

	.pc-text {
		display: none !important;
	}

	.mobile-text {
		display: inline !important;
	}

	.wechat-modal-card {
		padding: 24px 20px 26px;
	}

	.wechat-modal-card img {
		width: 210px;
		height: 210px;
	}

	.article-site-header {
		height: auto !important;
		padding: 8px 0;
	}

	.article-site-header .navbar {
		height: auto !important;
		min-height: 64px;
		align-items: flex-start !important;
		flex-wrap: wrap;
	}

	.article-site-header .navbar-brand {
		margin-right: 0;
	}

	.article-site-header .navbar-brand img {
		max-width: 120px;
	}

	.article-site-header .collapse {
		display: flex !important;
		width: 100%;
		justify-content: flex-start !important;
		margin-top: 8px;
	}

	.article-site-header .navbar-nav {
		width: 100%;
		justify-content: flex-start;
		gap: 4px 10px;
	}

	.article-site-header .navbar-nav .nav-link {
		padding: 4px 0;
		font-size: 13px;
	}

	.news-page {
		margin-top: 126px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.news-list-item h2 {
		font-size: 21px;
		line-height: 1.35;
	}

	.article-entry-area {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.article-entry-heading {
		margin-bottom: 24px;
	}

	.article-entry-heading h2,
	.news-page-header h1 {
		font-size: 30px;
	}

	.article-entry-link {
		width: 100%;
		margin-bottom: 24px;
	}

	.news-pagination {
		gap: 8px;
	}

	.news-pagination a,
	.news-pagination span,
	.news-pagination strong {
		min-width: 0;
		padding: 0 10px;
	}

	.article-shell {
		width: auto;
		max-width: 100%;
		margin: 104px 20px 56px;
		overflow-x: hidden;
	}

	.article-hero,
	.article-content,
	.article-footer-nav {
		width: 100%;
		max-width: 100%;
	}

	.article-breadcrumb {
		margin-bottom: 20px;
		font-size: 13px;
	}

	.article-hero {
		padding-bottom: 28px;
	}

	.article-hero h1 {
		display: block;
		width: 100%;
		font-size: 28px;
		line-height: 1.28;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-all;
	}

	.article-page .article-hero h1,
	.article-page .article-content h1,
	.article-page .article-content h2,
	.article-page .article-content h3,
	.article-page .article-content p,
	.article-page .article-content li {
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.article-page .article-hero h1 {
		font-size: 26px;
	}

	.article-hero p {
		font-size: 16px;
		line-height: 1.8;
	}

	.article-content {
		margin-top: 32px;
		font-size: 16px;
		line-height: 1.88;
	}

	.article-content h1 {
		font-size: 26px;
		word-break: break-all;
	}

	.article-content h2 {
		margin-top: 36px;
		font-size: 22px;
		word-break: break-all;
	}

	.article-footer-nav a {
		width: 100%;
	}

	.home-detail-btn {
		width: 100%;
		min-height: 56px;
		font-size: 15px;
	}

	.consult-section {
		padding: 32px 0 38px;
	}

	.consult-heading {
		margin-bottom: 16px;
	}

	.consult-heading h2 {
		font-size: 22px;
	}

	.consult-form {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 16px 14px;
	}

	.consult-field label {
		font-size: 13px;
	}

	.consult-field input {
		height: 34px !important;
		padding: 0 10px !important;
		font-size: 13px !important;
	}

	.consult-field textarea {
		min-height: 60px !important;
		padding: 8px 10px !important;
		font-size: 13px !important;
	}

	.consult-submit-btn {
		width: 100%;
		min-width: 0;
		height: 36px;
		font-size: 14px;
	}
}
