.content{
	position: relative;
}
.product-img{
	width: 100%;
	height: 100%;
	overFlow-y:scroll; 
	overFlow-x:hidden; 
	border-radius: 5px;
}


/*媒体查询部分*/

@media only screen and (min-width: 360px) {
	
	.content h1{
		font-size: 16px;
		font-weight: 700;
		color: #00C74D;
		text-align: center;
	}
	
	.select{
		display: none;
	}
}
@media only screen and (min-width: 415px){
	
	.content h1{
		font-size: 16px;
		font-weight: 700;
		color: #00C74D;
		margin-bottom: 5px;
		text-align: center;
	}
	
}
@media only screen and (min-width: 768px) {
	
	
	.content h1{
		font-size: 24px;
		font-weight: 500;
		color: #00C74D;
		text-align: center;
	}
	
}

@media only screen and (min-width: 992px) {
	
	.content h1{
		font-size: 24px;
		font-weight: 500;
		color: #00C74D;
	}
	
	.select{
		display: block;
	}
}

@media only screen and (min-width: 1200px) {

	
	.content h1{
		font-size: 24px;
		font-weight: 500;
		color: #00C74D;
	}
}