/* 头部banner */
.header {
  box-sizing: border-box;
}
.header-main {
  position: relative;
  height: 5.93rem;
  background-image: url("../../img/pc/law.png");
  background-size: 100% 100%;
}
.header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.header-title-content {
  font-size: 0.28rem;
  color: white;
  font-style: italic;
}
.header-title-line {
  margin-top: 0.1rem;
  width: 1.16rem;
  height: 0.03rem;
  background: white;
  display: inline-block;
}
.header-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

/* 版权声明 */
.copyright {
  margin: 0 auto;
  margin-top: 0.88rem;
  width: 8.67rem;
  text-align: center;
  color: #444444;
  font-size: 0.14rem;
  width: 11.68rem;
}
.copyright-title {
  font-size: 0.19rem;
}
.copyright-content {
  margin-top: 0.3rem;
  line-height: 2.07;
}
/* 免责声明 */
.disclaimer {
  margin: 0 auto;
  margin-top: 0.88rem;
  margin-bottom: 1.6rem;
  width: 8.67rem;
  text-align: center;
  color: #444444;
  font-size: 0.14rem;
  width: 11.68rem;
}
.disclaimer-title {
  font-size: 0.19rem;
}
.disclaimer-content {
  margin-top: 0.3rem;
  line-height: 2.07;
}
