﻿html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #0277ba;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    line-height: 2em;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.header {
    height: 218px;
    background: url('image/headerbg.jpg') no-repeat center bottom;
    padding-top: 100px;
}

.logo {
    height: 104px;
    padding-top: 28px;
    text-align: center;
}

.title {
    padding-top: 25px;
    text-align: center;
    color: #fff;
}

.title-text {
    font-size: 34px;
    font-weight: bold;
    padding: 0 15px;
    vertical-align: middle;
}

.title-decorate {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    font-size: 0;
    line-height: 0;
    height: 1px;
    background-color: #fff;
}

.main {
    height: 383px;
    overflow: auto;
    background: #e8eff4;
}

.login-box {
    /*width: 1000px;*/
    margin: 0 auto;
}

.login-box-left, .login-box-right {
    float: left;
    width: 50%;
    height: 383px;
}

.login-box-left {
    background: url('image/loginmainbg.png') no-repeat 0 20px;
}

.login-form-name {
    font-size: 20px;
    color: #4c7f98;
    text-align: center;
    padding-top: 26px;
    padding-bottom: 10px;
}

.login-form-fieldbox {
    height: 40px;
    padding-top: 8px;
}

.login-form-fieldname {
    color: #36677f;
    vertical-align: middle;
}

.login-form-fieldvalue {
    height: 30px;
    padding: 0 6px;
    border: 1px solid #a7b5bc;
    border-radius: 3px;
    vertical-align: middle;
}

.btn-login {
    vertical-align: middle;
    width: 174px;
    height: 37px;
    border: none;
    background: none;
    background-color: #4097ca;
    font-size: 16px;
    color: #fff;
    outline: none;
}

.btn-register {
    display: inline-block;
    vertical-align: middle;
    width: 109px;
    height: 32px;
    padding-top: 3px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    background: url('image/btnbg.png') repeat-x center;
    text-align: center;
    font-size: 16px;
    color: #6f6f6f;
    text-decoration: none;
    outline: none;
}

    .btn-login:focus, .btn-register:focus {
        outline: none;
    }

#login-message {
    padding-top: 10px;
    color: #fe0000;
}

.tooltipbox {
    padding: 6px 0;
    text-align: center;
}

    .tooltipbox a {
        color: #6a6a6a;
    }

.footer {
    min-height: 169px;
    background: url('image/footerbg.jpg') no-repeat center top;
    padding-top: 24px;
    color: #fff;
    text-align: center;
}
