@charset "utf-8";
/**
 * Created by Nico on 16-2-29
 * Version: 16-2-29
 * Date: 16-2-29
 */
 
 body{
    margin:0;
    padding:0;
    min-width: 1200px;
    background:#fff;
    font:14px/1.5 "Microsoft Yahei",helvetica,arial,verdana,sans-serif;
    color:#666;
    overflow: auto;
    -moz-user-select: none;
}
body, span,div, dl, dt, a,dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input,select, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input, textarea, keygen, select, button{
	    font-family:"Microsoft Yahei",helvetica,arial,verdana,sans-serif;
	    outline:none;
}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
ul,li{
    list-style: none;
}
a{
    outline: none;
    text-decoration: none;
    color:#666;
}

body{
	min-width:500px;
	width:100%;
	background:#f9fafa url("../img/login_bg.png") no-repeat center 0;
}
.clear{
	overflow:hidden;
	clear:both;
}
.login_header{
	float:right;
	margin-top:15px;
}
.login_header a{
	display:block;
	float:left;
	height:21px;
	padding:0 20px;
	background:url("../img/login_icon.png") no-repeat 0 3px;
	color:#888;
	cursor:pointer;
}
.login_header a:hover{
	text-decoration:underline;
}
.login_header a.help{
	background-position:0 -22px
}
.login_header a.lang{
	background-position:0 -52px
}
.login_logo{
	width:200px;
	height:350px;
	margin:0 auto;
	padding-top:90px;
	text-align:center;
	font-size:20px;
	color:#495a72;
}
.login{
	width:100%;
	-height:230px;
	background:#eeefef;
	padding:33px 0;
}
.login_form{
	width:350px;
	margin:0 auto;
}
.ipt{
	position: relative;
	margin-top:16px;
	width:100%;
	height:46px;
	background:#fff url("../img/login_icon.png") no-repeat 6px -78px;
	padding-left:30px;
	border:1px solid #BAC4D2;
}
.pass_wrap{
	-margin-top:10px;
	background-position:5px -115px;
}
.email_wrap{
	background-position:5px -42px;
}
.user_wrap{
	-margin-top:10px;
}
.username,
.password{
	position:relative;
	line-height:44px;
	height:100%;
	width:100%;
	border:none;
	outline:none;
	background:none;
	color:#5691C5;
}
.submit_wrap{
	-margin-top:10px;
	border:none;
	background:#5691C5;
	padding-left:0;
}
#passwordrule{
	position: absolute;
    top: 12px;
    left: 350px;
    width: 100%;
}
.j_val_tip{
	position: absolute;
    top: 12px;
    left: 350px;
    width: 100%;
    color:red;
}
.submit{
	height:100%;
	width:100%;
	border:none;
	background:#5691C5;
	color:#fff;
	font-size:14px;
	outline:none;
	cursor: pointer;
}
.submit_ing{
	background:#84B4DC;
}
.submit:enabled:hover{
	background:#4787C0;
}
.login_footer{
	width:120px;
	margin:0 auto;
	height:40px;
	padding-top:20px;
}
.login_footer a{
	color:#495A72;
	font-size:13px;
	cursor:pointer;
}
.login_footer a:hover{
	text-decoration:underline;
}
.copyright{
	padding-top:30px;
	text-align:center;
	color:#999;
	font-size:12px;
}
/*register*/
.register_logo{
	width:164px;
	height:52px;
	margin:0 auto;
	margin-top:90px;
	margin-left:-200px;
	
}
.login_msg{
	color:red;
	text-align:center;
	max-height:30px;
	line-height:30px;	
}
.login_msg_green{
	color:green;
}
.user_body{
	background:#eee url("../img/login_bg_user.png") no-repeat center 0;
}
.login_logo_user{
	position: relative;
    width: 100%;
    height: 350px;
    background: #526583 url("../img/login_bg_user.png") no-repeat center 0;
}
.login_header_user{
    position: absolute;
    right: 0;
    top: 15px;
}
.login_header_user a{
	display:block;
	float:left;
	height:21px;
	padding:0 20px;
	background:url("../img/login_icon.png") no-repeat 0 -161px;
	color:#fff;
	cursor:pointer;
}
.login_header_user a.adminLogin{
	  background-position: 0 -217px;
}
.login_header_user a.help{
	    background-position: 0 -190px;
}
.login_header_user a:hover {
    text-decoration: underline;
}
.logo_icon {
    position: relative;
    display: block;
    width: 200px;
    height:200px;
    top: 90px;
    margin: 0 auto;
    background:url("/oem/logo_loginUser.png") no-repeat 0;
    background-size:200px 200px;'
}
.logo_icon_text{
    position: absolute;
    right: -25px;
    bottom: 50px;
    font-size: 13px;
    color: white;
    font-family: "Arial";
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 2px;
}
.logo_version{
    display: block;
    color:#F2AC28;
    font-size: 45px;
    position: relative;
    top: 100px;
    margin: 0 auto;
    width: 160px;
	font-family: serif;
}
.login_tab_wrap {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.login_tab {
	display:none;
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
.login_tab a{
	width:49%;
    display: block;
    padding:0 50px;
    line-height: 77px;
    float: left;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.login_tab a.active{
    border-bottom: 2px solid #F2AC28;
}
.login_footer_user{
    text-align: center;
    height: 40px;
    padding-top: 20px;
    text-decoration: underline;
}
.login_footer_user a {
    color: #495A72;
    font-size: 13px;
    cursor: pointer;
}
.login_user{
	padding:20px 0;
	background:#fff;
}
.register_form{
	display:none;
}


.login_type_user{
	display:none;
	text-align: center;
    padding-top: 20px;
    color:#999;
}
.ltu_img{
	display:block;
	width:32px;
	height:32px;
	margin:5px auto;
	cursor:pointer;
}
.ltu_img.ltu_local{
	background:url(../img/local-32.png) no-repeat 0 0;
}
.ltu_img.ltu_email{
	background:url(../img/email-32.png) no-repeat 0 0;
}
.user_wrap{
	background:url(../img/local-16.png) no-repeat 6px  15px;
}
.ipt.user_wrap.emailIpt{
	background:url(../img/email-16.png) no-repeat 6px  15px;
}


/*大写锁定*/
.capslockVote{
	position:absolute;
	left: -10px;
    top: 30px;
	display:inline-block;
	height:30px;
	width:120px;
	background:#ffffdb;
	border:1px solid #d1b17c;
	text-align: center;
	border-radius: 5px
}
.capslock_radius{
	position:absolute;
    left: 35px;
    top: -10px;
	background:url("../img/titleTipImg.png") no-repeat 0px 0px;
	display:inline-block;
	width:14px;
	height:10px;
}

/*******用户登录邮箱选择*******/
.ac_fill_wrap{
	display:none;
	position:absolute;
	top:45px;
	left:0px;
	width:100%;
	padding-left: 30px;
	z-index: 1;
}
.ac_fill_wrap ul{
	display:none;
	border:1px solid #ccc;
	border-top:none;
	text-indent: 5px;

}
.ac_fill_wrap.still ul{
	display:block;
}
.ac_fill_wrap li{
	width:100%;
	line-height:28px;
	background:#fff;
	cursor: default;
}
.ac_fill_wrap li:hover{
	background:#eee;
}
.ac_fill_wrap li.active{
	background:#eee;
}
/*可带参数蒙层*/
.addPosition{
	position: relative;
}
.overbody-wrap{
	display:block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.3);
    z-index: 9999;
}
#overObj_wrap .Objload_wrap{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    height:120px;
    width:200px;
    text-align:center;
    z-index:9999;
}
#overObj_wrap .Objload_wrap img{
	width:30px;
	height:30px;
}
#overObj_wrap .Objload_wrap u{
	display:block;
	margin-top: 25px;
    text-decoration: none;
    color: #666;
}


/***新的效验框***/
.login-input-clear{
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 25px;
    top: 9px;
    right: 12px;
    background: #fff url(../img/search_clear.png) no-repeat 0 -1px;
    cursor: pointer;
}
#registered label.error{
	position:absolute;
    top: 8px;
    left: 365px;
    margin-left:0px;
    line-height:28px;
    height:28px;
	width: 170px;
    padding-left: 20px;
	color:red;
	background:url("/syssure/pwdupdate/img/error.png") no-repeat 0 center;
}
#registered label.tip{
	display:none!important;
}
#registered label.valid{
	background:url("/syssure/pwdupdate/img/confirm.png") no-repeat 0 center;
}
.pwd-tip{
	display:none;	
	position:absolute;
    top: 8px;
    left: 365px;
    margin-left:0px;
    width:170px;
	line-height:28px;
    padding-left: 20px;
	background:url("/syssure/pwdupdate/img/tip.png") no-repeat 0px center;
	background-size:19px;
}
.pwd-tip.pwd-check-tip{
	width: auto;
    white-space: nowrap;
    top:9px;
    line-height: 0;
    padding: 2px;
    background: #FFF;
    background-size: 0;
    z-index: 1;
}
.pwd-check-tip dl{
	border:1px solid #ccc;
}
.pwd-check-tip dd{
	display:block;
	line-height:18px;
	padding: 2px 35px;
	background: url(/syssure/pwdupdate/img/check-tip.png) no-repeat -12px -2px;
}
.pwd-check-tip dd.check-true{
	color:#00b200;
	background: url(/syssure/pwdupdate/img/check-tip.png) no-repeat -12px -20px;
}
.pwd-check-tip dd.check-false{
	color:red;
	background: url(/syssure/pwdupdate/img/check-tip.png) no-repeat -12px -35px;
}