﻿html,body{
	height:100%;
}
.title{
	height:75px;
	color: #000000;
	text-align: center;
	font-size:20px;
	line-height: 90px;
	border-bottom:1px dashed #000000;
}
.title img{
	margin-right: 12px;
	margin-bottom: -3px;
}
.smallbutton{
	color:#fff!important;
	font-size:14px;
	width: 140px;
	height:39px;
	background:#212231;
	border-radius:3px;
	display:inline-block;
	border: none;
	cursor:pointer;
	margin-left: 15px;
}
.smallbutton:hover{
	background:#000000;
	text-decoration:none;
}
.getpassword{
	background:#fff;
	margin-top: 5px;
	height: 475px
}
.getpassword .step{
	height: 80px;
	margin-top: 39px;
	background-image: url(../Images/register_step_bg.png);
	background-repeat: no-repeat;
}
.getpassword .step1{
	background-position: center top;
}
.getpassword .step2{
	background-position: center -81px;
}
.getpassword .step3{
	background-position: center -162px;
}
.getpassword .step4{
	background-position: center -243px;
}
.getpassword .form{
	padding: 27px 0 0 320px;
	font-size: 14px
}
.getpassword .form td{
	padding: 10px 0;
	color:#666666;
}
.getpassword .verify td{
	padding: 0;
}
.hint{
	text-indent: 37px;
	margin-top: -5px;
	padding: 5px 0;
	color:#F79F01;
	background: url("../Images/icon_hint.png") no-repeat 13px center #F9F8C6;
}
.warn{
	text-indent: 37px;
	margin-top: -5px;
	padding: 5px 0;
	color:#CD1110;
	background: url("../Images/icon_warn.png") no-repeat 13px center #FBE7E8;
}
.show-captcha{
	width:122px;
	height:38px;
}
.getpassword .form .input{
	color: #B3B3B3;
	text-indent: 1em;
	border: 1px solid #ccc;
	height: 38px;
	line-height: 38px;
}
.getpassword .form .ask{
	width:95px;
}
.getpassword .form .radio label{
	margin-right: 50px;
}
.submit{
	background:#09B838;
	color:#fff!important;
	font-size:16px;
	width:400px;
	height:40px;
	line-height:40px;
	text-align:center;
	border: none;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	outline: none;
}
.submit:hover{
	background: #1bda4f;
}
.mobiles{
	display: none;
}
.width-400{
	width:300px;
}
.footer-text {
	position:absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 50;
	font-size: 14px;
	color: #808080;
}
.reg-inner {
	width: 240px;
	margin: 50px auto;
	white-space: nowrap;
}
.register-success_icon {
	width: 108px;
	height: 120px;
	margin: 0 auto;
	background: url(../Images/register-success_icon.png) no-repeat 0 0;
}
.register-success_text {
	font-size: 20px;
	color: #09b838;
	padding: 15px 0 10px;
	text-align: center;
}
.register-success_go {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 30px;
}
.register-success_go span {
	color: #f79e00;
}
.go-home {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	background-color: #09b838;
	color: #fff;
	font-size: 16px;
}
.selectform{
	padding: 27px 0 0 320px;
	font-size: 14px
}
.selectform table{
	width:500px;
	margin-top: 40px;
	margin-left: 75px;
}
.selectform table td a{
	display:block;
	height:40px;
	line-height:40px;
	padding-top:100px;
	width:130px;
	color:#999;
	background-repeat:no-repeat;
	background-position:center 10px;
	text-align:center
}
.email-ask a{
	background-image: url("../Images/ask_email_icon.png");
}
.email-ask a:hover{
	background-image: url("../Images/ask_email_icon1.png");
	color:#09B838;
}
.mobile a{
	background-image: url("../Images/ask_mobile_icon.png");
}
.mobile a:hover{
	background-image: url("../Images/ask_mobile_icon1.png");
	color:#09B838;
}
/*注册与登录haedr-Chengo添加*/
.s-area {
	width: 1200px;
	margin: 0 auto
}
.login-h {
	height: 94px;
	border-bottom: 1px solid #f2f2f2;
	background-color: #fff;
}
.login-h .kny-logo,.login-h span {
	float: left
}
.login-h .kny-logo {
	margin-top: 37px;
	margin-right: 20px
}
.login-h span {
	padding-left: 20px;
	width: 88px;
	line-height: 35px;
	margin-top: 37px;
	font-size: 22px;
	color: #000;
	border-left: 1px solid #cccccd;
}
/*注册与登录footer-Chengo添加*/
.clBoth {
	clear:both;
}
#footer {
	padding-bottom:30px;
	color:#999;
	text-align:center
}
#footer .links {
	padding-top:44px;
	padding-bottom:15px;
	font-size:14px;}
#footer .links a { 
    margin:0 25px;
    color:#5d5e66;
}
.c5d5e66 {
	width:auto;
	color:#5d5e66;
	font-size:14px;
}
.mt0 {
	margin-top:0;
}