@font-face {
  font-family: "DMSerifDisplayRegular";
  src: url("../font/DMSerifDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
.description {
  height: 51.0416666667vw;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 19.53125vw 2.5vw 4.9479166667vw 1.4583333333vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.description-item {
  text-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
}
.description-item .content {
  font-size: 3.0208333333vw;
  margin-bottom: 1.1458333333vw;
}
.description-item .name {
  font-size: 1.0416666667vw;
}
.description .active {
  color: #fff;
}
.description-progress {
  height: 0.1041666667vw;
  display: flex;
  width: 50%;
  position: absolute;
  bottom: 4.9479166667vw;
  left: 50%;
  transform: translateX(-50%);
}
.description-progress-line1 {
  width: 50%;
  height: 100%;
  background-color: #e1e1e1;
}
.description-progress-icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border: 0.0520833333vw solid #fff;
  transform: rotate(-50deg);
  margin-top: -0.5208333333vw;
}
.description-progress-line2 {
  width: 50%;
  height: 100%;
  background-color: #e1e1e1;
}

.variableSpeedContainer {
  background-color: #181818;
  width: 100vw;
  height: 80vh;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  color: #fff;
  height: 85.9375vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.variableSpeedContainer-title {
  width: 41.40625vw;
  text-align: center;
  position: absolute;
  top: 16.1458333333vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.8125vw;
  line-height: 3.75vw;
  font-family: "DMSerifDisplayRegular";
  letter-spacing: 0.2083333333vw;
  color: #464645;
}
.variableSpeedContainer-info {
  width: 17.7083333333vw;
  text-align: center;
  position: absolute;
  top: 28.125vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.0416666667vw;
  line-height: 1.875vw;
}
.variableSpeedContainer-checkButton {
  position: absolute;
  top: 33.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
.variableSpeedContainer-item {
  transition: transform 0.6s ease;
}
.variableSpeedContainer .one-img1 {
  width: 9.1145833333vw;
  height: 20.8333333333vw;
  display: block;
  margin-bottom: 2.6041666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.variableSpeedContainer .one-img2 {
  width: 9.1145833333vw;
  height: 20.8333333333vw;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.variableSpeedContainer .two-img1 {
  width: 17.1875vw;
  height: 25.5208333333vw;
  display: block;
  margin-bottom: 3.3854166667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.variableSpeedContainer .two-img2 {
  width: 17.1875vw;
  height: 13.5416666667vw;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.variableSpeedContainer .three-img1 {
  width: 25.5208333333vw;
  height: 31.5104166667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.variableSpeedContainer .four-img1 {
  width: 17.1875vw;
  height: 20.3125vw;
  display: block;
  margin-bottom: 3.6458333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.variableSpeedContainer .four-img2 {
  width: 17.1875vw;
  height: 25vw;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.variableSpeedContainer .five-img1 {
  width: 9.1145833333vw;
  height: 23.6979166667vw;
  display: block;
  margin-bottom: 3.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.variableSpeedContainer .five-img2 {
  width: 9.1145833333vw;
  height: 23.6979166667vw;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.series {
  background-color: #181818;
  padding-top: 12.5vw;
  color: #fff;
  padding-left: 6.5104166667vw;
  display: flex;
  justify-content: space-between;
  padding-bottom: 13.0208333333vw;
  position: relative;
}
.series-text {
  padding-top: 5.46875vw;
  width: 26.5625vw;
}
.series-text-header {
  display: flex;
  align-items: flex-end;
  gap: 1.5625vw;
  margin-bottom: 2.6041666667vw;
}
.series-text-header .title {
  font-size: 3.0208333333vw;
}
.series-text-header .color {
  height: 2.1875vw;
  line-height: 2.1875vw;
  padding: 0 1.0416666667vw;
  border: 0.0520833333vw solid #fff;
  font-size: 1.0416666667vw;
}
.series-text-description {
  font-size: 1.0416666667vw;
  line-height: 2.0833333333vw;
  margin-bottom: 14.84375vw;
  text-align: justify;
}
.series-text-detail {
  height: 2.3958333333vw;
  justify-content: center;
  display: flex;
  gap: 0.78125vw;
  align-items: flex-end;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
.series-text-detail .icon {
  width: 0.78125vw;
  height: 0.78125vw;
  background-color: #285571;
  display: none;
}
.series-text-detail .checkIcon {
  display: block;
}
.series-text-detail .text {
  padding-bottom: 0.5208333333vw;
  font-size: 1.0416666667vw;
  border-bottom: 0.0520833333vw solid #fff;
}
.series-text-detail:hover .icon {
  display: block;
}
.series-text-detail:hover .checkIcon {
  display: none;
}
.series-img {
  display: flex;
  gap: 1.5625vw;
}
.series-img-select {
  display: flex;
  flex-direction: column;
  gap: 0.8854166667vw;
}
.series-img-select .imgList {
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
}
.series-img-select .imgList-item {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  position: relative;
}
.series-img-select .imgList-item-mask {
  position: absolute;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
  cursor: pointer;
}
.series-img-select .imgList-item img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.series-img-select .up {
  margin-top: auto;
}
.series-img-select .up,
.series-img-select .down {
  width: 2.1875vw;
  height: 2.1875vw;
  margin-left: auto;
  cursor: pointer;
}
.series-img-select .up:hover {
  background-color: #285571;
}
.series-img-select .down:hover {
  background-color: #285571;
}
.series-img-select .down {
  transform: rotate(180deg);
}
.series-img-container {
  width: 43.75vw;
  height: 46.3541666667vw;
}
.series #slider,
.series ul,
.series li {
  width: 43.75vw;
  height: 46.3541666667vw;
}
.series ul {
  position: relative;
}
.series li {
  position: absolute;
  top: 0;
  left: 0;
  width: 43.75vw;
  height: 46.3541666667vw;
}
.series #slider {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.series #slider img {
  display: inline-block;
  width: 43.75vw;
  height: 46.3541666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.series ul {
  position: absolute;
  list-style-type: none;
  height: 6000px;
}

.malposition {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
}
.malposition-item {
  width: 50vw;
  height: 200vh;
  transition: 0.3s all;
}
.malposition-item-content {
  width: 50vw;
  height: 100vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.malposition-item-content-checkButton {
  position: absolute;
  bottom: 3.125vw;
  z-index: 9;
}
.malposition-item .one,
.malposition-item .two,
.malposition-item .three,
.malposition-item .four {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.malposition-item .one-title,
.malposition-item .two-title,
.malposition-item .three-title,
.malposition-item .four-title {
  font-size: 1.875vw;
  margin-bottom: 3.6458333333vw;
  position: relative;
  z-index: 9;
}
.malposition-item .one-info,
.malposition-item .two-info,
.malposition-item .three-info,
.malposition-item .four-info {
  font-size: 1.0416666667vw;
  position: relative;
  z-index: 9;
  line-height: 1.5625vw;
}
.malposition-item .one::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.malposition-item .two::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.malposition-item .three::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.malposition-item .four::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

.messageBoard {
  background-color: #181818;
  padding-top: 10.5208333333vw;
}
.messageBoard-checkButton {
  position: absolute;
  bottom: 3.125vw;
  right: 4.9479166667vw;
}
.messageBoard-container {
  width: 100%;
  height: 31.7708333333vw;
  display: flex;
  color: #191919;
  padding: 0 13.0208333333vw;
  margin-bottom: 11.4583333333vw;
}
.messageBoard-container-img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.messageBoard-container-text {
  padding-left: 4.1666666667vw;
  padding-top: 7.5520833333vw;
  padding-right: 12.3958333333vw;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.messageBoard-container-text .title {
  font-size: 1.875vw;
  margin-bottom: 2.2395833333vw;
  color: #191919;
}
.messageBoard-container-text .info {
  font-size: 1.0416666667vw;
  color: #191919;
  line-height: 1.7708333333vw;
}
.messageBoard-box {
  height: 50.2083333333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 11.1979166667vw 13.125vw 7.9166666667vw 16.6145833333vw;
}
.messageBoard-box .title {
  font-size: 3.0208333333vw;
  text-align: center;
  margin-bottom: 2.03125vw;
}
.messageBoard-box .tips {
  font-size: 1.0416666667vw;
  width: 40.5729166667vw;
  text-align: center;
  margin: auto;
  margin-bottom: 3.8541666667vw;
}
.messageBoard-box input {
  height: 3.59375vw;
  padding-left: 1.8229166667vw;
  outline: none;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  font-size: 1.0416666667vw;
  margin-bottom: 2.0833333333vw;
}
.messageBoard-box .send-checkButton {
  margin: auto;
}

.textProgress {
  position: relative;
}
.textProgress .fadeContainer {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.textProgress .fadeContainer img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes imgFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes imgFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.textProgress .fadeContainer-text {
  position: absolute;
  top: 25vw;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  color: #fff;
  padding: 0 30px;
}
.textProgress .fadeContainer-text-item {
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  cursor: pointer;
}
.textProgress .fadeContainer-text-item .title {
  font-size: 3.0208333333vw;
  margin-bottom: 1.0416666667vw;
}
.textProgress .fadeContainer-text-item .dec {
  font-size: 1.0416666667vw;
}
@keyframes textFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.textProgress .progress {
  width: 40vw;
  display: flex;
  position: absolute;
  bottom: 4.6875vw;
  left: 50%;
  transform: translateX(-50%);
}
.textProgress .progress-line1 {
  border-bottom: 1px solid #fff;
  margin-right: 0.2083333333vw;
}
.textProgress .progress-icon {
  min-width: 1.0416666667vw;
  height: 1.0416666667vw;
  border: 0.0520833333vw solid #fff;
  transform: translateY(0.46875vw) rotate(-45deg);
}
.textProgress .progress-line2 {
  border-bottom: 0.0520833333vw solid #fff;
  margin-left: 0.2083333333vw;
}

.errorTip {
  width: 26.5625vw;
  height: 14.5833333333vw;
  background-color: #000000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 1.6666666667vw;
  animation: TipShow 1s forwards;
  opacity: 0;
  display: none;
}
.errorTip-icon {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
}
.errorTip-message {
  font-size: 1.7708333333vw;
  font-weight: bold;
}

.successTip {
  width: 26.5625vw;
  height: 14.5833333333vw;
  background-color: #000000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  animation: TipShow 1s forwards;
  opacity: 0;
  display: none;
}
.successTip-icon {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  margin-bottom: 1.6666666667vw;
}
.successTip-message {
  font-size: 1.7708333333vw;
  font-weight: bold;
  margin-bottom: 1.0416666667vw;
}
.successTip-remark {
  color: #b0b0b0;
  font-size: 1.3541666667vw;
}

@keyframes TipShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes TipHidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes autoPlayImageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes autoPlayImageFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.videoContainer {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.videoContainer video {
  width: 100%;
}
.videoContainer-button {
  position: absolute;
  bottom: 1.0416666667vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 9.375vw;
  height: 3.125vw;
  cursor: pointer;
  border: 0.1041666667vw solid #e1e1e1;
  font-size: 1.0416666667vw;
  padding: 0 1.3020833333vw;
  color: #fff;
}/*# sourceMappingURL=index.css.map */