html, body {
    height: 100%;
}

.login-window {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.content-size {
    min-width: 768px;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.top {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.direct-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 24px;
    font-size: 1.077em;
    filter: Alpha(opacity=70);
    opacity: .7;
}

.direct-text:hover {
    text-decoration: none;
    filter: Alpha(opacity=100);
    opacity: 1;
}

.logo {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.logo-image {
    vertical-align: top;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 14px;
    left: 0px;
}

.logo-text {
    position: absolute;
    height: 100%;
    width: auto;
    line-height: 100px;
    font-weight: normal;
    font-size: 32px;
    top: 0px;
    left: 72px;
}

.middle {
    width: 100%;
    height: auto;
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

.login-view {
    min-width: 400px;
    width: 40%;
    position: absolute;
    top: 50px;
    right: 0px;
    bottom: 50px;
}

.view-line {
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bottom {
    width: 100%;
    height: auto;
    background-color: #EAEAEA;
}

.wechat-view {
    width: 128px;
    height: 160px;
    text-align: center;
    color: #44B549;
    margin-right: 40px;
    float: left;
}

.footer-view {
    width: auto;
    float: left;
}

.foot-title-text {
    font-size: 1.077em;
    color: #666666;
    font-weight: normal;
    line-height: 30px;
}

.foot-text {
    line-height: 1.5;
}

