.buy .box1{
	padding: 72px 0 64px;
	text-align: center;
}
.buy .box1 .title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	color: #AACD06;
	line-height: 1;
	text-align: center;
}
.buy .box1 form{
	width: 600px;
	max-width: 100%;
	margin: 40px auto 0;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0 11px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	overflow: hidden;
}

.buy .box1 form input{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	flex: 1;
	outline: none;
	border: none;
	padding-right: 20px;
	height: 38px;
	font-size: 14px;
}
.buy .box1 form input::placeholder{
	color: rgba(217, 217, 217, 1);
}
.buy .box2{
	padding: 30px 0 54px;
	background-color: RGBA(249, 249, 249, 1);
}
.buy .box2 .box-t{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.buy .box2 .box-t a{
	padding: 0 20px;
	line-height: 39px;
	background: #F0F0F0;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #D9D9D9;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #534540;
	transition: all .6s;
}
.buy .box2 .box-t a.active{
	border-color: rgba(170, 205, 6, 1);
	background-color: rgba(170, 205, 6, 1);
	color: #fff;
}
.buy .box2 .box-c{
	margin-top: 50px;
}
.buy .box2 .box-c .item{
	display: none;
}
.buy .box2 .box-c .item.active{
	display: block;
}
.buy .box2 .box-c .item .list{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 30px 25px;
}
.buy .box2 .box-c .item .list .img{
	position: relative;
	padding-top: 38.46%;
}
.buy .box2 .box-c .item .list .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.buy .box2 .box-c .item .list .img .pic img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
@media (max-width:1199px){
	.buy .box1{
		padding: 60px 0;
	}
	.buy .box2 .box-c{
		margin-top: 45px;
	}
}
@media (max-width: 1024px){
	.buy .box1{
		padding: 50px 0;
	}
	.buy .box2 .box-c{
		margin-top: 40px;
	}
	.buy .box2 .box-c .item .list{
		gap: 20px;
	}
	.buy .box2 .box-t a{
		font-size: 14px;
		padding: 0 10px;
		line-height: 34px;
	}
	.buy .box2 .box-t{
		gap: 15px;
	}
}
@media (max-width: 768px){
	.buy .box1{
		padding: 40px 0;
	}
	.buy .box1 form,
	.buy .box2 .box-c{
		margin-top: 30px;
	}
	.buy .box2 .box-c .item .list{
		grid-template-columns: repeat(4,1fr);
	}
}
@media (max-width: 500px){
	.buy .box2 .box-c .item .list{
		gap: 14px;
	}
	.buy .box2{
		padding-bottom: 40px;
	}
	.buy .box2 .box-c .item .list{
		grid-template-columns: repeat(3,1fr);
	}
	.buy .box1{
		padding: 30px 0;
	}
	.buy .box1 form,
	.buy .box2 .box-c{
		margin-top: 25px;
	}
}