/*星座特效*/
#display { z-index: 0; display: block; cursor: default; position:absolute; }
#blachole { position: fixed; top: 60px; right: 60px; width: 120px; height: 120px; }
canvas { width: 100%; height: 100%; }

/*黑红 渐变效果

    background-color: #003973;
    background-image: -webkit-linear-gradient(90deg,#231815 10%,#A71E32 90%);
    background-image: -moz-linear-gradient(90deg,#231815 10%,#A71E32 90%);
    background-image: -ms-linear-gradient(90deg,#231815 10%,#A71E32 90%);
    background-image: -o-linear-gradient(90deg,#231815 10%,#A71E32 90%);
    background-image: linear-gradient(90deg,#231815 10%,#A71E32 90%);
 */

/* 登录窗口css */
.login-bg {
    background-color: #003973;
    /*
    background-image: url(../img/bg.jpg);
    background-position: 50% 50%;
    */
}
.login-bg {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.login-box {
    display: inline-block;
    background:#F7F7F7;
    width: 380px;
    border-radius: 4px;
    padding:5px 36px;
}

.login-tab-title {
    font-size: 28px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
}

.footer .footer-inner .footer-content {
    border-top: rgba(255,255,255,.05) 1px solid;
}

.copyright {
    font-family: 'helvetica neue',PingFangSC-Light,arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,.20);
}
