/* IE8试坑合计(持续输入……)
  :first-child ie7以上；其它所有级联选择都在ie9以上；
  不兼容rgba;不兼容圆角（图片代替）；文本超出隐藏不得加word-break\word-wrap;-o-text-overflow:ellipsis;基本通杀所有浏览器；
  a标签d-block;不支持foreach函数;不支持background-size；垂直居中好用的方法：父p-relative,子p-absolute t\r\b\l:0 margin：auto d-block;
  <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">;
  行内元素  父元素t-center 子display:inline-block;
  */

/* 登录页 */

.boxBg {
    width: 100%;
    height: 100%;
    background-color: #010a14ad;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}



.box {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    padding: 10px 40px;
    background-image: url(../image/dlbg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .5);
    margin-left: -250px;
    margin-right: -250px;
    height: 300px;
    margin-top: -130px;
    border-radius: 10px;
    margin-bottom: -130px;
    position: fixed;
    z-index: 9999;
}

.box .closeBtn {
    width: 15px;
    height: 15px;
    background-color: #992a2a;
    color:#992a2a ;
    position: absolute;
    border-radius: 15px;
    right: 5px;
    top: 5px;
    overflow: hidden;
    /* padding: 1px; */
}

.box .closeBtn::before {
    content: 'x';
    transform: scale(0.2);
    left: 3.5px;
    top: -5px;
    position: relative;
}

/* .box .closeBtn::after {
    content: '\\';
    transform: scale(0.2);
    left: -4px;
    top: -5px;
    position: relative;

} */

.box .closeBtn:hover {
    color: #fff;
}

.form-center .username input,
.form-center .password input {
    height: 50px;
    padding-left: 60px;
}

/*.form-control{width: 87%!important;margin-left: 3%;float: left;}*/
.form-control-feedback {
    line-height: 50px;
    left: 20px;
}

.logo {
    margin-top: 30px;
    margin-left: 50px;
    position: relative;
}

.logo img {
    width: 400px;
    height: 100px;
    position: absolute;
}

#mydiv {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.login-content {
    background-color: #edecec;
}

.login-content:before {
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #336397;
    content: "";
    z-index: 0;
}

.lean {
    text-align: center;
    margin-bottom: 50px;
    color: #7e7e7e;
}

.lean:before {
    background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 42px;
    width: 30%;
}

.lean:after {
    background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 42px;
    width: 30%;
}

.form-group {
    margin-bottom: 0px !important;
    position: relative;
}

.form-group img {
    width: 8%;
    float: left;
    margin-right: 5px;
}

.form-group span {
    color: #BF0000;
    font-size: 12px;
    height: 20px;
    margin-left: 13%;
}

.form-group a {
    text-decoration: none;
}

.form-group a:hover {
    text-decoration: none;
}

.form-group a:link {
    text-decoration: none;
}

.form-group a:visited {
    text-decoration: none;
}

.form-group button {
    margin-top: 15px;
    padding: 5px 50px;
    border-radius: 5px;
    outline: none;
    border: 0px;
    font-weight: bold;
    background-color: #336397;
    color: #fff;
}

.form-group button:hover {
    outline: none;
    background-color: #225b98;
}

.form-group button:active {
    outline: none;
}

.form-group button:focus {
    outline: none;
}