
.swiper-slide img {

    height: auto;
}
@media (min-width:463px){

	.content .product_intro .product_intro_bottom p {
    	height:40px;
    	line-height:30px;
	}
}
@media (min-width:330px){

	.content .product_intro .product_intro_bottom p {
    	height:60px;
	}
}
@media (max-width:329px){

	.content .product_intro .product_intro_bottom p {
    	height:80px;
	}
	.content .product_intro p {
   height:48px;
}
}
.content .product_intro h4 {
    max-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #00676b;
    margin-top: -10%;
    overflow: hidden;
}