/* 调整主文案字体大小和行距 */
.title.v-middle {
    font-size: 60px;
    line-height: 1.3;
}
/* 调整品牌名字体大小 */
.main-logo img {
    /* max-height: 20px; */

    max-height: 60px !important;
    height: 60px !important;
    /* width: auto !important; */
    /* display: block !important; */
}
/* 调整按钮字体大小 */
.link-text {
    font-size: 13px;
}
/* 调整幻灯片中的标题 */
.slide-content .title {
    font-size: 56px;
    line-height: 1.2;
}
/* 调整meta文本大小 */
.metas span {
    font-size: 14px;
}

