/* pingfang */
html div.card-caption-content.typography-caption-tile p.pingfang:lang(zh-CN) { 
    font-family: "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 15px;
}

@media only screen and (max-width: 734px) {
    html div.card-caption-content.typography-caption-tile p.pingfang:lang(zh-CN) { 
        font-size: 13px;
    }
}
 
[data-media-card-gallery] .media-gallery .caption-animation-container.z-custom-gallery {
    --caption-width: 654px;
}