﻿.w {
    width: 1120px;
    margin: 0 auto;
    position: relative
}

.login {
    margin: 30px 0;
}

.logo {
    width: 474px;
    margin: 10px 0 30px;
    float: left;
    font-size: 22px;
}

.logo-right {
    float: right;
}

.login-wrap {
    clear: both;
    height: 482px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.login-form {
    position: relative;
    z-index: 4;
    background: #fff;
    overflow: visible;
    right: 0;
    bottom: 40px;
    width: 386px;
    float: right;
    padding: 20px 30px 50px;
}

.login-title ul li {
    line-height: 43px;
    display: inline-block;
    border-bottom: 2px solid #e0e0e0;
    width: 50%;
    float: left;
    padding: 0px 44px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #818181;
}

    .login-title ul li.selected {
        font-weight: bold;
        border-bottom: 2px solid #507ec4;
        color: #2277da;
    }

.u-input input {
    height: 42px;
    line-height: 42px;
    margin-left: 26px;
    display: inline;
    padding-left: 5px;
    width: 90%;
}

.u-input {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.u-logoimg1 {
    background: url(../images/login-user.png) no-repeat 5px;
    border: #ddd 1px solid;
}

.u-logoimg2 {
    background: url(../images/login-word.png) no-repeat 5px;
    border: #ddd 1px solid;
}

.u-loginbtn {
    display: block;
    width: 100%;
    height: 44px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #86ce2f;
    font-size: 18px;
    line-height: 44px;
}

a.u-loginbtn:hover {
    color: #fff;
    background: #84d81e;
}

.loginbox {
    clear: both;
}

    .loginbox a {
        color: #fff;
    }

.m-coten {
    margin-bottom: 20px;
    width: 100%;
    display: inline-table;
}

.un-login {
    width: 14px;
    height: 14px;
}

.b-unlogn {
    margin-top: 10px;
}

.footer {
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.login-cont {
    display: none;
}

.selected {
    display: block;
}

.login_download dl {
    width: -moz-calc(100%/3 - 20px);
    width: -webkit-calc(100%/3 - 20px);
    width: calc(100%/3 - 20px);
    border: #ddd 1px solid;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .login_download dl:last-child {
        margin: 0;
    }

    .login_download dl dd {
        display: inline-block;
        margin: 5px 10px;
    }

        .login_download dl dd img {
            float: left;
        }

        .login_download dl dd.version {
            display: inline-block;
            width: 180px;
            float: right
        }

    .login_download dl dt {
        font-size: 18px;
        margin-bottom: 10px;
    }

a.download {
    background: #1681d3;
    color: #fff;
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
}

.login-form {
    position: absolute
}

.bgcolor {
    background: #eee;
}

.navright {
    float: right;
}

    .navright ul li {
        float: left;
        line-height: 60px;
        padding: 0 20px;
        font-size: 16px;
    }

        .navright ul li.active {
            color: #03C;
            font-weight: 700;
        }

a.lodownload {
    width: 100px;
    display: inline-block;
    background: #1681d3;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

    a.download:hover, a.download:visited, a.lodownload:hover, a.lodownload:visited {
        color: #fff;
    }

.topAlign {
    width: 210px;
    border: #ddd 1px solid;
    height: 42px;
    margin-right: 10px;
    padding-left: 10px;
}

.inputMt20 {
    margin-top: 20px;
    display: inline-block
}

.code_img {
    width: 100px;
    height: 40px;
    cursor: pointer;
    vertical-align: top;
}

.error {
    color: #f00;
    padding-top: 10px;
}
