@charset "UTF-8";
/*颜色定义规范*/
/*字体定义规范*/
.page {
  background-color: #fff;
}

.banner-line {
  height: 72px;
}

.website-terms {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.website-terms .text-item {
  margin-bottom: 15px;
}

.website-terms h1 {
  font-size: 42px;
  padding-bottom: 25px;
}

.website-terms h4 {
  font-size: 34px;
  margin-bottom: 15px;
}

.website-terms p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
}

.website-terms a {
  color: #13abc3;
  word-wrap: break-word;
}

.website-terms .custom-list {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-bottom: 18px;
}

.website-terms .custom-list li {
  margin-bottom: 8px;
  font-weight: bold;
}

.website-terms .inline-flex {
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .banner-line {
    height: 9.6vw;
  }
  .website-terms {
    padding-top: 13.33333vw !important;
    padding-bottom: 13.33333vw !important;
  }
  .website-terms .text-item {
    margin-bottom: 15px;
  }
  .website-terms h1 {
    font-size: 7.2vw;
    padding-bottom: 25px;
  }
  .website-terms h4 {
    font-size: 2.93333vw;
    margin-bottom: 15px;
  }
  .website-terms p {
    font-size: 3.46667vw;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .website-terms .custom-list li {
    font-size: 3.46667vw;
    margin-bottom: 8px;
    font-weight: bold;
  }
}
