html, body {
    font-family: "微软雅黑", "宋体", serif;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #ffffff;
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

#head {
    position: fixed;
    top: 0;
    height: 120px;
    background-color: #ffffff;
    width: 100%;
}

.inner {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.logo {
    display: block;
    float: left;
    margin-top: 30px;
}

.backBtn {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: block;
    float: right;
    height: 36px;
    line-height: 36px;
    color: #757677;
    background-color: #e1e1e2;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 18px 0 14px;
}

.backBtn:hover {
    background-color: #ebebed;
}

.backBtn img {
    display: block;
    margin: 8px 5px 0 0;
    float: left;
}

#body {
    background-color: #5a728c;
    height: 100%;
}

.loginInfo {
    width: 960px;
    height: 360px;
    position: absolute;
    top: 50%;
    margin-top: -170px;
    left: 50%;
    margin-left: -480px;
}

.lInfo {
    float: left;
}

.lInfo ul, .lInfo .ship {
    margin-top: 20px;
}

.lInfo ul li {
    display: block;
    float: left;
    width: 160px;
}

.lInfo ul li div:first-of-type {
    text-align: center;
    width: 100px;
    height: 80px;
    line-height: 28px;
    background-color: #e9edf2;
    color: #5a728c;
    border-radius: 50px;
    padding-top: 20px;
    margin: 0 auto;
    font-size: 18px;
    cursor: pointer;
}

.lInfo ul li div:first-of-type span {
    font-size: 24px;
    font-weight: bold;
}

.lInfo ul li div:last-of-type {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.rInfo {
    float: right;
    background-color: #ffffff;
    width: 380px;
    border: 8px solid #52687f;
}

.loginInfo table {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #333333;
}

.loginInfo td {
    height: 50px;
}

.loginInfo tr:first-of-type td {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.loginInfo td input[type=text], .loginInfo td input[type=password] {
    height: 22px;
    background-color: #f0f0f0;
    padding: 2px 6px;
    font-size: 16px;
    width: 160px;
}

.loginInfo td .loginBtn {
    width: 100%;
    background-color: #5a728c;
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 0;
    cursor: pointer;
}

.loginInfo td .forgot {
    display: block;
    float: right;
    color: #333333;
    text-decoration: none;
}

#foot {
    position: fixed;
    bottom: 0;
    height: 100px;
    background-color: #ffffff;
    width: 100%;
}

#copyright {
    text-align: center;
    padding-top: 40px;
    width: 100%;
}

#copyright span:first-of-type {
    color: #1c1c1d;
    font-weight: bold;
}

#copyright span:last-of-type {
    color: #757677;
}