/* 自定义的一些css样式 可以删改 */

/* 表单 必填红*标识 */
label.xrequired:before {
	content: '* ';
	color: red;
	font-weight: bold;
}