.product {
	margin-top: .6rem;
}

.product1 {
	margin-bottom: 2rem;
}

.row {}

.product1_head {
	width: 100%;
	height: auto;
	margin-top: .48rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D1D1D1;
}

.product1_head_l {
	text-align: left;
}

.product1_head_l h3 {
	font-size: .3rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: .3rem;
}

.product1_head_l p {
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #6A6A6A;
	line-height: .32rem;
	margin-bottom: .22rem;
	margin-top: .05rem;
}

.product1_head_r {
	text-align: center;
	display: flex;
}

.product1_head_r a {
	margin-right: .7rem;

	height: .35rem;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.product1_head_r a:nth-last-child(1) {
	margin-right: 0;
}

.product1_act {
	padding-bottom: .1rem;
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #1C71CF !important;
	border-bottom: 2px solid #1C71CF;
}

.product1_center {
	margin-top: .24rem;
	display: flex;
}

.product1_center_l {
	width: 4.2rem;
	height: 5.6rem;
	background: #F7F7F7;
	text-align: center;
	margin-right: 1.11rem;

}

.product1_center_l .l_img {}

.product1_center_l .l_img img {
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
	display: block;
	margin-top: .65rem;
	margin-bottom: .65rem;
	overflow: hidden;
	transition: transform 1s;
}

.product1_center_l .l_img img:hover {
	transform: scale(1.1, 1.1);
}

.product1_center_l .l_img span {
	font-size: .24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.product1_center_r {
	width: calc(12rem - 4.2rem - 1.11rem);
	margin: 0 auto;

}

.product1_center_r ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product1_center_r ul li {
	width: auto;
	text-align: center;
	margin-right: 2.22rem;
	margin-top: .41rem;
	max-height: 2.6rem;
}

.product1_center_r ul li:nth-child(2n+0) {
	margin-right: 0;
}

.product1_center_r ul li img {
	display: block;
	margin-bottom: .54rem;
	overflow: hidden;
	transition: transform 1s;
	max-height: 1.6rem;
	
}

.product1_center_r ul li img:hover {
	transform: scale(1.1, 1.1);
}

.product1_center_r ul li span {
	font-size: .2rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;

}

@media all and (min-width: 320px) and (max-width: 750px) {
	.product1_head {
		display: block;
		border-bottom: none;
		margin-top: 26px;
	}

	.product1_head_l {
		text-align: center;
	}

	.product1_head_l h3 {
		font-size: 16px;
		font-family: PingFang SC;
		font-weight: bold;
		color: #000000;
		margin-bottom: 10px;
		line-height: initial;
	}

	.product1_head_l p {
		font-size: 10px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #6A6A6A;
		margin-top: -12px;
		margin-bottom: 1px;
	}

	.product1_head_r a {
		margin-right: 18px;
		margin-top: 0px;
		height: 24px;
		font-size: 12px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #000000;
	}

	.product1_center {
		margin-top: 24px;
		display: block;
	}

	.product1_center_l {
		width: 100%;
		height: 260px;
		background: #F7F7F7;
		text-align: center;
		position: relative;

	}

	.product1_center_l .l_img img {
		width: 200px;
		height: 200px;
		margin: 0 auto;
		display: block;

		padding-top: 27px;


	}

	.product1_center_l .l_img span {
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #333333;
		position: absolute;
		bottom: 27px;
		left: 0;
		right: 0;
	}

	.product1_center_r {
		width: 100%;
		margin: 0 auto;
	}

	.product1_center_r ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 27px;
	}

	.product1_center_r ul li {
		margin-top: 0px;
		width: 49%;
		text-align: center;
		margin-right: 6px;
		margin-bottom: 7px;
		height: 175px;
		background: #F7F7F7;
		position: relative;
		max-height: initial;
	}

	.product1_center_r ul li:nth-child(1) img {
		width: 99px;
		height: 67px;
		margin: 0 auto;
		margin-top: 32px;
	}

	.product1_center_r ul li:nth-child(2) img {
		width: 70px;
		height: 76px;
		margin: 0 auto;
		margin-top: 32px;
	}

	.product1_center_r ul li:nth-child(3) img {
		width: 75px;
		height: 65px;
		margin: 0 auto;
		margin-top: 32px;
	}

	.product1_center_r ul li img {
		display: block;
		margin-top: 32px;
		max-height: initial;
		/* width: 75px;
		height: 70px;
	
		margin-left: 50px;
		margin-bottom: 32px; */

	}

	.product1_center_r ul li span {
		display: block;
		font-size: 20px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #000000;
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #333333;
		position: absolute;
		bottom: 24px;
		left: 0;
		right: 0;
	}

	.product1 {
		margin-bottom: 46px;
	}

	.product {
		margin-top: 60px;
	}
}