body {
  background: url(../image/bg.png) 0 0 repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
}

.page {
  background: url(../image/page6/bg.png) bottom center no-repeat;
  background-size: 1920px auto;
  position: relative;
  min-width: 1200px;
  padding-bottom: 858px;
}
.page .page-final {
  margin: 90px auto 0;
  justify-content: center;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 243px;
}
.wrapper .header {
  font-weight: 800;
  font-size: 70px;
  color: #0058CA;
  line-height: 70px;
  letter-spacing: -2px;
  text-align: center;
}
.wrapper .videoContent {
  margin-top: 100px;
  width: 1200px;
  height: 675px;
  position: relative;
  background: url(../image/page6/fm.png) center no-repeat;
  background-size: cover;
}
.wrapper .videoContent::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .videoContent video {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 50;
}
.wrapper .video-origin {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 5px;
}
.wrapper .main-content {
  width: 1100px;
  margin: 36px auto 0;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-indent: 2em;
}
.wrapper .main-album {
  width: 1200px;
  margin-top: 170px;
  position: relative;
}
.wrapper .main-album .album-title {
  font-weight: 800;
  font-size: 30px;
  color: #0058CA;
  line-height: 32px;
  text-align: center;
}
.wrapper .main-album .album-box {
  margin-top: 84px;
}
.wrapper .main-album .album-prev {
  width: 105px;
  height: 105px;
  background: url(../image/page6/arrow-l.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -170px;
  top: 230px;
}
.wrapper .main-album .album-next {
  width: 105px;
  height: 105px;
  background: url(../image/page6/arrow-r.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -170px;
  top: 230px;
}

.album-item .title {
  height: 168px;
  background: #0058CA;
  border-radius: 50px 50px 0px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-item .content {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 50px 50px;
  padding: 50px;
}
.album-item .content .wd {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-indent: 2em;
}
.album-item .content .cover {
  margin-top: 77px;
}
.album-item .content .cover img {
  width: 100%;
  display: block;
}/*# sourceMappingURL=newChapter.css.map */