.price {
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #FFFFFF;
	border-radius: 5px;
	&-title{
		height: 20px;
		line-height: 20px;
		flex-direction: row;
		align-items: center;
		&-name{
			@include styleFont2(#343434,26rpx);
		}
		&-price{
			@include styleFont2($gl_color,26rpx);
		}
		&-input{
			flex: 1;
			height: 20px;
			@include styleFont2(#343434,26rpx);
		}
	}
	&-intro{
		height: 30px;
		line-height: 30px;
		@include styleFont2(#999999,24rpx);
	}
}