.container {
    width: 40%;
}

.div-pad {
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-link {
    cursor: pointer;
}

.loading-overlay {
    position: fixed; /* 固定定位 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    z-index: 9999; /* 确保遮罩在最上层 */
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}