@media screen and (max-width:720px) {
.jxlist tr td  {margin: 0 auto; font-size: 18px; padding:10px 0px 10px 0px; line-height: 35px;}
.tj2-list ul li {padding-left: 1px; font-size: 17px; background: #FFFFFF; border-radius: 5px; line-height: 35px;}
.tj-list ul li {padding: 2px 1px 2px 1px; font-size: 17px; border-radius: 5px; line-height: 35px;  margin-bottom: 5px;letter-spacing:-1px;}
.hot-list ul li {margin: 3px 0px 3px 0px; padding: 1px 0px 1px 0px; background: #F7F7F7; font-size: 17px; border-radius: 5px; line-height: 45px;
    height: 45px;letter-spacing:-1px;}
.hot-list1 ul li {margin: 3px 1px 3px 1px; padding: 1px 0px 1px 0px; background: #F7F7F7; font-size: 17px; border-radius: 5px; line-height: 45px;
    height: 45px;}
    
}   
    
#mh-rtop{
    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 10px;
    display: none;
    width: 26px;
    height: 37px;
    margin-bottom: 2px;
    background: rgba(68,68,68,0.7);
    overflow: hidden;
    border-radius: 5px;}

.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;
    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(255, 255, 255, 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 {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
    }

.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-g {
        height: 150px;
    }

        .grid-g p {
            font-size: 16px;
        }