.evaluate_form{
	background-color: white;
}
.evaluate_form_t{
	height: 78rpx;
	line-height: 78rpx;
	text-indent: 38rpx;
	color: rgba(135, 135, 135, 1);
	font-size: 24rpx;
	font-family: NotoSansHans-Regular;
}
.evaluate_form_item{
	border-top: 1px solid rgba(235, 235, 235, 1);
	height: 88rpx;
	line-height: 88rpx;
	display: flex;
}
.evaluate_form_it{
	color: rgba(56, 55, 53, 1);
	text-align: left;
	text-indent: 38rpx;
	font-size: 28rpx;
	font-family: NotoSansHans-Regular;
	width:240rpx;
}
.evaluate_form_itw{	
	color:#BFA368;
	display: inline;
}
.evaluate_form_input,.evaluate_form_picker{
	flex: 1;
	height: 88rpx;
	text-align: right;
	color:#3A3735;
	padding-right: 38rpx;
	font-size: 24rpx;
	overflow: hidden;
}
.picker{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.evaluate_form_itr{
	color: rgba(56, 55, 53, 1);
	padding-right: 38rpx;
	font-size: 28rpx;
	font-family: NotoSansHans-Regular;
	width:100rpx;
	text-align: right;	
}
.sub_evaluate{
	position: fixed;
	bottom:0rpx;
	width:750rpx;
	height: 98rpx;
	background:linear-gradient(270deg,#FFD800,#FFE600);
	line-height: 98rpx;
	border-radius: 6rpx;
	color: rgba(56, 55, 53, 1);
	font-size: 30rpx;
	text-align: center;
	font-family: NotoSansHans-DemiLight;
}


/*****估价结果页*****/
.show_evaluate{
	position: fixed;
	top:0rpx;
	width:100%;
	height: 100%;
	background-color:#F9F9F9;
	overflow: hidden;
  	z-index:101;
  	left:100%;
  	transition: all 0.5s;
}
.show_evaluate_back{
  background-color:#fede18;
  height:128rpx;
  position: fixed;
  top:0rpx;
  width: 100%;  
  font-size: 36rpx;
  line-height: 128rpx;
  text-align: center;
}
.show_evaluate_header{
	height: 128rpx;
}
.show_evaluate_back image{  
  width:30rpx;
  height: 30rpx;
  position: absolute;
  top:70rpx;
  left:40rpx;
}
.show_evaluate_tb{
	background-color: white;
	overflow: hidden;
	padding-bottom: 20rpx;	
}
.show_evaluate_t{
	line-height: 42rpx;
	text-align: center;
	margin:30rpx auto 0rpx;
	width:578rpx;
	color:#383735;
}
.show_evaluate_dt{
	color: #878787;
	margin:10rpx 0rpx 20rpx;
	height: 28rpx;
	line-height: 48rpx;
	font-size: 28rpx;
	text-align: center;
	font-family: NotoSansHans-Regular;
}
.show_evaluate_sp{
	background-color: white;
	margin-top: 20rpx;
}
.show_evaluate_type{
	width:516rpx;
	display: flex;
	margin:0rpx auto;
}
.show_evaluate_tpitem{
	flex: 1;	
}
.show_evaluate_tpn{
	width: 120rpx;
	height: 44rpx;
	margin:10rpx auto 10rpx;
	line-height: 44rpx;
	color: rgba(56, 55, 53, 1);
	font-size: 28rpx;
	text-align: left;
	font-family: NotoSansHans-Medium;
	border-bottom: 4rpx solid white;
}
.show_evaluate_tpn.active{
	border-bottom: 4rpx solid #FFE600;
}
.show_evaluate_info{
	margin-top:40rpx;
}
.show_evaluate_detail{
	width:516rpx;
	height: 260rpx;
	background-color: #FFE600;
	border-radius: 12rpx;
	overflow: hidden;
	margin:0rpx auto;
}
.show_evaluate_pt{
	height: 30rpx;
	line-height: 30rpx;
	color: rgba(56, 55, 53, 1);
	font-size: 20rpx;
	text-align: center;
	margin-top: 26rpx;
	font-family: NotoSansHans-DemiLight;
}
.show_evaluate_pv{
	color:#383735;
	left: 281px;
	height: 72rpx;
	line-height: 72rpx;
	font-size: 48rpx;
	text-align: center;
	margin-top: 10rpx;
	font-family: NotoSansHans-Medium;
}
.show_evaluate_dl{
	display: flex;
	margin-top: 15rpx;
}
.show_evaluate_dt{
	flex: 1;
}
.show_evaluate_dn{
	height: 30rpx;
	line-height: 30rpx;
	color: rgba(56, 55, 53, 1);
	font-size: 20rpx;
	text-align: center;
	font-family: NotoSansHans-Light;
}
.show_evaluate_dv{
	display: block;
	line-height: 26rpx;
	color: rgba(56, 55, 53, 1);
	font-size: 20rpx;
	text-align: center;
	font-family: NotoSansHans-Medium;
	font-weight: bold;
}