@charset "utf-8";
.login-left{
    clear: both;
    width: 700px;
    min-height: 500px;
    float: left;
    background: url("../images/login-bg.png") center top no-repeat;
    background-size: 450px;
    margin-top: 80px;
}
.login-left1{
    clear: both;
    width: 700px;
    min-height: 500px;
    float: left;
    background: url("../images/login-bg-01.png") center top no-repeat;
    background-size: 550px;
    margin-top: 90px;
}
.reg-left{
    clear: both;
    width: 700px;
    min-height: 500px;
    float: left;
    background: url("../images/reg-bg.png") center top no-repeat;
    background-size: 450px;
    margin-top: 90px;
}
.login-right{
    width: 400px;
    float: right;
    background-color: #fff;
    margin-top: 80px;
    margin-right: 50px;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 14px 0 rgba(112,96,94,.08);
}
.login-tle{
    width: 100%;
    float: left;
    border-bottom: 1px #eee solid;
}
.login-tle li{
    width: 50%;
    text-align: center;
    font-size: 16px;
    float: left;
    cursor: pointer;
}
.login-tle li.on{
    border-bottom: 2px #ff4b00 solid;
    margin-bottom: -1px;
    color: #ff4b00;
}
.login-tle li a{
    color: #333;
    text-decoration: none;
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 15px;
    padding-bottom: 10px;
}
.login-tle li.on a{
    color: #ff4b00;
}
.login-con{
    width: 300px;
    float: left;
    margin-left: 50px;
    padding: 20px 0;
}
.login-con li{
    width: 100%;
    float: left;
    margin: 5px 10px;
}
.login-con li input{
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px #ddd solid;
    border-radius: 3px;
    text-indent: 35px;
}
.login-con li.img-code input{
    width: 150px;
    text-transform:uppercase;
}
.login-con li.img-code img{
    float: right;
    height: 40px;
}
.login-con li.img-code a{
    width: 140px;
    float: right;
    text-decoration: none;
}
.login-con li i{
    clear: both;
    height: 40px;
    float: left;
    margin-top: -29px;
    margin-left: 10px;
    color: #999;
}
.login-con li button{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #ff4b00;
    border: 1px #ff4b00 solid;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    opacity:0.9;
    filter:alpha(opacity=90); /* 针对 IE8 以及更早的版本 */
    cursor: pointer;
}
.login-con li button:hover{
    opacity:1;
    filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}
.login-con li p a{
    color: #f30;
}
.login-con li.txt p.lt{
    float: left;
    font-size: 14px;
}
.login-con li.txt p.reglt{
    margin-top: -10px;
    margin-bottom: 10px;
}
.login-con li.txt p.lt input{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}
.login-con li.txt p.rt{
    float: right;
    font-size: 14px;
}