html, body, div, p, form, label, ul, li, img, em, h3 {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

body {
    font-family: Microsoft YaHei, Verdana, Arial, SimSun;
    color: #666;
    font-size: 14px;
    background: #fff;
    overflow: hidden
}

.login {
    width: 100%;
}

.login .headerTop {
    width: 100%;
    height: 80px;
    background: #52b7ed;
}

.login .headerTop .logo {
    margin: 0 auto;
    text-align: center;
}

.login .headerTop .logo img {
    margin-top: 20px;
}

.main {
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    clear: both;
    width: 60%;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .main {
        width: 100%;
    }
}

.main .mainLeft {
    /*border-right: 1px dotted #ccc;*/
    /*margin-top: 30px;*/
    /*padding-bottom: 100px;*/
    text-align: center;
}

.main .mainLeft h3 {
    /*border-bottom: 2px solid #ccc;*/
    padding: 0 10%;
}

.main .mainLeft h3 span {
    display: inline-block;
    width: 6.5em;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    border-bottom: 4px solid #666;
    margin-bottom: -2px;
    text-align: center;
}

.main .mainLeft input {
    width: 50%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 20px 0 0 0px;
}

.main .mainLeft input[type="text"] {
    margin-top: 60px;
}

.main .mainLeft .a {
    display: block;
    padding: 10px 15px;
    width: 20%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #88ce2f;
    border-radius: 3px;
    margin: 20px 0 0 50px;
}

.main .mainRight {
    float: right;
    margin-top: 30px;
}

.mainRight p, .mainRight ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    color: #666;
}

.mainRight p a {
    color: #52b7ed;
}

.mainRight p a:hover {
    text-decoration: underline;
}

.mainRight p input, .mainRight ul li input {
    margin-right: 10px;
    cursor: not-allowed;
}

.mainRight ul li {
    border: none;
}

.mainRight .agreement {
    margin-top: 10px;
    border: none;
}

.mainRight .code {
    text-align: center;
}

.mainRight img {
    margin: 10px auto;
    width: 150px;
}


#login_button {
    color: white;
    font-size: 17px;
    background: #1E6FFF
}

#bottom_web {
    display: block;
    margin-top: 30px;
}

#bottom_web a {
    color: #666 !important;
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
}

.mainLeft .code {
    width: 50%;
    text-align: center;
    height: 40px;
    width: 50%;
    margin: 10px auto !important;
}

.mainLeft .code input {
    margin-top: 0px !important;
    width: 50%;
    float: left;
}

.mainLeft .code img {
    width: 40%;
    height: 36px;
    float: right
}

.other {
    margin-top: 20px !important;
}
