body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'TsangerYunHei-W04', serif;
	font-size: 16px;
}

@font-face {
	font-family: "TsangerYunhei03";
	src: url("fonts/TsangerYunHei-W03.otf");
	format"opentype";
}

@font-face {
	font-family: "TsangerYunhei04";
	src: url("fonts/TsangerYunHei-W04.otf");
	format"opentype";
}

@font-face {
	font-family: "TsangerYunhei05";
	src: url("fonts/TsangerYunHei-W05.otf");
	format"opentype";
}

@font-face {
	font-family: "TsangerYunhei06";
	src: url("fonts/TsangerYunHei-W06.otf");
	format"opentype";
}

body {
	background-color: #f5f5f5;
	color: #333;
	line-height: 1.6;
}

/* 全局容器 */
.container {
	max-width: 100%;
	margin: 0 auto;
}

.color-black {
	color: #000000 !important;
}

img {
	object-fit: cover;
	/* 关键：缓慢动画 0.5秒 */
	transition: transform 0.5s ease;
}

img:hover {
	/* transform: scale(1.05); */
	/* 1.1 = 放大 10% */
	/* cursor: pointer; */
}

.mobile img:hover {
	transform: scale(1.00);
	/* 不放大*/
	/* cursor: pointer; */
}

.w400 {
	width: 400px;
}

/* 头部banner */
.header-banner {
	background: url(../img/bg01_pc.webp);
	background-size: cover;
	text-align: center;
}

.header-banner .leftImg {
	width: 35%;
	position: absolute;
	/* margin: 135px 135px; */
	margin: 1.2rem 0.9rem;
}

.header-banner .xiaoche {
	margin-top: 4rem;
}

.header-banner .leftImg img {
	width: 100%;
	height: auto;
}

.header-banner .leftImg img:hover {
	transform: scale(1.0);
	/* 1.1 = 放大 10% */
	/* cursor: pointer; */
}

.header-banner .rightImg {
	/* width: 50%; */
	margin-left: 45%;
}

.header-banner .rightImg img {
	width: 100%;
	height: auto;
	margin-top: 1.2rem;
}

.header-banner .rightImg img:hover {
	transform: scale(1.0);
	/* 1.1 = 放大 10% */
	/* cursor: pointer; */
}

.header-banner .logo {
	font-size: 0.48rem;
	font-weight: 900;
	margin-bottom: 0.02rem;
}

.header-banner .brand {
	font-size: 0.36rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	margin-bottom: 0.1rem;
}

.header-banner .slogan {
	font-size: 0.18rem;
	color: #555;
	margin-bottom: 0.3rem;
}

.header-banner .yuyue_btn1 p {
	font-size: 0.39rem;
	color: #424242;
	margin: 0.2rem 0;
	letter-spacing: 0.05rem;
	white-space: nowrap;
}

/* .header-banner .yuyue_btn1 .btn{
	width: 160px;
} */

.header-banner .yuyue_btn1 .btn {
	position: relative;
	width: 1.8rem;
	height: auto;

}

.car-showcase-part01 {
	width: 100%;
	/* height: 600px; */
	/* margin-top: 200px; */
	position: relative;
}

.car-showcase-part01 .nimg {
	/* margin-top: 1000px; */
	position: absolute;
	bottom: 0;
}

.car-showcase-part02 {
	width: 100%;
	height: 100%;
	/* margin-top: -100px; */
	/* margin-left: 300px; */
	position: relative;
}

.car-showcase-part02-text {
	/* margin-top: 700px;
	font-weight: bold; */
	line-height: 0.4rem;
	font-family: 'TsangerYunHei-W05', serif;
	color: #000000;
	font-size: 0.42rem;
}

.car-showcase-part02 .nl-img {
	position: absolute;
	bottom: 0;
	/* margin-left: 500px; */
}

.header-banner .yuyue_btn1 .btn img {
	display: block;
	width: 100%;
	height: auto;
	/* width: 122px !important;
	height: 47px !important;
	margin-left: 20px; */
}

.header-banner .yuyue_btn1 .btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.33rem;
	color: #000000;
	/* font-weight: bold; */
	white-space: nowrap;
	font-family: 'TsangerYunHei-W04', serif;
}

.xiaoche {
	padding-top: 0.4rem;
}

.xiaoche ul {

	overflow: hidden;
}

.xiaoche ul li {
	width: 50%;
	float: left;
}

.xiaoche ul li img {
	width: 100% !important;
	height: 100% !important;
}

.xiaoche ul li .title-01 {
	font-size: 0.27rem;
	color: #ffffff;
	margin: 0.2rem 0 0 0;
	font-family: 'TsangerYunHei-W05', serif;
	/* font-weight: bold; */
}

.xiaoche ul li .title-02 {
	font-size: 0.21rem;
	color: #fff;
	font-family: 'TsangerYunHei-W04', serif;
	white-space: nowrap;

}

.xiaoche ul li .title-02 span {
	color: #daf900;
	font-size: 0.36rem;
	font-family: 'TsangerYunHei-W06', serif;
	/* font-weight: bold; */
}

.xiaoche ul li .title-03 span {
	color: #daf900;
	font-size: 0.36rem;
	font-family: 'TsangerYunHei-W06', serif;
	white-space: nowrap;
	/* font-weight: bold; */
}

/* .xiaoche ul li{
	border-right: 2px solid #fff;
}
.xiaoche ul li:last-child{
	border: none;
} */
.car-models {
	display: flex;
	justify-content: center;
	gap: 0.4rem;
	flex-wrap: wrap;
}

.car-item {
	text-align: center;
}

.car-item img {
	width: 2.20rem;
	height: auto;
	margin-bottom: 0.1rem;
}

.car-item .price {
	font-size: 0.14rem;
	color: #666;
}

.car-item .price-num {
	font-size: 0.24rem;
	color: #bfff00;
	/* font-weight: bold; */
}

/* 六大权益模块 */
.benefits-section {
	background: url(../img/mbg02_pc.webp);
	background-color: #fff;
	padding: 0.24rem 0.40rem;
	background-size: cover;
}

.benefits-section h2 {
	text-align: center;
	margin-bottom: 0.30rem;
	font-family: 'TsangerYunHei-W06', serif;
}

.benefit-list {
	/* max-width: 1400px; */
	margin: 0 auto;
}

.benefit-list .box {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.24rem;
	margin: 0;
	padding: 0;
}

.benefit-item {
	display: inline-block;
	align-items: flex-start;
	/* margin: 10px; */
	padding-bottom: 0.15rem;
	/* width: calc(100% - 16px); */
	border: 1px solid #eee;
	padding: 0;
	text-align: center;
	height: 3.74rem;
	border-radius: 0.1rem;
	vertical-align: text-bottom;
	font-family: 'TsangerYunHei-W04', serif;
}

.qy {
	width: 96.5%;
	/* padding: 20px;
	height: 210px; */
}

.qy:hover {
	background: none;
}

.qy .benefit-icon {
	position: absolute;
	margin-top: 0.6rem;
	margin-left: 0.3rem;
}

.qy .benefit-content h3 {
	text-align: left;
	margin-left: 0.1rem;
}

.quanyi-icon {
	font-size: 0.20rem;
	display: inline-block;
	margin-right: 0.05rem;
	vertical-align: middle;
}

.qy .benefit-content p {
	text-align: left;
	margin-left: 0.20rem;
	font-size: 0.10rem;
	color: #999;
	font-family: 'TsangerYunHei-W04', serif;
	width: 100%;
	font-size: 0.16rem;
	line-height: 1.5;
}

.benefit-icon {
	width: 1rem;
	height: 1rem;
	background: #f8f8f8;
	border-radius: 100%;
	text-align: center;
	margin: 0.10rem auto;
}

.benefit-item:hover .benefit-icon {
	background: #ffffff;
}

.benefit-item:hover {
	background: #f0f0f0;
}

.benefit-icon img {
	margin-top: 0.15rem;
	width: 0.77rem;
	height: auto;
}

.benefit-content h3 {
	font-size: 0.36rem;
	margin-bottom: 0.05rem;
	color: #000000;
	font-family: 'TsangerYunHei-W06', serif;
}

.benefit-content p {
	font-size: 0.18rem;
	line-height: 1.5;
}

.benefit-note {
	max-width: 14rem;
	margin: 0.30rem auto 0;
	font-size: 0.13rem;
	color: #777;
	line-height: 1.5;
}

/* 外观设计模块 */
.design-section {
	background: url(../img/bg_pc.webp) no-repeat;
	padding: 0.6rem 0 0 0;
	text-align: center;
	background-size: cover;
	margin-left: -10px;
}

section h2 {
	font-size: 0.43rem;
	color: #005542;
	/* margin-bottom: 10px !important; */
	margin: auto;
	font-family: 'TsangerYunHei-W06', serif;
	font-weight: normal;
}

.h2-title {
	height: 0.3rem;
	font-family: 'TsangerYunHei-W06', serif;
	font-weight: normal;
	font-size: 0.48rem;
	color: #000000;
}

.sub-title {
	font-size: 0.32rem;
	color: #2C2C2C;
	margin-bottom: 0.3rem;
	letter-spacing: 0.05rem;
	font-family: 'TsangerYunHei-W03', serif;
}

.design-text {
	/* max-width: 600px; */
	margin: 0.5rem auto 0.4rem;
	font-size: 0.32rem;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	font-family: 'TsangerYunHei-W03', serif;
	color: #2C2C2C;
}

.car-showcase {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.car-showcase img {
	width: 80%;
	/* max-width: 1486px; */
	height: auto;
	/* border-radius: 8px; */
	/* margin-top: 20px; */
}

/* 越野性能模块 */
.offroad-section {
	background: url(../img/mbg04_pc.webp);
	background-color: #fff;
	padding: 0.5rem 0.4rem;
	text-align: center;
	background-size: cover;
}

.offroad-features {
	display: flex;
	justify-content: center;
	gap: 0.24rem;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}

.feature-item {
	width: 100%;
	height: 2.8rem;
	text-align: center;
	height: auto;
	overflow: hidden;
}

.feature-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0.04rem;
	margin-bottom: 0.10rem;
}

.feature-item h3 {
	font-family: 'TsangerYunHei-W05', serif;
	letter-spacing: 0.02rem;
	font-size: 0.21rem;
}

.feature-item p {
	font-size: 0.15rem;
	color: #000000;
	letter-spacing: 0.02rem;
	font-family: 'TsangerYunHei-W04', serif;
}

/* 定制化模块 */
.custom-section {

	/* background-color: #f0f0f0; */
	padding: 0.5rem 0.4rem;
	text-align: center;
}

.bottom-section {
	background: url(../img/mbg05_pc.webp);
	background-size: cover;
}

.custom-car {
	width: 100%;
	/* max-width: 1400px; */
	/* margin: 40px auto; */
}

.custom-car img {
	width: 80%;
	height: auto;
	margin-top: 0.20rem;
}

.custom-parts {
	display: flex;
	justify-content: center;
	gap: 0.2rem;
	flex-wrap: wrap;
	margin-top: 0.4rem;
}

.part-item {
	width: 2.86rem;
	text-align: center;
	height: 2.40rem;
	overflow: hidden;
}

.part-item-pc {
	width: 24%;
	text-align: center;
	height: auto;
	overflow: hidden;
}

.part-item-pc img {
	width: 100%;
	object-fit: contain;
	background: #fff;
	border-radius: 0.04rem;
	margin-bottom: 0.08rem;
}

.part-item img {
	width: 100%;
	object-fit: contain;
	background: #fff;
	border-radius: 0.04rem;
	margin-bottom: 0.08rem;
}

.part-item-pc p {
	font-size: 0.24rem;
	color: #000000;
	letter-spacing: 0.05rem;
	font-family: 'TsangerYunHei-W04', serif;
}

.part-item p {
	font-size: 0.32rem;
	color: #000000;
	letter-spacing: 0.05rem;
}

/* 友好驾驶模块 */
.friendly-section {
	/* background: url(../img/mbg05_pc.webp); */
	/* background-color: #fff; */
	padding: 0.5rem 0;
	text-align: center;
}

.Stitle {
	/* margin-top: 80px; */
	/* font-weight: bold; */
	line-height: 0.4rem;
	font-family: 'TsangerYunHei-W05', serif;
	color: #000000;
	font-size: 0.42rem;
}

.Stitle1 {
	margin-top: 0.5rem;
	/* font-weight: bold; */
	line-height: 0.4rem;
	font-family: 'TsangerYunHei-W05', serif;
	color: #000000;
	font-size: 0.42rem;
}

.color-black-x {
	margin-top: 0.3rem;
	font-size: 0.24rem;
	font-family: 'TsangerYunHei-W04', serif;
}

.Stitle .Tleft {
	background: url(../img/Tleft.webp) top no-repeat;
	background-size: cover;
	width: 0.13rem;
	height: 0.4rem;
	display: inline-block;
	/* margin: 5px 10px; */
	vertical-align: middle;
	/* background-size: 80%; */
}

.Stitle .Tright {
	background: url(../img/Tright.webp) bottom no-repeat;
	width: 0.13rem;
	height: 0.4rem;
	display: inline-block;
	/* margin: 5px 10px; */
	vertical-align: middle;
	background-size: cover;
}

.Stitle1 .Tleft {
	background: url(../img/Tleft.webp) top no-repeat;
	width: 0.13rem;
	height: 0.4rem;
	display: inline-block;
	/* margin: 5px 10px; */
	vertical-align: middle;
	background-size: 80%;
}

.Stitle1 .Tright {
	background: url(../img/Tright.webp) bottom no-repeat;
	width: 0.13rem;
	height: 0.4rem;
	display: inline-block;
	/* margin: 5px 10px; */
	vertical-align: middle;
	background-size: cover;
}

.car-showcase .nimg {
	width: 0.58rem;
	height: 1.16rem;
	position: absolute;
	right: 1rem;
}

.car-showcase .nl-img {
	width: 1.71rem;
	height: 1.48rem;
	position: absolute;
	left: 1rem;
}

.friendly-content {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	background: url(../img/bg2_pc.webp);
	background-size: cover;
}

.friendly-content ul li {
	flex: 1
}

.friendlybox {
	margin: 0.2rem 0;
}

.friendlybox h3 {
	font-family: 'TsangerYunHei-W05', serif;
	letter-spacing: 0.02rem;
	font-size: 0.21rem;
}

.friendlybox p {
	font-size: 0.15rem;
	color: #000000;
	letter-spacing: 0.02rem;
	font-family: 'TsangerYunHei-W04', serif;
}

.friendly-content img {
	width: 100%;
	/* max-width: 1400px; */
	height: auto;
	display: block;

	/* border-radius: 8px; */

}

.friendly-content .img01 {
	width: 80%;
	/* max-width: 1400px; */
	height: auto;
	display: block;
	margin: 0 auto;
	/* border-radius: 8px; */

}

.friendly-content ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 0.24rem;
	padding: 0.4rem 0.4rem !important;

}

/* 底部品牌模块 */
.footer-brand {
	/*  background-color: #f5f5f5; */
	padding: 0.4rem 0.2rem;
	text-align: center;
}

.footer-brand .logo {
	font-size: 0.48rem;
	margin-bottom: 0.3rem;
}

.footer-cars {
	display: flex;
	justify-content: center;
	gap: 0.3rem;
	flex-wrap: wrap;
}

.footer-cars img {
	height: auto;
	width: 100%;
}

.image-row {
	display: flex;
	gap: 0.1rem;
	justify-content: flex-start;
	align-items: center;
}

.image-row img {
	width: 2rem;
	height: auto;
}

.image-row-pc {
	display: flex;
	/* 可选：设置间隙 */
	gap: 0.1rem;
	/* 可选：水平对齐方式 */
	justify-content: flex-start;
	/* 默认从左侧排列 */
	/* 可选：垂直对齐 */
	align-items: center;
}

.image-row-pc img:first-child {
	height: auto;
	width: 50%;
}

/* 最后一个 img */
.image-row-pc img:last-child {
	height: auto;
	width: 50%;
}

.bottomlogo {
	display: none;
}

/*产品配置表*/

.probox {
	/* width: 100%; */
	/* max-width: 1400px; */
	background: white;
	border-radius: 0.15rem;
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
	overflow: hidden;
	margin: 0.24rem 0.4rem;
}

.probox h1 {
	text-align: center;
	padding: 0.15rem;
	color: #4a4a4a;
	background: linear-gradient(to right, #999999 0%, #999999 100%);
	color: white;
	margin-bottom: 0;
	font-size: 0.28rem;
	margin-top: 0;
}

.F20 {
	font-size: 0.14rem;
	font-family: 'TsangerYunHei-W06', serif;
}

.accordion {
	list-style: none;
}

.accordion-item {
	border-bottom: 0.01rem solid #e0e0e0;
}

.accordion-item:last-child {
	border-bottom: none;
}

.accordion-header {
	padding: 0.2rem;
	/* cursor: pointer; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
	background-color: #f9f9f9;
}

.accordion-header:hover {
	background-color: #f0f0f0;
}



.accordion-title {
	font-weight: 600;
	color: #333;
	font-size: 0.18rem;
}

.accordion-icon {
	width: 0.24rem;
	height: 0.24rem;
	position: relative;
	transition: transform 0.3s ease;
}

.accordion-icon::before,
.accordion-icon::after {
	content: '';
	position: absolute;
	background-color: #006644;
	transition: all 0.3s ease;
}

.accordion-icon::before {
	width: 100%;
	height: 0.02rem;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.accordion-icon::after {
	width: 0.02rem;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.accordion-header.active .accordion-icon::after {
	transform: translateX(-50%) rotate(90deg);
	opacity: 0;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	background-color: white;
}

.accordion-content-inner ul li span {
	text-align: center;
	width: 33%;
	display: inline-block;
	background: #f8f8f8;
	font-family: 'TsangerYunHei-W06', serif;
	color: #999;
}

/* .accordion-header.active+.accordion-content {
	max-height: 500px;
	padding: 15px;
} */

.accordion-content p {
	color: #555;
	line-height: 1.6;
	margin-bottom: 0.1rem;
}

.accordion-content ul {
	margin-bottom: 0.4rem;
}

.accordion-content li {
	padding: 0.05rem;
	background: #f8f8f8;
	list-style: none;
	margin-bottom: 0.05rem;
	display: flex;
	align-items: center;
}

.tabletitle {
	font-size: 0.2rem;
}

.tabletitle ul {
	text-align: center;
	display: flex;
	gap: 0.03rem;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.tabletitle ul li {
	width: 33.3%;
	display: inline-block;
	font-size: 0.2rem;
	text-align: center;
	background: #eee;
	height: 0.4rem;
	line-height: 0.4rem;
	font-family: 'TsangerYunHei-W06', serif;
}

/* 添加一些动画效果 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.accordion-content-inner {
	animation: fadeIn 0.3s ease forwards;
}

/* 响应式设计 */


/* 平板 */
@media (min-width: 768px) and (max-width: 1199px) {
	body {
		font-size: 0;
		overflow-x: hidden;
	}

	.header-banner {
		background: url(../img/mbg_01.webp);
		background-size: cover;
		text-align: center;
		height: 13.5rem;
		overflow: hidden;
	}

	.car-showcase-part01 {
		width: 100%;
		height: 7.5rem;
		margin-top: -1rem;
		position: relative;
	}

	.header-banner .rightImg {
		width: 100%;
		margin: 0px;
		margin-top: 5rem;
		position: absolute;
	}

	.header-banner .leftImg {
		width: 100%;
		position: absolute;
		margin: 0 auto;
	}

	.header-banner .xiaoche {
		margin-top: 10rem;
	}

	.benefits-section {
		background: url(../img/mbg02.webp);
		padding: 40px 20px;
		height: auto;
		box-sizing: border-box;
		background-size: cover;
	}

	.benefit-icon img {
		margin-top: 0px;
	}

	.qy {
		height: auto;
	}

	.xiaoche ul li {
		width: 50%;
		float: left;
	}

	.feature-item h3 {
		font-family: 'TsangerYunHei-W05', serif;
		letter-spacing: 0.02rem;
		font-size: 0.24rem;
	}

	.image-row img {
		width: 50%;
		height: auto;
	}

	.benefit-list .box {
		width: 100%;
		display: inline-block;

	}

	.friendly-content img {
		width: 100%;
		/* max-width: 1400px; */
		height: auto;
		display: block;
		/* border-radius: 8px; */
		padding-left: 0 !important;
		padding-right: 0 !important;
	}


	.friendly-content>img {
		width: 100%;
		height: auto;
		margin-top: -0.5rem;
	}

	/* li 里面的 img 左右留边距 */
	.friendly-content li img {
		height: auto;
		margin-top: 0.2rem;
	}

	.benefit-item {
		display: inline-block;
		align-items: flex-start;
		/* margin: 10px; */
		padding-bottom: 15px;
		width: 32%;
		border: 1px solid #eee;
		/* padding: 10px; */
		text-align: center;
		height: 374px;
		border-radius: 10px;
		vertical-align: text-bottom;
		font-family: 'TsangerYunHei-W04', serif;
	}

	.xiaoche ul li::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 80%;
		transform: translate(-50%, -50%);
		width: 1px;
		height: 67px;
		background: #FFFFFF;
		opacity: 0.4;
	}

	.part-item p {
		font-size: 0.21rem;
		color: #000000;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.Stitle {
		/* margin-top: 80px; */
		/* font-weight: bold; */
		line-height: 40px;
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.35rem;
	}

	.Stitle .Tright {
		background: url(../img/Tright.webp) bottom no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: cover;
		margin-top: 0.15rem;
		margin-left: -0.05rem;
	}

	.Stitle .Tleft {
		background: url(../img/Tleft.webp) top no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: cover;
		margin-top: -0.15rem;
		/* margin-left: 0.05rem; */
	}

	.xiaoche ul li img {
		width: 100% !important;
		height: 100% !important;
	}

	.xiaoche ul li .title-01 {
		font-size: 0.24rem;
		color: #ffffff;
		margin: 20px 0 0 0;
		font-family: 'TsangerYunHei-W05', serif;
		/* font-weight: bold; */
	}

	.xiaoche ul li .title-02 {
		font-size: 0.21rem;
		color: #fff;
		font-family: 'TsangerYunHei-W04', serif;

	}

	.xiaoche ul li .title-02 span {
		color: #daf900;
		font-size: 0.36rem;
		font-family: 'TsangerYunHei-W06', serif;
		/* font-weight: bold; */
	}

	.xiaoche ul li .title-03 span {
		color: #daf900;
		font-size: 0.36rem;
		font-family: 'TsangerYunHei-W06', serif;
		/* font-weight: bold; */
	}

	.car-showcase-part02 {
		width: 100%;
		height: 100%;
		/* margin-top: -100px; */
		/* margin-left: 300px; */
		position: relative;
		transform: translateY(-1.1rem);
		margin-top: -0.3rem;
	}

	.car-showcase .tail {
		width: 7.50rem;
		height: auto;
		transform: translateY(-1rem);
		/* border-radius: unset; */
	}



	.header-banner .rightImg img {
		width: 100%;
		height: auto;
		margin-top: 1rem;
	}

	.benefit-content h3 {
		font-size: 0.28rem;
		margin-bottom: 5px;
		margin-left: 0.9rem;
		margin-top: 0px;
		font-family: 'TsangerYunHei-W05', serif;
	}

	.benefit-content p {
		font-size: 0.21rem;
		color: #000000;
		margin-left: 0.9rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.F20 {
		font-size: 0.3rem;
		/* font-family: "TsangerYunHei06", "PingFang SC", "Microsoft YaHei", sans-serif; */
	}

	.qy .benefit-content p {
		text-align: left;
		margin-left: 0;
		font-size: 0.3rem;
		color: #555;
		line-height: 0.21rem;
	}

	.qy .benefit-content h3 {

		margin-left: 0;
	}

	.bottom-section {
		background: url(../img/mbg05.webp);
		background-size: cover;
	}

	.benefit-item {
		display: inline-block;
		align-items: flex-start;
		/* margin: 10px; */
		/* padding-bottom: 15px; */
		width: 100%;
		border: none;
		padding: 0;
		text-align: left;
		height: auto;
		border-radius: 0px;
		vertical-align: text-bottom;
		position: relative;
		/* border-bottom: 1px solid #ddd; */
	}

	.benefit-item:not(:last-child)::after {
		content: '';
		display: block;
		/* width: 642px; */
		height: 1px;
		background: #8B9297;
		opacity: 0.2;
		margin-top: 15px;
	}

	.benefit-item:hover {
		background: none;
	}

	.benefit-item:hover .benefit-icon {
		background: none
	}

	.benefit-icon {
		width: 0.5rem;
		height: 0.5rem;
		background: none;
		border-radius: unset;
		text-align: left;
		margin: 0px;
		display: inline-block;
		position: absolute;
	}

	.benefit-icon img {
		width: 100%;
	}

	.design-section {
		background: url(../img/mbg_03_750.webp) no-repeat;
		/* padding: 1.3rem 0 0 0 ; */
		padding: 5px 0 0 0;
		text-align: center;
		background-size: cover;
	}

	.car-showcase .nimg {
		width: 0.30rem;
		height: auto;
		position: relative;
		right: -3.2rem;
		top: -1rem;
	}


	.Stitle1 {
		position: relative;
		margin-top: 20px;
	}

	.car-showcase .nl-img {
		width: 0.8rem;
		height: auto;
		position: absolute;
		margin-left: -0.5rem;
		/* left: 0rem; */
		/* 
        top: -1.0rem; */
		/* margin-top: -1.80rem; */
	}

	.car-showcase img {
		width: 7.50rem;
		height: auto;
		/* border-radius: unset; */
		/* margin-bottom: 0.5rem;
		transition: none; */
	}

	.car-showcase-part02 img {
		width: 7.50rem;
		height: auto;
		/* margin-top: -1.5rem; */
	}


	.car-showcase .img1 {
		width: 7.50rem;
		height: 7.50rem;
		/* border-radius: unset; */
		margin-bottom: 0.6rem;
		transition: none;
	}

	.custom-car img {
		width: 7.67rem;
		height: auto;
		margin-left: -0.3rem;
		margin-top: -1.5rem;
	}

	.Stitle {
		/* margin-top: 1rem; */
		/* font-weight: bold; */
		/* line-height: 15px; */
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.23rem;
		letter-spacing: 5px;
		transform: translateY(0.5rem);
	}

	.Stitle1 {
		/* margin-top: 1rem; */
		/* font-weight: bold; */
		/* line-height: 15px; */
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.23rem;
		letter-spacing: 5px;
	}

	.offroad-section {
		background: url(../img/mbg04.webp);
		padding: 0.5rem 0.36rem;
		text-align: center;
		box-sizing: border-box;
		background-size: cover;
	}

	.menuList_top {
		width: 100%;
		height: 1rem;
		display: flex;
		justify-content: space-between;
		padding: 0.8rem 0.4rem;
		align-items: center;
		/* background: #363D3E; */
	}

	.menuList_top p:nth-child(3) {
		width: 1.32rem;
		height: auto;
		position: relative;
		font-size: 0.22rem;
		color: #FFFFFF;
		font-family: 'TsangerYunHei-W03';
		cursor: pointer;
	}

	.menuList_top p:nth-child(3) img {
		width: 100%;
		height: auto;
	}

	.h2-title {
		font-size: 0.43rem;
		color: #135241;
		margin-bottom: 10px !important;
		width: 100%;
		margin: auto;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W06', serif;
		margin-top: 0.5rem;
	}

	section h2 {
		font-size: 0.36rem;
		color: #000000;
		margin-bottom: 10px !important;
		width: 100%;
		margin: auto;
		font-family: 'TsangerYunHei-W06', serif;
	}

	.h3-title {
		font-size: 0.24rem;
		color: #000000;
		margin-bottom: 10px !important;
		width: 100%;
		margin: auto;
		font-family: 'TsangerYunHei-W05', serif;
	}

	.sub-title {
		font-size: 0.24rem;
		color: #2C2C2C;
		margin-bottom: 0.3px;
		letter-spacing: 5px;
		margin-top: 0.2rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.design-text {
		max-width: 12rem;
		margin: 0.5rem 0.2rem 0 0.3rem;
		font-size: 0.24rem;
		line-height: 1.5;
		letter-spacing: 0.05rem;
		color: #2C2C2C;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.custom-section {
		/* background: url(../img/mbg05.webp); */
		padding: 0.5rem 0.2rem;
		text-align: center;
	}

	.custom-car {
		width: 100%;
		max-width: 1400px;
		/* margin: 0.4rem auto; */
	}

	.accordion-title {
		font-size: 0.24rem;
	}

	.friendly-section {
		/* background: url(../img/mbg06.webp); */
		padding: 0.5rem 0px;
		text-align: center;
	}

	.footer-brand {
		background: url(../img/mbg_06.webp);
		padding: 0.4rem 0.2rem;
		text-align: center;
		background-size: cover;
	}

	.feature-item {
		width: 100%;
		height: 280px;
		text-align: center;
		height: auto;
		overflow: hidden;
	}

	.feature-item img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 4px;
		margin-bottom: 10px;
	}

	.feature-item p {
		font-size: 0.17rem;
		color: #000000;
		font-family: 'TsangerYunHei-W03', serif;

	}

	.friendly-content ul {
		display: block;
		flex-wrap: wrap;
		list-style: none;
		gap: 24px;
		padding: 0 40px !important;

	}

	.friendly-content ul li {
		flex: 1
	}

	.bottomlogo {
		display: block;
	}

	.tabletitle ul {
		text-align: center;
		display: flex;
		gap: 3px;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}

	.tabletitle ul li {
		width: 33.3%;
		font-size: 0.24rem;
	}

	.friendlybox p {
		font-size: 0.17rem;
		color: #000000;
		letter-spacing: 0.02rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.probox {
		/* width: 100%; */
		max-width: 1400px;
		background: white;
		border-radius: 15px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 0px 40px;
		padding: 0.2rem 0.2rem;
	}

	.accordion-content li {
		font-size: 0.2rem;
	}

	.probox h1 {
		color: #fff;
		font-size: 0.42rem;
		font-family: 'TsangerYunHei-W06', serif;
	}

	.accordion-header {
		padding: 0.2rem;
	}

	.accordion-icon {
		width: 0.3rem;
		height: 0.3rem;
	}

	.accordion-content {
		max-height: auto;
	}

	.header-banner .leftImg img {
		width: 4.59rem;
		height: 0.73rem;
		margin-top: 1.59rem;
		margin-right: 0.3rem;
	}

	/* .title-02 {
		margin: 0.2rem 0!important;
		font-size: 0.33rem!important;
		color: #424242!important;
		font-family: 'TsangerYunHei-W06', serif important;
	} */

	.title-03 {
		font-size: 0.19rem;
		margin: 0.2rem 0;
		color: #ffffff;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.header-banner .yuyue_btn1 p {
		font-size: 0.44rem;
		margin: 0.6rem 0 0 0;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W04', serif;
	}

	.header-banner .yuyue_btn1 p:last-child {
		margin: 0.2rem 0;
		font-size: 0.33rem;
		color: #424242;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W04', serif;
	}

	.header-banner .yuyue_btn1 .btn {
		width: 2rem;
	}

	.header-banner .yuyue_btn1 .btn img {
		margin-top: 0rem;
		width: 100%;
	}

	.xiaoche ul li img {
		width: 80% !important;
		margin-top: 0.1rem !important;
		height: 1.26rem !important;
	}

	.xiaoche ul li .title-02 span {

		font-size: 0.48rem;

	}

	.xiaoche ul li .title-01 {
		font-size: 0.24rem;

	}

	.xiaoche ul li .title-02 {
		font-size: 0.2rem;

		/* font-weight: 100; */
	}

	.custom-parts {
		display: grid;
		gap: 24px;
		grid-template-columns: repeat(2, 1fr);
		margin-left: 0.10rem;
		margin-right: 0.10rem;
	}

	.part-item {
		width: 100%;
		float: left;
		height: auto;
		/* padding: 0.1rem; */



	}

	.color-black-x {
		font-size: 0.21rem;
		margin-bottom: 0.4rem;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W04', serif;
	}

	.Stitle2 {
		/* margin-top: 1rem; */
		/* font-weight: bold; */
		/* line-height: 15px; */
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.23rem;
		letter-spacing: 5px;
		transform: translateY(-0.8rem);
		margin-top: -0.5rem;
	}

	.Stitle .Tright {
		background: url(../img/Tright.webp) bottom no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: cover;
		margin-top: 0.15rem;
		margin-left: -0.05rem;
	}

	.Stitle .Tleft {
		background: url(../img/Tleft.webp) top no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: cover;
		margin-top: -0.15rem;
		/* margin-left: 0.05rem; */
	}


	.Stitle2 .Tright {
		background: url(../img/Tright.webp) bottom no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: cover;
		margin-top: 0.15rem;
		margin-left: -0.05rem;
	}

	.Stitle2 .Tleft {
		background: url(../img/Tleft.webp) top no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: cover;
		margin-top: -0.15rem;
		/* margin-left: 0.05rem; */
	}

}

/* 电脑 */
@media screen and (min-width: 1200px) {


	body {
		/* font-size: 14px !important; */
		font-size: 0;
		overflow-x: hidden;
	}

	.header-banner {
		background: url(../img/bg01_pc.webp);
		min-height: 10rem;
		background-size: cover;
		height: 12rem;
	}

	.xiaoche ul li .title-01 {
		font-size: 0.27rem;
		color: #ffffff;
		margin: 0.20rem 0 0 0;
		font-family: 'TsangerYunHei-W05', serif;
		/* font-weight: bold; */
	}

	.xiaoche ul li .title-02 {
		font-size: 0.21rem;
		color: #fff;
		font-family: 'TsangerYunHei-W04', serif;
		white-space: nowrap;

	}

	.xiaoche ul li {
		width: 50%;
		float: left;
		margin-top: 4rem;
	}

	.header-banner .rightImg img {
		width: 100%;
		height: auto;
		margin-top: 3rem;
	}

	.header-banner .yuyue_btn1 p {
		font-size: 0.39rem;
		color: #424242;
		margin: 0.20rem 0;
		letter-spacing: 0.05rem;
		white-space: nowrap;
	}

	.header-banner .yuyue_btn1 .btn span {
		position: absolute;
		color: #000000;
		font-family: 'TsangerYunHei-W04', serif;
		width: 100%;
		height: 100%;
		font-size: 0.28rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.xiaoche ul li .title-02 span {
		color: #daf900;
		font-size: 0.28rem;
		font-family: 'TsangerYunHei-W06', serif;
		/* font-weight: bold; */
	}

	.xiaoche ul li .title-03 span {
		color: #daf900;
		font-size: 0.29rem;
		font-family: 'TsangerYunHei-W06', serif;
		white-space: nowrap;
		/* font-weight: bold; */
	}

	section h2 {
		font-size: 0.64rem;
		color: #005542;
		margin: 1.30rem 0 0 0;
		font-family: 'TsangerYunHei-W06', serif;
		/* font-weight:normal; */
	}


	.image-row-pc img:last-child {
		height: auto;
		width: 50%;
		transform: translateX(0.1rem);
	}


	/* .benefit-content h3 {
	font-size: 0.29rem;
	margin-bottom: 5px;
	color: #000000;
	font-family: 'TsangerYunHei-W06', serif;
} */

	.offroad-section {
		background: url(../img/mbg04_pc.webp);
		background-color: #fff;
		padding: 0.53rem 0.27rem;
		text-align: center;
		background-size: cover;
	}

	.car-showcase img {
		width: 80%;
		/* max-width: 1486px; */
		height: auto;
		/* border-radius: 8px; */
		margin-top: 0.33rem;
	}

	.part-item-pc p {
		font-size: 0.28rem;
		color: #000000;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W04', serif;
	}

	.color-black-x {
		margin-top: 0.3rem;
		font-size: 0.32rem;
		font-family: 'TsangerYunHei-W04', serif;
	}

	.benefit-content p {
		font-size: 0.2rem;
		line-height: 1.5;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.F20 {
		font-size: 0.2rem;
		font-family: 'TsangerYunHei-W06', serif;
	}

	.benefit-item {
		display: inline-block;
		align-items: flex-start;
		/* margin: px; */
		padding-bottom: 0.15rem;
		/* width: calc(100% - 16px); */
		border: 1px solid #eee;
		padding: 0px;
		text-align: center;
		height: 2.74rem;
		max-height: 3.74rem;
		border-radius: 10px;

		vertical-align: text-bottom;
		font-family: 'TsangerYunHei-W04', serif;
	}

	.benefit-content h3 {
		font-size: 0.28rem;
		margin-bottom: 5px;
		color: #000000;
		font-family: 'TsangerYunHei-W05', serif;
	}

	.qy .benefit-content p {
		text-align: left;
		margin-left: 0.2rem;
		font-size: 0.1rem;
		color: #999;
		font-family: 'TsangerYunHei-W04', serif;
		width: 100%;
		font-size: 0.18rem;
		line-height: 1.5;
		opacity: 0.99;
	}

	.header-banner .leftImgTop {
		width: 35%;
		position: absolute;
		z-index: 2;
		/* margin: 135px 135px; */
		margin: 2rem 1.5rem;
	}

	.header-banner .leftImgBottom {
		width: 35%;
		position: absolute;
		/* margin: 135px 135px; */
		margin: 2rem 1.5rem;
		z-index: 1;
	}

	.header-banner .leftImgBottom img {
		width: 100%;
		height: auto;
	}

	.header-banner .leftImgBottom img:hover {
		transform: scale(1.0);
		/* 1.1 = 放大 10% */
		/* cursor: pointer; */
	}

	.sub-title {
		font-size: 0.36rem;
		color: #2C2C2C;
		margin-bottom: 0.3rem;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.design-text {
		/* max-width: 600px; */
		margin: 1.06rem auto 0.20rem;
		font-size: 0.36rem;
		line-height: 1.5;
		letter-spacing: 0rem;
		font-family: 'TsangerYunHei-W03', serif;
		color: #2C2C2C;
	}

	.Stitle {
		margin-top: 1.5rem;
		/* font-weight: bold; */
		line-height: 0.40rem;
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.42rem;
		letter-spacing: 0.1rem;
	}

	.Stitle1 {
		margin-top: 1.28rem;
		/* font-weight: bold; */
		line-height: 0.4rem;
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.42rem;
		letter-spacing: 0.05rem;
	}

	.car-showcase-part01 {
		width: 100%;
		height: auto;
		/* margin-top: 0.5rem; */
		position: relative;
	}

	.car-showcase-part01 img {
		width: 100%;
		height: auto;
	}

	.car-showcase-part02 .nl-img {
		position: absolute;
		bottom: 0;
		width: 1.71rem;
		height: 1.48rem;
		/* position: relative; */
		/* margin-left: 500px; */
	}



	.car-showcase-part02 {
		width: 100%;
		height: 100%;
		position: relative;
		/* margin-top: 1rem; */

		/* margin-top: -100px; */
		/* margin-left: 300px; */
	}



	.car-showcase-part02 img {
		width: 80%;
		height: auto;
		margin-top: 1.0rem;
		/* margin-top: -100px; */
		/* margin-left: 300px; */
	}


	.car-showcase-part02-text {
		/* margin-top: 700px; */
		/* font-weight: bold; */
		line-height: 0.40rem;
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.42rem;
		transform: translateY(1.5rem);
		letter-spacing: 0.1rem;
	}

	.offroad-features {
		display: flex;
		justify-content: center;
		gap: 0.24rem;
		flex-wrap: wrap;
		margin-top: 0.5rem;
		flex-wrap: nowrap;
	}

	.car-showcase .nimg {
		width: 0.58rem;
		height: 1.16rem;
		position: absolute;
		/* right: 100px;
	margin-top: 700px; */
	}

	.feature-item h3 {
		font-family: 'TsangerYunHei-W05', serif;
		letter-spacing: 0.02rem;
		font-size: 0.21rem;
	}

	.feature-item p {
		font-size: 0.15rem;
		color: #000000;
		letter-spacing: 0.02rem;
		font-family: 'TsangerYunHei-W03', serif;
		opacity: 0.80;
	}

	.custom-parts {
		display: flex;
		justify-content: center;
		gap: 0.2rem;
		margin-top: 0.4rem;
		flex-wrap: nowrap;
	}

	.friendlybox h3 {
		font-family: 'TsangerYunHei-W05', serif;
		letter-spacing: 0.02rem;
		font-size: 0.36rem;
	}

	.friendlybox p {
		font-size: 0.28rem;
		color: #000000;
		letter-spacing: 0.02rem;
		font-family: 'TsangerYunHei-W04', serif;
		opacity: 0.8;
	}

	.header-banner .yuyue_btn1 .btn img {
		width: 100%;
		height: auto;
	}

}

/* @media (min-width:1200px) {
	body {
		font-size: 14px;
	}
	.header-banner {
		background: url(../img/bg01_pc.webp);
		min-height: 7rem;
		margin-top: 0.8rem;
	}
	.header-banner .yuyue_btn1 {
	    margin-top: 60px;
		margin-bottom: 60px;
	}
	.header-banner .xiaoche {
	    margin-top: 300px;
	}
} */

/* 大屏电脑 */
@media screen and (min-width: 1600px) {
	body {
		font-size: 0;
		overflow-x: hidden;
	}

	.menu_list {
		display: flex;
		color: #ffffff;
		font-size: 0.2rem;
		font-family: 'TsangerYunHei-W05', serif;
	}

}

/* 手机 */

@media screen and (max-width: 767px) {

	body {
		font-size: 0;
		overflow-x: hidden;
	}

	.header-banner {
		background: url(../img/mbg_01.webp);
		background-size: cover;
		text-align: center;
		height: 17rem;
		overflow: hidden;
	}

	.header-banner .rightImg {
		width: 100%;
		margin: 0;
		margin-top: 7.35rem;
		position: absolute;
	}

	.header-banner .leftImg {
		width: 100%;
		position: absolute;
		margin: 0 auto;
	}

	.header-banner .xiaoche {
		margin-top: 12rem;
	}

	.bannerTail1 {
		/* margin-bottom: 0.18rem; */

	}

	.benefits-section {
		background: url(../img/mbg02.webp);
		padding: 1.11rem 0.53rem;
		height: auto;
		box-sizing: border-box;
		background-size: cover;
	}

	.benefit-icon img {
		margin-top: 0;
	}

	.qy {
		height: auto;
	}

	.xiaoche ul li {
		width: 50%;
		float: left;

	}

	.car-showcase-part01 {
		width: 100%;
		height: auto;
		margin-top: -1rem;
		position: relative;
	}

	.car-showcase-part01 img {
		width: 80%;
		height: auto;
	}

	.car-showcase-part02 {
		width: 100%;
		height: auto;
		/* transform: translateY(-1.6rem); */
		margin-top: 0;
		position: relative;
	}

	.feature-item h3 {
		font-family: 'TsangerYunHei-W05', serif;
		letter-spacing: 0.02rem;
		font-size: 0.24rem;
		margin-top: 0.25rem;
	}

	.image-row img {
		width: 50%;
		height: auto;
	}

	.benefit-list .box {
		width: 100%;
		display: inline-block;

	}

	.friendly-content img {
		width: 100%;
		/* max-width: 1400px; */
		height: auto;
		display: block;
		/* border-radius: 8px; */
		padding-left: 0 !important;
		padding-right: 0 !important;
	}


	.friendly-content>img {
		width: 100%;
		height: auto;
		/* margin-top: -0.5rem; */
	}

	/* li 里面的 img 左右留边距 */
	.friendly-content li img {
		height: auto;
		margin-top: 0.2rem;
	}

	.accordion-content-inner ul li span {
		text-align: center;
		width: 33%;
		display: inline-block;
		background: #f8f8f8;
		font-family: 'TsangerYunHei-W03', serif;
		font-size: 0.18rem;
		color: #999;
	}

	.benefit-item {
		display: inline-block;
		align-items: flex-start;
		margin: 0.067rem;
		padding-bottom: 0.1rem;
		width: 32%;
		border: 1px solid #eee;
		padding: 0.07rem;
		text-align: center;
		height: 2.49rem;
		border-radius: 0.07rem;
		vertical-align: text-bottom;
		font-family: 'TsangerYunHei-W04', serif;
	}

	/* .xiaoche ul li::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  width: 1px;
height: 67px;
background: #FFFFFF;
opacity: 0.4;
} */
	.part-item p {
		font-size: 0.21rem;
		color: #000000;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.Stitle .Tright {
		background: url(../img/Tright.webp) bottom no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: cover;
		margin-top: 0.15rem;
		margin-left: -0.05rem;
	}

	.Stitle .Tleft {
		background: url(../img/Tleft.webp) top no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: 100%;
		margin-top: -0.15rem;
		/* margin-left: 0.05rem; */
	}


	.Stitle2 .Tright {
		background: url(../img/Tright.webp) bottom no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: 100%;
		margin-top: 0.15rem;
		margin-left: -0.05rem;
	}

	.Stitle2 .Tleft {
		background: url(../img/Tleft.webp) top no-repeat;
		width: 0.09rem;
		height: 0.13rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: cover;
		margin-top: -0.15rem;
		/* margin-left: 0.05rem; */
	}

	.xiaoche ul li .title-01 {
		font-size: 0.24rem;
		color: #ffffff;
		margin: 0rem 0 0 0;
		font-family: 'TsangerYunHei-W04', serif;
	}

	.xiaoche ul li .title-02 {
		font-size: 0.21rem;
		color: #fff;
		font-family: 'TsangerYunHei-W04', serif;

	}


	.offroad-features {
		display: flex;
		justify-content: center;
		gap: 0.14rem;
		flex-wrap: wrap;
		/* margin-top: 1.01rem; */
	}

	.xiaoche ul li .title-02 span {
		color: #daf900;
		font-size: 0.36rem;
		font-family: 'TsangerYunHei-W06', serif;
		/* font-weight: bold; */
	}

	.xiaoche ul li .title-03 span {
		color: #daf900;
		font-size: 0.28rem;
		font-family: 'TsangerYunHei-W06', serif;
		/* font-weight: bold; */
	}

	.header-banner .yuyue_btn1 .btn span {
		position: absolute;
		color: #000000;
		font-family: 'TsangerYunHei-W04', serif;
		width: 1.8rem;
		height: 100%;
		font-size: 0.28rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		left: 58%;
	}




	.header-banner .rightImg img {
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.benefit-content h3 {
		font-size: 0.28rem;
		margin-bottom: 0.09rem;
		margin-left: 0.65rem;
		margin-top: 0.05rem;
		font-family: 'TsangerYunHei-W05', serif;
	}


	.benefit-content p {
		font-size: 0.21rem;
		color: #000000;
		margin-left: 0.65rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.F20 {
		font-size: 0.21rem;
		/* font-family: "TsangerYunHei06", "PingFang SC", "Microsoft YaHei", sans-serif; */
	}

	.F21 {
		background: #135241;
		content: "•";
		/* color: #4CAF50; */
		font-size: 18px;
	}

	.qy .benefit-content p {
		text-align: left;
		margin-left: 0;
		font-size: 0.13rem;
		font-size: 0.3rem;
		color: #555;
		line-height: 0.21rem;
	}

	.qy .benefit-content h3 {

		margin-left: 0;
	}

	.bottom-section {
		background: url(../img/mbg05.webp);
		background-size: cover;
	}

	.benefit-item {
		display: inline-block;
		align-items: flex-start;
		margin: 0;
		padding-bottom: 0;
		width: 100%;
		border: none;
		padding: 0.07rem;
		text-align: left;
		height: auto;
		border-radius: 0;
		vertical-align: text-bottom;
		position: relative;
		/* border-bottom: 1px solid #ddd; */
	}

	.benefit-item:not(:last-child)::after {
		content: '';
		display: block;
		/* width: 642px; */
		height: 1px;
		background: #8B9297;
		opacity: 0.2;
		margin-top: 15px;
	}

	.benefit-item:hover {
		background: none;
	}

	.benefit-item:hover .benefit-icon {
		background: none
	}

	.benefit-icon {
		width: 0.5rem;
		height: 0.5rem;
		background: none;
		border-radius: unset;
		text-align: left;
		margin: 0px;
		display: inline-block;
		position: absolute;
	}

	.benefit-icon img {
		width: 100%;
	}

	.design-section {
		background: url(../img/mbg_03_750.webp) no-repeat;
		/* padding: 1.3rem 0 0 0 ; */
		padding: 0.03rem 0 1rem 0;
		text-align: center;
		background-size: cover;
	}

	.car-showcase .nimg {
		width: 0.39rem;
		height: 0.77rem;
		position: relative;
		right: -3.5rem;
		top: -0.5rem;
		/* margin-top: -150px; */
	}

	.car-showcase .nl-img {
		width: 1.14rem;
		height: 0.99rem;
		/* position: relative; */
		display: block;
		left: 0.41rem;
		margin-top: 2.17rem;
		transform: translateY(1rem);
		/* margin-top: -1.80rem; */
	}


	.car-showcase img {
		width: 100%;
		height: auto;
		transform: translateX(0.1rem);
		/* border-radius: unset; */
		/* margin-bottom: 0.5rem;
		transition: none; */
		/* transform: translateY(-0.1rem); */
		/* margin-bottom: -1.53rem; */
	}

	.car-showcase .tail {
		width: 7.50rem;
		height: auto;
		transform: translateY(0.2rem);
		/* margin-bottom: -1.2rem; */
		/* border-radius: unset; */
		/* margin-bottom: 0.5rem;
		transition: none; */
	}

	.car-showcase-part02 img {
		width: 100%;
		height: auto;
		margin-bottom: 0.67rem;
	}


	.car-showcase .img1 {
		width: 7.50rem;
		height: 7.50rem;
		/* border-radius: unset; */
		margin-bottom: 0.6rem;
		transition: none;
	}

	.custom-car img {
		width: 7.67rem;
		height: auto;
		margin-left: -0.3rem;
		margin-top: -1.5rem;
	}

	.custom-parts {
		margin-top: 0.3rem;
	}

	.Stitle {
		/* margin-top: 1rem; */
		/* font-weight: bold; */
		/* line-height: 15px; */
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.24rem;
		letter-spacing: 5px;
		/* transform: translateY(-0.5rem); */
		margin-top: -0.5rem;
	}

	.Stitle2 {
		/* margin-top: 1rem; */
		/* font-weight: bold; */
		/* line-height: 15px; */
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.24rem;
		letter-spacing: 5px;
		/* transform: translateY(-1.0rem); */
		margin-top: 0.5rem;
	}


	.offroad-section {
		background: url(../img/mbg04.webp);
		padding: 0.5rem 0.37rem;
		text-align: center;
		box-sizing: border-box;
		background-size: cover;
	}

	.menuList_top {
		width: 100%;
		height: 1rem;
		display: flex;
		justify-content: space-between;
		padding: 0.8rem 0.4rem;
		align-items: center;
		/* background: #363D3E; */
	}

	.menuList_top p:nth-child(3) {
		width: 1.35rem;
		height: auto;
		position: relative;
		font-size: 0.22rem;
		color: #FFFFFF;
		font-family: 'TsangerYunHei-W03';
		cursor: pointer;
	}

	.menuList_top p:nth-child(3) img {
		width: 100%;
		height: auto;
	}

	.h2-title {
		font-size: 0.43rem;
		color: #135241;
		margin-bottom: 10px !important;
		width: 100%;
		margin: auto;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W06', serif;
		margin-top: 1rem;
	}

	section h2 {
		font-size: 0.43rem;
		color: #000000;
		margin-bottom: 10px !important;
		width: 100%;
		margin: auto;
		font-family: 'TsangerYunHei-W06', serif;
	}

	.h3-title {
		font-size: 0.24rem !important;
		color: #000000;
		margin-bottom: 0.07rem !important;
		width: 100%;
		margin: auto;
		font-family: 'TsangerYunHei-W05', serif;
	}

	.sub-title {
		font-size: 0.24rem;
		color: #2C2C2C;
		margin-bottom: 0.3px;
		letter-spacing: 5px;
		margin-top: 0.4rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.Stitle1 {
		margin-top: 0.85rem;
		/* font-weight: bold; */
		/* line-height: 40px; */
		font-family: 'TsangerYunHei-W05', serif;
		color: #000000;
		font-size: 0.24rem;
	}

	.Stitle1 .Tright {
		background: url(../img/Tright.webp) bottom no-repeat;
		width: 0.13rem;
		height: 0.4rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: 80%;
	}

	.Stitle1 .Tleft {
		background: url(../img/Tleft.webp) top no-repeat;
		width: 0.13rem;
		height: 0.4rem;
		display: inline-block;
		/* margin: 5px 10px; */
		vertical-align: middle;
		background-size: 80%;
	}

	.design-text {
		max-width: 12rem;
		margin: 0.71rem 0 0 0;
		font-size: 0.24rem;
		line-height: 1.5;
		letter-spacing: 0.05rem;
		color: #2C2C2C;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.custom-section {
		padding: 0.5rem 0.36rem;
		text-align: center;
	}

	.custom-car {
		width: 100%;
		max-width: 1400px;
		/* margin: 0.4rem auto; */
	}

	.accordion-title {
		font-size: 0.2rem;
		font-family: 'TsangerYunHei-W05', serif;
	}

	.friendly-section {
		/* background: url(../img/mbg06.webp); */
		padding: 0.5rem 0px;
		text-align: center;
	}

	.footer-brand {
		background: url(../img/mbg_06.webp);
		padding: 0.4rem 0.2rem;
		text-align: center;
		background-size: cover;
	}

	.feature-item {
		width: 100%;
		height: 280px;
		text-align: center;
		height: auto;
		overflow: hidden;
	}

	.feature-item img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 0;
		margin-bottom: 0;
	}

	.feature-item p {
		font-size: 0.17rem;
		color: #000000;
		font-family: 'TsangerYunHei-W03', serif;
		margin-top: 0.15rem;
		margin-bottom: 0.41rem;

	}

	.friendly-content ul {
		display: block;
		flex-wrap: wrap;
		list-style: none;
		gap: 0.16rem;
		padding: 0 0.36rem !important;

	}

	.friendly-content ul li {
		flex: 1
	}

	.bottomlogo {
		display: block;
	}

	.tabletitle ul {
		text-align: center;
		display: flex;
		gap: 3px;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}

	.tabletitle ul li {
		width: 33.3%;
		font-size: 0.24rem;
	}

	.friendlybox p {
		font-size: 0.17rem;
		color: #000000;
		letter-spacing: 0.02rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.probox {
		width: 100%;
		max-width: 1400px;
		background: white;
		border-radius: 15px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 0px auto;
		padding: 0.2rem 0.2rem;
	}

	.accordion-content li {
		font-size: 0.2rem;
	}

	.probox h1 {
		color: #fff;
		font-size: 0.40rem;
		font-family: 'TsangerYunHei-W06', serif;
	}

	.accordion-header {
		padding: 0.2rem;
	}

	.accordion-icon {
		width: 0.3rem;
		height: 0.3rem;
	}

	.accordion-content {
		max-height: auto;
	}

	.header-banner .leftImg img {
		width: 4.59rem;
		height: 0.73rem;
		margin-top: 2.59rem;
		/* margin-right: 0.59rem; */
	}



	/* .title-02 {
		margin: 0.2rem 0!important;
		font-size: 0.33rem!important;
		color: #424242!important;
		font-family: 'TsangerYunHei-W06', serif important;
	} */

	.title-03 {
		font-size: 0.19rem;
		margin: 0rem 0;
		color: #ffffff;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.header-banner .yuyue_btn1 p {
		font-size: 0.45rem;
		margin: 0.87rem 0 0 0;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W04', serif;
	}


	.header-banner .yuyue_btn1 p:last-child {
		margin: 0.29rem 0;
		/*
		font-size: 0.33rem;
		color: #424242;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W04', serif; */
		/* margin-top: 3.2rem; */
		position: relative;
		width: 1.8rem;
		height: auto;
	}

	.header-banner .yuyue_btn1 .btn {
		width: 2rem;
	}

	.header-banner .yuyue_btn1 .btn img {
		margin-top: 0rem;
		width: 1.8rem;
		height: auto;
	}

	.xiaoche ul li img {
		width: 100% !important;
		margin-top: 0rem !important;
		height: auto;
	}

	.xiaoche ul li .title-02 span {

		font-size: 0.48rem;

	}

	.xiaoche ul li .title-02 {
		font-size: 0.2rem;

		font-weight: 100;
	}

	.custom-parts {
		display: grid;
		gap: 0.22rem;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 0.59rem;
		/* padding-left: 0.40rem;
        padding-right: 0.40rem; */
	}

	.part-item {
		width: 100%;
		float: left;
		height: auto;
		/* padding: 0.1rem; */



	}

	.color-black-x {
		font-size: 0.21rem;
		margin: 0;
		letter-spacing: 0.05rem;
		font-family: 'TsangerYunHei-W03', serif;
	}

	.color-black {
		font-size: 0.36rem;
		color: #000000;
		width: 100%;
		margin: 0;
		font-family: 'TsangerYunHei-W06', serif;
	}

	/* .bannerTail {
		margin-top: 0rem !important;
	    margin-right: 0rem !important;
	} */
}