@charset "utf-8";

.xnhc {
    margin: 0 auto;
    margin-top: 3px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-family: "微软雅黑", Arial, sans-serif;
    font-size: 12pt;
    color: #000;
    font-weight: 500;
    border: 0;
    line-height: normal;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

body {
    border: 0 !important;
}

/* Static yxym pages are not swiper slides; keep vertical table layout */
.swiper-wrapper.yxym {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.swiper-container .swiper-wrapper.yxym,
#swiper-container2_1.swiper-container {
    overflow: visible !important;
    height: auto !important;
}

.yxym-tit {
    padding: 2px 10px;
    text-align: center;
    font-weight: bold;
    color: #f00;
    background: #ff0;
}

/* 仅「大公开」预测表（#table9）使用黑底绿字，不影响 zl 列表等其它表格 */
.yxym table#table9 {
    color: #0f0;
    font-weight: bold;
    background: #000;
    width: 100%;
}

.yxym table#table9 td {
    padding: 2px 10px;
    border: solid 1px #333;
}

.yxym table .active {
    background-color: yellow;
    color: red;
}
.yxym table .ma {
    color: rgb(0, 153, 255);
}
.yxym p[align="center"] {
    background: #ffff00;
    padding: 4px 0;
    margin: 0;
}
