body {
	overflow: inherit;
}

.hw_login_content {
	min-height: 500px;
}

.hw_cont {
	width: 500px;
	height: auto;
	margin: 90px auto;
	margin-bottom: 0;
}

.rows {
	margin-top: 30px;
}

.input-cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.hw_lognum {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #666666;
	padding-right: 15px;
}

.input-txts {
	width: 400px;
	height: 40px;
}

.input-text {
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 8px;
	border: solid 1px #ddd;
	font-size: 14px;
	font-family: 'Arial Normal', 'Arial';
}

.error-prompt {
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 100px;
}

.error-prompt div {
	display: none;
}

.error-prompt-show div {
	display: block;
}

.cor-red {
	color: red;
}

.border_red {
	border-color: red;
}

.login_btn {
	width: 100%;
	height: auto;
	padding-left: 100px;
	position: relative;
}

.verification_cont {
	display: flex;
	flex-wrap: wrap;
}

.img_verification {
	width: 215px;
}

.img_verification_code {
	margin-left: 10px;
	width: 100px;
	height: 40px;
	cursor: pointer;
}

.img_verification_code img {
	width: 100%;
	height: 100%;
	display: block;
}

.img_getcode {
	width: 70px;
	display: block;
	line-height: 20px;
	margin: 10px 0;
	font-size: 14px;
	color: #0000FF;
	text-align: right;
	cursor: pointer;
}

.phone_verification {
	width: 270px;
}

.phone_getcode {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	background: #f2f2f2;
	margin-left: 30px;
	overflow: hidden;
	cursor: pointer;
	color: #999;
}

.login_btn button {
	width: 260px;
	height: 44px;
	line-height: 44px;
	font-family: 'Arial Normal', 'Arial';
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background: #2E9981;
	border-radius: 4px;
	display: block;
}

.login_btn .hw_register {
	font-size: 12px;
}

.login_btn .hw_register a,
.login_btn .hw_register span {
	text-decoration: none;
}

.edit_types {
	height: 100%;
	min-height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.edit_types_imgs{
	padding: 0 0 24px;
}
.edit_type_txt {
	margin-left: 30px;
	font-family: "Arial Normal", Arial;
}

.edit_type_txt p {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin-bottom: 12px;
}

.edit_type_txt a {
	font-size: 16px;
	color: #666;
	line-height: 35px;
}