﻿* {
    font-family: 'Microsoft YaHei';
    outline: none;
    margin: 0px;
    padding: 0px;
}

body, div, ul, ol, li, h1, form, input, p, th, td, hr {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

body {
    background-color: #1F2325;
    background-image: url(../images/login_bg.jpg);
    background-size: cover;
}

.logo {
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.2);
}

    .logo img {
        padding-left: 50px;
    }

.containerbody {
    padding: 80px 0 80px 0;
    text-align: center;
    width: 1000px;
    margin: auto;
    position: relative;
    height: 400px;
}

    .containerbody .containertext {
        position: absolute;
        left: 20px;
        text-align: left;
    }

        .containerbody .containertext h1 {
            font-size: 32px;
            color: #000;
            line-height: 50px;
            margin-bottom: 30px;
            font-weight: bold;
        }

        .containerbody .containertext li {
            font-size: 20px;
            color: #474D33;
            line-height: 40px;
        }

.login_box {
    width: 340px;
    height: 280px;
    border: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    background: url(../images/login_box_bg.png) repeat;
}

.login_box_top {
    width: 340px;
    height: 63px;
    line-height: 63px;
    color: #fff;
    font-size: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}

.login_box_main {
    padding: 0 30px;
}

    .login_box_main .login_submit {
        display: block;
        width: 280px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #2662ac;
        text-decoration: none;
        border: 0;
        cursor: pointer;
        margin-bottom: 20px;
    }

        .login_box_main .login_submit:hover {
            color: #fff;
        }

    .login_box_main .login_input {
        width: 220px;
        padding: 9px 50px 8px 10px;
        font-size: 18px;
        border: 1px solid #dfdfdf;
        color: #225289;
        margin-bottom: 20px;
        background-color: #f0eef0;
    }

    .login_box_main .password_right {
        width: 26px;
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/password_right.png) no-repeat 0 0;
    }

    .login_box_main .login_right {
        width: 26px;
        height: 41px;
        top: 0;
        right: 0;
        position: absolute;
        background: url(../images/login_right.png) no-repeat center right;
    }

    .login_box_main .login_left {
        display: inline-block;
        font-size: 18px;
    }

.rel_c {
    position: relative;
}

.foot {
    font-size: 12px;
}

.foot-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #333;
}

.copyright {
    float: left;
    padding-left: 50px;
    line-height: 50px;
    color: #ccc;
}
