#refundApply .refundAmount {
	font-size: 0.8rem;
	font-family: "";
	-webkit-text-stroke: 0.02rem;
	letter-spacing: 0.02rem;
	margin-right: 0.1rem;
}
#refundApply .refundAmount::before {
	content: "¥";
	font-size: 0.5rem;
}

#refundApply .content .btn_div {
	background: transparent;
}

#refundApply .weui-cell__bd {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
#refundApply .weui-cell__bd input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
#refundApply .weui-cell__bd .van-icon-arrow {
	color: #999;
}

#refundApply input:disabled,
#refundApply input[disabled] {
	color: #333;
	-webkit-text-fill-color: #333;
	opacity: 1;
	-webkit-opacity: 1;
}
#refundApply input[disabled]::placeholder {
	color: #555;
	-webkit-text-fill-color: #555;
}