body {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
    font-size: 12px;
    background: url(/Images/login/bg.png) no-repeat #4483E6;
    background-size: cover;
    background-position-y:120px;
    width: 100%;
    min-width: 900px;
}

ul, li, div, span, a, form, label, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*清理掉浏览器自带填充的背景和文字样式*/
:root input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: 0 0 50px 50px #ffffff inset; /*阴影大小等于input框宽度一半 颜色与input框宽度一样 暂时无法解决input框使用背景图片问题*/
    -webkit-text-fill-color: #000000; /*颜色与input框文字颜色一致*/
}

a {
    text-decoration: none;
    cursor: pointer;
}

.main_top {
    margin: 50px 0px 0px 70px;
    background: url(../images/logo01.png) left no-repeat ;
    font-size: 40px;
    line-height: 100px;
    color: #FFF;
    padding-left: 150px;
    background-size: 110px;
}

.login_box {
    float: right;
    margin-top: 30px;
    margin-right: 150px;
    height: 500px;
    width: 450px;
    background-color: #fff;
    color: #666;
}

    .login_box p {
        font-size: 20px;
        color: #333;
        padding: 4px 0 4px 40px;
        margin-top: 10px;
        border-bottom: solid 1px #cccccc;
        overflow: hidden
    }

.hi {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 500;
    line-height: 80px;
    color: #4c92f0;
    letter-spacing: 15px;
    text-align: center;
}

.login_box form {
    height: auto;
    margin: 0 50px;
    text-align: center;
}

.n_lable {
    height: 50px;
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 2px;
    margin-bottom: 26px;
    padding-left: 50px
}

.n_lable1 {
    height: 50px;
    width: 110px;
    display: inline-block;
    border: 1px solid #FFF;
    /*border: 1px solid #C9D0DE;*/
    border-radius: 2px;
    margin-bottom: 35px;
    padding-left: 50px;
    background-color: #F4F6FC;
}

.n_lable:hover {
    border: 1px solid #088fe0;
}

.n_lable input {
    width: 303px;
    height: 48px;
    line-height: 48px;
    outline: 0;
    border: 0;
    color: #949494;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    background-color: #F4F6FC;
}

.n_lable1 input {
    width: 110px;
    height: 48px;
    line-height: 48px;
    outline: 0;
    border: 0;
    color: #949494;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    background-color: #F4F6FC;
}

.name_i {
    background: url(../images/login/u.png) 12px center no-repeat #F4F6FC;
}

.password_i {
    background: url(../images/login/pwd.png) 12px center no-repeat #F4F6FC;
}

.test_i {
    width: 110px;
    margin-right: 15px;
    float: left;
    background: url(../images/login/code.png) 12px center no-repeat #F4F6FC;
}

.test_img {
    width: 100px;
    height: 48px;
    line-height: 48px;
    float: left;
    cursor: pointer;
}
.test_ref {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-top: 5px;
}


.n_button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #0099f1;
    color: #fff;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
    margin-bottom: 20px;
}

.aboutus {
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: bolder;
    line-height: 30px;
    left: 15%;
    bottom: 30px;
}


@media screen and (min-width:1440px) and (max-width:1920px) {

    .login_box {
        float: right;
        margin-top: 30px;
        margin-right: 150px;
        height: 500px;
        width: 500px;
        background-color: #fff;
        color: #666;
    }

        .login_box p {
            font-size: 20px;
            color: #333;
            padding: 4px 0 4px 40px;
            margin-top: 10px;
            border-bottom: solid 1px #cccccc;
            overflow: hidden
        }

    .hi {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 32px;
        font-weight: 500;
        line-height: 80px;
        color: #4c92f0;
        letter-spacing: 15px;
        text-align: center;
    }

    .login_box form {
        height: auto;
        margin: 0 50px;
        text-align: center;
    }

    .n_lable {
        height: 50px;
        width: 350px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 26px;
        padding-left: 50px
    }

    .n_lable1 {
        height: 50px;
        width: 140px;
        display: inline-block;
        border: 1px solid #F4F6FC;
        border-radius: 2px;
        margin-bottom: 35px;
        padding-left: 50px;
        background-color: #F4F6FC;
    }

    .n_lable:hover {
        border: 1px solid #088fe0;
    }

    .n_lable input {
        width: 343px;
        height: 48px;
        line-height: 48px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }

    .n_lable1 input {
        width: 120px;
        height: 48px;
        line-height: 48px;
        outline: 0;
        border: 0;
        color: #949494;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        background-color: #F4F6FC;
    }


    .test_i {
        width: 120px;
        margin-right: 20px;
        float: left;
        background: url(../images/login/code.png) 12px center no-repeat #F4F6FC;
    }

    .test_img {
        width: 120px;
        height: 50px;
        line-height: 50px;
        float: left;
        cursor: pointer;
    }
    .test_ref {
        width: 40px;
        height: 40px;
        margin-left: 15px;
        margin-top: 5px;
    }
}
