main{
	background: #F6F6F6;
}
.i-list{
	padding-bottom: 0.6rem;
}
.mauto{
	width: 100vw!important;
}
.product-sub{
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	line-height: 1.2;
	text-align: center;
}
.product-sub.top{
	margin-top: 30px;
	margin-bottom: 10px;
}
.product-list{
	display: flex;
	justify-content: center;
	margin-top: 146px;
	width: 100vw;
}
.product-list .left{
	width: 49vw;
}
.product-list ul{
	margin: 0;
}
.product-list .left ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.product-list .left ul li,
.product-list .right ul li{
	margin-top: 0;
	padding: 0;
}
.product-list .right{
	width: 51vw;
}
.product-list .right ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.product-list .product-txt{
	font-size: 27px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	line-height: 30px;
	text-align: center;
}
.product-item.left-1{
	margin-right: 0.008vw;
}
.product-item.left-1 img{
	width: 35.2vw;
	margin-bottom: calc(100vw * 0.016);
}
.product-list .product-item.left-2{
	margin-top:calc(100vw * 0.053);
	margin-right:calc(100vw * 0.034);
}
.product-item.left-2 img{
	width: 35.2vw;
	margin-bottom:calc(100vw * 0.081);
}
.product-list .product-item.left-3{
	margin-top:calc(100vw * 0.076);
	margin-right:calc(100vw * 0.027);
}
.product-item.left-3 img{
	width: 34vw;
	margin-bottom:calc(100vw * 0.055);
}
.product-list .product-item.right-1{
	margin-top:calc(100vw * 0.121);
	margin-left:calc(100vw * 0.075);
}
.product-item.right-1 img{
	width: 35.8vw;
	margin-bottom:calc(100vw * 0.019);
}
.product-list .product-item.right-2{
	margin-top:calc(100vw * 0.086);
	margin-left:calc(100vw * 0.007);
}
.product-item.right-2 img{
	width: 37.8vw;
	margin-bottom:calc(100vw * 0.003);
}
.product-list .product-item.right-3{
	margin-top:calc(100vw * 0.12);
}
.product-item.right-3 img{
	width: 38.5vw;
	margin-bottom:calc(100vw * 0.029);
}
.more-link{
	display: block;
	width: 398px;
	margin:54px auto 110px;
}
.more{
	width: 398px;
	/* height: 77px; */
	padding: 25px 0;
	background: #FFFFFF;
	border: 1px solid #8A6E4B;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.more span{
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8A6E4B;
	line-height:28px;
	margin-right: 32px;
}
.more img{
	width: 26px;
	height: 26px;
}
.banner{
	width: 100vw;
	background: #fff;
}
.banner img{
	width: 100%;
	display: block;
}
.banner.banner-2{
	padding-top:calc(100vw * 0.057);
	padding-bottom:calc(100vw * 0.086);
	padding-left:calc(100vw * 0.086);
	padding-right:calc(100vw * 0.057);
}
.product-p-1{
	margin-top:calc(100vw * 0.057);
	margin-bottom:calc(100vw * 0.026);
	text-align: center;
	font-size: 45px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #8A6E4B;
	line-height: 45px;
}
.product-p-2{
	width: 894px;
	height: 47px;
	background: #8A6E4B;
	border-radius: 24px 24px 24px 24px;
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 44px;
	letter-spacing: 6px;
	text-align: center;
	margin: 0 auto;
}
.product-list-2{
	width: 976px;
	margin:120px auto 0;
}
.product-list-2-item{
	display: inline-block;
	width: 200px;
	margin-right: 184px;
	margin-bottom: 94px;
}
.product-list-2-item:nth-child(3n){
	margin-right: 0;
}
.product-list-2-item img{
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
}
.product-list-2-item .num{
	font-size: 57px;
	font-family: Roboto-Black Italic, Roboto;
	font-weight: normal;
	color: #8A6E4B;
	line-height: 68px;
	/* margin-top: 34px; */
	margin-bottom: 10px;
	text-align: center;
}
.product-list-2-item .item-txt{
	height: 26px;
	font-size: 26px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	line-height:26px;
	text-align: center;
}

.product-list.mobile,
.product-p-1.mobile{
	display: none;
}
@media (max-width:1024px) {
	.product-list.mobile,
	.product-p-1.mobile{
		display: block;
	}
	.product-list.pc,
	.product-p-1.pc{
		display: none;
	}
	.i-list{
		padding-top:1rem;
	}
	.i-list .title{
		width: 15.65rem;
		margin: 0 auto;
	}
	.product-sub{
		font-size: 0.6rem;
		font-family: Source Han Sans CN-Medium, Source Han Sans CN;
		font-weight: 500;
		color: #000000;
		line-height: 0.6rem;
	}
	.product-sub.top{
		margin-top: 0.45rem;
		margin-bottom: 0.1rem;
	}
	.product-list{
		margin-top: 2.25rem;
	}
	.product-list.mobile li{
		padding: 0!important;
		margin: 0!important;
	}
	img{
		display: block;
		margin: 0 auto;
	}
	.product-item.left-1 img{
		width: 16.4rem;
		height: 10.5rem;
		margin-bottom: 0.25rem;
	}
	.product-list .product-txt{
		font-size: 0.65rem;
		font-family: Source Han Sans CN-Medium, Source Han Sans CN;
		font-weight: 500;
		color: #000000;
		line-height: 0.65rem;
	}
	.product-item.right-1 img{
		width: 17.05rem;
		height: 10.8rem;
		margin-top: 1.1rem;
		margin-bottom: 1.4rem;
	}
	.product-item.left-3 img{
		width: 15.8rem;
		height: 10rem;
		margin-top: 1.4rem;
		margin-bottom: 1.1rem;
	}
	.product-item.left-2 img{
		width: 15.75rem;
		height: 10.3rem;
		margin-top: 3rem;
		margin-bottom: 1.1rem;
	}
	.product-item.right-2 img{
		width: 16.5rem;
		height: 10.2rem;
		margin-top: 1.95rem;
		margin-bottom: 0.8rem;
	}
	.product-item.right-3 img{
		width: 16.6rem;
		height: 10.25rem;
		margin-top: 1.4rem;
		margin-bottom: 0.6rem;
	}
	.more-link{
		width: 6.5rem;
		height: 1.65rem;
		background: #FFFFFF;
		margin: 1.1rem auto 0.95rem;
	}
	.more{
		padding: 0.3rem 0;
		width: 6.5rem;
		height: 1.65rem;
		background: #FFFFFF;
		border: 1px solid #8A6E4B;
	}
	.more span{
		font-size: 0.7rem;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #8A6E4B;
		line-height: 1rem;
		margin-right: 0.5rem;
	}
	.more img{
		width: 0.75rem;
		height: 0.75rem;
		margin: 0;
	}
	.banner,
	.banner img{
		width: 100vw;
		height: 12.15rem;
	}
	.banner.banner-2{
		padding: 0.85rem 1.6rem;
	}
	.banner.banner-2 img{
		width: 15.55rem;
		height: 10.5rem;
	}
	.product-p-1.mobile{
		margin-top: 1.05rem;
		margin-bottom: 0.75rem;
		padding-left: 2.35rem;
		padding-right: 1.05rem;
	}
	.product-p-1.mobile p{
		font-size: 0.8rem;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #8A6E4B;
		line-height: 0.8rem;
	}
	.product-p-2{
		width: 14.5rem;
		height: 0.75rem;
		background: #8A6E4B;
		border-radius: 1.2rem;
		font-size: 0.45rem;
		font-family: Source Han Sans CN-Medium, Source Han Sans CN;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 0.75rem;
		letter-spacing: 3px;
	}
	.product-list-2{
		width: 16.15rem;
		margin-top: 1.8rem;
	}
	.product-list-2-item{
		width: 3.3rem;
		/* height: 3.3rem; */
		margin-right: 2.8rem;
		margin-bottom: 1.3rem;
	}
	.product-list-2-item img{
		width: 3.3rem;
		height: 3.3rem;
	}
	.product-list-2-item .num{
		font-size: 0.8rem;
		font-family: Roboto-Black Italic, Roboto;
		font-weight: normal;
		color: #8A6E4B;
		line-height: 0.95rem;
		margin-bottom: 0.1rem;
	}
	.product-list-2-item .item-txt{
		font-size: 0.65rem;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #000000;
		line-height: 0.65rem;
	}
}