﻿body {
    background: #efefef;
    color: #333;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
/*登录*/
.login {
    width: 100%;
    margin: 0 auto;
    background: #3974bb;
    overflow: hidden;
}

.login-main {
    width: 330px;
    margin: 50px auto 80px auto;
}

    .login-main .login-right-title {
        font-size: 20px;
        text-align: center;
        font-weight: 100;
        color: #333;
        margin: 120px 0 26px 0;
    }

.login-left {
    float: left;
    width: 758px;
    height: 438px;
}

.login-right {
    width: 355px;
    height: 398px;
    padding: 40px 0 0 65px;
    float: right;
}

    .login-right .base_form_item {
        padding-left: 0;
    }

        .login-right .base_form_item .base_input {
            width: 260px;
            height: 18px;
            line-height: 18px;
            padding: 7px 8px;
            border: #c1c1c1 solid 1px;
            border-radius: 4px;
            color: #999;
        }

.login-main .btn-button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #3974bb;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

    .login-main .btn-button:hover {
        background: #095cc0;
    }

.register-a {
    border-bottom: solid 1px #525252;
    padding: 0;
    height: 9px;
    text-align: center;
    margin-top: 20px;
    overflow: visible;
}

    .register-a a {
        padding: 0 20px;
        background: #fff;
        font-size: 14px;
    }

.login-main .base_inputW100 {
    width: 200px;
    margin: 0;
    border: solid 1px #bdbdbd;
}

.base_form_item {
    position: relative;
    padding: 0px 0 5px 0;
    overflow: hidden;
    zoom: 1;
}

.fr {
    text-align: right;
    display: block;
}

.login-right .base_form_itemW {
    width: 280px;
}

.register-a {
    border-bottom: solid 1px #525252;
    padding: 0;
    height: 9px;
    text-align: center;
    margin-top: 20px;
    overflow: visible;
}

    .register-a a {
        padding: 0 20px;
        background: #fff;
        font-size: 14px;
    }

.login_m {
    background: #3974bb url('/images/mmb1.jpg') no-repeat left center;
    height: 440px;
    overflow: hidden;
    width: 990px;
    margin: 0 auto;
}

.base_input {
    width: 318px;
    height: 28px;
    padding: 5px;
    outline: none;
    font-family: Tahoma;
    line-height: normal;
    border: 1px #bdbdbd solid;
    box-sizing: unset;
}

.login_m_right {
    width: 294px;
    background: #fff;
    padding: 20px 20px;
    float: right;
    margin: 23px 0 0 0;
}

    .login_m_right .login-main {
        margin: 0;
        width: 294px;
    }

        .login_m_right .login-main .login-right-title {
            margin: 0;
        }

    .login_m_right .base_input {
        width: 280px;
    }
img#validateNumber {
    cursor: pointer;
}
.login_m_right .login-main {
    width: 255px;
}
.login_m_right .base_input {
    width: calc(255px - 12px);
}