.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 黑色蒙版 */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none; /* 初始状态隐藏 */
}
.modal img {
    max-width: 300px;
    max-height: 300px;
}
.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}



#fixed_mp .fixed-container{padding:20px;width:auto;height:auto;}
#fixed_weixin .fixed-container{width:auto;}
#fixed_weixin .fixed-container div{height:auto;}
.npagePage .ff_pageTarget .container_category{padding-top:20px;}
#pages a.page-item{padding:0 12px;width:auto;border-color:#dedede;}