@media (max-width: 768px) {
    .datatables-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

}

/**
	* 图片叠加图
 */
.image-container {
    position: relative;
    display: inline-block;
    width: 25px; /* 设置容器的宽度 */
    height: 25px; /* 设置容器的高度 */
    vertical-align: middle; /* 垂直对齐方式 */
}
.main-image {
    width: 100%;
    height: 100%;
}
.overlay-image {
    width: 18px; /* 调整叠加图的大小 */
    height: 18px;
    position: absolute;
    top: -5px;
    left: -4px;
}
/**
	* 图片叠加图
 */

.switch-icon {
    position: absolute;
    font-size: 16px; /* 设置图标大小 */
    bottom: 0; /* 定位到右下角 */
    right: -8px;
    cursor: pointer; /* 鼠标悬停时显示为手型 */
    color: #000000; /* 图标颜色，可根据需要调整 */
    font-weight: bold; /* 图标加粗 */
}

#notices .alert a {
    color: inherit;
    text-decoration: underline; /* 鼠标悬停时显示下划线 */
}

