body,html{
    width:100%;
    height: 100%;
	background-color:black;
}
div{
    height:30%;
}
.null-none{
    height: 30px;
}
header{
    height:auto;
}

.ban_logo{
    text-align: center;
    margin-bottom:10px;
}
.ban_logo img{
    width:110px;
    height:auto;
}
.web_name{
	padding: 0;
	font-size: 3em;
    color: #9b43e2;
    font-weight: 800;
	font-style: normal;
    text-align: center;
    width: 100%;
    /* 投影效果 */
    -webkit-box-reflect:below 1px linear-gradient(transparent, rgba(0,0,0,0.2));
}
.web_name span{
    color: #fff;

    /* 字间距 */
    letter-spacing: 
    /* 转大写 */
    text-transform: uppercase;
    text-align: center;
    line-height: 76px;
    outline: none;
    /* 自定义属性 --c,可通过 var 函数对其调用 */
    --c:lightseagreen;
    /* 调用自定义属性--c，设置文字阴影（发光效果） */
    text-shadow: 0 0 10px var(--c),
    0 0 20px var(--c),
    0 0 40px var(--c),
    0 0 80px var(--c),
    0 0 160px var(--c);
    /* 执行动画：动画名 时长 线性的 无限次播放 */
    animation: animate 5s linear infinite;
}
/* 定义动画 */
@keyframes animate{
    to{
        /* 色相旋转过滤镜（设置度数可改变颜色） */
        filter: hue-rotate(360deg);
    }
}
.version{
    text-align: center;
    color: #7d7d7d;
}
.container{
    width: 100%;
    height:auto;
}

.log-box{
    width:70%;
    margin:0 auto;
    height:auto;
}
.log-box .btn{
    display: block;
    margin:0 auto;
    width:60%;
    background-color:black ;
	color:#B3B3B3;
    font-weight:600;
}
.btn:hover{
	color: #ffffff;
	background-color: #0077D9;
}
footer{
    width:100%;
    /*margin-top: 120px;*/
    position: absolute;
    bottom:5px;
}
.denglu-txt{
    margin:0 auto;
    text-align: center;
    /*max-width: 640px;*/
}
.denglu-txt hr{
    display: inline-block;
    width:30%;
}
.denglu-txt span{
    color: #B3B3B3;
    vertical-align: top;
}



/*用户名或密码对错提醒*/
.i_message{
    height:31px;
    margin-bottom:10px;
}
.j_message{
    height:31px;
    padding:5px;
    background-color:#fef2f2;
    border:1px solid #ffb4a8;
    display: none;
}
.j_message b{
    width:19px;
    height: 19px;
    display: inline-block;
    background: url("../images/icons_c1.png") no-repeat -957px -28px;
    vertical-align: top;
}
.form-control{
	background-color: black;
	color:#B3B3B3;


}



