.box_regulation {
  padding: 1.68rem 3.68rem 0;
}

.regulation_title {
  font-size: 0.62rem;
  color: #fff;
  font-family: siyuanRegular;
  padding-bottom: 0.41rem;
}

.regulation_subtitle {
  font-size: 0.32rem;
  color: #fff;
  font-family: siyuanRegular;
  padding-bottom: 0.55rem;
}

.regulation_content {
  padding: 0.5rem 0.58rem;
  background-color: #333;
  color: #fff;
}

.regulation_content h3 {
  font-size: 0.15rem;
  margin: 0.12rem 0;
}

.regulation_content h2 {
  font-size: 0.18rem;
  margin: 0.23rem 0;
}

.regulation_content p {
  font-size: 0.15rem;
  color: #999;
  margin: 0.34rem 0;
  line-height: 0.25rem;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .box_regulation {
    padding: 0.84rem 0.2rem 0;
  }

  .regulation_title {
    font-size: 0.28rem;
    padding-bottom: 0.24rem;
  }

  .regulation_subtitle {
    font-size: 0.17rem;
    padding-bottom: 0.2rem;
  }

  .regulation_content {
    padding: 0.14rem 0.18rem;
  }

  .regulation_content h3 {
    font-size: 0.14rem;
    margin: 0.06rem 0;
  }

  .regulation_content h2 {
    font-size: 0.15rem;
    margin: 0.12rem 0;
  }

  .regulation_content p {
    font-size: 0.1248rem;
    margin: 0.12rem 0;
    line-height: 1.8;
  }
}
