/* common.css */
/**
  全局隐藏 全局显示
 */
.show {
    display: block !important;
}

.hidden {
    display: none !important;
}
.fred{
    color: red !important;
}