* {
    margin: 0;
    padding: 0;
}

html, body, .container, .wrap {
    width: 100%;
}

em {
    font-style: normal;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
    display: inline-block;
}

.clear {
    clear: both;
}

header, footer, section {
    width: 1300px;
    margin: 0 auto;
}

header, footer {
    height: 100px;
}

    header em {
        font-size: 50px;
        height: 100px;
        line-height: 100px;
    }

    header span {
        font-size: 38px;
        margin-left: 20px;
        text-indent: 5px;
        letter-spacing: 4px;
        color: #2b2828;
        line-height: 92px;
        font-weight: bold;
        text-shadow: 3px 11px 8px rgba(210, 210, 210, 0.6);
    }

article {
    width: 100%;
    height: 600px;
    background-image: url("../images/bg.jpg");
    background-size: 100% 100%;
}

section {
    height: 600px;
    background-image: url("../images/bg1.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
}

aside {
    width: 400px;
    height: 450px;
    position: absolute;
    top: 70px;
    right: 100px;
    background: url("../images/dlbj.png");
}

    aside em {
        display: block;
        width: 110px;
        height: 61px;
        margin: 23px auto -21px auto;
    }

        aside em img {
            width: 100%;
            height: auto;
        }

form {
    width: 300px;
    margin: 0 auto;
}

    form p {
        position: relative;
        margin-top: 10px;
    }

    form input {
        padding-left: 50px;
        width: 250px;
        height: 40px;
        border: 0;
        margin-top: 20px;
        /* border-radius: 10px; */
        /* background-color: rgba(255, 255, 255, 0.82); */
        outline: none;
        background: #033d9a;
        border: 1px solid #00a2ff;
        color: #fff;
    }

    form i {
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
    }

.name i {
    background-image: url("../Images/images/user1.png");
    background-repeat: no-repeat;
    left: 10px;
    top: 27px;
}

.password i {
    background-image: url("../Images/images/password1.png");
    background-repeat: no-repeat;
    left: 10px;
    top: 29px;
}

.button {
    background-color: #00baff;
    border: none;
    width: 100%;
    height: 40px;
    letter-spacing: 3px;
    font-size: 20px;
    margin-top: 35px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    padding-left: 0px;
}

.remember {
    width: 170px;
}

    .remember input {
        width: 18px;
        height: 18px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        padding-left: 0px;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: 0px;
    }

.remember, .regist {
    float: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.regist {
    width: 130px;
}

    .regist a {
        color: #f44336;
    }

footer {
    margin-top: 6px;
}

    footer ul {
        margin: 0 auto;
        text-align: left;
        width: 411px;
    }

        footer ul li {
            width: 120px;
            text-align: center;
            font-size: 13px;
            height: 15px;
            line-height: 15px;
        }

    footer p {
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
    }

.shengm li {
    display: block;
    width: 429px;
    line-height: 36px;
    font-size: 12px;
    height: 21px;
    color: #000000;
    text-align: left;
}

.xtbt {
    font-size: 36px;
    color: #000;
}

.yhdl {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.fadeInDown {
    text-align: center;
}

.yzm i {
    background-image: url("../Images/images/yzm.png");
    background-repeat: no-repeat;
    left: 10px;
    top: 29px;
}

.yzmnr {
    float: right;
    width: 47%;
    width: 97px;
    margin-top: 14px;
    height: 48px;
}

.yzm {
    width: 100%;
}

.yzms {
    float: left;
    width: 149px;
}

.yzmnr img {
    width: 89px;
    height: 42px;
    margin-top: 7px;
}

input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}
