.parameter_list{
	overflow: hidden;
}
.parameter_list input{
	outline: none;
	border: none;
	
}
::-webkit-input-placeholder { 
	color: #d1d1d1;
} 
.parameter_setting{
	height: 1.02rem;
	display: flex;
	padding-left: .3rem;
	padding-right: .3rem;
	justify-content: space-between;
	border-bottom: .01rem solid #e3e3e3;
	background: #fff;
	line-height: 1.02rem;
	position: relative;
}
.left{
	font-size: .34rem;
	color: #333;
}
.right{
	font-size: .3rem;
	color: #666;
	height: 1.02rem;
}
.total_num{
	color: #fc7e00;
}
.parameter_list .count_select{
	width: .8rem;
	height: .5rem;
	border: .02rem solid #d1d1d1;
	text-align: center;
	color: #333;
}
.tag_parameter{
	display: inline-block;
	width:1rem;
	height: .6rem;
	vertical-align: middle;
	border: .02rem solid #d1d1d1;
	color: #333;
	line-height: .6rem;
	text-align: center;
	font-size: .24rem;
	transform: scale(.7);
	margin-left: -.3rem;
}
.select{
	background: #d1d1d1;
}
.tag_parameter:nth-of-type(1){
	margin-left: 0;
}
.down_count,.up_count{
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background: #f2f1f0;
	vertical-align: middle;
	line-height: .4rem;
	text-align: center;
	color: #999;
	font-weight: 800;
	font-size: .4rem;
}
.parameter_setting:nth-of-type(2),.parameter_setting:nth-of-type(5),.parameter_setting:nth-of-type(10),.parameter_setting:nth-of-type(14){
	margin-top: .28rem;
	border-top: .01rem solid #e3e3e3;
}

.white_back{
	position: absolute;
	width: .3rem;
	left: -.3rem;
	height: 1.3rem;
	z-index: 100;
	background: #fff;
	border: none;
}
.remarks{
	font-size: .34rem;
	margin-left: .36rem;
}
.tag_cost{
	font-size: .2rem;
	color: #999;
	margin-left: .3rem;
	vertical-align: middle;
}
.tag_info{
	outline: none;
	border: none;
	font-size: .24rem;
	width: 100%;
	height: 1.2rem;
	padding: 0.3rem 0;
	resize: none;
}
.confirm_btn{
	width: 100%;
	height: .98rem;
	border-top: .02rem solid #eae8e5;
	background: #ffba00;
	color: #fff;
	text-align: center;
	line-height: .98rem;
	font-size: .34rem;
	margin-top: .35rem;
	position: fixed;
	bottom: 0;
}
body{
	padding-bottom: 1.35rem;
}
