/*登录*/
.lg {
    width: 100%;
    height: calc(100% - 450px);
    min-height: 450px;
    padding-top: 30px;
}
.lg-body {
    width: 100%;
    background: #ffffff;
}
.lg-body .lg-b-title {
    height: 70.5px;
    border-bottom:1px solid #f0f0f0;
}
.lg-b-title h2 {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    color: #333333;
    line-height: 67.5px;
    letter-spacing: 0;
    border-bottom: 3px solid #ff9900;
}
.lg-b-word {
    margin: 0 auto;
    width: 452px;
    margin-top: 50.5px;
    padding-bottom: 50px;
}
.lg-b-user span,
.lg-b-pass span {
    font-size: 18px;
    color: #FF5050;
    letter-spacing: 0;
    margin-right: 5px;
    vertical-align: sub;
}
.lg-b-user label,
.lg-b-pass label,
.lg-b-verif label{
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
}
.lg-b-user input,
.lg-b-pass input {
    display: inline-block;
    width: 338px;
    height: 45px;
    margin-left: 40px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    color: #333;
    padding-left: 10px;
    font-size: 18px;
}
.lg-b-sub input {
    display: inline-block;
    width: 350px;
    height: 45px;
    background: #ff9900;
    border: none;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
.lg-b-sub input:hover {
    background: #e57a00;
}

.lg-b-w-text {
    width: 350px;
    margin-top: 20px;
    margin-right: 7px;
}
.lg-b-w-text span {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}
.lg-b-w-text span a {
    font-size: 14px;
    color: #38b4f6;
    letter-spacing: 0;
    line-height: 20px;
}

.err_msg{
    color: red;
    text-align: center;
    font-size: 15px;
    margin: 10px auto;
    font-weight: bold;
}

.lg-b-verify input {
    display: inline-block;
    width: 120px;
    height: 45px;
    margin-left: 42px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    color: #333;
    padding-left: 10px;
    font-size: 18px;
}

.lg-b-verify img {
    vertical-align: middle;
    height: 45px;
    margin-bottom: 5px;
    margin-left: 10px;
}