html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* 確保背景圖填滿整個頁面 */
}

BODY {
    font-family: Verdana, LiHei Pro, '微軟正黑體';
    color: #E60000;
    background: url('../images/bg02.jpg') no-repeat fixed center;
    background-size: cover; /* 確保背景圖片覆蓋整個頁面 */
    margin: 0;
    padding: 0;
}

a {
    color: #6979bd;
    transition: all 0.25s ease;
    text-decoration: none;
}

a:hover {
    color: #fff !important;
    text-shadow: 0px 0px 5px #000, 0px 0px 8px #000;
}

a:visited {
    color: #6979bd;
}

H1 {
    font-size: 24pt;
    text-align: center;
    font-weight: 300;
    color: #eee;
    margin: 0;
    padding: 16px 0; /* 添加適當的內邊距 */
}

.wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    background: rgba(238, 238, 238, 0.9);
    margin-left: -300px;
    margin-top: -250px; /* 調整這個值以減少偏移 */
    border-radius: 50px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.58);
}

.scar_bar {
    margin: 20px;
    text-align: center;
}

.toptr {
    background: #eee;
    height: 40px;
    color: #333;
}

tr.toptr th {
    font-weight: 300;
}

.tbody {
    padding: 50px;
}

tbody.databody tr:hover {
    background: #d1d7da;
    color: #24485a;
}

tbody.databody {
    line-height: 30px;
    color: #0F0F0F;
}

input[type="text"] {
    border-radius: 30px;
    line-height: 24px;
    width: 250px;
    color: #666;
    padding-left: 10px;
    font-family: Verdana, LiHei Pro, '微軟正黑體';
    border: none;
}
