* {
    margin: 0px;
    padding: 0px;
}

body {
    text-align: center;
    font-family: "微软雅黑";
    background: #f1f3f2
}

#web {
    height: 730px;
    width: 100%;
}

.head {
    height: 145px;

    display: flex;
    align-items: center;
    padding-left: 58px;
    font-weight: bold;
    font-size: 38px;
    color: #219BEE;
    letter-spacing: 6px;
}

.middle {
    height: 455px;
    background: url(/static/login/img/m_bg.png) no-repeat center;
    background-color: #3295D9;
}

.main {
    width: 1200px;
    height: 455px;
    margin: 0 auto
}

.login-box {
    width: 357px;
    height: 440px;
    margin-top: 15px;
    float: right;
    background: url(/static/login/img/login_bg.png) no-repeat center;
}

.login-box input {
    width: 275px;
    height: 42px;
    border: 1px solid #d0d0d0;
    margin: 0 auto;
    margin-top: 15px;
    background: none;
    text-indent: 10px;
    font-size: 18px;
    color: #a3a3a3;
    line-height: 40px;
    font-family: "微软雅黑";
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

input.username {
    margin-top: 120px
}

input:focus {
    border-style: solid;
    border-color: #2aa4dd;
}

input[type="button"] {
    height: 46px;
    background: #2f8ac1;
    font-size: 20px;
    color: #fff;
    text-indent: 0;
    cursor:pointer;
}

.footer {
    height: 100px;
    line-height: 60px;
    font-size: 17px;
    color: #777;

}

.footer a {
    color: #777;
    text-decoration: none
}

.footer a:hover {
    color: #2b91d8;
    text-decoration: underline
}