.banner {
	/*background-color: #e9eaec;*/
}

.banner>div {
	position: relative;
}

.banner_box {
	width: 100%;
}

.banner_box .bg1 {
	background: url(../images/banner_bg.png) no-repeat;
}

.banner_box .bg2 {
	background:url(../images/banner2_bg.jpg) no-repeat;
}

/*banner*/
.fullSlide {
	position: relative;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
	overflow: hidden;
}

.fullSlide .bd li {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.fullSlide .bd li a {
	display: block;
}

.fullSlide .bd li img {
	display: block;
	width: 100%;
}

.fullSlide .hd {
	/* width: 100%; */
	position: absolute;
	z-index: 1;
	bottom: 3%;
	right: 50%;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: right;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	* display: inline;
	zoom: 1;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 5px;
	overflow: hidden;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background-color: #ed513a;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 28px;
	height: 80px;
	background: url(../images/prev.png) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;

}

.fullSlide .next {
	left: auto;
	right: 0;
	background: url(../images/next.png) no-repeat;
}

.title-alpha {
	position: absolute;
	bottom: 0;
	text-align: left;
	color: #fff;
	height: 80px;
	line-height: 80px;
	width: 100%;
	background: url(../images/f_shadow.png) repeat-x center center;
	padding: 0 70px 0 10px;
	box-sizing: border-box;
}

.title-alpha a {
	font-size: 16px;
	color: #ffffff;
}

/*banner end*/

.banner_list {
	position: absolute;
	top: 5%;
	left: 1%;
	width: 20%;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 8px;
	border: 1px solid #dbe4e5;
}

.banner_list h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.banner_list li {
	padding-bottom: 8px;
	padding-top: 5px;
}

.banner_list li span {
	/* padding-right: 5px; */
}

.banner_list li span::after {
	width: 10px;
	padding: 4px 10px;
	height: 20px;
}

.banner_list li:first-child span::after {
	content: '1';
}

.banner_list li span::after {
	/*color:#ed513a;*/
}

.banner_list li:nth-child(2) span::after {
	content: '2';
}

.banner_list li:nth-child(3) span::after {
	content: '3';
}

.banner_list li:nth-child(4) span::after {
	content: '4';
}

.banner_list li:nth-child(5) span::after {
	content: '5';
}

.banner_list li:nth-child(6) span::after {
	content: '6';
}

.banner_list li:nth-child(7) span::after {
	content: '7';
}

.banner_list li:not(:last-child) {
	border-bottom: 1px solid #ececec;
}

.banner_list li:hover {}

.banner_list li a {
	font-size: 14px;
	line-height: 30px;
	color: #656363;
}

.banner_list li:hover a {
	color: #ed513a;
}

/* 幻灯片报价咨询悬浮表单（位置与今日热点区域一致） */
.home-quote-form {
	position: absolute;
	top: 8%;
	left: 2%;
	width: 255px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	padding: 16px;
	box-sizing: border-box;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
	z-index: 5;
}

.home-quote-form .quote-tabs {
	display: flex;
	align-items: center;
	gap: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.home-quote-form .quote-tab {
	font-size: 15px;
	color: #ed513a;
	cursor: pointer;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: -1px;
	line-height: 1;
}

.home-quote-form .quote-tab.active {
	font-weight: 700;
}

.home-quote-form .quote-tab.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background: #ed513a;
}

.home-quote-form .quote-pane {
	display: none;
}

.home-quote-form .quote-pane.active {
	display: block;
}

.home-quote-form .quote-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ed513a;
	padding: 6px 0;
	padding-top: 14px;
}

.home-quote-form .quote-label {
	width: 54px;
	flex-shrink: 0;
	font-size: 13px;
	color: #ed513a;
}

.home-quote-form .quote-citys {
	flex: 1;
	display: flex;
	gap: 6px;
	min-width: 0;
}

.home-quote-form select,
.home-quote-form input[type="tel"],
.home-quote-form input[type="text"] {
	background: transparent;
	border: none;
	outline: none;
	color: #333;
	font-size: 13px;
	width: 100%;
	height: 22px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.home-quote-form select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23666666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 2px center;
	background-size: 9px 5px;
	padding-right: 14px !important;
}

.home-quote-form select option {
	color: #333;
	background: #fff;
}

.home-quote-form .quote-citys select {
	width: 50%;
	color: #666;
}

.home-quote-form select.quote-project {
	color: #666;
}

.home-quote-form .quote-code {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.home-quote-form .quote-code-btn {
	flex-shrink: 0;
	background: #ed513a;
	color: #fff;
	border: none;
	border-radius: 27px;
	height: 24px;
	padding: 0 10px;
	font-size: 11px;
	cursor: pointer;
	white-space: nowrap;
	line-height: 24px;
}

.home-quote-form .quote-code-btn.disabled {
	background: #e5e5e5;
	color: #999;
	cursor: not-allowed;
}

.home-quote-form .quote-code-tip {
	font-size: 11px;
	color: #ed513a;
	margin: 6px 0 0;
	min-height: 14px;
	line-height: 1.4;
}

.home-quote-form .quote-submit-btn {
	width: 100%;
	height: 34px;
	background: #ed513a;
	border: none;
	border-radius: 27px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	margin-top: 12px;
	transition: background .25s;
	line-height: 34px;
	padding: 0;
}

.home-quote-form .quote-submit-btn:hover {
	background: #fb5c46;
}

.home-quote-form .quote-bottom-tip {
	font-size: 11px;
	color: #ed513a;
	text-align: center;
	margin: 10px 0 0;
	line-height: 1.4;
}

.home-quote-form .quote-bottom-tip .quote-num {
	color: #fc950c;
}

.home-quote-form .quote-projects {
	list-style: none;
	margin: 15px 0 6px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-height: 180px;
	overflow-y: auto;
}

.home-quote-form .quote-projects li {
	width: calc(50% - 3px);
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	font-size: 12px;
	color: #ed513a;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .25s;
	background: #fff;
}

.home-quote-form .quote-projects li.active,
.home-quote-form .quote-projects li:hover {
	background: #ed513a;
	border-color: #ed513a;
	color: #fff;
}

/* 中小屏下压缩表单高度，避免超出幻灯片 */
@media(max-width:1200px) {
	.home-quote-form {
		padding: 12px 14px;
	}
	.home-quote-form .quote-tab {
		font-size: 14px;
		padding-bottom: 7px;
	}
	.home-quote-form .quote-row {
		padding: 4px 0;
		padding-top: 6px;
	}
	.home-quote-form .quote-submit-btn {
		margin-top: 8px;
	}
	.home-quote-form .quote-bottom-tip {
		margin: 6px 0 0;
	}
}

.more {
	display: block;
	width: 200px;
	margin: 30px auto;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	text-align: center;
	padding: 10px 0;
}

.index-content {
	margin-bottom: 10px !important;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #eaeaea;
}

.tab-title {
	width: 100%;
	border-bottom: 2px solid #fc5719;
	height: 52px;
	line-height: 52px;
	justify-content: space-between;
}

.tab-title li {
	width: 100px;
	text-align: center;
}

.tab-title li:last-child a {
	border: 1px solid #fc5719;
	color: #fc5719;
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 10px;
}

.tab-content {
	width: 71%;
	box-sizing: border-box;
}

.tab-content .list-left {
	width: 45%;
	border-right: 1px solid #eaeaea;
}

.tab-content .list-left {
	padding: 15px 18px;
	box-sizing: border-box;
}

.tab-content .list-left a {
	font-size: 14px;
	justify-content: space-between;
	color: #666;
	line-height: 35px;
}

.tab-content .list-left p {
	width: 75%;
}

.tab-content .list-left p:hover {
	text-decoration: underline;
	color: #ed513a;
}

.tab-content .list-left p.des {
	display: none;
}

.tab-content .list-left time {
	width: 25%;
	overflow: hidden;
	display: block;
	font-size: 12px;
	text-align: right;
}

.tab-content .item-list {
	width: 55%;
	padding-left: 18px;
	box-sizing: border-box;
}

.tab-content .item-list li {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
	transition: all .3s ease 0s;
}

.tab-content .item-list li:not(:last-child) {
	border-bottom: 1px solid #efefef;
}

.tab-content .item-list li .item-left {
	width: 30%;
	display: block;
}

.tab-content .item-list li .item-left,
.tab-content .item-list li .item-left img {
	height: 6.8rem;
	overflow: hidden;
}

.tab-content .item-list li .item-left img {
	width: 100%;
	object-fit: cover;
}

.tab-content .item-list li .item-right {
	width: 70%;
	display: block;
	position: relative;
	/* height: 7rem; */
	padding-left: 10px;
}

.tab-content .item-list li .item-right strong {
	font-weight: 500;
	color: #ed513a;
	padding: 0 10px;
	font-size: 15px;
	line-height: 1.4;
}

.tab-content .item-list li .item-right strong:hover {
	text-decoration: underline;
}

.tab-content .item-list li .item-right p {
	/* line-height: 30px; */
	color: #666666;
	font-size: 14px;
	padding: 0 10px;
	margin: 10px 0;
}

.tab-content .item-list li .item-right .item-meta {
	color: #868686;
	font-size: 12px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 5px;
}

.index-list-right {
	width: 28%;
	border-left: 1px solid #eaeaea;
}

.small_t {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #333;
	border-bottom: 1px solid #eaeaea;
}

.small_t h4 {
	font-size: 16px;
	font-weight: normal;
	color: #f7a61e;
	margin-left: 20px;
}

.small_t span {
	background-color: #f7a61e;
	color: #fff;
	font-size: 7px;
	padding: 0 2px;
	margin-left: 5px;
	border-radius: 10%;
}

.click_order {
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px 18px;
}

.click_order li {
	line-height: 40px;
	font-size: 15px;
	position: relative;
}

.click_order li:first-child::before {
	content: '1.';
	color: #666666;
	font-size: 14px;
}

.click_order li:nth-child(2)::before {
	content: '2.';
}

.click_order li:nth-child(3)::before {
	content: '3.';
}

.click_order li:nth-child(4)::before {
	content: '4.';
}

.click_order li:nth-child(5)::before {
	content: '5.';
}

.click_order li:nth-child(6)::before {
	content: '6.';
}

.click_order li:nth-child(7)::before {
	content: '7.';
}

.click_order li:nth-child(8)::before {
	content: '8.';
}

.click_order li:nth-child(9)::before {
	content: '9.';
}

.click_order li::before {
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
}

.click_order li a {
	padding-left: 15px;
	color: #666666;
	font-size: 14px;
}

.click_order li a:hover {
	text-decoration: underline;
	color: #ed513a;
}

.hot_meta {
	padding: 10px 18px 18px;
	flex-wrap: wrap;
}

.hot_meta a {
	max-width: 46%;
	margin-top: 12px;
	border: 1px solid #f2f2f2;
	font-size: 14px;
	/* display: block; */
	/* padding: 6px; */
	margin-right: 10px;
	background: #fafafa;
	border-radius: 3px;
}

.tab-content .second-list {
	width: 100%;
	border-right: none;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #f2f2f2;
}

.tab-content .second-list a {
	width: 48.5%;
}

.tab-content .second-item {
	padding: 15px 5px 15px 18px;
	box-sizing: border-box;
	justify-content: space-between;
}

.tab-content .second-item li {
	width: 23%;
}

.tab-content .second-item li .item-right strong {
	font-weight: normal;
	padding: 15px 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.tab-content .second-item li .item-right strong:hover {
	text-decoration: underline;
}

.tab-content .second-item li .item-right p {
	color: #666666;
	font-size: 13px;
	margin: 15px 0 10px;
	justify-content: space-between;
}

.tab-content .second-item li .item-right p a {
	display: block;
	border: 1px solid #fc5719;
	width: 46%;
	padding: 3px 0;
	text-align: center;
	color: #fc5719;
}

.tab-content .second-item li .item-right p a:first-child {
	border-color: #f7a61e;
	color: #f7a61e;
}

.tab-content .second-item li .item-right p a:first-child:hover {
	background-color: #f7a61e;
	color: #fff;
}

.tab-content .second-item li .item-right p a:last-child:hover {
	background-color: #fc5719;
	color: #fff;
}

.tab-content .second-item li .item-left,
.tab-content .second-item li .item-left img {
	height: 6.8rem;
	overflow: hidden;
}

.tab-content .second-item li .item-left img {
	width: 100%;
	object-fit: cover;
}

.links {
	padding: 25px 0;
	color: #8a8a8a;
	background: #f9f9f9;
	font-size: 14px;
}

.links .links-title {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	font-size: 15px;
}

.links .links-title b {
	border-bottom: 2px solid #ed513a;
	color: #383838;
	padding-bottom: 15px;
}

.links .links-list {
	margin-top: 15px;
	line-height: 30px;
}

.links .links-list a {
	margin-right: 12px;
    color: #8e8a8a;
}

@media(max-width:1400px) {
	.container {
		/* padding-left: 10px; */
		/* padding-right: 10px; */
		box-sizing: border-box;
	}
}

@media(max-width:1024px) {
	.banner_list li:last-child {
		display: none;
	}
}

@media(max-width:800px) {

	.banner_list,
	.home-quote-form,
	.index-list-right {
		display: none;
	}

	.banner_box {
		width: 100%;
		margin-bottom: 15px;
	}

	.index-content {
		flex-wrap: wrap;
		/* margin-left: 10px; */
		/* margin-right: 10px; */
		border: none;
	}

	.tab-content {
		width: 100%;
	}
}

@media(max-width:600px) {

	section {
		border-top: 10px solid #f7f8fa;
		margin-top: 0 !important;
	}

	.tab-title {
		font-size: 16px;
	}

	.tab-content .item-list li .item-right strong {
		font-size: 16px;
		color: #000;
	}

	.tab-content .item-list li .item-right p {
		font-size: 15px;
	}

	.tab-content {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.tab-content .list-left,
	.tab-content .item-list,
	.tab-content .second-list a {
		width: 100%;
	}

	.tab-content .item-list {
		padding-right: 12px;
	}

	.tab-content .list-left {
		border-right: none;
		border-top: 1px solid #eaeaea;
	}

	.tab-content .second-item {
		flex-wrap: wrap;
	}

	.tab-content .second-item li {
		width: 49%;
		margin-bottom: 15px;
	}

	.tab-content .list-left a {
		flex-wrap: wrap;
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
	}

	.tab-content .list-left a:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.tab-content .list-left p {
		width: 100%;
		color: #000;
		font-size: 16px;
	}

	.tab-content .list-left p:first-child{
		position:relative;
		padding-left: 10px;
	}
	.tab-content .list-left p:first-child::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 5px;
		height: 5px;
		margin-top: -2px;
		border-radius: 50%;
		background-color: #ff9c02;
	}

	.tab-content .list-left p.des {
		display: -webkit-box;
		padding-left: 10px;
		color: #999;
		line-height: 25px;
	}

	.tab-content .list-left time {
		display: none;
	}

	.links {
		display: none;
	}
}

/* ========== 首页营销区块：玻尿酸信任优势条 ========== */
.ym-trust-bar {
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 16px 24px;
	box-sizing: border-box;
	gap: 24px;
}

.ym-trust-slogan {
	flex-shrink: 0;
	padding-right: 24px;
	border-right: 1px solid #f0f0f0;
}

.ym-trust-slogan h1 {
	font-size: 21px;
	font-weight: 700;
	color: #222;
	line-height: 1.3;
	margin: 0;
	white-space: nowrap;
}

.ym-trust-slogan h1 em {
	font-style: normal;
	color: #ed513a;
}

.ym-trust-slogan p {
	font-size: 12px;
	color: #999;
	letter-spacing: 0.5px;
	margin: 6px 0 0;
	white-space: nowrap;
}

.ym-trust-list {
	flex: 1;
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ym-trust-list li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ym-trust-ico {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff9a82, #ed513a);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ym-trust-ico svg {
	width: 22px;
	height: 22px;
}

.ym-trust-list strong {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	line-height: 1.3;
}

.ym-trust-list div span {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 2px;
}

/* ========== 首页营销区块：玻尿酸价格行情 ========== */
.ym-price-box {
	background: #fff;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}

.ym-price-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 52px;
	padding: 0 18px;
	border-bottom: 2px solid #fc5719;
	box-sizing: border-box;
}

.ym-price-head h2 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0;
}

.ym-price-head h2 small {
	font-size: 12px;
	font-weight: 400;
	color: #ed513a;
	background: #fdecea;
	border-radius: 3px;
	padding: 2px 6px;
	margin-left: 8px;
	vertical-align: 1px;
}

.ym-price-more {
	font-size: 12px;
	color: #fc5719;
	border: 1px solid #fc5719;
	border-radius: 5px;
	padding: 5px 10px;
	transition: all .25s;
}

.ym-price-more:hover {
	background: #fc5719;
	color: #fff;
}

.ym-price-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 16px 12px 4px;
	box-sizing: border-box;
}

.ym-price-item {
	width: 16.66%;
	padding: 0 6px 12px;
	box-sizing: border-box;
}

.ym-price-card {
	position: relative;
	text-align: center;
	background: #fff8f6;
	border: 1px solid #ffe1da;
	border-radius: 8px;
	padding: 16px 6px;
	transition: all .25s;
}

.ym-price-card:hover {
	border-color: #ed513a;
	box-shadow: 0 8px 18px rgba(237, 81, 58, .16);
	transform: translateY(-3px);
}

.ym-price-tag {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 11px;
	color: #fff;
	background: #ed513a;
	border-radius: 3px;
	padding: 1px 6px;
	line-height: 1.5;
}

.ym-price-name {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	margin: 0 0 8px;
}

.ym-price-name:hover {
	color: #ed513a;
}

.ym-price-now {
	font-size: 27px;
	font-weight: 700;
	color: #ed513a;
	line-height: 1;
	margin: 0;
}

.ym-price-now em {
	font-size: 14px;
	font-style: normal;
	margin-right: 1px;
}

.ym-price-now small {
	font-size: 12px;
	font-weight: 400;
	margin-left: 2px;
}

.ym-price-old {
	font-size: 12px;
	color: #bbb;
	text-decoration: line-through;
	margin: 7px 0 10px;
}

.ym-price-btn {
	display: inline-block;
	background: #ed513a;
	color: #fff;
	font-size: 13px;
	border: none;
	border-radius: 15px;
	padding: 0 18px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	transition: background .25s;
}

.ym-price-btn:hover {
	background: #fb5c46;
}

.ym-price-note {
	font-size: 12px;
	color: #999;
	margin: 0;
	padding: 0 18px 14px;
	line-height: 1.6;
}

@media(max-width:1200px) {
	.ym-trust-bar {
		flex-wrap: wrap;
	}

	.ym-trust-slogan {
		width: 100%;
		padding: 0 0 12px;
		margin-bottom: 4px;
		border-right: none;
		border-bottom: 1px solid #f0f0f0;
	}

	.ym-trust-list {
		justify-content: space-between;
	}

	.ym-price-item {
		width: 33.33%;
	}
}

@media(max-width:800px) {
	.ym-trust-bar {
		padding: 12px 14px;
		gap: 10px;
	}

	.ym-trust-list {
		flex-wrap: wrap;
	}

	.ym-trust-list li {
		width: 50%;
		padding: 6px 0;
	}

	.ym-price-item {
		width: 50%;
	}

	.ym-price-head {
		height: 46px;
		padding: 0 12px;
	}

	.ym-price-head h2 {
		font-size: 16px;
	}

	.ym-price-head h2 small {
		display: none;
	}

	.ym-price-more {
		padding: 4px 8px;
		white-space: nowrap;
	}

	.ym-price-list {
		padding: 12px 8px 2px;
	}

	.ym-price-now {
		font-size: 24px;
	}

	.ym-price-note {
		padding: 0 12px 12px;
	}
}

@media(max-width:600px) {
	.ym-trust-slogan h1 {
		font-size: 18px;
	}

	.ym-price-btn {
		padding: 0 14px;
	}
}

/* ========== 移动端适配：内容两侧留白 + 幻灯片卡片化（参考 youmei 移动端；全部限定在媒体查询内，PC 端样式不变） ========== */
@media(max-width:800px) {
	/* 全站内容容器两侧统一留白 16px（选择器带 body 提升特异性，覆盖 reset.css 后加载的 .footer-top/.top-head 等内边距规则） */
	body .container {
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

	/* 幻灯片区：顶部留白 + 圆角卡片化（对齐 youmei 移动端 12px/16px 留白） */
	.banner {
		padding-top: 12px;
	}

	.banner_box {
		border-radius: 6px;
		overflow: hidden;
	}

	.fullSlide .bd li img {
		height: 210px;
		object-fit: cover;
	}

	/* 底部版权区：取消原 10px 内边距，与容器 16px 留白统一，避免叠加（提高特异性以覆盖后加载的 reset.css 规则） */
	body footer {
		padding-left: 0;
		padding-right: 0;
	}
}

@media(max-width:768px) {
	/* 手机竖屏：幻灯片高度对齐 youmei 移动端（48vw） */
	.fullSlide .bd li img {
		height: 48vw;
	}
}

@media(max-width:640px) {
	/* 四宫格快捷入口两侧留白 */
	.projects {
		margin-left: 16px;
		margin-right: 16px;
	}

	/* 快捷入口图标：渐变圆形底 + 白色矢量图标（与站内主色 #ed513a 体系一致，替代原 PNG 位图） */
	.projects a .ym-proj-ico {
		display: flex;
		width: 46px;
		height: 46px;
		margin: 0 auto 6px;
		border-radius: 50%;
		background: linear-gradient(135deg, #ff9a82, #ed513a);
		color: #fff;
		align-items: center;
		justify-content: center;
		box-shadow: 0 3px 8px rgba(237, 81, 58, .22);
	}

	.projects a .ym-proj-ico svg {
		width: 24px;
		height: 24px;
	}
}

/* ========== 移动端信任优势条：内容居中显示（仅移动端生效，PC 端样式不变） ========== */
@media(max-width:800px) {
	.ym-trust-slogan {
		text-align: center;
	}

	/* 卖点项改为纵向排布（图标上、文字下），整体水平居中，形成 2×2 对称网格 */
	.ym-trust-list li {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 6px;
	}
}
