* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', 'sans-serif';
}

li {
    list-style: none;
}

html, body {
    height: 100%;
    min-height: 521px;
    min-width: 1000px;
}

body {
    position: relative;
    background-image: url("../imgs/index-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

body #plane {
    width: 42.65%;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 24.2%;
}

body #plane img {
    margin-top: -56.7%;
    width: 100%;
    float: left;
}

body #plane img {
    margin-top: -56.7%;
    width: 100%;
    float: left;
}

#login-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 600px;
    width: 1000px;
    margin-left: -500px;
    margin-top: -300px;
}

#logo {
    height: 192px;
    width: 1000px;
    background: url("../imgs/index-logo.png") 108px 10px no-repeat;
}

#logo-box {
    padding: 38px 140px;;
    width: 396px;
    height: 292px;
    margin: 0 auto;
    background: url(../imgs/login-box-bg.png);
}

#logo-box div.section {
    height: 38px;
    padding: 8px 0;
}

.section label {
    font-size: 16px;
    display: block;
    width: 80px;
    height: 38px;
    line-height: 38px;
    float: left;
}

input.big {
    display: block;
    float: left;
    width: 301px;
    border: 0;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding: 4px;
    font-size:20px;
}

input.small {
    display: block;
    float: left;
    width: 164px;
    border: 0;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding: 4px;
    font-size:20px;
}

img#validate-code {
    display: block;
    float: left;
    margin-left: 32px;
    height: 38px;
    width: 105px;
}

#remember-box {
    height: 22px;
    padding: 18px 0;
    margin-left: 80px;
}

#remember-user {
    height: 22px;
    width: 22px;
    display: block;
    float: left;
}

#remember-box label {
    font-size: 16px;
    display: block;
    width: 80px;
    float: left;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
}

#buttons {
    padding-top: 22px;
    text-align: center;
}

#login-submit {
    width: 173px;
    height: 50px;
    font-size: 22px;
    border: 0;
    background-color: #2171e9;
    color: #fff;
}