.ui-new-height{
	height:60px !important;
	line-height:60px
}
.ui-text{
	text-align:left !important
}
.ui-pruduction-form-list{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 54px;
	background: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.ui-production-name{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #222222;
	letter-spacing: 0;
	font-weight: 400;
}
.ui-production-value{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #222222;
	letter-spacing: 0;
	text-align: right;
	font-weight: 500;
}
.borderTopHalfLine{
	border-Top: 0.5px solid rgba(232,232,232,1);
}