.header.index-header {
    height: 98px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px;
    background-image: linear-gradient(to right, #5cd1c8, #5cd1c8, #5cd1c8, #5cd1c8, #5cd1c8, #5cd1c8, #5cd1c8);
}

.header .logo-box {
    height: 50px;
}
.header .logo {
    float: left;
    height: 50px;
    margin-left: 0px;
}
.header .logo .logo-img {
    width: 208px;
    height: 50px;
}
.header .bank {
    float: right;
    position: relative;
    width: 80px;
    height: 50px;
}
.header .bank img {
    display: block;
    width: 75px;
    height: 50px;
    margin: 0 auto;
}
.header .bank a {
    display: block;
    color: #000;
    font-size: 12pt;
    text-align: center;
    padding-top: 14px;
}
.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-top: 1px solid #000;
}
.box {
    overflow: hidden;
    background-image: linear-gradient(to right, #93c6f3, #5cd1c8, #5cd1c8, #14fcff, #5cd1c8, #5cd1c8, #52bfff);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
.nullbox {
    height: 100px;
}
.dbt img {
    margin-top: 98px;
    margin-bottom: -8px;
}

/*content*/
.subnav {
    border-radius: 5px;
    padding: 5px 0;
    background: #f1fbf1;
    overflow: hidden;
}
.subnav a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 12pt;
    color: #000;
    font-weight: bold;
    text-shadow: 0px 2px 1px #ff9c00;
}
.subnav a img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 2px;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.subnav a:nth-child(1) img,
.subnav a:nth-child(2) img {
    animation-name: fadeInLeft;
}
.subnav a:nth-child(3) img {
    animation-name: bounceInDown;
}
.subnav a:nth-child(4) img,
.subnav a:nth-child(5) img {
    animation-name: fadeInRight;
}
.ggimg {
    margin: 5px 0;
}
.ggimg a img {
    width: 60px;
    height: 60px;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
.subnav a:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes pulse {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scaleX(1);
    }
}
.padt {
    padding: 4px 4px 1px 4px;
}
.xjbox {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}

.gg {
    color: #000;
    table-layout: fixed;
}
.gg tr {
    height: 25px;
}
.gg th,
.gg td {
    padding: 4px 6px;
}
.gg th {
    font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #b99b5f;
}
.gg td {
    height: 42px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #a8e8a8;
    font-size: 18pt;
}
.gg td a {
    display: block;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.qxtable {
    color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}
.qxtable tr {
    height: 30px;
}
.qxtable th,
.qxtable td {
    /* border: 1px solid #cfe6cf;*/
    border-top: solid 1px #cfe6cf;
    border-right: solid 1px #cfe6cf;
}
.qxtable th {
    font-size: 18px;
    background: #fff89c;
    text-align: center;
    color: red;
}
.qxtable td {
    text-overflow: ellipsis;
    font-size: 24px;
}
.qxtable .xz {
    font-size: 36px;
}
.qxtable .xz1 {
    font-size: 20px;
}
.qxtable .xz2 {
    font-size: 30px;
}
.qxtable .xz3 {
    font-size: 38px;
}
.qxtable.left {
    text-align: left;
}
.qxtable.left th {
    text-align: left;
}
.qxtable.yxym {
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
    /*    background:#fff url(../img/tjl.png) center center no-repeat;
*/
}
.qxtable.yxym td {
    font-size: 18pt;
}
.qxtable.yxym tr td:nth-child(1) {
    background: #d3efd1;
    width: 26%;
}
.qxtable.yxym tr td:nth-child(3) {
    background: #d3efd1;
    width: 18%;
}
.qxtable.yxym tr td:nth-child(2) {
    background: #f7f7f7;
    width: 56%;
    font-size: 28px;
}
.qxtable .jx {
    font-size: 20px;
}
.list-title {
    height: 34px;
    line-height: 33px;
    font-size: 16pt;
    text-align: center;
    border-bottom: 1px solid #738e9f;
    text-shadow: 1px 4px 1px #b99b5f;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.riqi {
    font-size: 19pt;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}
.haoju {
    font-size: 20pt;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px;
}
#yxym .list-title {
    background: linear-gradient(transparent, #f7f3f3);
    font-size: 26px;
    color: #000;
    text-shadow: 0px 0px 10px #e5e5e5;
    border-radius: 0 0 50px 50px;
    /* background: linear-gradient(#d0dee6,#d6dee6, #FFFFFF); */
    box-shadow:
        0 5px 4px 0 #0585e8,
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

ul {
    margin: 1px;
}
.post-list {
    text-align: center;
}
.post-list-tit-pic {
    margin-bottom: 6px;
}
.post-list li {
    padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
}

.post-list a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.post-list a .ci {
    font-size: 26px;
}

.guanggao {
    table-layout: auto;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #bdecbc;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
}
.guanggao tr {
    height: 33px;
}
.guanggao img {
    width: 100%;
    height: 45px;
}
.guanggao a {
    font-size: 16pt;
    color: #000;
}
.guanggao td {
    font-weight: bold;
    border: 0px;
    solid: #636262;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}

.gongshi {
    color: #000;
    table-layout: fixed;
}
.gongshi tr {
    height: 25px;
}
.gongshi th,
.gongshi td {
    padding: 2px 2px;
}
.gongshi th {
    font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #b99b5f;
}
.gongshi td {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #efe8e8;
    font-size: 18pt;
    text-align: center;
}
.gongshi td a {
    display: block;
    color: #0000ff;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}
.duilianpt {
    table-layout: auto;
    color: #ff0000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.duilianpt tr {
    height: 35px;
}
.duilianpt td {
    font-weight: bold;
    border: 1px solid #e4ece4;
    font-size: 18pt;
}
.duilianpt th {
    font-weight: bold;
    border: 1px solid #e4ece4;
    font-size: 18pt;
}
.duilianpt .zl {
    font-size: 20pt;
}

.duilianpt2 {
    table-layout: auto;
    color: #ff0000;
    border-radius: 1px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.duilianpt2 tr {
    height: 30px;
}
.duilianpt2 td {
    font-weight: bold;
    border: 0.5px solid #000000;
    font-size: 12pt;
}
.duilianpt2 th {
    font-weight: bold;
    border: 1px solid #e4ece4;
    font-size: 18pt;
}
.duilianpt2 .zl {
    font-size: 20pt;
}

.duilianpt1 {
    table-layout: auto;
    color: #ff0000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.duilianpt1 tr {
    height: 30px;
}
.duilianpt1 td {
    font-weight: bold;
    border: 1px solid #e4ece4;
    font-size: 18pt;
}
.duilianpt1 .zl {
    font-size: 22pt;
}
.duilianpt1 th {
    font-weight: bold;
    border: 1px solid #e4ece4;
    font-size: 17pt;
}
.pnzl {
    table-layout: auto;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
}
.pnzl tr {
    height: 32px;
}
.pnzl td {
    font-weight: bold;
    border: 1px solid #fff;
    width: 33.3%;
    font-size: 12pt;
    font-family: 微软雅黑;
}
.pnzl a {
    color: #000;
}

.copyright {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    color: #000;
}
.xjct {
    background-image: linear-gradient(to right, #bf72d2, #df98f1, #e093f3, #e19bf3, #d088e2, #df98f1, #bf72d2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657);
}

@media screen and (max-width: 610px) {
    .riqi {
        font-size: 15pt;
    }
    .haoju {
        font-size: 18pt;
    }
    .padt {
        padding: 2px 2px 0.1px 2px;
    }
    #yxym .list-title {
        font-size: 20px;
    }
    .duilianpt td {
        font-size: 15pt;
    }
    .duilianpt .zl {
        font-size: 17pt;
    }
    .duilianpt th {
        font-size: 14pt;
    }
    .duilianpt1 td {
        font-size: 16pt;
    }
    .duilianpt1 .zl {
        font-size: 19pt;
    }
    .duilianpt1 th {
        font-size: 14pt;
    }
    .qxtable td {
        font-size: 20px;
    }
    .qxtable .xz {
        font-size: 28px;
    }
    .qxtable .xz1 {
        font-size: 18px;
    }
    .qxtable .xz2 {
        font-size: 24px;
    }
    .qxtable .xz3 {
        font-size: 30px;
    }
    .listtable td {
        font-size: 13pt;
    }
    .qxtable.yxym td {
        font-size: 12pt;
    }
    .post-list a {
        font-size: 21px;
    }
    .gg td {
        font-size: 16pt;
    }
}
@media screen and (max-width: 505px) {
    #yxym .list-title {
        font-size: 18px;
    }
    .riqi {
        font-size: 12pt;
    }
    .haoju {
        font-size: 15pt;
    }
    .box,
    .subnav,
    .xjbox {
        margin: 3px 0px;
    }
    .subnav a {
        font-size: 11pt;
    }
    .subnav a img {
        width: 60.8px;
        height: 60.8px;
    }
    .ggimg a img {
        width: 40px;
        height: 40px;
    }

    .qxtable.yxym td {
        font-size: 18px;
    }
    .qxtable.yxym tr td:nth-child(2) {
        font-size: 24px;
    }
    .qxtable .jx {
        font-size: 18px;
    }
    .guanggao img {
        height: 33px;
    }
    .guanggao a {
        font-size: 12pt;
    }
    .gongshi td {
        font-size: 16pt;
    }
    .duilianpt td {
        font-size: 14pt;
    }
    .duilianpt .zl {
        font-size: 16pt;
    }
    .duilianpt th {
        font-size: 13pt;
    }
    .duilianpt1 td {
        font-size: 16pt;
    }
    .duilianpt1 .zl {
        font-size: 18pt;
    }
    .duilianpt1 th {
        font-size: 13pt;
    }
    .pnzl td {
        font-size: 13pt;
    }
    .qxtable td {
        font-size: 18px;
    }
    .qxtable .xz {
        font-size: 28px;
    }
    .qxtable .xz1 {
        font-size: 16px;
    }
    .qxtable .xz2 {
        font-size: 20px;
    }
    .qxtable .xz3 {
        font-size: 30px;
    }
    .post-list a {
        font-size: 19px;
    }
    .post-list a .ci {
        font-size: 24px;
    }
    .gg td {
        font-size: 15pt;
    }
    .gg td a {
        text-align: left;
    }
}
@media screen and (max-width: 429px) {
    .haoju {
        font-size: 14pt;
    }
    .qxtable td {
        font-size: 17px;
    }
    .qxtable .xz1 {
        font-size: 15px;
    }
    .qxtable .xz2 {
        font-size: 19px;
    }
    .qxtable .xz3 {
        font-size: 28px;
    }
    .qxtable .xz {
        font-size: 26px;
    }
    .duilianpt td {
        font-size: 13pt;
    }
    .duilianpt .zl {
        font-size: 15pt;
    }
    .duilianpt1 td {
        font-size: 15pt;
    }
    .duilianpt1 .zl {
        font-size: 17pt;
    }
    .post-list a {
        font-size: 18px;
    }
    .post-list a .ci {
        font-size: 23px;
    }
    .qxtable.yxym tr td:nth-child(2) {
        font-size: 23px;
    }
}
@media screen and (max-width: 409px) {
    .riqi {
        font-size: 11pt;
    }
    .haoju {
        font-size: 13pt;
    }
    .qxtable td {
        font-size: 16px;
    }
    .qxtable .xz {
        font-size: 24px;
    }
    .qxtable .xz1 {
        font-size: 14px;
    }
    .qxtable .xz2 {
        font-size: 18px;
    }
    .qxtable .xz3 {
        font-size: 26px;
    }
    .qxtable.yxym td {
        font-size: 16px;
    }
    .qxtable.yxym tr td:nth-child(2) {
        font-size: 21px;
    }
    .qxtable .jx {
        font-size: 16px;
    }
    #yxym .list-title {
        font-size: 17px;
    }
    .duilianpt td {
        font-size: 13pt;
    }
    .duilianpt .zl {
        font-size: 14pt;
    }
    .duilianpt th {
        font-size: 11pt;
    }
    .duilianpt1 td {
        font-size: 14pt;
    }
    .duilianpt1 .zl {
        font-size: 16pt;
    }
    .duilianpt1 th {
        font-size: 12pt;
    }
    .pnzl td {
        font-size: 12pt;
    }
    .gongshi td {
        font-size: 14pt;
    }
    .post-list a {
        font-size: 16px;
    }
    .post-list a .ci {
        font-size: 22px;
    }
    .gg td {
        font-size: 14pt;
    }
}
@media screen and (max-width: 374px) {
    .riqi {
        font-size: 10pt;
    }
    .haoju {
        font-size: 12pt;
    }
    .qxtable td {
        font-size: 15px;
    }
    .qxtable .xz1 {
        font-size: 12px;
    }
    .qxtable .xz2 {
        font-size: 16px;
    }
    .qxtable .xz3 {
        font-size: 22px;
    }
    .qxtable .xz {
        font-size: 20px;
    }
    .duilianpt td {
        font-size: 11pt;
    }
    .duilianpt .zl {
        font-size: 13pt;
    }
    .duilianpt th {
        font-size: 10pt;
    }
    .duilianpt1 td {
        font-size: 11pt;
    }
    .duilianpt1 .zl {
        font-size: 15pt;
    }
    .duilianpt1 th {
        font-size: 10pt;
    }
    .post-list a {
        font-size: 15px;
    }
    .post-list a .ci {
        font-size: 19px;
    }
    #yxym .list-title {
        font-size: 15px;
    }
    .qxtable.yxym tr td:nth-child(2) {
        font-size: 19px;
    }
    .qxtable .jx {
        font-size: 14px;
    }
    .pnzl td {
        font-size: 11pt;
    }
    .gg td {
        font-size: 13pt;
    }
}

.blgg a {
    text-decoration: none;
}
.blgg a:hover {
    text-decoration: underline;
}

.blgg {
    table-layout: auto;
    color: #000;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.blgg td {
    font-weight: bold;
    border: 1px solid #fefefe;
    font-size: 18pt;
    padding: 2px 2px;
    white-space: nowrap;
}

.blgg a {
    line-height: 35px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: block;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-left: 0px;
}

@media screen and (max-width: 580px) {
    .blgg td {
        font-size: 15pt;
    }
}
@media screen and (max-width: 480px) {
    .blgg td {
        font-size: 13pt;
    }
}
@media screen and (max-width: 408px) {
    .blgg td {
        font-size: 12pt;
    }
    .blgg a {
        line-height: 30px;
    }
}
@media screen and (max-width: 358px) {
    .blgg td {
        font-size: 11pt;
    }
}
/* CSS Document */
html,
body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
}
html {
    background: #f4f4f4;
}
body {
    max-width: 720px;
    margin: 0 auto;
    /*    overflow-x: hidden;*/
}

a,
a:hover,
a:visited {
    text-decoration: none;
}


* {
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Unified homepage DOM: container > header > logo > nav2 > content. */
.container {
    width:100%;
    max-width:720px;
    margin:0 auto;
    overflow-x:hidden;
}
.container > .header {
    top:0;
    left:50%;
    right:auto;
    height:98px;
    transform:translateX(-50%);
}
.container > .header .logo {
    float:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    height:51px;
    margin:0;
    padding:0 10px;
    background-image:linear-gradient(to right,#93c6f3,#5cd1c8,#5cd1c8,#14fcff,#5cd1c8,#5cd1c8,#52bfff);
    position:relative;
    overflow:visible;
}
.container > .header .logo > a:first-child {
    display:block;
    height:50px;
    max-width:calc(100% - 75px);
    min-width:0;
    flex:1 1 auto;
    overflow:hidden;
}
.container > .header .logo > a:first-child img {
    display:block;
    width:auto;
    max-width:calc(100vw - 112px);
    height:50px;
    object-fit:contain;
}
.container > .header .logo > .home-bank {
    position:absolute !important;
    top:0 !important;
    right:10px !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:75px !important;
    height:50px !important;
    z-index:2 !important;
    opacity:1 !important;
    visibility:visible !important;
}
.container > .header .logo > .home-bank img {
    display:block !important;
    width:75px !important;
    height:50px !important;
    object-fit:contain;
}
.container > .header #nav2,
.container > .header #nav2 .ifm,
.container > .header #nav2 iframe {
    display:block;
    width:100%;
    height:45px;
}
.container > .header #nav2 {
    overflow:hidden;
    border-top:1px solid #000;
}
.container > .content {
    width:100%;
}
.container > .template-home-time {
    min-height:44px;
    height:44px;
    margin:.3rem 0;
    padding:2px 8px;
    overflow:hidden;
    border:2px solid #ffcd00;
    border-radius:0;
    background:#fffcc0;
    color:#222;
    font-size:1.4rem;
    font-weight:700;
    line-height:36px;
    text-align:center;
}
.template-home-time #lunar {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip;
}
@media (max-width:420px) {
    .container > .template-home-time {
        min-height:34px;
        height:34px;
        padding:3px 6px;
        font-size:1.2rem;
        line-height:24px;
    }
}

@media (max-width:480px) {
    .tz2.template-home-time { font-size:1.2rem !important; }
}

.template-home-footer {
    margin:10px 0 14px;
    padding:8px 16px;
    border:0;
    border-radius:8px;
    background:linear-gradient(to right,#94c5f0,#57d4c8,#50b7ef);
    color:#111;
    text-align:center;
}
.template-home-footer .footer-content p {
    margin:0;
    padding:8px 0;
    color:inherit;
    font-size:16px;
    font-weight:600;
    line-height:1.55;
}

/* 栏目卡片统一使用细边框，广告和页面正文不受影响。 */
.box.pad[id^="genre-"] {
    margin:3px 0;
    padding:0;
    border:2px solid #50bff0;
    border-radius:5px;
    background:#fff;
}

/* 栏目标题与 003 使用相同的排版，保留 004 的青蓝投影。 */
.list-title,
#yxym .list-title {
    height:auto;
    min-height:0;
    padding:0 8px 3px;
    border:0;
    border-radius:0 0 50px 50px;
    background:linear-gradient(to bottom, #58d1c9 0%, #a9dfda 42%, #f7f3f3 100%);
    box-shadow:0 5px 4px 0 rgba(22, 219, 235, .72), 0 6px 20px 0 rgba(0, 0, 0, .19);
    color:#000;
    font-size:20pt;
    font-weight:700;
    line-height:1.4;
    text-align:center;
    text-shadow:0 0 10px #e5e5e5;
}

/* 后台栏目类型：与 003 共用的表格、列表和帖子内容结构。 */
.pb-head {
    padding-left:1rem;
    padding-right:1rem;
}
.pb-tit {
    margin-bottom:.5rem;
    padding-top:.5rem;
    font-size:1.4rem;
    font-weight:700;
    text-align:center;
}
.sxsx-tit {
    box-sizing:border-box;
    width:calc(100% + 2rem);
    margin:0 -1rem;
    padding:0 8px 3px;
    border:0;
    border-radius:0 0 50px 50px;
    background:linear-gradient(to bottom, #58d1c9 0%, #a9dfda 42%, #f7f3f3 100%);
    color:#222;
    font-size:20pt;
    font-weight:700;
    line-height:1.4;
    text-align:center;
    text-shadow:0 0 10px #e5e5e5;
}
.sxsx-tit > table {
    color:inherit;
}
.sxsx-content {
    border:0;
    border-radius:0;
}
@media (max-width:640px) {
    .sxsx-tit { font-size:15pt; }
}
.zhzl-content,
.sxsx-content {
    background:#fff;
    font-size:1.2rem;
}
.zhzl-content li b,
.sxsx-content li b { color:#30f; }
.zhzl-content li font,
.sxsx-content li font { color:#f00; }
.qnzl {
    padding:0;
    background:#fff;
    text-align:center;
}
.qnzl ul {
    display:flex;
    flex-flow:row wrap;
    margin:0;
    padding:5px;
    list-style:none;
}
.qnzl ul li {
    box-sizing:border-box;
    width:33.33%;
    padding:5px;
}
.qnzl ul li a {
    display:block;
    padding:7px 0;
    border:1px solid #ddd;
    border-radius:5px;
}

/* 七肖七码与一肖一码采用 001/002/003 的公共表格样式。 */
#genre-79 .duilianpt {
    table-layout:fixed;
    overflow:hidden;
    border-radius:0;
    background:#000;
    color:#f00;
    font-weight:700;
    text-align:center;
}
#genre-79 .duilianpt tr { height:40px; }
#genre-79 .duilianpt td,
#genre-79 .duilianpt th {
    border:1px solid #ccc;
    background:#000;
    font-size:26px;
    font-weight:700;
    line-height:1.25;
    padding:2px 4px;
    text-align:left;
    vertical-align:middle;
}
#genre-79 .duilianpt td:first-child { width:40%; }
#genre-79 .duilianpt td:nth-child(2) { width:60%; }
#genre-79 .duilianpt s3 { color:#0f0; }
#genre-79 .duilianpt s1 { color:#f00; }
#genre-79 .duilianpt s5 { color:#ff0; }
#genre-79 .duilianpt w1 {
    display:inline;
    padding:0 2px;
    background:#ff0;
    color:#f00;
    font-size:inherit;
}
#genre-79 .duilianpt tr:not([style]) td[colspan] {
    background:#87cefb;
    color:#000;
    font-size:26px;
    padding:2px 4px;
    text-align:center;
    text-shadow:1px 1px 1px #fff;
}
#genre-79 .duilianpt tr:not([style]) td[colspan] p { margin:0; }
#genre-79 .duilianpt tr[style] td[colspan] {
    background:#000 !important;
    color:#0f0;
    font-size:22px;
    text-align:center;
}
#genre-79 .duilianpt tr[style] td[colspan] s5 { color:#0ff; }

#genre-91 .yxym.a06-tbl {
    width:100%;
    table-layout:fixed;
    overflow:hidden;
    border-collapse:collapse;
    border-radius:5px;
    background:#fff;
    color:#000;
    font-weight:700;
    text-align:center;
}
#genre-91 .yxym.a06-tbl tr { height:auto; border:0; }
#genre-91 .yxym.a06-tbl td,
#genre-91 .yxym.a06-tbl th {
    box-sizing:border-box;
    min-width:0;
    height:40px;
    padding:0;
    border:1px solid #e6e6e6 !important;
    background:#fff;
    line-height:1.35;
    vertical-align:middle;
}
#genre-91 .yxym.a06-tbl .a06-side { width:18%; background:cornflowerblue; }
#genre-91 .yxym.a06-tbl .a06-data { width:63%; background:#fff; font-size:16pt; }
#genre-91 .yxym.a06-tbl .a06-footer th {
    height:30px;
    border:0 !important;
    background:#f00;
    color:#fff !important;
    font-size:15pt;
}

@media (max-width:480px) {
    #genre-79 .duilianpt td,
    #genre-79 .duilianpt th { font-size:16px; }
    #genre-79 .duilianpt tr:not([style]) td[colspan] { font-size:18px; }
    #genre-79 .duilianpt tr[style] td[colspan] { font-size:16px; }
    #genre-91 .yxym.a06-tbl td,
    #genre-91 .yxym.a06-tbl th {
        height:28px;
        font-size:14px;
        line-height:22px;
    }
    #genre-91 .yxym.a06-tbl .a06-footer th { height:30px; font-size:12pt; }
}
.sx table {
    border-collapse:collapse;
    border-spacing:0;
    table-layout:auto;
}
.sx table tr {
    display:table-row;
    vertical-align:inherit;
    border-color:inherit;
}
.sx table td {
    border:1px solid #e5e5e5;
    padding:3px 2px;
    word-break:break-all;
}
.sx ul,
.sx li,
.sx dl,
.sx dt,
.sx dd {
    margin:0;
    padding:0;
}
.sx ul {
    display:block;
    list-style-type:disc;
}
.sx ul.sx1,
.sx ul.sx1 > li {
    list-style:none;
}
.sx ul li img {
    width:25px;
    height:25px;
    margin:0 5px 10px;
    vertical-align:middle;
}
.sx1 li {
    float:left;
    width:33.333333%;
    padding:5px 0;
    text-align:center;
}
.sx span {
    display:inline-block;
    height:18px;
    margin:0 2px;
    padding:0 3px;
    background-color:#f00;
    color:#fff;
    font-size:12px;
    line-height:18px;
}
.sx span.blue { background-color:#3366ff; }
.sx span.green { background-color:#009933; }

.pb-content {
    padding:.5rem 1rem;
    background:#fff;
    font-size:1.3rem;
}
.pb-content li {
    padding:.3rem 0;
    border-bottom:1px solid #ddd;
}
.pb-content li:last-child { border-bottom:0; }
.pb-content li span { display:flex; float:right; }
.tzlb-content {
    background:#fff;
    font-size:1.3rem;
    text-align:center;
}
.tzlb-content li {
    margin:5px 0;
    border:1px solid #ddd;
    border-bottom-color:#aaa;
    border-radius:5px;
    background:#fff;
    font-weight:700;
}
.tzlb-content li:last-child { border-bottom-color:#aaa; }
.tzlb-content li span { font-size:1.1rem; }
.tzlb-content li font {
    margin-left:.2rem;
    padding:.1rem;
    border:.1rem solid #f00;
    border-radius:.3rem;
    color:#f00;
    font-size:.9rem;
    vertical-align:middle;
}

.post-list {
    margin:0;
    padding:0;
    border:1px solid #ccc;
    list-style:none;
    text-align:center;
}
.post-list ul {
    display:flex;
    flex-flow:row wrap;
    padding:5px;
}
.post-list li {
    padding:3px;
    border-radius:0;
    background:#fff;
    font-size:22px;
    font-weight:700;
}
.post-list .post-row {
    padding:0;
    box-shadow:inset 0 -1px 0 #ccc;
}
.post-list .post-row-split {
    display:flex;
    align-items:stretch;
}
.post-list .post-row-single { display:block; }
.post-list .post-period,
.post-list .post-predict,
.post-list .post-result {
    display:flex;
    box-sizing:border-box;
    align-items:center;
    justify-content:center;
    min-width:0;
    padding:3px;
}
.post-list .post-period { flex:0 0 15%; }
.post-list .post-result { flex:0 0 20%; }
.post-list .post-predict {
    display:block;
    flex:1 1 auto;
    overflow-wrap:normal;
    text-align:center;
    white-space:normal;
    word-break:normal;
}
.post-list .post-row-single .post-predict {
    display:block;
    width:100%;
}
.post-list .post-predict br { display:block; content:""; }
.post-list .post-predict span { display:inline-block; }
.post-list li > a {
    display:block;
    height:35px;
    border:1px solid #ddd;
    border-radius:8px;
    background-image:linear-gradient(to top, #fff, #eee, #fff);
    box-shadow:0 2px 5px rgba(0,0,0,.1);
    color:#000;
    font-weight:700;
    line-height:31px;
    text-align:center;
}
.post-list .post-predict a {
    display:inline;
    height:auto;
    border:0;
    border-radius:0;
    background:none;
    box-shadow:none;
    color:inherit;
    font-size:inherit;
    font-weight:inherit;
    line-height:inherit;
    text-align:inherit;
}
.post-list .post-predict a img { vertical-align:middle; }
.post-list ul li {
    box-sizing:border-box;
    width:50%;
    padding:5px;
    font-weight:700;
}
.post-list font {
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    font-size:inherit;
    vertical-align:baseline;
}

/* 首页帖子栏目链接沿用帖子列表的独立行按钮样式。 */
.post-forum-list {
    margin:0;
    padding:0;
    list-style:none;
}
.post-forum-list.pb-content {
    padding:0;
}
.post-forum-list li {
    margin:0;
    padding:3px;
    border:0;
    border-radius:0;
    background:#fff;
    font-size:22px;
    font-weight:700;
}
.post-forum-list li > a {
    display:block;
    height:35px;
    border:1px solid #ddd;
    border-radius:8px;
    background-image:linear-gradient(to top, #fff, #eee, #fff);
    box-shadow:0 2px 5px rgba(0,0,0,.1);
    color:#000;
    font-weight:700;
    line-height:31px;
    text-align:center;
}
.post-forum-list font {
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    color:#f00;
    font-size:inherit;
    vertical-align:baseline;
}

@media (max-width:374px) {
    .sx1 li { width:50%; }
}
@media (min-width:375px) and (max-width:392px) {
    .sx ul li .tm01 span { margin:0 1px; padding:0 2px; }
}
@media (min-width:393px) and (max-width:413px) {
    .sx ul li .tm01 span { margin:0 1px; padding:0 2px; }
}
@media (max-width:640px) {
    .list-title,
    #yxym .list-title { font-size:15pt; }
}
@media (min-width:768px) {
    .sx1 li { width:25%; }
}
@media (max-width:420px) {
    .container > .header .logo > a:first-child img { max-width:calc(100vw - 96px); }
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

.site-nav,
.nav-wrapper { background:#fff; }
.site-nav .nav-grid,
.nav-wrapper .nav-grid {
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:6px;
    padding:12px;
}
.site-nav .nav-item,
.nav-wrapper .nav-item { display:block; }
.site-nav .nav-item img,
.nav-wrapper .nav-item img {
    display:block;
    width:100%;
    aspect-ratio:70 / 48;
    object-fit:cover;
    box-shadow:0 3px 8px rgba(0, 0, 0, .08);
}
.site-nav .nav-item:active img,
.nav-wrapper .nav-item:active img { transform:scale(.95); }
ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #ff0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
}

button {
    border: 0;
    outline: none;
    cursor: pointer;
}
input {
    outline: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
table {
    table-layout: fixed;
    width: 100%;
}
.grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    margin: 0 auto; /* 猫庐漏莽陆鈥樏β犅济ヂ扁γぢ嘎?*/
    text-align: center;
    background-color: #f7f2f2;
    padding: 10px 0px;
}

.grid-g2 {
    height: 250px;
    overflow: hidden;
    position: relative;
    padding: 0px 10px 30px 10px;
}

.grid-g2 p {
    color: #000;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(247, 241, 241, 0.7);
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}

.grid2 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    box-shadow: 1px 1px 5px rgb(65, 63, 63);
}

.grid2 img.active2 {
    position: fixed;

    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
.overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    margin: 0 auto; /* 莽鈥櫬伱⑩⑵捗垛懊┞徛嵜рε矫撀趁β垛?*/
    text-align: center;
    background-color: #f7f2f2;
    padding: 8px 0px;
}

.grid-g {
    height: 250px;
    overflow: hidden;
    position: relative;
    padding: 0px 10px 30px 10px;
}

.grid-g p {
    color: #000;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(247, 241, 241, 0.7);
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}

.grid img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    box-shadow: 1px 1px 5px rgb(65, 63, 63);
}

.grid img.active {
    top: 50%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
.grid .grid-g > img { cursor: zoom-in; }
.grid .grid-g > img.active { cursor: zoom-out; }
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

/* .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5px;
	margin: 0 auto; 
	text-align: center;
	background-color:white;
	padding: 10px 0px;
  }

	.grid-g{height: 250px;}
	.grid-g p{
		color: #000;
		font-size: 18px;
	}

  .grid img {
	width: 180px;
	height:200px;
	object-fit: fill;
    box-shadow: 1px 1px 5px rgb(65, 63, 63);
  }

 
  .grid img.active {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(3);
	z-index: 9999;
	
  } */

#lingbo1 {
    cursor: pointer; /* 茅录聽忙聽鈥∶︹毬ヂ伵撁︹斅睹λ溌久ぢ好︹扳姑ヂ铰⒚モ︹懊β犫?*/
    height: 700px;
}
#overlay3 {
    position: fixed; /* 氓鈥郝好ヂ∶ヅ撀斆ヂ徛Ｃ┞÷睹┢捖ヂ仿γぢ概犆р?*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 氓聧艩茅鈧徝λ溑矫┞烩樏ㄢ奥裁┞伮铰?*/
    display: none; /* 氓藛聺氓搂鈥姑犅睹︹偓聛盲赂鈥姑ぢ嘎嵜λ溌久ぢ?*/
}
#lingbo2 {
    position: fixed;
    left: 50%;
    z-index: 9999;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%) translateY(-320px); /* 猫庐漏氓鈥郝久р扳∶ヂ扁γぢ嘎λ溌久ぢ?*/
    display: none; /* 氓藛聺氓搂鈥姑犅睹︹偓聛盲赂鈥姑ぢ嘎嵜λ溌久ぢ?*/
}

#lingbo11 {
    cursor: pointer; /* 茅录聽忙聽鈥∶︹毬ヂ伵撁︹斅睹λ溌久ぢ好︹扳姑ヂ铰⒚モ︹懊β犫?*/
    height: 700px;
}
#overlay33 {
    position: fixed; /* 氓鈥郝好ヂ∶ヅ撀斆ヂ徛Ｃ┞÷睹┢捖ヂ仿γぢ概犆р?*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 氓聧艩茅鈧徝λ溑矫┞烩樏ㄢ奥裁┞伮铰?*/
    display: none; /* 氓藛聺氓搂鈥姑犅睹︹偓聛盲赂鈥姑ぢ嘎嵜λ溌久ぢ?*/
}
#lingbo22 {
    position: fixed;
    left: 50%;
    z-index: 9999;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%) translateY(-320px); /* 猫庐漏氓鈥郝久р扳∶ヂ扁γぢ嘎λ溌久ぢ?*/
    display: none; /* 氓藛聺氓搂鈥姑犅睹︹偓聛盲赂鈥姑ぢ嘎嵜λ溌久ぢ?*/
}

.lingbwb {
    text-align: center;
    background-color: red;
    color: yellow;
    font-size: 25px;
    line-height: 180%;
}
.lingbwb img {
    width: 40px;
    height: 40px;
    position: relative;
    top: 118px;
    right: -440px;
}

.dingbu {
    position: fixed;
    height: 50px;
    background: rgba(95, 82, 82, 0.178);
    width: 50px;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
}
.dingbu p {
    font-size: 14px;
    color: rgb(241, 234, 234);
    padding: 5px 10px;
    font-weight: bold;
}
.dingbu:hover {
    background: rgb(90, 76, 76);
}
.dingbu a:hover {
    text-decoration: none;
}

.box .leftrb li {
    text-align: left;
}
.leftrb li i {
    color: red;
}
.leftrb li u {
    color: blue;
}

.centerrg li i {
    color: red;
}
.centerrg li u {
    color: green;
}

.centerbc li i {
    color: blue;
}
.centerbc li u {
    color: chocolate;
}

.centerrb li i {
    color: red;
}
.centerrb li u {
    color: blue;
}

.duan7 {
    background-color: white;
    color: #000;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 5px;
}

.jmsht {
    background-color: white;
    color: #000;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 5px;
}

.sanhe {
    background-color: white;
    color: #000;
    font-size: 18px;
    text-align: left;
    padding: 10px 0 5px 10px;
}

.boshe {
    background-color: white;
    color: #000;
    font-size: 18px;
    text-align: left;
    padding: 10px 0 5px 0px;
}

.grid-container {
    display: grid;
    grid-template-columns: 10% auto auto auto 10%;
    color: #008000;
    grid-gap: 1px;
    background-image: none;
    background-repeat: repeat;
    background-color: #ffffff;
    font-weight: bold;
}
.grid-container > div {
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 20px;
    border: 1px double #008000;
}

.grid-container .item1 {
    grid-row: 1/4;
    padding: 60px 0;
}
.grid-container .item5 {
    grid-area: 2/2/3/5;
    padding: 10px 0;
    color: blue;
    font-size: 23px;
}

.item6 {
    grid-area: 3/2/4/5;
}
.grid-container .item7 {
    grid-area: 1/5/4/6;
    padding: 50px 0;
    color: red;
}
.item8 {
    grid-column: 1/6;
    background-color: #e6ff97;
    color: #000;
}

.item7 img {
    height: 37px;
    width: 40px;
}

.xjct {
    table-layout: auto;
    color: #ff0000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.xjct tr {
    height: 30px;
}
.xjct td {
    font-weight: bold;
    border: 1px solid #c0c0c0;
    font-size: 14pt;
}
.xjct th {
    font-weight: bold;
    border: 1px solid #c0c0c0;
    font-size: 18pt;
}

/*div, span, iframe, map, font, input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {



    font-weight: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}*/

* {
    padding: 0;

    margin: 0;

    border: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}

/* 字体阶梯与 003 模板保持一致，保留 004 的主题配色。 */
.list-title,
#yxym .list-title,
.box.pad[id^="genre-"] > .list-title,
.sxsx-tit {
    font-size:20pt;
    font-weight:700;
}
.pb-tit {
    font-size:1.4rem;
    font-weight:700;
}
.post-list li,
.post-forum-list li {
    font-size:22px;
    font-weight:700;
}
@media (max-width:480px) {
    .list-title,
    #yxym .list-title,
    .box.pad[id^="genre-"] > .list-title,
    .sxsx-tit { font-size:15pt; }
}
@media (min-width:421px) and (max-width:480px) {
    .post-list li,
    .post-forum-list li { font-size:21px; }
}
@media (min-width:401px) and (max-width:420px) {
    .post-list li,
    .post-forum-list li { font-size:20px; }
}
@media (min-width:381px) and (max-width:400px) {
    .post-list li,
    .post-forum-list li { font-size:19px; }
}
@media (min-width:361px) and (max-width:380px) {
    .post-list li,
    .post-forum-list li { font-size:18px; }
}
@media (max-width:360px) {
    .post-list li,
    .post-forum-list li { font-size:17px; }
}
