@charset "utf-8";
.loginBg{
	position: relative;
	min-height: 760px;
	background: url(../images/loginBg.jpg) no-repeat center bottom #ddf3ff;
}
.login_logo{
	width: 1190px;
	height: 50px;
	margin: 0 auto;
	padding-top: 45px;
}
.login_logo a img{
	height:36px;
}
.login-main{
	width: 860px;
	height: 560px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 10px rgba(0,113,191,.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,113,191,.3);
	box-shadow: 0px 0px 10px rgba(0,113,191,.3);
	margin-top: 60px;
}
.login_right{
	width: 430px;
	height: 100%;
	border-radius:0 5px 5px 0;
	background-color: #fafafa;
}
.login_right h5{
	font-size: 24px;
	color: #0066cc;
	line-height: 60px;
	padding-top: 30px;
	text-align: center;
	font-weight: normal;
}
.login_right .adv{
	width: 320px;
	height: 260px;
	margin:20px auto 40px;
}
.login_right .regLink{
	display: block;
	width: 320px;
	height: 44px;
	box-sizing: border-box;
	border: 1px solid  #4D7EFF  ;
	background-color: #fdfdfd;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	color: #0066cc;
	margin:0 auto;
	border-radius: 5px;
}
.login-box{
	width: 430px;
	height: 100%;
	background-color: #fff;
	border-radius:5px 0 0 5px;
}
.login-box h5{
	font-size: 24px;
	color: #333;
	line-height: 60px;
	padding-top: 30px;
	text-align: center;
	font-weight: normal;
}
.login-tit{
	height: 36px;
	margin: 20px 40px;
	line-height: 36px;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
.login-tit .loginTab{
	display: inline-block;
	height: 36px;
	box-sizing: border-box;
	margin-right: 36px;
	padding: 0px 5px;
	cursor: pointer;
}
.login-tit .ssoTab{
	margin-right: 0;
}
.login-tit .loginTab:hover{
	color:  #4D7EFF  ;
}
.login-tit .loginTab.cur{
	color:  #4D7EFF  ;
	border-bottom: 3px solid  #4D7EFF  ;
}
.login-details{
	margin: 0 50px;
}
.loginWayTab{
	text-align: right;
	font-size: 14px;
	color:  #4D7EFF  ;
}
.loginWayTab span{
	cursor: pointer;
}
.loginWayTab .icon-shouji{
	position: relative;
	top: 2px;
	font-size: 18px;
}
.login_input_list{
	width: 330px;
	height: 44px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-top: 20px;
	border-radius: 5px;
}
.login_input_list .titIcon{
	float: left;
	width: 43px;
	height: 42px;
	border-right: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
}
.login_input_list .icon-shouji{
	font-size: 20px;
}
.login_input_list .inputText{
	padding-left: 10px;
	height: 42px;
	width: 260px;
}
.login_input_list .PWD_inputText{
	width: 220px;
	padding-left: 10px;
	height: 42px;
}
.login_input_list .inTextYzm{
	width: 165px;
}
.login_input_list .getYzmBtn{
	width: 110px;
	height: 44px;
	box-sizing: border-box;
	background-color: #66aad9;
	color: #fff;
	border-radius: 0 5px 5px 0;
	border: 1px solid #5295c4;
	float: right;
	border-left: 0;
	position: relative;
	margin-right: -1px;
	margin-top: -1px;
	cursor: pointer;
}
.login_input_list .eyeIcon{
	float: right;
	width: 43px;
	height: 42px;
	color: #ccc;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	cursor: pointer;
	right: 0;
}
.auto_login{
	line-height: 32px;
}
.errorText{
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}
.errorText a{
	text-decoration: underline;
}
.loginBtn{
	width: 330px;
	height: 44px;
	font-size: 14px;
	color: #fff;
	background-color:  #4D7EFF  ;
	margin-top: 10px;
	border-radius: 5px;
}
.loginBtn:hover{
	background-color: #326BFF;
}
.otherLogin{
	text-align: center;
	margin-top: 20px;
}
.otherLogin .line{
	display: inline-block;
	width: 60px;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	top: -3px;
}
.otherLogin  .loginIcon a{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 17px 18px 0;
}
.otherLogin .text{
	font-size: 12px;
	color: #999999;
	margin: 0 10px;
}
.otherLogin .sssoLink{
	position: relative;
}
.otherLogin .ssoTips{
	display: none;
	width: 56px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	background-color: #eb7f8e;
	position: absolute;
	left: -10px;
	top: 42px;
	border-radius: 3px;
}
.otherLogin .sssoLink:hover .ssoTips{
	display: inline-block;
}
.otherLogin .ssoTips:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #eb7f8e;
    position: absolute;
	left: 25px;
	top: -5px;
}
.auto_login label input{
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.findpwd-main{
	width: 1190px;
	margin: 30px auto;
	background-color: #fff;
}
.findpwd-main .title{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	padding-top: 15px;
	margin-bottom: 30px;
}
.findpwd-box{
	padding-left: 365px;
	font-size: 14px;
}
.findpwd-box .tab label{
	margin-right: 40px;
	float: left;
	line-height: 38px;
}
.findpwd-box .tab label input{
	margin-right: 10px;
}
.findpwdBtn{
	width: 360px;
	height: 38px;
	font-size: 14px;
	margin-top: 30px;
	margin-left: 70px;
}
.findpwd-box .notes{
	color: #999;
	font-size: 12px;
	padding: 80px 0 30px 40px;
}
.findpwd-box .inputBox{
	margin-bottom: 10px;
}
.findpwd-boxType .inputBox .inputText{
	margin-left: 75px;
	width: 300px;
}
.findpwd-boxType .inputBox .yzmInput {
	width:170px;
}
.findpwd-boxType .inputBox .yzmBtn {
	width: 120px;
	height: 38px;
}
.pwd-wrap{
	position: relative;
}
.eyeIcon {
    position: absolute;
    width: 43px;
    height: 36px;
    color: #ccc;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    cursor: pointer;
    right: 11px;
    top: 1px;
}

.inputBox .tit{
	line-height: 38px;
}
.findpwd-box .inputBox .tit{
	width: 85px;
}
.inputBox .inputText{
	width: 360px;
	height: 38px;
	box-sizing: border-box;
	padding-left: 15px;
	border: 1px  solid #ccc;
	margin-right: 10px;
}
.inputBox .inputText:focus{
	border: 1px  solid  #4D7EFF  ;
}
.errorText{
	background: url(../images/tipsBg.png) no-repeat left 9px;
	padding-left: 20px;
	color: #ef7e30;
	font-size: 12px;
}
text.errorText{
	background: url(../images/tipsBg.png) no-repeat left 9pxpx;
	padding-left: 20px;
	color: #ef7e30;
	font-size: 12px;
	line-height: 30px;
}
.succeedText{
	width: 14px;
	height: 14px;
	margin-top: 11px;
	background: url(../images/tipsBg.png) no-repeat left -52px;
}

.findpwd_popupLayer{
	width: 450px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -345px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 10000;
}
.findpwd_popupLayer .title {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    padding-left: 20px;
    font-size: 16px;
}
.findpwd_popupLayer .closePopup {
    position: absolute;
    top: -4px;
    right: 8px;
    cursor: pointer;
    font-size: 26px;
    font-weight: normal;
    color: #666;
}
.findpwd_popupInfo {
    padding: 20px 40px;
}
.findpwd_popupInfo .tips {
    margin-bottom: 20px;
    line-height: 20px;
}
.findpwd_popupInfo .tit {
    float: left;
    width: 95px;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    line-height: 32px;
    text-align: right;
}
.findpwd_popupInfo .inputText{
	width: 260px;
    float: left;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
	margin-left: 52px;
}
.findpwd_popupLayer .popupBtn{
	text-align: center;
	margin-top: 15px;
}
.findpwd_popupLayer .popupBtn button{
	width: 80px;
	height: 32px;
}
.findpwd_popupLayer .popupBtn .confirmBtn{
	margin-right: 40px;
}
