
    .list-titleabc {
        background: linear-gradient(#f8be0b, #e1dc00);
        color: rgb(0, 0, 0);
        border-left: 1px solid #c1c23c;
        border-right: 1px solid #c1c23c;
        height: 42px;
        line-height: 40px;
        font-size: 15pt;
        text-align: center;
        text-shadow: 0px 1px 1px #858585;
        font-weight: bold;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .box .list-titleabc {
        font-size: 20px;
    }

    .post-listabcd {
        text-align: center;
    }

    .post-listabcd .wr {
        color: #f00;
        font-size: 1.2rem;
        border-radius: 3px;
        border: 1px solid #f00;
        padding: 1px;
    }

    .post-listabc-tit-pic {
        margin-bottom: 6px
    }

    .post-listabcd li {
        padding: 3px 3px;
        border-radius: 0px;
        background-color: #fff;
    }

    .post-listabcd 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-listabcd a font {
        font-size: 24px;
    }

    .post-listabcd li .zgabc {
        font-size: 26px;
    }

    .box .post-listabcd li img {
        width: 25px;
        position: relative;
        right: 3px;
        bottom: -5px;
    }

    .post-listabcd a:hover {
        color: red;
    }

    .post-listabcd i {
        color: blue;
    }

    .post-listabcd a .ci {
        font-size: 26px;
    }

    .post-listabc1 {
        text-align: center;
    }

    .post-listabc1-tit-pic {
        margin-bottom: 6px
    }

    .post-listabc1 li {
        padding: 3px 3px;
        border-radius: 0px;
        background-color: #fff;
        float: left;
        width: 49.9%;
    }

    .post-listabc1 a {
        line-height: 1.5em;
        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-listabc1 a:hover {
        color: red;
    }

    .post-listabcd a.kbdj1 {
        display: none;
    }

    .post-listabcd a.kbdj2 {
        color: transparent;
        background: none;
        border: none;
        box-shadow: none;
        height: 20px;
    }

    .post-listabcd a.kbdj2 .zgabc {
        color: transparent;
    }

    .post-listabc1 a {
        font-size: 20px;
    }

    .post-listabcd a font {
        font-size: 20px;
    }

    .box .post-listabcd a {
        font-size: 18px;
    }

    .box .post-listabcd a .ci {
        font-size: 20px;
    }

    .box .post-listabcd li img {
        width: 22px;
    }

    .post-listabcd li .zgabc {
        font-size: 24px;
    }

    .sqtu {
        font-size: 20px;
    }

    @media screen and (max-width: 505px) {
        .blgg td {
            font-size: 13pt;
        }

        .xjct td {
            font-size: 11pt;
        }

        .post-listabc1 a {
            font-size: 18px;
        }

        .sqtu {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 409px) {
        .blgg td {
            font-size: 12pt;
        }

        .post-listabcd li .zgabc {
            font-size: 22px;
        }

        .blgg a {
            line-height: 30px;
        }

        .box .stairs tr {
            font-size: 13px;
        }

        .liux12 tr td {
            font-size: 14px;
        }

        .yimazt {
            font-size: 14px;
        }

        .post-listabc1 a {
            font-size: 16px;
        }

        .post-listabc1 a {
            font-size: 18px;
        }

        .post-listabcd li .zgabc {
            font-size: 18px;
        }

        .post-listabcd li .zgabc {
            font-size: 18px;
        }

        .post-listabcd li .zgabc {
            font-size: 18px;
        }

        .post-listabcd li .zgabc {
            font-size: 18px;
        }

        .post-listabcd a.kbdj2 .zgabc {
            color: transparent;
        }
    }
    .pic-list {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                padding: 0;
                margin: 0;
            }

            .photoBox {
                width: 32%;
                margin-bottom: 5px;
                padding: 0;
            }

            .photoBox image {
                width: 100%;
                height: auto;
            }

            /* 回到顶部按钮 */
            .back-to-top {
                position: fixed;
                right: 15px;
                bottom: 15px;
                width: 50px;
                height: 50px;
                background-color: #A0522D;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                z-index: 9999;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            }

            .back-to-top:hover {
                background-color: #8B4513;
            }

            .back-to-top span {
                font-size: 24px;
                color: #ffffff;
                line-height: 1;
            }

            /* 模态框样式 */
            .modal {
                display: none;
                position: fixed;
                z-index: 9999;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                overflow: auto;
                background-color: rgba(0, 0, 0, 0.9);
            }

            .modal.show {
                display: block;
            }

            .modal-content {
                margin: auto;
                display: block;
                max-width: 90%;
                max-height: 90%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            .close {
                position: absolute;
                top: 20px;
                right: 30px;
                color: #ff0000;
                font-size: 40px;
                font-weight: bold;
                cursor: pointer;
                z-index: 10000;
                border-radius: 50%;
                width: 50px;
                height: 50px;
                text-align: center;
                line-height: 50px;
            }

            .close:hover {
                color: #cc0000;
                background-color: rgba(255, 255, 255, 1);
                text-decoration: none;
            }
            .redblock ul::-webkit-scrollbar {
                    height: 0
                }

                .redblock ul {
                    -ms-overflow-style: none;
                }

                .redblock ul {
                    overflow: -moz-scrollbars-none;
                }

                .redblock {
                    background: linear-gradient(to right, #0052d8, #6279fd);
                    border-radius: 18px;
                    overflow: hidden;
                    margin: 5px auto;
                    width: 98%;
                    color: #fff;
                    padding-top: 0.5rem;
                    border: 2px solid #a2ff00;
                    box-sizing: border-box;
                    position: relative;
                }

                .redblock h3 {
                    padding: 0 0.6rem;
                    text-align: center;
                    font-size: 1.4rem;
                    border-bottom: 1px solid #fff;
                }

                .zl3 li {
                    padding: 2px;
                    margin: 3px 1px;
                    background: #fff;
                    align: center;
                }

                .zl3 li a {
                    border: 1px solid;
                    display: block;
                    animation: blink3 500ms infinite;
                    -webkit-animation: blink3 300ms infinite;
                    padding: 2px 5px;
                    font-size: 13pt;
                    color: #000000;
                }