/*子页样式*/
.main-wrapper{
	background-attachment: fixed ! important;/*固定背景*/
    background-repeat: no-repeat ! important; 
    background-size: cover ! important;
    background-position: center ! important;
    overflow: hidden ! important;/*溢出隐藏消除滚动条*/
    width: 100%;
    height: 400px;
}
.main-wrapper-1{
    background-image: url(../img/banner-1.jpeg);   
}

.main-wrapper-2{
    background-image: url(../img/banner-2.jpeg);
}

.main-wrapper-3{
    background-image: url(../img/banner-3.jpeg);
}

.main-wrapper-4{
    background-image: url(../img/banner-4.jpeg);
}

.main-wrapper-5{
    background-image: url(../img/banner-5.jpeg);
}

/* 子页 banner - 深色叠层 */
.advert {
	width: 100%;
	height: 400px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.5) 0%, rgba(15, 23, 42, 0.3) 100%);
}

.advert h1{
	color: #fff;
	position: relative;
	top: 200px;
	text-align: center;
	font-size: 32px;
}

.advert h2{
	color: #fff;
	position: relative;
	top: 200px;
	text-align: center;
	font-size: 28px;
}

/* 通用子页 banner 充实化（由 main.js 自动注入） */
.advert.advert-rich {
	position: relative;
	overflow: hidden;
}

.advert.advert-rich::before,
.advert.advert-rich::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.advert.advert-rich::before {
	width: 260px;
	height: 260px;
	right: 10%;
	top: 58px;
	background: radial-gradient(circle, rgba(250, 204, 21, 0.2), transparent 68%);
}

.advert.advert-rich::after {
	width: 220px;
	height: 220px;
	left: 8%;
	top: 120px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 70%);
}

.advert.advert-rich h1 {
	position: static;
	top: auto;
	margin: 0 auto;
	padding-top: 126px;
	max-width: 980px;
	font-size: clamp(30px, 4vw, 42px);
	font-family: var(--font-heading);
	opacity: 0;
	animation: bannerTitleInLeft 620ms cubic-bezier(0.22, 0.7, 0.2, 1) forwards;
}

.advert.advert-rich h2 {
	position: static;
	top: auto;
	margin: 12px auto 0;
	max-width: 760px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 247, 237, 0.95);
	opacity: 0;
	animation: bannerSubtitleInRight 680ms cubic-bezier(0.22, 0.7, 0.2, 1) 100ms forwards;
}

.advert-rich__chips {
	margin-top: 16px;
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.advert-rich__chips span {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(250, 204, 21, 0.45);
	background: rgba(127, 29, 29, 0.22);
	font-size: 13px;
	color: #fff;
}

@keyframes bannerTitleInLeft {
	from {
		opacity: 0;
		transform: translateX(-28px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes bannerSubtitleInRight {
	from {
		opacity: 0;
		transform: translateX(28px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 关于我们页：补充子页 banner 内容层次 */
.advert-about {
	position: relative;
	overflow: hidden;
}

.advert-about::before,
.advert-about::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.advert-about::before {
	width: 280px;
	height: 280px;
	right: 9%;
	top: 46px;
	background: radial-gradient(circle, rgba(250, 204, 21, 0.2), transparent 68%);
}

.advert-about::after {
	width: 220px;
	height: 220px;
	left: 8%;
	top: 120px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 70%);
}

.advert-about__inner {
	position: relative;
	z-index: 1;
	max-width: 1080px;
	margin: 0 auto;
	padding: 106px 24px 0;
	text-align: center;
	color: #fff;
}

.advert-about__kicker {
	display: inline-block;
	margin: 0 0 12px;
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 12px;
	letter-spacing: 0.08em;
}

.advert-about h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 4vw, 42px);
	font-family: var(--font-heading);
	position: static;
}

.advert-about h2 {
	margin: 12px auto 0;
	top: auto;
	position: static;
	max-width: 760px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 247, 237, 0.95);
}

.advert-about__chips {
	margin-top: 18px;
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.advert-about__chips span {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(250, 204, 21, 0.45);
	background: rgba(127, 29, 29, 0.22);
	font-size: 13px;
}
/*子页内容*/
section {
	background-color: var(--color-bg);
	width: 100%;
	min-height: 100%;
	border-top: 3px solid var(--color-cta);
}
.box {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.box-left {
	width: 20%;
	padding-bottom: 40px;
	background-color: var(--color-primary);
	float: left;
	display: inline-block;
	border-radius: 0 0 var(--radius-lg) 0;
	position: relative;
	top: -50px;
	box-shadow: var(--shadow-md);
}
.box-left .title {
	position: relative;
	top: -20px;
	width: 100%;
	height: 50px;
	background-color: var(--color-primary-hover);
}

.box-left h3{
	position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    top: 14px;
}

.box-left ul{
	width: 100%;
    margin: 0;
    padding-left: 70px; 
}

.box-left li{
	color: #fff;
    font-size: 16px;
    line-height: 40px;  
/*    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;*/
}

/*动画效果*/
/*.box-left li:hover{
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
    -moz-transform:translateX(20px);
    -o-transform:translateX(20px);
    -ms-transform:translateX(20px);
}*/

.box-left li a{
	color: #fff;
	text-decoration: none;
}

.box-left li.active a {
	font-weight: 700;
	text-decoration: underline;
}

@media (max-width: 700px) {
	.box-right .box-right-mid ul img {
		width: 100%;
	}
}

.box-right{
	float: right;
	display: inline-block;	
	width: 70%;
	margin-top: 40px; 
}

.box-right .box-right-top{
	padding-bottom: 40px;
}

.box-right .box-right-top ul {
	list-style: none;
	border-bottom: 2px solid var(--color-cta);
	padding-left: 0;
	padding-bottom: 10px;
}

.box-right .box-right-top ul li{
	display: inline-block;
	color: #555;
	font-size: 16px;
	text-align: left;		
}

.box-right .box-right-mid {
	width: 100%;
	padding: 40px;
	border-radius: var(--radius-md);
	background-color: var(--color-bg-card);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
	border: 1px solid var(--color-border-light);
}

.box-right .box-right-mid .box-text{
    float: right;
    display: inline-block;
    width: 30%;
}

/*右侧文本段落样式*/
.box-right .box-right-mid h4 {
	color: var(--color-cta);
	font-family: var(--font-heading);
}

/* 资料下载页文件列表 */
.box-right .box-right-mid .download-file-list {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}
.box-right .box-right-mid .download-file-list li {
	margin-bottom: 8px;
}
.box-right .box-right-mid .download-file-list a {
	color: var(--color-text);
	text-decoration: none;
	padding: 8px 12px;
	display: inline-block;
	border-radius: 6px;
	transition: background 0.2s, color 0.2s;
}
.box-right .box-right-mid .download-file-list a:hover {
	background: rgba(3, 105, 161, 0.08);
	color: var(--color-cta);
}

/* 资料下载页：按产品分类 */
.box-right .box-right-mid .download-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-right .box-right-mid .download-nav li {
	margin-bottom: 4px;
}
.box-right .box-right-mid .download-nav a {
	display: block;
	padding: 8px 12px;
	color: var(--color-text);
	text-decoration: none;
	border-radius: 6px;
	transition: background 0.2s, color 0.2s;
}
.box-right .box-right-mid .download-nav a:hover,
.box-right .box-right-mid .download-nav a.active {
	background: rgba(255,255,255,0.12);
	color: #fff;
}

.download-category {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--color-border);
}
.download-category:first-of-type {
	margin-top: 20px;
	padding-top: 0;
	border-top: none;
}

.download-category__title {
	font-family: var(--font-heading);
	font-size: 17px;
	font-weight: 600;
	color: var(--color-cta);
	margin: 0 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--color-border);
}

.download-category .download-file-list {
	margin-top: 0;
}

.download-category--hidden {
	display: none !important;
}

.download-file-list__placeholder {
	list-style: none;
	padding: 12px 14px;
	font-size: 14px;
	color: var(--color-text-muted);
	font-style: normal;
}
.download-file-list--empty {
	margin-bottom: 0;
}

/* 产品详情页内「资料下载」区块 */
.product-downloads {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--color-border);
}
.product-downloads h5 {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 600;
	color: var(--color-cta);
	margin: 0 0 12px;
}
.product-downloads .download-file-list {
	margin: 0;
}

/* 资料下载页：仅保留跳转提示 */
.download-redirect {
	text-align: center;
	padding: 48px 24px 64px;
}
.download-redirect__inner {
	max-width: 480px;
	margin: 0 auto;
}
.download-redirect__inner p {
	font-size: 16px;
	color: var(--color-text-muted);
	margin: 0 0 20px;
}
.download-redirect__btn {
	display: inline-block;
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background: var(--color-cta);
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}
.download-redirect__btn:hover {
	background: var(--color-cta-hover);
	transform: translateY(-1px);
}

.box-right .box-right-mid ul{
    margin: 0px 10px;
    padding: 0px 10px;
}

/*微信二维码*/
.box-right .box-weixin p{
    text-align: center;
}

.box-right .box-weixin .wixin-abs{
	display: inline-block;
	float: left;
	width: 300px;
}

.box-right .box-weixin .wixin-abs span{
	display: block;
	width: 160px;
	height: 160px;
	background-image: url("../img/weixin-abs.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.box-right .box-weixin .wixin-fa{
	display: inline-block;
	float: left;
    width: 300px;
}

.box-right .box-weixin .wixin-fa span{
	display: block;
	width: 160px;
	height: 160px;
	background-image: url("../img/weixin-fa.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.box-right .box-weixin .wixin-info{
	position: relative;
	display: inline-block;
	float: left;
	width: 300px;
	padding-top: 40px;
}

.box-right .box-weixin .wixin-info a{	
	text-decoration: none;
    display: block;
    text-align: center;
    line-height: 34px;
    width: 200px;
    height: 36px;
    margin: 20px auto;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: 1px #fff solid; 
    border-color: rgba(255,153,0,1);
    color: rgba(255,153,0,1); 
}

.box-right .box-weixin .wixin-info a:hover{
    -webkit-box-shadow:0 0 20px rgba(255,153,0, .3);
	-moz-box-shadow:0 0 20px rgba(255,153,0, .3);  
    box-shadow:0 0 20px rgba(255,153,0, .3);
}

.box-right .box-weixin .wixin-info p{
	text-align: left;
	padding-left: 40px;	
}

.box-right .box-right-mid .box-contact{
	display: inline-block;
	float: left;
	padding-right: 40px;
}

.box-right .box-right-mid .box-contact span{
	display: block;
	width: 160px;
	height: 160px;
	background-image: url("../img/weixin-safs.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

/* ========== 即将推出 / 许愿单（coming-soon.html） ========== */
.coming-soon-page h4 {
	color: var(--color-cta);
	font-size: 22px;
	margin-bottom: 12px;
}
.coming-soon-lead {
	font-size: 15px;
	line-height: 1.65;
	color: var(--color-text);
	margin-bottom: 24px;
	max-width: 52em;
}
.coming-soon-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
	clear: both;
}
.coming-soon-empty {
	color: var(--color-text-muted);
	padding: 24px 0;
}
.coming-soon-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--color-bg-card);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md, 8px);
	overflow: hidden;
	box-shadow: var(--shadow-sm, 0 1px 3px rgba(15, 23, 42, 0.08));
	transition: border-color 200ms ease-out, box-shadow 200ms ease-out;
}
.coming-soon-card:hover {
	border-color: rgba(3, 105, 161, 0.35);
	box-shadow: var(--shadow-md, 0 4px 12px rgba(15, 23, 42, 0.1));
}
.coming-soon-card__ribbon {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: var(--color-primary);
	padding: 4px 10px;
	border-radius: 4px;
	pointer-events: none;
}
.coming-soon-card__img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	background: var(--color-border-light);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.coming-soon-card__img--placeholder {
	background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 50%, #e2e8f0 100%);
}
.coming-soon-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.coming-soon-card__body {
	padding: 18px 18px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	border-left: 3px solid var(--color-cta);
	margin-left: 0;
}
.coming-soon-card__status {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: var(--color-cta);
	margin-bottom: 8px;
}
.coming-soon-card__title {
	font-size: 17px;
	font-weight: 600;
	color: var(--color-primary);
	margin: 0 0 10px;
	line-height: 1.35;
	font-family: var(--font-heading);
}
.coming-soon-card__summary {
	font-size: 14px;
	color: var(--color-text-muted);
	line-height: 1.55;
	margin: 0 0 16px;
	flex: 1;
}
.coming-soon-card__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.coming-soon-card .wish-btn {
	cursor: pointer;
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
	background: var(--color-cta);
	border-color: var(--color-cta);
	transition: background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
}
.coming-soon-card .wish-btn:hover:not(:disabled) {
	background: var(--color-cta-hover);
	border-color: var(--color-cta-hover);
	color: #fff;
}
.coming-soon-card .wish-btn:focus-visible {
	outline: 2px solid var(--color-cta);
	outline-offset: 2px;
}
.coming-soon-card .wish-btn:disabled {
	cursor: default;
	opacity: 0.85;
}
.wish-count {
	font-size: 13px;
	color: var(--color-text-muted);
}
.wish-count__num {
	color: var(--color-primary);
	font-weight: 700;
}
@media (prefers-reduced-motion: no-preference) {
	.wish-count__num--pulse {
		animation: wishCountPulse 0.35s ease-out;
	}
}
@keyframes wishCountPulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.08); }
	100% { transform: scale(1); }
}
.wish-toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%) translateY(120%);
	max-width: 90%;
	padding: 12px 20px;
	font-size: 14px;
	color: #fff;
	background: var(--color-primary);
	border-radius: 8px;
	box-shadow: var(--shadow-lg, 0 10px 24px rgba(15, 23, 42, 0.2));
	z-index: 2000;
	opacity: 0;
	pointer-events: none;
	transition: transform 220ms ease-out, opacity 220ms ease-out;
}
.wish-toast--visible {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
	.wish-toast {
		transition: opacity 0.15s ease-out;
	}
	.wish-toast--visible {
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 740px) {
	.advert.advert-rich h1 {
		padding-top: 96px;
		font-size: 28px;
	}
	.advert.advert-rich h2 {
		font-size: 15px;
		padding: 0 14px;
	}
	.advert-rich__chips span {
		font-size: 12px;
		padding: 5px 10px;
	}
	.advert-about__inner {
		padding-top: 86px;
	}
	.advert-about h2 {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.advert.advert-rich h1,
	.advert.advert-rich h2 {
		animation: none !important;
		opacity: 1;
		transform: none;
	}
}

