body{
	background-color: #fff;
}
img{
	width: 100%;
}
.container{
	width: 100%;
}
.product{
	width: 60%;
	margin: auto;
}
.product_title_warp{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #EBE9EA;
}
.product_title{
	width: 60%;
	height: 60px;
	margin: auto;
    display: flex;
    gap: 10px;
}
.product_title p {
	width: 96px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border-bottom:2px solid #322932;
}
.product_list{
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.product_list a {
    width: 46%;
}
.product_list img {
    width: 100%%;
}
.footer{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333;
	color: #fff;
	margin-top: 40px;
}
.footer a{
	color: #fff;
}