﻿.loginBox {
    background: url(../images/login/loginBanner.png) top no-repeat;
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.loginBox h1 {
    display: block;
    color: #fff;
    padding-top: 120px;
    text-align: center;
    padding-bottom: 50px;
    font-size: 30px;
}

.loginBox .reg {
    width: 900px;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin: auto;
    margin-bottom: 80px;
    border: 1px solid #dfdfdf;
}

.loginBox .reg h2 {
    text-align: center;
    color: #242628;
    font-size: 24px;
    font-weight: normal;
    display: block;
    width: 250px;
    margin: auto;
    line-height: 50px;
    background: url(../images/login/hi.png) no-repeat;
    background-position: 0 center;
    margin-bottom: 60px;
    margin-top: 20px;
    padding-left: 10px;
}

.loginBox .reg .item {
    padding-left: 186px;
    margin-top: 25px;
    line-height: 45px;
    overflow: hidden;
}

.loginBox .reg .item .box {
    width: 550px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 4px;
    color: #16bda8;
    font-weight: bold;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    float: left;
}

.loginBox .reg .item .box .icon {
    display: inline-block;
    width: 55px;
    height: 45px;
    padding-left: 50px;
    color: #8f8f8f;
    font-size: 14px;
}

.loginBox .reg .item .box input {
    width: 400px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    border: 0;
    background-color: #fdfdfd;
    outline: none;
}

.loginBox .reg .item .box input:focus {
    outline: none;
}

.loginBox .reg .item .box input.yzm {
    width: 300px;
}

.loginBox .reg .item .box .getcode {
    display: inline-block;
    width: 124px;
    height: 39px;
    background: #1e9fff;
    border-radius: 4px;
    color: #fff;
    line-height: 39px;
    text-align: center;
}

.loginBox .reg .item .box .getcode:hover {
    cursor: pointer;
}

.loginBox .reg .item .box .getcodedisabled {
    background: #c2c4c7;
}

.loginBox .reg .item .box:hover {
    border: 1px solid #1e9fff;
}

.loginBox .reg .item .forget {
    width: 550px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.loginBox .reg .item .forget span {
    display: block;
    width: 150px;
    float: left;
    overflow: hidden;
}

.loginBox .reg .item .forget span input {
    float: left;
    height: 15px;
    width: 15px;
    margin-top: 8px;
    margin-right: 7px;
}

.loginBox .reg .item .forget span label {
    cursor: pointer;
    float: left;
}

.loginBox .reg .item .forget a {
    display: block;
    width: 65px;
    padding-left: 20px;
    background: none;
    text-align: left;
    float: right;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    background-image: url(../images/login/forget.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.loginBox .reg .item p {
    line-height: 45px;
    height: 45px;
    width: 150px;
    margin-left: 10px;
    color: #f00;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.loginBox .reg .item p.yes {
    background: url(../images/login/yes.png) no-repeat;
    background-position: 5px center;
}

.loginBox .reg .item .errbox {
    border: 1px solid #f00;
}

.loginBox .reg .username .box .icon {
    background: url(../images/login/username.png) no-repeat;
    background-position: 20px center;
}

.loginBox .reg .name .box .icon {
    background: url(../images/login/user.png) no-repeat;
    background-position: 20px center;
}

.loginBox .reg .mobile .box .icon {
    background: url(../images/login/mobile.png) no-repeat;
    background-position: 20px center;
}

.loginBox .reg .code .box .icon {
    background: url(../images/login/code.png) no-repeat;
    background-position: 20px center;
}

.loginBox .reg .password .box .icon {
    background: url(../images/login/password.png) no-repeat;
    background-position: 20px center;
}

.loginBox .reg .email .box .icon {
    background: url(../images/login/email.png) no-repeat;
    background-position: 20px center;
}

.loginBox .reg .company .box .icon {
    background: url(../images/login/name.png) no-repeat;
    background-position: 20px center;
}

.loginBox .reg .idcard .box .icon {
    background: url(../images/login/forget.png) no-repeat;
    background-position: 20px center;
}

.loginBox .reg .qq .box .icon {
    background: url(../images/login/qq.png) no-repeat;
    background-position: 20px center;
}

.loginBox .reg .submit a.sbt {
    display: inline-block;
    width: 550px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    background: #1e9fff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
}

.loginBox .reg .submit a.sbt:hover {
    color: #eff30a;
    opacity: 1;
    filter: alpha(opacity=80);
}

.loginBox .reg .last {
    text-align: center;
    margin-top: 25px;
}

.loginBox .reg .last a {
    color: #1e9fff;
}

.loginBox .reg .last a:hover {
    color: #ff4500;
}

.loginBox .reg .getmore {
    background-image: url(../images/login/down.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    cursor: pointer;
}

.loginBox .reg .tiaokuan {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.loginBox .reg .tiaokuan input {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.loginBox .reg .tiaokuan a {
    color: #0ecaa7;
    margin-left: 5px;
    margin-right: 5px;
}

.loginBox .reg .tiaokuan a:hover {
    color: #ff4500;
}

.loginBox .reg .more {
    display: none;
}

.loginBox .login .item {
    margin-top: 45px;
}

.loginBox .login .item .loginchange {
    width: 550px;
    text-align: left;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.loginBox .login .item .loginchange a {
    display: inline-block;
    padding-bottom: 5px;
    margin-right: 70px;
    height: 50px;
    cursor: pointer;
    color: #555;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.loginBox .login .item .loginchange a.on {
    color: #1e9fff;
    border-bottom: 3px solid #1e9fff;
}