@charset "UTF-8";

.product_main {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.title {
	font-weight: bold;
	font-size: 20px;
}

.text_box p {
	text-indent: 2em;
	line-height: 40px;
}

.img_box h4 {
	text-indent: 2em;
}

.img_box img {
	width: 800px;
	display: block;
	margin: auto;
}

.jiage_box {
	display: flex;
	width: 800px;
	margin: auto;
	justify-content: space-between;
}

.jiage_box .item {
	width: 200px;
	padding: 20px 20px;
	border-radius: 20px;
	overflow: hidden;
	background: #e3e3e3;
	font-size: 14px;
}
.jiage_box .item .item_title{
	font-size: 20px;
}
.jiage_box .item .weight{
	font-weight: bold;
	font-size: 22px;
}
.jiage_box .item .price{
	height: 90px;
}
.jiage_box .item li{
	line-height: 38px;
}
.jiage_box .item li span{
	color: green;
	font-weight: bold;
	margin-right: 10px;
	font-size: 18px;
}


