/* 美容点滴 */


#beauty-drip-menu .content-item-figure {
	display: block;
    width: 90%;
    margin: 0 auto 50px auto;
	}

#beauty-drip-menu .content-item-figure img {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 20px;
}

@media screen and (max-width: 750px) {
	
	
	#beauty-drip-menu .content-item-figure {
		width: 95%;
		margin: 0 auto 5vh auto;
	}
	
	
}



















