/* 首页 · 产品区 + 新闻区（施贝安 VI 绿 #93d500 / 橙 #ffa400） */

/* ---------- 产品展示 ---------- */
body.home-kids-page .product {
	padding-top: 32px;
	padding-bottom: 64px;
	background: linear-gradient(180deg, #fafdfb 0%, #fff 42%, #f4fcf7 100%);
}

body.home-kids-page .product_txt1 {
	color: #1f4d32;
	font-weight: 700;
}
body.home-kids-page .product_txt2 {
	color: #5f7368;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.65;
}
body.home-kids-page .product_txt {
	position: relative;
}
body.home-kids-page .product_txt::after {
	content: "";
	display: block;
	width: 72px;
	height: 4px;
	margin: 28px auto 0;
	border-radius: 4px;
	background: linear-gradient(90deg, #93d500, #ffa400);
}

body.home-kids-page .product .case_list ul.row > li {
	margin-bottom: 28px;
	padding: 14px 12px 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(147, 213, 0, 0.18);
	box-shadow: 0 8px 28px rgba(15, 45, 35, 0.06);
	transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}
body.home-kids-page .product .case_list ul.row > li:hover {
	transform: translateY(-5px);
	border-color: rgba(147, 213, 0, 0.38);
	box-shadow: 0 18px 44px rgba(147, 213, 0, 0.14);
}

body.home-kids-page .product .case_img {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(145deg, #eef5f0 0%, #f5f0e8 100%);
}
body.home-kids-page .product .case_img img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
body.home-kids-page .product .case_list ul.row > li:hover .case_img img {
	transform: scale(1.04);
}
body.home-kids-page .product .hover-shadow:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	-webkit-transform: none;
	transform: none;
}

body.home-kids-page .product .case_txt {
	margin-top: 16px;
	text-align: center;
	font-size: 14px;
}
body.home-kids-page .product .case-left,
body.home-kids-page .product .case-right {
	float: none;
	width: 100%;
	text-align: center;
}
body.home-kids-page .product .case_name {
	color: #143d28;
	font-weight: 700;
}
body.home-kids-page .product .category {
	color: #7a8f84;
	font-size: 13px;
	margin-top: 8px;
	padding-top: 10px;
	border-top: 1px solid rgba(147, 213, 0, 0.12);
}

body.home-kids-page .product .more_button {
	border-color: rgba(147, 213, 0, 0.35);
	color: #5aa300;
	transition: background 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}
body.home-kids-page .product .more_button:hover {
	background: linear-gradient(135deg, #93d500, #7ec300);
	border-color: #6fb800;
	color: #fff;
	box-shadow: 0 8px 24px rgba(147, 213, 0, 0.35);
}

/* ---------- 首页新闻 ---------- */
body.home-kids-page .index-news {
	margin-top: 40px;
	margin-bottom: 72px;
	padding: 40px 24px 48px;
	background: linear-gradient(165deg, #fff 0%, #fbfffc 45%, #fffdf8 100%);
	border-radius: 24px;
	border: 1px solid rgba(147, 213, 0, 0.22);
	box-shadow: 0 12px 40px rgba(20, 60, 45, 0.07);
}
body.home-kids-page .index-news-list-all {
	margin-bottom: 36px;
}
body.home-kids-page .index-news-list h3 {
	color: #1f4d32;
	font-weight: 700;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 18px;
}
body.home-kids-page .index-news-list h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, #93d500, #ffa400);
}
body.home-kids-page .index-news-one {
	padding: 14px 10px;
	border-bottom: 1px solid rgba(147, 213, 0, 0.12);
	transition: background 0.25s ease, border-radius 0.25s ease;
}
body.home-kids-page .index-news-one:hover {
	background: rgba(147, 213, 0, 0.07);
	border-radius: 12px;
	border-bottom-color: transparent;
}
body.home-kids-page a.inews-one-l {
	color: #3d4a42;
	font-weight: 500;
}
body.home-kids-page a.inews-one-l:hover {
	color: #5aa300;
}
body.home-kids-page span.inews-one-r {
	color: #8a9f94;
	font-size: 13px;
}

body.home-kids-page .index-news .more_button {
	border-color: rgba(147, 213, 0, 0.35);
	color: #5aa300;
	transition: background 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}
body.home-kids-page .index-news .more_button:hover {
	background: linear-gradient(135deg, #93d500, #7ec300);
	border-color: #6fb800;
	color: #fff;
	box-shadow: 0 8px 24px rgba(147, 213, 0, 0.35);
}

@media (max-width: 992px) {
	body.home-kids-page .index-news {
		margin-left: 12px;
		margin-right: 12px;
		padding: 32px 16px 40px;
		border-radius: 18px;
	}
	body.home-kids-page .index-news-list {
		margin-bottom: 28px;
	}
	body.home-kids-page .product {
		padding-bottom: 48px;
	}
}

@media (max-width: 767px) {
	body.home-kids-page .product .case_list ul.row > li {
		padding: 10px 8px 14px;
	}
}
