﻿
@media (min-width:1025px) {
.ninelist1:before, .ninelist1:after{display: none;}
.ninelist1{display: grid;grid-template-columns:repeat(3,1fr);gap: 20px 10px;}
.ninelist1 .ninelist-li{width: 100%;margin: 0;height: auto;}
.ninelist1 .ninelist-li a img{max-width: 100%;max-height: 100%;aspect-ratio: 1;height: auto;width: 100%;}
.ninelist1 .mark-col span{display: none;}
.ninelist1 .mark{position: static;opacity: 1;height: auto;text-align: center;padding: 5px 0;}
.ninelist1 .mark-txt{-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;height: 48px;}}
.ninelist1 .mark{background:#fff}
.ninelist1 .mark-txt{color:#111}