﻿body{overflow:hidden;}

.video-player{background-color: transparent;display: block;position: absolute;z-index: 1;top:0;}
.video_mask{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:90; background:url(../images/web_login_bg.jpg); background-size: 100% 100%; }
.login{ height:240px;width:360px;padding: 20px;background-color:rgba(0,0,0,0.5);border-radius: 4px;position:absolute;left: 50%;top: 50%; margin:-150px 0 0 -200px;z-index:99;}
.login h1{ text-align:center; color:#fff; font-size:24px; margin-bottom:20px; }
.form_code{ position:relative; }
.form_code .code{ position:absolute; right:0; top:1px; cursor:pointer; }
.login_btn{ width:100%; }
.copyright{
    position: fixed; /* 固定在屏幕 */
    bottom: 0; /* 距离底部为 0 */
    left: 0; /* 从左侧开始 */
    width: 100%; /* 宽度为 100% */
    text-align: center; /* 水平居中 */

    padding: 10px 0; /* 上下内边距（根据需要调整） */
    font-size: 12px; /* 字体大小 */
    color: #d5d5d5; /* 字体颜色 */
    z-index: 1000; /* 保证在最上层（避免被遮挡） */
}
.bottomdiv{
    width:100%;text-align:right; z-index:999; position:absolute;bottom:-25px;right:0px; text-align:center;
}
.bottomdiv a{
    margin:auto 10px;color:#fff;
}
.bottomdiv a:hover{
    color:gold;
}
