/*登录与注册样式*/
 .footer-box{
 	margin-top: 0px;
 }

 
 input {
 	-webkit-appearance: none;
 	outline: none;
 	margin: 0;
 	padding: 0;
 	vertical-align: baseline;
 	border: 1px solid #ececec;
 }
 input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus {
    box-shadow:0 0 0 60px #f2f3f4 inset;
    -webkit-text-fill-color: #333;
}
.login_logo{height: 55px;text-align: center;padding:60px 0 50px;}
.login_logo span{display: inline-block;color: #fff;margin-left: 20px;font-size: 24px;font-weight: bold;position: relative;top:-18px;}
 .login_box_inset{
 	width: 100%;
 	background:#3eccb3;
 }
 .login_box_inset .logo_box {
 	width: 520px;
 	height: 500px;
 	background: #ffffff;
 	overflow: hidden;
    margin:0 auto;
    border-radius: 12px;
 }
 
 .login_box_inset .logo_box .box_top {
 	overflow: hidden;
    border-bottom: 1px solid #eee;
 }
 
 .login_box_inset .logo_box .box_top .denglu {
 	height: 60px;
 	width: 50%;
 	text-align: center;
 	line-height: 60px;
 	float: left;
 	cursor: pointer;
 	font-size: 24px;
    position: relative;
    color: #333;
 }
 .box_top .active_login{font-weight: bold;}
 .box_top .active_login .sign{width: 30px;height: 4px;background: #3eccb3;position: absolute;bottom: 0;left:50%;margin-left: -15px;}
 .box_top .denglu .c-line{height: 24px;width: 1px;background: #eee;position: absolute;right: 0;top:50%;margin-top: -12px;}
.login_box_inset .logo_box .user_box {
 	width: 1040px;
 }
 
 .login_box_inset .logo_box .user_box .user_land {
 	float: left;
 	width: 420px;
 	height: 390px;
 	padding: 50px 50px 0 50px;
 	position: relative;
 }
.user_box .user_land .code_box{
    width: 200px;
    height: 200px;
    margin:0 auto;
    border:1px solid #ddd;    
}
.user_box .user_land .code{
    width: 99%;
    height: 99%;
    display: block;
    margin-top: 1px;
}
.user_box .user_land .tip{
    font-size: 18px;
    color: #333;
    line-height: 18px;
    padding-top: 20px;
    text-align: center;
}
.user_box .user_land .tip span{
    color: #3eccb3;
    font-size: 18px;
}
.user_box .user_land .to_register{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f2f3f4;
    color: #3eccb3;
    height: 60px;
    width: 490px;
    line-height: 60px;
    text-align: right;
    padding-right: 30px;
    font-size: 18px;
    text-decoration: none;
}
.login_box_inset .logo_box .user_box .user_land .user_cuo {
 	margin-bottom: 10px;
 	font-size: 12px;
 	color: red;
 	margin-bottom: 20px;
 }
 
.login_box_inset .logo_box .user_box .user_land .user_cuo a {
 	color: #2f98d8;
 	text-decoration: none;
 }
 
.login_box_inset .logo_box .user_box .user_land p .user_txt {
 	height: 44px;
 	width: 100%;
 	text-indent: 20px;
 	margin-bottom: 11px;
 	line-height: 44px;
    background: #f2f3f4;
    border-radius: 8px;
    font-size: 16px;
 }
 
.login_box_inset .logo_box .user_box .user_land .user_wjmm {
 	display: block;
 	margin-top: 20px;
 	color: #333;
 	font-size: 16px;
    padding-left: 20px;
    text-decoration: none;
 }
 
.login_box_inset .logo_box .user_box .user_land .user_subtm {
 	width: 100%;
 	height: 44px;
 	display: block;
 	background: #3eccb3;
 	color: #fff;
 	text-align: center;
 	line-height: 44px;
 	margin-top: 25px;
 	font-size: 18px;
 	cursor: pointer;
    border-radius: 44px;
 }
 
.login_box_inset .logo_box .user_box .user_register {
 	float: left;
 	width: 350px;
 	height: auto;
 	padding: 10px 20px;
 }
.user_land .find{
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
.mask .tip_centent{
    width: 260px;
    height: 180px;
    background: #fff;
    position: fixed;
    left: 50%;
    top:50%;
    margin-left: -150px;
    margin-top: -120px;
    padding: 20px;

}
.close{
    width: 80px;
    height: 34px;
    line-height: 34px;
    display: block;
    margin:20px auto;
    background: #3eccb3;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.mask .tip_centent p{
    font-size: 16px;
    padding:5px 0;
}
.mask .tip_centent .tip-c-t{
    font-size: 18px;
    color: #3eccb3;
    text-align: center;
    padding-bottom: 20px;
}
.login_box_inset .logo_box .user_box .user_register dl dd {
 	padding: 0;
 	margin: 0;
 	position: relative;
 }
 
.login_box_inset .logo_box .user_box .user_register dl dd p {
 	padding: 0;
 	margin: 0;
 	position: relative;
 }
 
.login_box_inset .logo_box .user_box .user_register dl dd p input {
 	height: 35px;
 	width: 264px;
 	text-indent: 10px;
 	margin-bottom: 5px;
 }
 
 .no_active {
 	background: url(http://misc.360buyimg.com/user/myjd-2015/css/i/close.png) no-repeat left;
 	width: 20px;
 	height: 17px;
 	position: absolute;
 	top: 13px;
 	right: 14px;
 	display: none;
 	cursor: pointer;
 }
 
.login_box_inset .logo_box .user_box .user_register dl dd .no_no {
 	width: 200px;
 	height: 12px;
 	font-size: 12px;
 	display: block;
 	color: red;
 	text-align: center;
 	
 }
 .login_box_inset .logo_box .user_box .user_register dl dd .no_bug_ss{
 	height: 20px; display: none; text-align: center; color: red; width: 206px;
 }
.login_box_inset .logo_box .user_box .user_register dl dd .user_insert {
 	width: 264px;
 	height: 40px;
 	display: block;
 	background: #d42a3c;
 	color: #fff;
 	text-align: center;
 	line-height: 40px;
 	margin-top: 12px;
 	cursor: pointer;
 	font-size: 15px;
 	margin-left: 50px;
 }
 
.login_box_inset .logo_box .user_box .user_register dl dd .font_size {
 	font-size: 14px;
 	color: #666;
 }
 
.login_box_inset .logo_box .user_box .user_register dl dd p #get_call {
 	margin-left: 5px;
 	width: 114px;
 	color: #666;
 	opacity: 0.8;
 	filter: alpha(opacity=80);
 	font-size: 12px;
 }

 /*登录新增图片验证码*/

 .hide{display: none;}
 .show{display: block;}
 #user_land #captcha-container_1 input{
    height: 35px;
    width: 264px;
    text-indent: 10px;
    margin-bottom: 5px;
 }