
@charset "utf-8";
/* CSS Document */
a {
    text-decoration: none;
    color: inherit;
}

body {
    margin: 0;
    }

.app {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
    }

.header {
    height: 80px;
    background: #093028;
    background: -webkit-linear-gradient(to right, #093028, #237A57);
    background: linear-gradient(to right, #093028, #237A57);
    color: #f8f8f8;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; 
    text-align: center;
}
.header .judgelogin{
    height: 30px;
    background:#f8f8f8;
    color: #aeaeae;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 80px; 
    font-weight: bolder;
    font-size:12px;
    border-width: 0;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    padding: 5px;
    justify-content:  center;
    align-items: center;
    cursor: pointer; /* 鼠标悬停时显示手形 */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* 平滑过渡效果 */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); 

    }
.judgelogin:hover {
    background-color: #093028; /* 悬停时的背景色 */
    color:#ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
    .container {
        width: 100%;
        height: calc(100vh - 90px);
        background: #093028;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #093028, #237A57);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #093028, #237A57); 
        padding-top: 80px;
        box-sizing: border-box;
    }
    
    .container .nav {
        display: flex; 
        justify-content: center; 
        width: 100%; 
        padding-bottom: 10px;
    }

    .container .main {
        justify-content: left;
        height:100%;
        background: #232526;  
        background: -webkit-linear-gradient(to right, #121212, #1f2122); 
        background: linear-gradient(to right, #121212, #1f2122); 
        color:#FFF;
        padding: 20px;
        flex-wrap: wrap;
        box-sizing: border-box;
        overflow: auto;
        align-self: flex-start;
    }
    .footer {
        height:40px;
        background: #093028; 
        background: -webkit-linear-gradient(to right, #093028, #237A57);  
        background: linear-gradient(to right, #093028, #237A57); 
        justify-content: center; 
        width: 100%; 
        padding: 10px; 
        font-size: 10px;/* 设置字体大小 */
        color: #FFF;
    }

    .sl {
        float: none;
        width: 100%;
        background: #323232;
        color: #FFF;
        height: 30px;
        padding-top: 2px;
        padding-left: 5px;
        box-sizing: border-box;
        overflow: auto;
        }

    .sl_games {
        display: flex; /* 使用flex布局 */
        margin-top: 0px;
        width: 100%;
        color: #000; /* 更改文本颜色为黑色或其他与背景色对比明显的颜色 */
        justify-content: center; /* 水平居中 */
        box-sizing: border-box;
        overflow: auto;
    }

select {
    float: top;
    background: rgb(94, 94, 94);
    color: #ffffff;
    height: 26px;
    padding-top: 2px;
    padding-left: 2px;
    box-sizing: border-box;
    overflow: auto;
    }

.button{
    display: flex;
    margin-top: 0px;
    height:50px;
    width: 120px;
    color:#545454;
    font-weight: bolder;
    font-size:16px;
    background:#ececec;
    border-width: 0;
    border-radius:25px;
    padding: 10px;
    justify-content:  center;
    align-items: center;
    cursor: pointer; /* 鼠标悬停时显示手形 */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* 平滑过渡效果 */
    margin-right: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); 
    }

    /* 移除最后一个按钮的右边距 */
    .button:last-child {
        margin-right: 0;
    }

    .button:hover {
        background: #56ab2f;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #a8e063, #56ab2f); 
        color:#ffffff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); 
    }
     
    .table {
        display: flex;
        flex-wrap: wrap; /* 允许子元素换行 */
        overflow-y: auto; /* 垂直方向上溢出时出现滚动条 */
        padding: 10px; /* 可选：添加内边距 */
    }
    
    /* 清除最后一个表格的右边距，以避免不必要的空白 */
    .tables table:last-child {
        margin-right: 0;
    }
    
    /* 表格行样式 */
    tr:nth-child(even) {
        background-color: #4b4b4b; /* 偶数行背景色 */
    }
    /* 表格数据样式 */
    td {
        padding: 8px; /* 内边距 */
        border: 0px solid #ddd; /* 边框 */
        text-align: center;
    }
    /* 鼠标悬停样式 */
    tr:hover {
        background-color: #858585; /* 鼠标悬停时背景色 */
    }

    #searchType {
        width: 100px; /* 可以是具体的像素值，也可以是百分比 */
        height: 30px; /* 通常下拉菜单的高度由选项的高度决定，这里设置的是外部容器的高度 */
        font-size: 16px;/* 设置字体大小 */
        color: #FFF;
        /* 其他样式，如边框、背景色等 */
        border: 1px solid #FFF;
        background-color: #2b7acd;
        border-radius: 3px;
        padding: 2px;
        box-sizing: border-box; /* 确保 padding 和 border 不会增加元素的总宽度和高度 */
    }
    
    .row {
        width: 100%; /* 设置行的宽度为100% */
        overflow: auto; /* 防止内容溢出 */
    }
