/*解决样式冲突带来的问题*/
@charset "utf-8";
/*解决下拉框文字颜色*/
.dg select {
	color: #000;
}
/*解决输入框内容垂直居中*/
.dg input {
	line-height: normal;
}