@charset "UTF-8";

/* @import url(best.css); end*/
body{ background: #fff;}
input,div{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.landing{ height: auto;padding:34px 20px; }
.landing dl{
	border-bottom: 1px solid #f3f4f5;
	/* margin:3px 0; */
	position: relative;
}
.landing dl dt{
	position: absolute;
	left:0;
	top:0;
	color:#666;
	height:50px;
	line-height: 50px;
}
.landing dl dd{
	padding-left: 80px;
}
.landing dl dd div{
	position: relative;
}

.landing dl dd input{
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    width: 98%;
    box-sizing: border-box;
    max-height: 50px;
}
.landing dl dd textarea{
	padding-right: 20px;
    height: 50px;
    line-height: 50px;
    width: 98%;
    box-sizing: border-box;
    max-height: 50px;
    resize:none;
    border:1px solid #333;
}
.landing dl dd input:focus{
	font-size: 16px;
	line-height: 1.5 !important;
}
.landing dl dd input.focus{
	height: 50px;
    line-height: 50px;
    width: 98%;
    max-height: 50px;
}
.landing dl.code dd input{
	padding-right:90px;
	
}
.landing dl dd input.focus+span{
	position: absolute;
    right: 5px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/icon_delete.png) no-repeat right center;
    background-size: 15px;
    cursor: pointer;
    display: block;
}
.delete{
	display: none;
}
.landing dl.code dd .getcode{
	position: absolute;
	min-width: 92px;
	box-sizing:border-box;
	right:5px;
	top:16px;
	text-align: center;
	height:20px;
	line-height: 20px;
	color:#999;
	padding-left: 18px;
	border-left:1px solid #f3f4f5;
}
.landing dl.code dd .getcode.red{
	color:#666;
}

.landing .hy{ font-size: 16px;color: #535353;display:block;margin-bottom: 20px;}
.landing .user .userico{ width:45px; height:40px; display:block; float:left; background:url(../images/landing1.jpg) no-repeat center; }
.landing  input{  border:none; font-size:16px; color:#333; outline:none;padding: 0;}
.landing .e_mail{ border-bottom:1px solid #dedede;border:1px solid #c5c5c5;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;margin-top: 15px;background:#fff;}
.landing .e_mail .keyico{ width:45px; height:40px; display:block; float:left; background:url(../images/landing5.jpg) no-repeat center;}
.landing .key{ border-bottom:1px solid #dedede;border:1px solid #c5c5c5;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;margin-top: 15px;background:#fff;}
.landing .key .keyico{ width:45px; height:40px; display:block; float:left; background:url(../images/landing2.jpg) no-repeat center;}
.landing .yzm{ overflow:hidden;border:1px solid #c5c5c5;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;margin-bottom: 15px;background:#fff;}
.landing .yzm .yzmico{ width:45px; height:40px; display:block; float:left; background:url(../images/landing3.jpg) no-repeat center;}
.landing .yzm input{ width:30%; float:left;}
.landing .yzm .yzm_img{ width:80px; height:36px; float:right; background:url(../images/landing4.jpg) no-repeat center; margin:3px 3px 3px 0;}

.zddl{ overflow:hidden; margin:0 2.5%; color:#777777;}
.zddl a{ float:right;}

.landing_but { overflow: hidden;padding:16px;text-align: center;}
.landing_but a{
	color:#3b80e3;
	padding-top: 10px;
	display: inline-block;	
}
.landing_but a:hover{
	color:#3b80e3;
}
.landing_but a:visited{
	color:#3b80e3;
}
.landing_but .login{
	float: left;
}
.landing_but .login.password_remind{
	float: right;
}

.landing_but .dl_no{
	background:#ccc;
	-webkit-appearance:none ;width:100%;border:none;height:34px; line-height:34px; text-align:center; color:#fff; font-size:16px; display:block;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;

}
.landing_but .dl{ background:#EF3A3A;cursor: pointer;}
.landing_but .wyts{ font-weight: bold;color:#595959;}
.landing_but .nozh{ float: left; line-height: 34px;color:#777777;}
.landing_but .zc{ width:120px; display:block; float:left; color:#fff; font-size:16px; text-align:center;height:34px; line-height:34px; background:#1f81d6; -webkit-border-radius: 5px;-moz-border-radius:5px; border-radius: 5px;margin-left: 10px;}

.kjdl{ overflow:hidden; margin:20px 2.5% 0;}
.kjdl span{ display:block; float:left; line-height:40px; color:#777777;}
.kjdl a{ width:50px; height:40px;  display:inline-block;}
.kjdl a.wechat{ background:url(../images/wechat.png) no-repeat center; width:39px; height:39px;background-size: cover;}
.kjdl a.qq{ background:url(../images/qq.png) no-repeat center;}
.kjdl a.weibo{ background:url(../images/weibo.png) no-repeat center;background-size: cover;}

.zc_but .zc{background:#df3048; }

.pt10{ padding-top: 9px;}
.color_red{
	color: red;
}
.J-tip{
    position: absolute;
    left: 77px;
    bottom: -3px;
    font-size: 10px;
}
.forgetpass{
	text-align: right;
	padding:10px 0;
}
.forgetpass a{
	color: #3b80e3;
}
