.Topics{padding:120px 92px 80px}.Topics .flex-grid{margin:-12px;display:grid;grid-template-columns:repeat(4,25%)}@media screen and (max-width:1100px){.Topics .flex-grid{grid-template-columns:repeat(3,33.33%)}}.Topics .Topics-title{font-size:32px;font-weight:600;color:var(--text-1);margin-bottom:24px}.TopicsItem{border-radius:16px;background-color:var(--bg-1);transition:all .35s;cursor:pointer;margin:12px;padding:8px 8px 20px;min-width:0}.TopicsItem .img-box{width:100%;color:#fff;position:relative;background-size:cover;border-radius:10px}.TopicsItem .img-box .title{width:100%;font-weight:600;font-size:16px;line-height:22px;color:#fff;position:absolute;padding:12px;bottom:0;left:0}.TopicsItem .img-box .badge{position:absolute;left:8px;top:8px;border-radius:5px;background:var(--brand);box-shadow:0 1px 3px 0 rgba(0,0,0,.15);padding:2px 8px;font-size:13px;font-weight:500}.TopicsItem .img-box .count-badge{position:absolute;right:0;bottom:0;display:flex;align-items:center;z-index:2;opacity:.9}.TopicsItem .img-box .count-badge .badge-left{width:10px;height:35px;background:var(--bg-9);border-radius:20px 10px 10px;transform:skewX(-13deg);margin-right:-8px;z-index:1}.TopicsItem .img-box .count-badge .badge-right{background:var(--bg-9);color:#fff;font-weight:500;padding:7px 13px;border-radius:10px 6px 10px 0;display:flex;align-items:center;height:35px;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.15);font-size:21px}.TopicsItem .img-box .count-badge .badge-right>span{font-size:14px}.TopicsItem .info{height:74px;padding:0 16px;margin-top:20px}.TopicsItem .info>h3{font-weight:600;font-size:20px;line-height:30px;color:var(--text-1);margin-bottom:4px}.TopicsItem .info .desc{font-family:PingFang SC;font-weight:400;font-style:Regular;font-size:14px;color:var(--text-2);margin-bottom:0;line-height:20px}.TopicsItem .keywords-box{padding:0 12px;display:grid;grid-template-columns:repeat(3,auto);grid-column-gap:8px;text-align:center}.TopicsItem .keywords-box .keywords{padding:4px 8px;margin-right:0}.TopicsItem:hover{box-shadow:0 8px 24px 0 rgba(12,19,42,.122)}