html,
body {
  margin: 0;
  padding: 0;
}

/*
  设置 pc 端的默认初始样式
*/
.page-pc {
  overflow: hidden;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.page-pc * {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  font-family: '\5FAE\8F6F\96C5\9ED1\0', 'SL-Simplified', "Microsoft YaHei";
  font-weight: normal;
}
.page-pc img {
  display: block;
  max-width: 100%;
}
.page-pc video {
  display: block;
  max-width: 100%;
}
.page-pc p {
  font-weight: normal;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page-pc sup {
  font-size: 0.6em;
  line-height: 0;
  vertical-align: super;
}
.page-pc a {
  text-decoration: none;
  color: #000;
}
/* 聚焦标点取消 */
/* .page-pc :focus:not(:focus-visible) {
  outline: none;
} */
/* .page-pc q::before, q::after {
  content: "";
} */

.page_mobile{ display:none; overflow:hidden; }
.page_mobile *{ margin:0; padding:0; list-style:none; border:0; -webkit-text-size-adjust: none; font-family: Arial, Helvetica, sans-serif; text-align: justify; text-justify:inter-ideograph; font-weight:normal; }
.page_mobile img{ display:block; width:100%; }
.page_mobile video{ display:block; width:100%; }
.page_mobile p{ font-weight: normal; }
.page_mobile sup{ font-size:0.6em; line-height:0; vertical-align:super; } 