// 修正Firefox
@-moz-document url-prefix() {}
// 修正safari
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {}
}
