﻿@charset "utf-8";

html, body, ul, ol, li, dl, dd, dt, h2, h3, h4, h5, h6, object, iframe, img, table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: 0;
    vertical-align: baseline;
}

img {
    border: 0;
    display: block;
}

html,body {
    height:100%;
    font: 14px/20px "Arial","Microsoft YaHei","微软雅黑","SimHei","黑体";
    color: #333
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #2392f2;
    }

input, select, textarea, button {
    font-family: inherit;
    outline: 0;
    color: #b6b6b6
}

    input:-ms-input-placeholder {
        color: #b6b6b6;
    }

    input::-webkit-input-placeholder {
        color: #b6b6b6;
    }
/* common */
body{
    position:relative;
}
body:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../img/login/bj.jpg')#61aefc no-repeat;
    background-size: cover;
    background-position: center center;
}
.content {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo {
    width: 100%;
    background: url('../img/login/logo.png')center no-repeat;
    height: 55px;
}

.bj-white {
    overflow: hidden;
    position: relative;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #fff;
    margin-top:40px;
    padding: 0px 40px;
}

.lr_title_txt {
    width: 100%;
    text-align:center;
    padding: 30px 0;
    font-size: 24px;
}

.login-kuang {
    width: 100%;
}

    .login-kuang input {
        border: solid 1px #e4e5e7;
        height: 48px;
        line-height: 48px;
        border-radius: 4px;
        font-family: PingFang SC,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;
    }

.form-control {
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
}

.mb-20 {
    margin-bottom: 20px;
}

.auto-login {
    width: 100%;
    margin-bottom: 20px;
}

.login-button {
    width: 100%;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 16px;
    color: #fff;
    height: 48px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}
    .login-button[disabled] {
        opacity: .65;
        cursor: not-allowed;
    }
        .login-button[disabled]:hover {
            background-color: #337ab7;
            border-color: #2e6da4;
        }
    .login-button:hover {
        background-color: #286090;
        border-color: #204d74;
    }
.gugedenglu {
    width: 100%;
    padding: 30px 0;
    text-align: center
}

    .gugedenglu a {
        font-size: 16px;
        color: #ff0000;
    }

.alert-msg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 0;
    width: 100%;
    background-color: #fedada;
    color: #fa5b5b;
    text-align: center;
}
.browertips {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding-top: 150px;
    display:none;
}