/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./css/common.css ***!
  \************************************************************************************************************/
:root {
  --text1: #06121e;
  --text2: #8c9198;
  font-family: PingFangSC-Regular, sans-serif;
}
html {
  width: 100%;
  font-size: 16px;
}
body {
  margin: 0px;
}
header {
  display: flex;
  justify-content: center;
  margin: 0.48rem 0px;
}
h4 {
  margin: 0px;
  color: var(--text1);
  font-size: 0.32rem;
  font-weight: 500;
}
section {
  padding: 0px 0.32rem;
}

section article {
  margin-bottom: 0.48rem;
}

section article p,
li {
  color: var(--text2);
  font-size: 0.28rem;
  margin-top: 0px;
  text-align: justify;
  word-break: break-all;
}

section article p:last-child {
  margin-bottom: 0px;
}

section article p:not(:last-child) {
  margin-bottom: 0.48rem;
}

section article h5,
section article h6 {
  font-size: 0.28rem;
  font-weight: 500;
  margin: 0px;
  color: var(--text1);
  margin-bottom: 0.24rem;
}
a {
  text-decoration: none;
  color: var(--text1);
}

