/* 数字上标 */
.pre-snum {
  font: 8px 'Times New Roman';
  vertical-align: super;
}
/* 数字下标 */
.pre-xnum {
  font: 8px 'Times New Roman';
  vertical-align: sub;
}
/* 字母下标 */
.pre-xabc {
  font: italic 11px 'Times New Roman';
  vertical-align: sub;
}
/*字母上标*/
.pre-sabc {
  font: 8px 'Times New Roman';
  vertical-align: super;
}
