.validate-error {
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(169, 68, 66);
	border-image: initial;
}

.wrapper {
	width: 1080px;
	margin: 0 auto
}

.dx span {
	padding-top: 3px;
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px
}

.dx input {
	margin-top: 1px;
	margin-right: 5px;
}

.xz input {
	margin-top: -2px
}

.xz span {
	font-weight: normal
}

.table-box {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.validcodeimg {
	width: 80px;
	height: 22px;
}

.search-btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 0.5em 1em;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
	color: #fff;
	background-color: #0e90d2;
	border-color: #0e90d2;
}
