.form{
	width: 100%;
/* 	background: url("../image/shuju_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 3.71rem;
	background-position: top; */
	padding-bottom: .2rem;
	font-size: 0;
}
.form > h4{
	font-size: .47rem;
	padding-top: .1rem;
	padding-left: .3rem;
	color: #333333;
}
.form > .describe{
	font-size: .26rem;
	color: #333333;
	padding-left: .3rem;
	margin: .3rem 0 .6rem;
}
.product{
	font-size: 0;
	padding: 0 .3rem;
}
.product > ul > a{
	box-sizing: border-box;
	width: 6.9rem;
	display: inline-block;
	padding: .4rem .3rem;
	font-size: .24rem;
	margin-bottom: .3rem;
	
}
.product > ul > a:last-child{
	margin-bottom: 0;
} 
.product > ul > a > li{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	min-height: 3.8rem;
}
.product > ul > a > li .product-title{
	display: flex;
	align-items: center;
	align-content: space-between;
	font-size: .28rem;
	font-weight: bold;
	color: #333;
	width: 100%;
}
.product > ul > a > li .product-title img{
	width: .57rem;
	height: .55rem;
	margin-right: .2rem;
}
.product > ul > a > li .product-numericalvalue{
	width: 100%;
	margin: .2rem 0;
	color: #1f81ee;
	font-size: .36rem;
	font-weight: bold;
}
.product > ul > a > li .product-numericalvalue span:nth-child(2){
	display: inline-block;
	margin: 0 .7rem;
	color: #aaaaaa;
	font-size: .5rem;
}
.product > ul > a > li  .product-describe{
	font-size: .26rem;
	color: #555555;
	padding: .1rem 0  0;
	/* min-height: 1.42rem; */
}
.product > ul > a > li .product-order-btn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .24rem;
	color: #888888;
	padding-top: .1rem;
}
.product > ul > a > li .product-order-btn .money{
	color: red;
	font-size: .36rem;
	font-weight: bold;
	margin-right: .4rem;
}
.product > ul > a > li .product-order-btn .money + s{
	color: #cccccc;
	font-size: .3rem;
}
.product > ul > a > li .product-order-btn div:last-child{
	background-color: #2283ee;
	border: 1px solid #2283ee;
	height: .3rem;
	width: 1.62rem;
	text-align: center;
	padding: .1rem;
	color: #fff;
	border-radius: .1rem;
}