body {
  background: #F8F9F9;
}

.section {
  margin: auto;
  width: 100%;
}

.section .section-title {
  font-size: 2rem;
  position: relative;
  text-align: center;
  color: #373737;
}

.section .section-title::after {
  content: '';
  position: absolute;
  width: 3.8rem;
  height: .2rem;
  background: #0046aa;
  bottom: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  opacity: 0.9;
}

.container {
  width: 75%;
  margin: 0 auto;
}

header .banner {
  background: #eee;
  position: relative;
}

header .banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .banner .banner-text h4 {
  font-size: 3rem;
  color: white;
  margin: 0 0 1rem 0;
}

header .banner .banner-text span {
  margin: 2rem auto;
  color: white;
  font-size: 1.5rem;
}

#privacyContainer .section-part1 {
  padding-top: 2rem;
}

#privacyContainer .section-part1 .section-content {
  background: #fff;
  padding: 2rem;
  border-radius: 0.2rem;
  font-family: 'FZLTXHJW';
  margin-bottom: 2rem;
}

#privacyContainer .section-part1 .section-content .tips {
  margin-bottom: 2rem;
}

#privacyContainer .section-part1 .section-content p {
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 1.5;
}

#privacyContainer .section-part1 .section-content h4.sub-title {
  color: #0063F5;
  margin: 3rem 0 1rem 0;
  font-size: 1rem;
}

#privacyContainer .section-part1 .section-content span.sub-title {
  display: block;
  color: #5D5D5D;
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
}

#privacyContainer .section-part1 .section-content ul li {
  margin-bottom: 1.8rem;
}

#privacyContainer .section-part1 .section-content ul li dt {
  font-weight: normal;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  header .banner .banner-text h4 {
    font-size: 2.4rem;
  }
  #privacyContainer .section-part1 .section-content .sub-title, #privacyContainer .section-part1 .section-content p {
    font-size: 1.2rem !important;
  }
}
