.banner--container {
  position: relative;
  z-index: 1;
}

.banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.banner--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 14.4rem;
}

.banner__title {
  font-size: 0.42rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.59rem;
}

.banner__desc {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D8D8D8;
  line-height: 0.3rem;
}

@media screen and (max-width: 768px) {
  .banner--inner {
    left: 0.32rem;
    right: 0.32rem;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    width: auto;
  }

  .banner__title {
    font-size: 0.48rem;
    line-height: 0.67rem;
  }

  .banner__desc {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}
.bread-crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.5rem;
  border-bottom: 1px solid #C0C0C0;
  background: #F2F4F8;
}

.bread-crumb--inner {
  display: -ms-flexbox;
  display: flex;
  width: 14.4rem;
  margin: 0 auto;
  line-height: 0.5rem;
}

.bread-crumb__item {
  color: #676767;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}

.bread-crumb__link {
  font-size: 0.14rem;
}

.bread-crumb__link,
.bread-crumb__divider {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #676767;
  font-weight: 300;
}

.bread-crumb__divider {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.bread-crumb__item:last-child {
  color: #000;
}

.bread-crumb__link:hover {
  color: #0032B4;
}

@media screen and (max-width: 768px) {
  .bread-crumb--inner {
    width: 100%;
  }

  .bread-crumb {
    min-height: 0.6rem;
    padding: 0 .32rem;
  }

  .bread-crumb__item,
  .bread-crumb__link,
  .bread-crumb__divider {
    font-size: .24rem;
  }

  .bread-crumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.privacy-agreement {
  width: 14.4rem;
  margin: 0 auto 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D8D8D8;
}

.privacy-agreement__hd {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D8D8D8;
}

.privacy-agreement__title {
  font-size: 0.34rem;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 0.48rem;
}

.privacy-agreement__date {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.3rem;
}

.privacy-agreement__date--container {
  margin-bottom: 0.3rem;
}

.privacy-agreement__bd {
  color: #4e4e4e;
  font-family: "PingFangSC-Regular", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: justify;
}

.privacy-agreement__bd h2 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.privacy-agreement__bd strong {
  color: #4e4e4e;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body, html {
    min-width: 0;
    overflow-x: hidden;
  }

  .privacy-agreement {
    width: auto;
    padding-top: 1rem;
    margin-right: 0.32rem;
    margin-left: 0.32rem;
  }

  .privacy-agreement__title {
    font-size: 0.46rem;
    line-height: 0.65rem;
  }

  .privacy-agreement__date--container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .privacy-agreement__bd,
  .privacy-agreement__date {
    font-size: 0.3rem;
    line-height: 0.54rem;
  }
}