@charset "utf-8";
.policybox-sec1 {
  padding: 1rem 0 1.2rem;
}
.policybox-sec1 .container {
  max-width: 1400px;
}
.policybox-sec1 .f_title {
  color: #000000;
  font-size: var(--font-size1);
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.policybox-sec1 .p1 {
  font-size: var(--font-size4);
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .policybox-sec1 .p1 {
    margin-bottom: 0.4rem;
  }
}
.policybox-sec1 .f_jut {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.54rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.policybox-sec1 .f_jut .li {
  color: #999999;
  margin-right: 0.42rem;
  margin-bottom: 0.1rem;
}
.policybox-sec1 .f_jut .li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .policybox-sec1 .f_jut .li {
    font-size: 0.26rem;
  }
}
.policybox-sec1 .make-text {
  line-height: 1.625;
  color: #666666;
  font-size: var(--font-size9);
  overflow-y: hidden;
  overflow-x: auto;
}
@media (max-width: 1580px) {
  .policybox-sec1 .make-text {
    line-height: 1.5;
  }
}
@media (max-width: 1260px) {
  .policybox-sec1 .make-text {
    line-height: 1.3;
  }
}
.policybox-sec1 .make-text img {
  max-width: 100%;
}
.policybox-sec1 .make-text table {
  width: 100%;
}
.policybox-sec1 .make-text table td {
  border: 1px solid #ddd;
}
.policybox-sec1 .make-text ul,
.policybox-sec1 .make-text li,
.policybox-sec1 .make-text ol {
  list-style: inherit;
}
.policybox-sec1 .make-text ul {
  padding-left: 20px;
}
.policybox-sec1 .make-text video,
.policybox-sec1 .make-text iframe {
  width: auto;
  max-width: 100%;
  height: auto!important;
}
.policybox-sec1 .make-text a {
  color: #666666;
  word-break: break-all;
}
.policybox-sec1 .make-text a span,
.policybox-sec1 .make-text a p {
  word-break: break-all;
}
.policybox-sec1 .make-text a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .policybox-sec1 .make-text table {
    width: 100%!important;
  }
}
.policybox-sec1 .make-text table thead tr th {
  background: var(--color);
  font-size: var(--font-size2);
  color: #ffffff;
  padding: 0.24rem 0.3rem;
}
.policybox-sec1 .make-text table tbody tr {
  background: #f7fcfd;
}
.policybox-sec1 .make-text table tbody tr:nth-child(2n) {
  background: #ffffff;
}
.policybox-sec1 .make-text table tbody tr td {
  border: solid 1px #eeeeee;
  color: #666666;
  padding: 0.24rem 0.3rem;
}
.policybox-sec1 .make-text h1,
.policybox-sec1 .make-text h2,
.policybox-sec1 .make-text h3,
.policybox-sec1 .make-text h4,
.policybox-sec1 .make-text h5,
.policybox-sec1 .make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: var(--font-size4);
  color: #000000;
}
@media (max-width: 767px) {
  .policybox-sec1 .make-text h1,
  .policybox-sec1 .make-text h2,
  .policybox-sec1 .make-text h3,
  .policybox-sec1 .make-text h4,
  .policybox-sec1 .make-text h5,
  .policybox-sec1 .make-text h6 {
    font-size: 18px!important;
    line-height: 1.3;
  }
}
.policybox-sec1 .make-text p,
.policybox-sec1 .make-text span {
  color: #666666;
}
