.product_box{
	width: 100%;
	background: url(../../images/size_bg.jpg) left repeat;
	background-size:contain;
}
.product .swiper-slide{
	height: 6.89rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
}
.product .swiper-slide a{
	display: block;
}
.product p{
	padding-top: 0.3rem;
	font-size: 0.25rem;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 0.5rem;
}