*{ margin:0; padding:0; }
body {color:#555; font-size:14px; font-family:微软雅黑; }
td,th,caption { font-size:14px; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#6C6C6C; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; display:block;}
ol,ul,li { list-style:none; }
input, textarea, select, button { font:12px 宋体; }
table { border-collapse:collapse; }
.clearfix:after{content:""; display:block;clear:both;}
.clearfix{zoom:1;}

/*登录开始*/
.main{
	width:380px;
	margin:140px auto;
}
.main .logo_2{
	width: 110px;
    height: 110px;
	background:url(http://image.newsimage.inb123.com/110p.png) no-repeat;
	margin:0 auto;	
}
.main .kg{
	font:18px "微软雅黑";
	margin:18px 0 36px;
	width:100%;
	text-align:center;	
}
.main .choose{
	width:240px;
	margin:0 auto;	
}
.choose li{
	width:40px;
	margin: 0 40px;
	font-size:16px;
	color:#777;	
	float:left;
	line-height:26px;
	text-align:center;
}
.choose .current{
	border-bottom:solid 2px #ff5000;	
}
.choose a{
	color:#777;	
}
.choose .current a{
	color:#ff5000;	
}
.login {
    width: 362px;
    margin: 26px auto 0;
}
.signup-form {
   position: relative;
    display: inline-block;
    padding: 0px 10px;
    width: 340px;
    height: 50px;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 26px;
    border: 1px solid #dadada;
    outline: none;
    color: #474747;
    overflow: visible;
}
.login input {
    font-family: "Microsoft Yahei";
    background-color: white;
    outline: none;
    font-size: 16px;
    width: 100%;
    padding: 14px 0;
    height: 22px;
    border: none;
}
.error {
    margin-left: 0px;
    color: #f84141;
    float: left;
}
.login .submit {
    width: 362px;
    height: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: rgb(255, 80, 0);
    font: 14px 微软雅黑;
    margin: 30px 0px 40px;
    padding: 0px;
	display: block;
    line-height: 40px;
}
.download{
	width:362px;
	height:40px;
	border-radius:4px;
	border:solid 1px #ff5000;
	display:block;
	margin:0 auto;
	color:#ff5000;
	text-align:center;
	line-height:40px;	
}
.login .bottom{
	width: 100%;
    margin-top: 40px;
    font-size: 16px;
    height: 25px;
}
input.remember {
    width: 20px;
    height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
a.forgot{
	color: #555;
    display: inline-block;
    float: right;
	cursor: pointer;
}
/*登录结束*/
/*忘记密码开始*/
#bg{
	background-color:#fff;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.yanzhen{
	position:fixed;
	width:400px;
	left:50%;
	top:20%;
	min-height: 320px;
	z-index:100;
	background-color:#fff;
	border:1px #ddd solid;
	padding:1px;
	border-radius:5px;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.3);
}
.yanzhen h3{
	font-size:24px;
	color:#333;
	text-align:center;
	line-height:60px;	
	font-weight:normal;
}
.yanzhen .wen{
	text-align:center;	
}
.yanzhen ul{
	margin-top:32px;	
}
.yanzhen li{
	width:100%;
	height:50px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;	
}
.yanzhen li:nth-child(2){
	margin-top:-1px;	
}
.yanzhen li input{
	width:100%;
	height:50px;
	background:none;
	border:none;	
	font:14px "微软雅黑";
	color:#999;
	padding-left:12px;
	box-sizing:border-box;
}
.yanzhen .kapkey{
	width:270px;
	height:50px;
	float:left;	
}
.yanzhen #getKey{
	width:130px;
	height:50px;
	float:right;
	text-align:center;
	font:14px "微软雅黑";
	color:#000;
	cursor: pointer;
	padding: 0;
	background:#eee;
}
#getKey[disabled]{
	cursor: default;
	color: #ababab;
}
.error.error2,.error.error3{
	padding:10px 12px;
	margin:0;
}
.yanzhen .jinru{
	width:130px;
	height:36px;
	background:#ff5000;
	border-radius:4px;
	margin: 0 auto;
	display:block;
	font:14px "微软雅黑";
	color:#fff;
	line-height:36px;
	text-align:center;
	margin-bottom:30px;
	margin-top:60px;
}
/*忘记密码结束*/