body {
	background: #fff;
	font-family: "微软雅黑";
}


/*header-start*/

.new_header {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

.new_theme {
	background: #f2f2f2;
}

.hw_content {
	width: 1200px;
	margin: 0 auto;
}

.cmca_header_nav {
	text-align: right;
}

.cmca_header_nav a {
	font-size: 12px;
	color: #333333;
	padding-left: 30px;
}

.new_header_navs {
	width: auto;
	display: flex;
}

.new_header_navs li {
	padding: 0 12px;
}

.new_header_navs .hw_series {
	padding-left: 30px;
}

.new_header a {
	color: #999;
	font-family: "微软雅黑";
}

.new_header_navs li a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_header_navs .main_icon {
	padding-right: 3px;
}


/*header-end*/


/*nav - */

.cmca_nav {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	border-bottom: 1px solid #ddd;
}

.hw_content {
	height: 100%;
	position: relative;
}

.hw_cmca_logo {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.hw_cmca_logo a {
	display: block;
	height: 40px;
}

.hw_cmca_logo img {
	vertical-align: middle;
	height: 40px;
}

.cmca_navs {
	height: 80px;
	line-height: 74px;
	font-family: '微软雅黑';
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
}

.cmca_navs li {
	border-bottom: 3px solid transparent;
	padding: 3px 20px 0;
	margin: 0 25px;
}

.cmca_navs li:last-child {
	margin-right: 0;
}

.cmca_navs li a {
	color: #333333;
}


/*.cmca_navs li:hover {
	border-bottom-color: #2BA187;
}

.cmca_navs .cmca_navs_active {
	border-bottom-color: #2BA187;
}*/

.cmca_navs li a {
	width: 100%;
	height: 100%;
	display: block;
}

.cmca_nav_fixed {
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #eee;
	z-index: 9999;
}

.cmca_nav_fixed .cmca_navs {
	height: 64px;
	line-height: 64px;
	top: 0;
}


/*nav -end*/


/*login*/

.cmic_login_cont {
	width: 850px;
	margin: 0 auto;
	padding: 10px;
}

.cmic_title {
	border-bottom: 1px solid #ddd;
	margin-top: 45px;
	margin-bottom: 60px;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
}
.border_red {
    border: 1px solid #FF0000 !important;
}
.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: "微软雅黑";
}

.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: #32B79A;
	margin-left: 30px;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}
.phone_getcode_active1{
	background: #32B79A;
	color: #fff;
}
.phone_getcode_active2{
	background: #ddd;
	color: #999;
}
.login_btn button {
	width: 260px;
	height: 44px;
	line-height: 44px;
	font-family: "微软雅黑";
	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: "微软雅黑";
}

.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;
}

.login_btn {
	width: 100%;
	height: auto;
	padding-left: 100px;
	position: relative;
}

.login_inputs{
	width: 500px;
	margin: 0 auto;
}
footer{
	border-top: 1px solid #ddd;
	height: 60px;
	line-height: 59px;
	text-align: center;
}
.copyright{
	line-height: 59px;
	margin-top: 0;
	font-family: "微软雅黑";
}



/* =================== */
.cmic_register_cont{
	width: 1000px;
  	margin: 0 auto;
  	padding: 10px;
 	 line-height: 25px;
}

.t1{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px;
	font-weight: bold;
	
}

.cmic_register_cont p{
	margin-left: 20px;
}

.register_btn{
	height: 60px;
	text-align: center;
	margin: 20px auto;
}
/* .register_btn a{
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background: #ffffff;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin: 10px 30px;
	
} */
.register_a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	background: #ffffff;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin: 10px 30px;
	
}
.register_a a{
	width: 200px;
	color: #333;
}

/* .register_btn a:hover{
	background: #32B79A;
	color: #FFFFFF;
} */
.register_btn_active{
	background: #32B79A;
	color: #FFFFFF;
}
.register_btn_active a{
	color: #FFFFFF;
}


.reg_shuoming{
	padding-top: 20px;
	padding-bottom: 30px;
	display: none;
}

.reg_shuoming_active{
	display:block;
}