/**
*fileName:login.css
*author:yang
*/
*{
    padding:0;
    margin:0;
    text-decoration: none;
    list-style: none;
    outline: none;
}
body{
    background: url("../images/loginBack.jpg")no-repeat;
}
.logo{
    width:224px;
    height:66px;
    padding:69px 0 0 50px;
    background: 0;
}
/* 登录 */
.login{
    width:1163px;
    height:545px;
    background:url("../images/login.png")no-repeat;
    /* position:fixed; */
    margin:0 auto;
    /* left:0;
    top:0;
    right:0;
    bottom:0; */
    overflow: hidden;
    border-radius: 15px;
    margin-top:70px;
}
.login-container{
    width:562px;
    height:100%;
    float:right;
    margin-right:2px;
    /* background: yellow; */
}
.login-main{
    width: 410px;
    height:auto;
    min-height: 370px;
    margin: 0 auto;
    margin-top: 90px;
    display: none;
    /* background:yellow; */
}
.login-main.logins{
    display:block;
}
.login-title{
    font-size:30px;
    color:#f61121;
    font-family: "微软雅黑";
}
.login-subTitle{
    font-size:14px;
    color:#666;
    font-family: "微软雅黑";
    padding-top:10px;
}
.login-form{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-top:45px;
}
.login-input{
    width:98%;
    height:50px;
    border:1px solid #ffdee0;
    border-radius: 8px;
    margin-bottom:30px;
}
.login-input.account{
    background: url("../images/account.png")no-repeat 12px center;
}
.login-input.password{
    margin-bottom:20px;
    background: url("../images/password.png")no-repeat 12px center;
}
.login-input input{
    width:86%;
    height:100%;
    border:none;
    outline: none;
    background: 0;
    padding-left:49px;
}
.login-operate{
    width:100%;
    height:auto;
    overflow: hidden;
}
.login-forget{
    display:block;
    float:left;
    color:#0084ff;
    font-size:14px;
}
.login-reg{
    float:right;
    font-size:14px;
    color:#999;
}
.link-reg{
    color:#0084ff;
}
.submitBtn{
    width:100%;
    height:47px;
    background: #f61121;
    border-radius: 4px;
    font-size:18px;
    color:#fff;
    text-align: center;
    line-height: 47px;
    margin-top:40px;
    cursor: pointer;
}
.login-main.reg{
    margin-top:60px;
}
.login-form.reg{
    padding-top:35px;
}
.login-input.reg{
    margin-bottom: 15px;
}
.login-input.reg input{
    width:94%; 
    padding-left:16px;
}
.login-input.reg.code{
    width:220px;
    float:left;
}
.codeBtn{
    width:165px;
    height:50px;
    border-radius:4px;
    background: #f61121;
    line-height: 50px;
    color:#fff;
    text-align: center;
    font-size:16px;
    float:right;
    cursor: pointer;
}
.regBtn{
    margin-top:20px;
}
.regOperate{
    text-align: center;
    font-size:14px;
    color:#333;
    padding-top:10px;
}
.regOperate a{
    color:#0084ff;
}
.codeBtn.second{
    display:none;
}
.yzm{
    width:100%;
    height:auto;
    overflow: hidden;
}
.login-main.find{
    margin-top:60px;
}


@media screen and (max-width:1366px){
	.logo{
		padding-top:40px;
	}
	.login{
		margin-top:45px;
	}
}
.login-foot{
    width:100%;
    position: fixed;
    bottom:0;
    left:0;
    text-align: center;
    font-size:14px;
    color:#333;
    line-height: 60px;
}
.login-foot a{
    color:#333;
}