﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑",Helvetica,Arial,sans-serif;
    background-color: white;
    height: 100%;
}

.mainloginBox {
    min-width: 940px;
    position: absolute;
    height: 656px;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -295px;
}

#loginBox {
    padding-top: 1px;
    margin-left: 700px;
    margin-top: 10px;
    width: 340px;
    height: 392px;
    background-color: white;
}

.header {
    margin: 0 auto;
    width: 940px;
    height: 70px;
}

.clearfix {
    zoom: 1;
}

.header .logo {
    cursor: pointer;
    float: left;
    height: 64px;
    width: 262px;
    line-height: 9999px;
    overflow: hidden;
}

.header .nav {
    float: right;
    margin-top: 39px;
}

.header .nav span {
    padding: 0 8px;
    color: #999;
}

.mainBox {
    min-width: 1000px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth) < 1000 ? "1000px": "auto");
    background-color: rgb(239, 240, 234);
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
}
.main {
    position: relative;
    margin: 0 auto;
    height: 550px;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}
.main .positionBox {
    position: relative;
    margin: 0 auto;
    width: 940px;
    padding-top: 102px;
}
.main .loginBox {
    float: right;
    border-radius: 8px;
    position: relative;
    width: 334px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.main .loginBox .loginForm {
    padding:32px;
}
.input-box {
    position: relative;
    width: 270px;
    height: 46px;
    margin-bottom:10px;
}
.input-box a {
    font-size: 18px;
    margin-right:20px;
}
.input-box a:hover {
    text-decoration: none;
}
.loginError {
    height: 22px;
    line-height: 22px;
    color: #e32929;
}
.loginError span{
    display: none;
}
.placeholder-label {
    color: #999;
    font-size: 18px;
    position: absolute;
    z-index: 2;
    display: block;
    left: 16px;
    top: 10px;
    font-weight:normal;
}
.loginForm h4 {
    margin-bottom: 20px;
}

.footerBox {
    width: 100%;
    height: 36px;
}
.footer {
    margin: 0 auto;
    width: 940px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.footer p {
    color: #999;
}