@media (max-width: 575.98px) {
  html {
    font-size: 79px;
  }
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  html {
    font-size: 80px;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  html {
    font-size: 90px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  html {
    font-size: 100px;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  html {
    font-size: 110px;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  html {
    font-size: 120px;
  }
}

* {
  margin: 0 auto;
  padding: 0;
}
body {
  padding-bottom: 60px;
  background-color: black;
}
.policy-wraper {
  width: 100%;
  border-bottom: 1px solid black;
  background-color: black;
}
.policy-wraper .policy-wraper-main {
  width: 100%;
  margin: 0 auto;
  background-color: black;
}

.article-title li {
  line-height: 0.32rem;
}
.article-title li a {
  color: #2b14ed;
  text-decoration: underline;
}

.article-content h2 {
  font-size: 0.32rem;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  margin-bottom: 0.2rem;
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
}
.article-content p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  margin-bottom: 0.2rem;
  color: white;
  padding: 0 0.3rem;
}
.article-content a {
  text-decoration: underline;
  color: #0395e9;
}
