/* color */
a {
    color: inherit; /* 或者设置为具体的颜色 */
    text-decoration: none; /* 去除下划线 */
}

/* Font Size */
.fs-12px {font-size: 12px;}!important