/*登录样式*/
 .footer-box{
 	margin-top: 0px;
 }
 .active_login {
 	background: #999;
 	/*opacity: 0.5;
 	filter: alpha(opacity=50);*/
 	color: #fff;
 }
 
 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 #fff inset;
    -webkit-text-fill-color: #333;
}
 .login_box_inset{
 	width: 100%;
 	background: url(/Public/Web_style/images/s_background.png) no-repeat; background-size:100% 100%;
 	padding-top: 6%;
 }
 .login_box_inset .logo_box {
 	width: 390px;
 	height: 395px;
 	background: #ffffff;
 	/*margin-top: 6%;*/
 	margin-left: 53%;
 	overflow: hidden;
 	opacity: 0.9;
 	filter: alpha(opacity=90);
 }
 
 .login_box_inset .logo_box .box_top {
 	overflow: hidden;
 }
 
 .login_box_inset .logo_box .box_top .denglu {
 	height: 60px;
 	width: 195px;
 	text-align: center;
 	line-height: 60px;
 	float: left;
 	cursor: pointer;
 	font-size: 18px;
 }
 
.login_box_inset .logo_box .user_box {
 	width: 780px;
 	height: 395px;
 }
 
 .login_box_inset .logo_box .user_box .user_land {
 	float: left;
 	width: 310px;
 	height: auto;
 	padding: 40px;
 	position: relative;
 }
 
.login_box_inset .logo_box .user_box .user_land p {
 	margin: 0;
 	padding: 0;
 	position: relative;
 }
 
.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: 40px;
 	width: 258px;
 	text-indent: 10px;
 	margin-bottom: 11px;
 	border-left:none;
 	line-height: 40px;
 }
 
.login_box_inset .logo_box .user_box .user_land .user_wjmm {
 	display: block;
 	margin-top: 20px;
 	color: #2f98d8;
 	font-size: 12px;
 }
 
.login_box_inset .logo_box .user_box .user_land .user_subtm {
 	width: 300px;
 	height: 40px;
 	display: block;
 	background: #d42a3c;
 	color: #fff;
 	text-align: center;
 	line-height: 40px;
 	margin-top: 25px;
 	font-size: 15px;
 	cursor: pointer;
 }
 
.login_box_inset .logo_box .user_box .user_register {
 	float: left;
 	width: 350px;
 	height: auto;
 	padding: 10px 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;
 }