// 隐藏文本
.hide-text() {
    font: 0/0 a;
    color: transparent;
    text-indent: 200%;
    text-shadow: none;
    white-space: nowrap;
    overflow: hidden;
}

.text-hide() {
    .hide-text();
}