/* page6 主题 */
.page3.container-scroll {
  width: 7.2rem;
  height: 14.36rem;
  background: url(../image/section6/bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
}

/* 标题 */
.page6-top .page6-title {
  width: 1.55rem;
  height: .54rem;
  position: absolute;
  top: 2.4rem;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../image/section6/title-6.png);
  background-size: 100%;
}

.page3 .page6-content {
  width: 5.64rem;
  height: 7.14rem;
  background: url(../image/section6/content.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 4rem;
}