@charset "utf-8";

.goods_base {
	width: 78%;
	float: right;
}
.goods_base a {
	text-decoration: none;
}
.g_title {
	width: 100%;
	color: white;
	font-size: 6vw;
	font-family: cursive;
}
.g_img img{
	width: 100%;

}
.g_name {
	width: 100%;
	text-decoration: none;
	color: #000;
	font-size: 2vw;
}
.g_price {
	width: 100%;
	text-decoration: none;
	color: #000;
	font-size: 2vw;
}