﻿/*loginPage*/
.head,#container,#foot{
    min-width: 1024px;
}
.colorOrange{
    color: #ed6c00;
}
.logo {
    float: left;
    width: 200px;
    height: 80px;
    margin-right: 20px;
    background: url(../img/lessoLogo.png) no-repeat;
}
.wrap1000{
    width: 960px;
    padding: 0 20px;
    margin: 40px auto 0 auto;
}
.head .title{
    float: left;
    font-size: 24px;
    font-family: "microsoft yahei";
    padding-top: 40px;
}
.head .number{
    float: right;
    padding-top: 8px;
    font-size: 18px;
}
#container{
    min-height: 700px;
    _height: 700px;
    padding-top:0;
}
.login{
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(../img/001-2.jpg) center bottom no-repeat;
}
.loginBox{
    position: relative;
    float: right;
    width: 400px;
    margin: 30px 0;
    background: #fff;
}
.loginBox .title{
    margin: 0;
    padding-bottom: 10px;
    font-family:"Microsoft YaHei", arial;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.loginBox dl{
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 10px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius:2px;
    box-sizing: border-box;
}
.loginBox dl .code{
    position: absolute;
    top: 0;
    left: 180px;
    width: 160px;
    height: 48px;
    overflow: hidden;
    cursor: pointer;
}
.loginBox .w170{
    width: 170px;
    margin-right: 170px;
}
.loginBox .w170 dd{
    width: 122px;
}
.loginBox .noBorder{
    border: none;
    padding: 0;
}
.loginBox dt{
    float: left;
    width: 46px;
    height: 46px;
}
.loginBox .loginIcon1{
    background: url(../img/loginIcon.png) no-repeat;
}
.loginBox .loginIcon2{
    background: url(../img/loginIcon.png) left center no-repeat;
}
.loginBox .loginIcon3{
    background: url(../img/loginIcon.png) left bottom no-repeat;
}
.loginBox dd{
    float: left;
    width: 310px;
    padding:10px 0;
}
.loginBox dd .inpText{
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0 14px 0 6px;
    border: none;
}
.loginBox dd .inpText.w240{
    width: 240px;
}
.loginBox p{
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
}
.loginBox b{
    font-size: 14px;
}
.loginBox .tRight{
    text-align: right;
}
.loginBox .iconCode{
    position: relative;
    float: right;
    padding-left: 18px;
    color: #ed6c00;
    cursor: default;
}
.loginBox .weixin{
    background: url(../img/iconCode_weixin.png) no-repeat;
}
.loginBox .app{
    background: url(../img/iconCode_app.png) no-repeat;
}
.loginBox .iconCode span{
    display: none;
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 360px;
    padding: 30px 0 50px 0;
    text-align: center;
    color: #666;
    background: #fff url(../img/bg_iconCode.jpg) no-repeat left bottom;
}
.loginBox .iconCode:hover span{
    display: block;
}
.loginBox .iconCode span img{
    width: 160px;
    height: 160px;
}
.readClause{
    color: #ed6c00;
}
.regsiterBtn{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 5px 0 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #ff7300;
    border:none;
    border-radius:2px;
    cursor: pointer;
}
.regsiterBtn:hover{
    color: #fff;
    background: #ed6c00;
}
.setBox{
    position: relative;
    float: left;
    padding-bottom: 5px;
    line-height: 22px;
    white-space: nowrap;
}
.setBox i{
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
}
.setBox .success{
    padding-left: 20px;
}
.setBox .success i{
    background: url(../img/setSuccess.png) no-repeat;
}
.setBox .error{
    padding-left: 20px;
    color: #ed6c00;
}
.setBox .error i{
    background: url(../img/setError.png) no-repeat;
}
.setBox .prompt{
    color: #999;
}
.loginFoot{
    padding: 20px 0;
    line-height: 24px;
    text-align: center;
}
/*end loginPage*/

/*foot*/
#foot{
    line-height: 80px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
}
/*end foot*/
