@charset "utf-8";
/* CSS Document */

* {
    font: 13px/1.5 '微软雅黑';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    overflow: hidden;
}

body {
    background-size: cover;

}

a {
    color: #27A9E3;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: none;
}
/*#Layer1{*/
/*    background: url(../../static/image/gzq.png) no-repeat;*/
/*    !*background: url(__ROOT__/uploads/banner/{$image}) no-repeat;*!*/
/*}*/
#Layer1 > div{
    display: table;
    padding: 0 100px 0;
    position: relative;
    color: #FFFFFF;
    font-size: 60px;
    margin: 100px auto;
    text-align: center;
}
#Layer1 > div::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 65px;
    left: 0;
    bottom: 0;
    /*background: url(../../static/image/exam_icon.png) no-repeat;*/
    background-size: contain;
}
#Layer1 > div::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 65px;
    right: 0;
    bottom: 0;
    /*background: url(../../static/image/exam_iconright.png) no-repeat;*/
    background-size: contain;
}
.login::before {
    content: '';
    position: absolute;
    width: 143px;
    height: 37px;
    right: 250px;
    bottom: 50px;
    background: url(../../static/image/dl.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.login_box {
    width: 100%;
    /*display:flex;*/
    /*text-align: center;*/
    /*margin: 250px auto;*/
}

.login_box .login_l_img {
    float: left;
    width: 432px;
    height: 440px;
    margin-left: 0px;
}

.login_box .login_l_img img {
    width: 900px;
    height: 450px;
}

.login {
    margin: 280px auto 0;
    height: 400px;
    width: 640px;
    padding: 50px 80px;
    background-color: rgba(187,187,208,0.8);
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
}

.dang {
    width: 140px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 130px;
}

.login_name {
    width: 100%;
    float: left;
    text-align: center;
}

.login .eyes {
    position: absolute;
    top: 35%;
    left: 510px;
    margin-bottom: 20px;
}
.login_name p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #444;
    padding: 10px 0 20px;
}

.dang img {
    width: 140px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}

input[type=text], input[type=file], input[type=password], input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
    margin-bottom: 30px;
    line-height: 50px;
    color: #888;
}

input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}

input[type=submit], input[type=button] {
    display: inline-block;
    vertical-align: text-bottom;
    padding: 12px 24px;
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 8px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}
.copyright {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}

#password_text {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #888;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    line-height: 50px;
}


@media screen and (max-width: 1366px) {
    .login{
        margin: 220px auto 0;
    }
    #Layer1 > div{
        margin: 65px auto;
    }
}