@charset "utf-8";

/* 验证码 */
button, input {
	outline: none;
}

input::-webkit-input-placeholder {
	color: #bbb;
}

.center {
	width: 75%;
	margin: 0 auto;
	text-align: left;
}

#ehong-code-input {
	width: 42px;
	letter-spacing: 2px;
	margin: 0px 8px 0px 0px;
}

#Txtidcode {
	padding-left: 10px;
	border-radius: 8px;
	margin-right: 6px;
}

#idcode {
	display: flex;
	justify-content: center;
}

.ehong-idcode-val {
	letter-spacing: 4px;
	display: inline-block;
	cursor: pointer;
	font-size: 22px;
	/* font-family: "Courier New", Courier, monospace; */
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.ehong-code-val-tip {
	font-size: 10px;
	color: #2e81d7;
	top: 3px;
	*top: -3px;
	position: relative;
	margin: 0px 0px 0px 4px;
	cursor: pointer;
}

#btns {
	border: none;
	float: right;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	color: #fff;
	padding: 0 40px;
	padding-left: 50px;
}