﻿html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

:root {
  --dt-design-scale: 1;
}

.dt-fullpage {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #071820;
}

.dt-fullpage-track {
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.dt-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dt-design-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1030px;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(var(--dt-design-scale));
  transform-origin: center center;
}

.dt-top-actions {
  position: fixed;
  top: 28px;
  right: 40px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 14px;
}

.dt-account {
  position: fixed;
  display: none;
  right: 250px;
  top: 35px;
  gap: 10px;
  pointer-events: auto;
  z-index: 10;
}
.dt-role-name {
  color: #fff;
  font-size: 24px;
}
.dt-logout {
  color: #0586c2;
  font-size: 24px;
  cursor: pointer;
  border-bottom: 1px solid #0586c2;
}
.dt-change-account {
  color: #0586c2;
  font-size: 24px;
  cursor: pointer;
  border-bottom: 1px solid #0586c2;
}

.dt-top-btn {
  display: block;
  flex: 0 0 auto;
  padding: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.dt-top-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.dt-login-btn,
.dt-download-btn {
  width: 124px;
  height: 29px;
}

.dt-login-btn {
  background-image: url("/custom/img/features/dongtian-station/btn-login.png");
}

.dt-download-btn {
  position: relative;
  background-image: url("/custom/img/features/dongtian-station/btn-download.png");
}

.dt-download-code {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 35;
  display: block;
  width: 152px;
  height: 152px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  border: 2px solid rgba(105, 174, 176, 0.85);
  background: url("/custom/img/features/dongtian-station/code.png");
  background-size: 100% 100%;
  box-shadow: 0 6px 16px rgba(17, 68, 73, 0.24);
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.dt-download-code::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 2px solid rgba(105, 174, 176, 0.85);
  border-left: 2px solid rgba(105, 174, 176, 0.85);
  background: #eafafa;
  transform: translateX(-50%) rotate(45deg);
}

.dt-download-btn:hover .dt-download-code,
.dt-download-btn:focus-visible .dt-download-code {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.dt-home-btn {
  width: 49px;
  height: 49px;
  background-image: url("/custom/img/features/dongtian-station/btn-home.png");
}

.bk-01 {
  background-image: url("/custom/img/features/dongtian-station/bk-01-bg.jpg");
}

.bk01-dongtian-icon {
  position: absolute;
  right: 13.2%;
  bottom: 8.6%;
  width: 345px;
  height: 354px;
  transform: scale(0.8);
  pointer-events: auto;
  background: url("/custom/img/features/dongtian-station/points-icon.gif")
    center / 100% 100% no-repeat;
  transform-origin: 50% 50%;
  /*animation: bk01-dongtian-pulse 2.4s ease-in-out infinite;*/
  will-change: transform;
  z-index: 100;
}

@keyframes bk01-dongtian-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

.bk-02 {
  background-image: url("/custom/img/features/dongtian-station/bk-02-bg.jpg");
}

.bk02-swing-btn {
  position: absolute;
  width: 7.03125%;
  height: 31.45631%;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 4%;
  animation: bk02-swing var(--swing-duration, 4.2s) ease-in-out
    var(--swing-delay, 0s) infinite alternate;
  will-change: transform;
}

.bk02-swing-btn:hover {
  filter: brightness(1.08);
}

.bk02-swing-btn.is-coming-soon,
.bk05-swing-btn.is-coming-soon {
  cursor: default;
  filter: grayscale(1) brightness(0.72);
  opacity: 0.62;
}

.bk02-swing-btn.is-coming-soon:hover,
.bk05-swing-btn.is-coming-soon:hover {
  filter: grayscale(1) brightness(0.72);
}

.bk02-btn-01 {
  top: 15.6%;
  left: 28.6%;
  background-image: url("/custom/img/features/dongtian-station/bk-02-btn-01.png");
}

.bk02-btn-02 {
  top: 14.9%;
  left: 40.5%;
  background-image: url("/custom/img/features/dongtian-station/bk-02-btn-02.png");
}

.bk02-btn-03 {
  top: 35.7%;
  left: 34.5%;
  width: 7.08333%;
  height: 40.58252%;
  background-image: url("/custom/img/features/dongtian-station/bk-02-btn-03.png");
}

.bk02-btn-04 {
  top: 36.2%;
  left: 47.4%;
  background-image: url("/custom/img/features/dongtian-station/bk-02-btn-04.png");
}

.bk02-btn-05 {
  top: 58.4%;
  left: 41.9%;
  background-image: url("/custom/img/features/dongtian-station/bk-02-btn-05.png");
}

.bk02-btn-06 {
  top: 54.5%;
  left: 54.7%;
  background-image: url("/custom/img/features/dongtian-station/bk-02-btn-06.png");
}

@keyframes bk02-swing {
  0% {
    transform: rotate(calc(var(--swing-angle, 3) * -1deg));
  }

  100% {
    transform: rotate(calc(var(--swing-angle, 3) * 1deg));
  }
}

.bk-03 {
  background-image: url("/custom/img/features/dongtian-station/bk-03-bg.jpg");
}

.bk03-content {
  color: #24383a;
  font-family: "STKaiti", "KaiTi", "FangSong", serif;
}

.bk03-title {
  position: absolute;
  top: 8.7%;
  left: 25.65%;
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4px;
}

.bk03-video-card {
  position: absolute;
  left: 25.65%;
  width: 52.08%;
  height: 31.17%;
}

.bk03-video-card-01 {
  top: 18.45%;
}

.bk03-video-card-02 {
  top: 53.5%;
}

.bk03-video-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
}

.bk03-video-title span {
  letter-spacing: 1px;
}

.bk03-video-cover,
.bk03-video-desc {
  position: absolute;
  top: 41px;
  height: 280px;
}

.bk03-video-cover {
  left: 0;
  width: 50%;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background: #202020 url("/custom/img/features/dongtian-station/main-pv-cover.png")
    center / cover no-repeat;
  box-shadow: none;
}

.bk03-video-cover:hover .bk03-play-icon {
  transform: translate(-50%, -50%) scale(1.06);
}

.bk03-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border: 6px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(22, 22, 22, 0.46);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18),
    0 6px 14px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.bk03-play-icon::after {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 27px solid rgba(255, 255, 255, 0.9);
  transform: translate(-35%, -50%);
}

.bk03-video-desc {
  right: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0 31px;
  color: #263d40;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 1px;
  background: rgba(217, 250, 250, 0.72);
}

.bk03-pager {
  position: absolute;
  top: 88.9%;
  left: 43.75%;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #1d3033;
  font: 700 24px/1 Arial, sans-serif;
  letter-spacing: 2px;
}

.bk03-pager button {
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background: transparent;
}

.bk03-pager button:hover,
.bk03-pager button.is-active {
  color: #000;
}

.bk-04 {
  background-image: url("/custom/img/features/dongtian-station/bk-04-bg.jpg");
}

.bk04-content {
  color: #24383a;
  font-family: "STKaiti", "KaiTi", "FangSong", serif;
}

.bk04-title {
  position: absolute;
  top: 13.2%;
  left: 22.03%;
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 5px;
}

.bk04-video-grid {
  position: absolute;
  top: 24.47%;
  left: 22.03%;
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 43px 32px;
}

.bk04-video-item {
  display: block;
  width: 400px;
  padding: 0;
  color: #263d40;
  font: 700 25px/1.2 "STKaiti", "KaiTi", "FangSong", serif;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background: transparent;
}

.bk04-video-cover {
  position: relative;
  display: block;
  width: 400px;
  height: 225px;
  background: #202020;
}
.bk04-video-cover-01{
  width: 100%;
  background-image: url("/custom/img/features/dongtian-station/comic-01-cover.jpg");
  background-size: 100% 100%;
}
.bk04-video-cover .bk03-play-icon {
  width: 55px;
  height: 55px;
  border-width: 4px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18), 0 5px 10px rgba(0, 0, 0, 0.3);
}

.bk04-video-cover .bk03-play-icon::after {
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 19px;
}

.bk04-video-title {
  display: block;
  margin-top: 20px;
  letter-spacing: 1px;
}

.bk04-video-item:hover .bk03-play-icon {
  transform: translate(-50%, -50%) scale(1.06);
}

.bk04-pager {
  position: absolute;
  top: 86.9%;
  left: 48.55%;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #1d3033;
  font: 700 24px/1 Arial,  sans-serif;
  letter-spacing: 2px;
}

.bk04-pager button {
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background: transparent;
}

.bk04-pager button:hover,
.bk04-pager button.is-active {
  color: #000;
}

.bk-05 {
  background-image: url("/custom/img/features/dongtian-station/bk-05-bg.jpg");
}

.bk05-swing-btn {
  position: absolute;
  width: 7.13542%;
  height: 32.13592%;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 0;
  animation: bk05-swing var(--swing-duration, 4.4s) ease-in-out
    var(--swing-delay, 0s) infinite alternate;
  will-change: transform;
}

.bk05-swing-btn:hover {
  filter: brightness(1.08);
}

.bk05-btn-01 {
  top: 25.63%;
  left: 53.8%;
  background-image: url("/custom/img/features/dongtian-station/bk-05-btn-01.png");
}

.bk05-btn-02 {
  top: 25.63%;
  left: 64.5%;
  background-image: url("/custom/img/features/dongtian-station/bk-05-btn-02.png");
}

.bk05-btn-03 {
  top: 41.07%;
  left: 60.1%;
  background-image: url("/custom/img/features/dongtian-station/bk-05-btn-03.png");
}

.bk05-btn-04 {
  top: 41.07%;
  left: 72.7%;
  background-image: url("/custom/img/features/dongtian-station/bk-05-btn-04.png");
}

@keyframes bk05-swing {
  0% {
    transform: rotate(calc(var(--swing-angle, 3) * -1deg));
  }

  100% {
    transform: rotate(calc(var(--swing-angle, 3) * 1deg));
  }
}

.bk-06 {
  background-image: url("/custom/img/features/dongtian-station/bk-04-bg.jpg");
}

.bk06-content {
  color: #23484b;
  font-family: "STKaiti", "KaiTi", "FangSong", serif;
}

.bk06-title {
  position: absolute;
  top: 9.2%;
  left: 22.03%;
  margin: 0;
  color: #24454a;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 6px;
}

.bk06-countdown {
  position: absolute;
  top: 11.2%;
  left: 47.05%;
  color: #efe4a3;
  font: 700 20px/1  sans-serif;
}

.bk06-countdown span {
  font-size: 24px;
}

.bk06-rule {
  position: absolute;
  top: 11.3%;
  right: 16%;
  padding: 0;
  color: #24454a;
  font: 700 22px/1 "STKaiti", "KaiTi", "FangSong", serif;
  letter-spacing: 2px;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background: transparent;
  border-bottom: 2px solid #24454a;
}

.bk06-panel {
  position: absolute;
  top: 16.8%;
  left: 22.03%;
  width: 1265px;
  height: 803px;
  background: url("/custom/img/features/dongtian-station/bk-06-inner.png")
    center / 100% 100% no-repeat;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.bk06-score {
  position: absolute;
  top: 3.9%;
  left: 3.55%;
  display: flex;
  align-items: center;
  width: 403px;
  height: 54px;
  box-sizing: border-box;
  padding-left: 35px;
  background: url("/custom/img/features/dongtian-station/bk-06-remain.png")
    center / 100% 100% no-repeat;
}

.bk06-score strong {
  margin-left: 214px;
  color: #fee793;
  font: 28px/1 Arial,  sans-serif;
  width: 130px;
  text-align: center;
}

.bk06-tabs {
  position: absolute;
  top: 4.95%;
  right: 5.35%;
}

.bk06-tab {
  position: relative;
  width: 251px;
  height: 29px;
  padding: 0;
  color: #254c50;
  font: 700 36px/29px "STKaiti", "KaiTi", "FangSong", serif;
  letter-spacing: 6px;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background: url("/custom/img/features/dongtian-station/bk-06-right-sub-title.png")
    center / 100% 100% no-repeat;
}

.bk06-section-title {
  position: absolute;
  top: 4.8%;
  width: 525px;
  height: 121px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bk06-section-title-lottery {
  left: 4.8%;
  top: 12%;
  background-image: url("/custom/img/features/dongtian-station/bk-06-title-01.png");
}

.bk06-section-title-exchange {
  left: 54%;
  top: 12%;
  background-image: url("/custom/img/features/dongtian-station/bk-06-title-02.png");
}

.bk06-lottery {
  position: absolute;
  top: 23.2%;
  left: 4.4%;
  width: 540px;
  height: 540px;
  --lottery-angle: 0deg;
  background: url("/custom/img/features/dongtian-station/bk-06-lottery-bg.png")
    center / 100% 100% no-repeat;
}

.bk06-lottery-highlight {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 540px;
  height: 540px;
  pointer-events: none;
  transform: rotate(0deg);
  transform-origin: 270px 270px;
}

.bk06-lottery-highlight::before {
  position: absolute;
  top: 58px;
  left: 76px;
  width: 195px;
  height: 213px;
  content: "";
  background: url("/custom/img/features/dongtian-station/bk-06-lottery.png")
    center / 100% 100% no-repeat;
}

.bk06-lottery-prize {
  position: absolute;
  z-index: 1;
  width: 111px;
  height: 132px;
  text-align: center;
  pointer-events: auto;
}

.bk06-lottery-prize img {
  display: block;
  width: 111px;
  height: 111px;
  pointer-events: none;
}

.bk06-ques {
  position: absolute;
  top: 0;
  right: -4px;
  z-index: 5;
  display: block;
  width: 27px;
  height: 28px;
  padding: 0;
  border: 0;
  cursor: pointer;
  pointer-events: auto;
  background: url("/custom/img/features/dongtian-station/lottery-ques-detail.png")
    center / 100% 100% no-repeat;
}

.bk06-lottery-prize span {
  position: absolute;
  bottom: 17px;
  left: 50%;
  display: block;
  min-width: 115px;
  height: 20px;
  padding: 0 4px;
  box-sizing: border-box;
  color: #fff;
  font: 700 18px/20px  sans-serif;
  text-shadow: 0 1px 1px rgba(0, 46, 47, 0.9);
  background: rgba(6, 91, 82, 0.92);
  border-radius: 3px;
  transform: translateX(-50%);
}

.bk06-lottery-prize-1 {
  top: 42px;
  left: 213px;
}

.bk06-lottery-prize-2 {
  top: 91px;
  right: 95px;
}

.bk06-lottery-prize-3 {
  top: 192px;
  right: 44px;
}

.bk06-lottery-prize-4 {
  right: 69px;
  bottom: 75px;
}

.bk06-lottery-prize-5 {
  bottom: 6px;
  left: 279px;
}

.bk06-lottery-prize-6 {
  bottom: 12px;
  left: 159px;
}

.bk06-lottery-prize-7 {
  top: 299px;
  left: 66px;
}

.bk06-lottery-prize-8 {
  top: 192px;
  left: 51px;
}

.bk06-lottery-prize-9 {
  top: 75px;
  left: 101px;
}

.bk06-lottery-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 145px;
  height: 146px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  background: url("/custom/img/features/dongtian-station/bk-06-lottery-btn.png");
  background-size: 100% 100%;
}

.bk06-lottery-cost {
  position: absolute;
  top: 84px;
  left: 50%;
  min-width: 88px;
  height: 24px;
  padding: 0px 8px;
  color: #f05f25;
  font: 700 16px / 26px  sans-serif;
  text-align: center;
  white-space: nowrap;
  border-radius: 14px;
  background: #fff1c7;
  transform: translateX(-50%);
}

.bk06-exchange-list {
  position: absolute;
  top: 29%;
  right: 7.8%;
  display: flex;
  flex-wrap: wrap;
  gap: 62px;
  max-width: 638px;
}

.bk06-exchange-card {
  width: 171px;
  text-align: center;
}

.bk06-progress {
  position: relative;
  width: 145px;
  height: 145px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bk06-progress img {
  display: block;
  width: 145px;
  max-width: 100%;
  height: auto;
}

.bk06-progress span {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 47px;
  height: 47px;
  color: #569194;
  font: 700 20px/47px Arial,  sans-serif;
}

.bk06-exchange-card p {
  margin: 0 0 5px;
  color: #4b6467;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.bk06-exchange-card strong {
  display: block;
  margin-bottom: 6px;
  color: #ff5141;
  font: 700 24px/1  sans-serif;
}

.bk06-change-btn {
  width: 199px;
  height: 78px;
  margin-left: -14px;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background: url("/custom/img/features/dongtian-station/btn-change.png") center /
    100% 100% no-repeat;
}

.bk06-exchange-card.is-disabled .bk06-change-btn {
  cursor: default;
  background-image: url("/custom/img/features/dongtian-station/btn-has-change.png");
}

.bk06-award-log {
  position: absolute;
  bottom: 1.8%;
  left: 50%;
  width: 355px;
  height: 105px;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  background: url("/custom/img/features/dongtian-station/btn-award-log.png")
    center / 100% 100% no-repeat;
  transform: translateX(-50%);
}

.bk06-task-panel {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bk06-task-panel::-webkit-scrollbar {
  width: 8px;
}

.bk06-task-panel::-webkit-scrollbar-track {
  background: rgba(106, 142, 143, 0.18);
}

.bk06-task-panel::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(76, 144, 139, 0.75);
}

.bk-06.is-task-view .bk06-content > .bk06-panel:not(.bk06-task-panel) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bk-06.is-task-view .bk06-task-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bk06-task-panel .bk06-tabs {
  top: 5.1%;
  right: 5.35%;
}

.bk06-section-title-task {
  top: 5.8%;
  left: 32.4%;
  background-image: url("/custom/img/features/dongtian-station/bk-06-title-03.png");
}

.bk06-task-columns {
  position: absolute;
  top: 20.1%;
  left: 2.3%;
  display: grid;
  grid-template-columns: repeat(3, 374px);
  column-gap: 45px;
  padding-bottom: 60px;
}

.bk06-task-column {
  width: 374px;
}

.bk06-task-heading {
  width: 199px;
  height: 36px;
  margin: 0 auto 24px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bk06-task-heading-01 {
  background-image: url("/custom/img/features/dongtian-station/bk-06-sub-title-01.png");
}

.bk06-task-heading-02 {
  background-image: url("/custom/img/features/dongtian-station/bk-06-sub-title-02.png");
}

.bk06-task-heading-03 {
  background-image: url("/custom/img/features/dongtian-station/bk-06-sub-title-03.png");
}

.bk06-task-item {
  display: flex;
  align-items: center;
  width: 374px;
  height: 80px;
  box-sizing: border-box;
  margin-bottom: 18px;
  padding: 0 18px;
  color: #3c5f62;
  font-family: "STKaiti", "KaiTi", "FangSong", serif;
  background: url("/custom/img/features/dongtian-station/bk-06-sub-item.png")
    center / 100% 100% no-repeat;
}

.bk06-task-empty {
  width: 374px;
  height: 80px;
  box-sizing: border-box;
  padding-top: 29px;
  color: #3c5f62;
  font: 700 22px/1 "STKaiti", "KaiTi", "FangSong", serif;
  text-align: center;
  background: url("/custom/img/features/dongtian-station/bk-06-sub-item.png")
    center / 100% 100% no-repeat;
}

.bk06-task-item span {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: break-word;
  margin-right: 10px
}

.bk06-task-item strong {
  position: relative;
  flex: 0 0 auto;
  margin: 2px 5px 0 0;
  color: #4d8c88;
  font: 700 14px/1 Arial,  sans-serif;
}

.bk06-task-item strong::before {
  position: absolute;
  top: 50%;
  left: -16px;
  width: 14px;
  height: 14px;
  content: "";
  background: url("/custom/img/features/dongtian-station/bk-06-money-icon.png")
    center / 100% 100% no-repeat;
  transform: translateY(-50%);
}

.bk06-task-item button {
  flex: 0 0 auto;
  min-width: 88px;
  height: 38px;
  padding: 0 14px;
  color: #fff2ad;
  font: 700 24px/38px "STKaiti", "KaiTi", "FangSong", serif;
  letter-spacing: 1px;
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  border-radius: 19px;
  background: linear-gradient(180deg, #73aaa4 0%, #4c908b 100%);
}

.bk06-task-item.is-done button {
  color: #5f8b8d;
  cursor: default;
  background: #d6e2df;
}

.dt-page-dots {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 80;
  width: 376px;
  height: 634px;
  background: url("/custom/img/features/dongtian-station/sidebar-left.png") left
    top / 100% 100% no-repeat;
  transform: translateY(-50%);
}

.dt-fullpage.is-inner-open .dt-page-dots {
  z-index: 880;
}

.dt-page-dots button {
  position: absolute;
  left: 0;
  width: 320px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.dt-page-dots button::after {
  position: absolute;
  top: 12px;
  left: 15px;
  height: 26px;
  pointer-events: none;
  content: "";
  opacity: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: opacity 0.2s ease;
}

.dt-page-dots button:nth-child(1) {
  top: 92px;
  left: -3px;
}

.dt-page-dots button:nth-child(1)::after {
  width: 74px;
  background-image: url("/custom/img/features/dongtian-station/sidebar-left-01.png");
}

.dt-page-dots button:nth-child(2) {
  top: 161px;
  left: -3px;
}

.dt-page-dots button:nth-child(2)::after {
  width: 252px;
  background-image: url("/custom/img/features/dongtian-station/sidebar-left-02.png");
}

.dt-page-dots button:nth-child(3) {
  top: 233px;
  left: -3px;
}

.dt-page-dots button:nth-child(3)::after {
  width: 215px;
  background-image: url("/custom/img/features/dongtian-station/sidebar-left-03.png");
}

.dt-page-dots button:nth-child(4) {
  top: 306px;
  left: -3px;
}

.dt-page-dots button:nth-child(4)::after {
  width: 229px;
  background-image: url("/custom/img/features/dongtian-station/sidebar-left-04.png");
}

.dt-page-dots button:nth-child(5) {
  top: 376px;
  left: -3px;
}

.dt-page-dots button:nth-child(5)::after {
  width: 251px;
  background-image: url("/custom/img/features/dongtian-station/sidebar-left-05.png");
}

.dt-page-dots button:nth-child(6) {
  top: 450px;
  left: -3px;
}

.dt-page-dots button:nth-child(6)::after {
  width: 229px;
  background-image: url("/custom/img/features/dongtian-station/sidebar-left-06.png");
}

.dt-page-dots button.is-active {
  cursor: default;
}

.dt-page-dots button.is-active::after {
  opacity: 1;
}

.dt-inner-page {
  position: fixed;
  inset: 0;
  z-index: 850;
  display: none;
  overflow: hidden;
  min-width: 1200px;
  background: #071820;
}

.dt-inner-page.is-active {
  display: block;
}

.dt-inner-design {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1030px;
  margin: 0;
  color: #314548;
  font-family: "STKaiti", "KaiTi", "FangSong", serif;
  background: url("/custom/img/features/dongtian-station/inner-bg.png") center
    top / 100% 100% no-repeat;
  transform: translate(-50%, -50%) scale(var(--dt-design-scale));
  transform-origin: center center;
}

.dt-inner-back,
.dt-inner-go-top {
  position: absolute;
  padding: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dt-inner-back {
  top: 9.7%;
  left: 25.5%;
  width: 123px;
  height: 32px;
  background-image: url("/custom/img/features/dongtian-station/inner-back.png");
}

.dt-inner-title {
  position: absolute;
  top: 16.7%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  color: #33484b;
  font-size: 46px;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  letter-spacing: 12px;
  width: 438px;
  height: 27px;
  background-image: url("/custom/img/features/dongtian-station/inner-title-bg.png");
}


.dt-inner-line {
  position: absolute;
  top: 27.1%;
  left: 25.3%;
  width: 52.1%;
  height: 1px;
  background: rgba(106, 142, 143, 0.3);
}

.dt-inner-desc {
  position: absolute;
  top: 31.6%;
  left: 25.3%;
  width: 52.1%;
  max-height: 56%;
  overflow-y: auto;
  padding-right: 10px;
  margin: 0;
  color: #354b4e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1px;
}

.dt-inner-desc p {
  margin: 0 0 18px;
  text-indent: 2em;
}

.dt-inner-desc img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
}
.dt-inner-desc video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
}

.dt-inner-go-top {
  top: 86.8%;
  right: 14.2%;
  width: 83px;
  height: 138px;
  background-image: url("/custom/img/features/dongtian-station/inner-go-top.png");
}

.dt-video-modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 1200px;
  background: rgba(0, 0, 0, 0.72);
}

.dt-video-modal.is-active {
  display: flex;
}

.dt-video-dialog {
  position: relative;
  width: min(1072px, calc(100vw - 80px));
  margin-top: -22px;
}

.dt-video-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1072 / 674;
  background: #050505;
}

.dt-video-stage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dt-video-stage .bk03-play-icon {
  width: 76px;
  height: 76px;
}

.dt-video-close {
  position: absolute;
  z-index: 2;
  bottom: -64px;
  left: 50%;
  width: 372px;
  height: 63px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-image: url("/custom/img/features/dongtian-station/btn-video-close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
}

.dt-modal-mask {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 1200px;
  background: rgba(0, 0, 0, 0.72);
}

.dt-modal-mask.is-active {
  display: flex;
}

.dt-role-pop {
  position: relative;
  width: 785px;
  height: 540px;
  margin-top: -10px;
  color: #4c5a5d;
  font-family: "STKaiti", "KaiTi", "FangSong", serif;
  background: url("/custom/img/features/dongtian-station/pop-login.png") center /
    100% 100% no-repeat;
}

.dt-rule-pop {
  position: relative;
  width: 785px;
  height: 540px;
  margin-top: -10px;
  background: url("/custom/img/features/dongtian-station/pop-rule-bg.png") center /
    100% 100% no-repeat;
}

.dt-rule-content {
  position: absolute;
  top: 125px;
  left: 102px;
  width: 580px;
  height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
  box-sizing: border-box;
  color: #3f4d50;
  font: 700 20px/1.55  sans-serif;
}

.dt-rule-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.dt-exchange-pop {
  position: relative;
  width: 785px;
  height: 540px;
  margin-top: -10px;
  color: #4c5a5d;
  font-family: "STKaiti", "KaiTi", "FangSong", serif;
  font-weight: 700;
  background: url("/custom/img/features/dongtian-station/pop-exchange.png")
    center / 100% 100% no-repeat;
}

.dt-exchange-title {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  color: #3f4d50;
  font-size: 32px;
  line-height: 1.34;
  text-align: center;
  letter-spacing: 1px;
}

.dt-exchange-points,
.dt-exchange-name {
  color: #f05046;
}

.dt-exchange-goods {
  position: absolute;
  top: 200px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.dt-exchange-goods-icon {
  display: block;
  width: 100%;
 height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dt-exchange-cancel,
.dt-exchange-confirm {
  position: absolute;
  top: 405px;
  width: 190px;
  height: 58px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.dt-exchange-cancel {
  left: 138px;
}

.dt-exchange-confirm {
  right: 144px;
}

.dt-award-log-pop {
  position: relative;
  width: 785px;
  height: 540px;
  margin-top: -10px;
  color: #4c5a5d;
  font-family: "STKaiti", "KaiTi", "FangSong", serif;
  font-weight: 700;
  background: url("/custom/img/features/dongtian-station/pop-gift-log.png")
    center / 100% 100% no-repeat;
}

.dt-award-log-list {
  position: absolute;
  top: 138px;
  left: 96px;
  width: 596px;
  height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dt-award-log-item {
  position: relative;
  width: 596px;
  height: 103px;
  margin-bottom: 18px;
}

.dt-award-log-icon {
  position: absolute;
  top: 12px;
  left: 46px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dt-award-log-name {
  position: absolute;
  top: 26px;
  left: 195px;
  max-width: 330px;
  overflow: hidden;
  color: #3b4b4f;
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dt-award-log-time {
  position: absolute;
  top: 64px;
  left: 195px;
  color: #3b4b4f;
  font-size: 22px;
  line-height: 1;
}

.dt-award-log-empty {
  padding-top: 130px;
  color: #3b4b4f;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

.dt-lottery-result-pop {
  position: relative;
  width: 785px;
  height: 540px;
  margin-top: -10px;
  color: #4c5a5d;
  font-family: "STKaiti", "KaiTi", "FangSong", serif;
  font-weight: 700;
  background: url("/custom/img/features/dongtian-station/pop-congrualation.png")
    center / 100% 100% no-repeat;
}

.dt-lottery-result-name {
  position: absolute;
  top: 158px;
  left: 95px;
  width: 595px;
  overflow: hidden;
  color: #f05046;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dt-lottery-result-goods {
  position: absolute;
  top: 242px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.dt-lottery-result-icon {
  display: block;
  width: 110px;
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dt-lottery-result-confirm {
  position: absolute;
  top: 418px;
  left: 290px;
  width: 205px;
  height: 64px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.dt-reward-detail-pop {
  position: relative;
  max-width: 820px;
  max-height: 90vh;
  color: #314f52;
  font: 700 28px/1.45 "STKaiti", "KaiTi", "FangSong", serif;
}

.dt-reward-detail-pop .dt-pop-close {
  top: -8px;
  right: 30px;
  z-index: 2;
}

.dt-reward-detail-content {
  max-width: 820px;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

.dt-reward-detail-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.dt-reward-detail-content p {
  width: 785px;
  min-height: 540px;
  margin: 0;
  box-sizing: border-box;
  padding: 125px 102px 60px;
  background: url("/custom/img/features/dongtian-station/pop-rule-bg.png")
    center / 100% 100% no-repeat;
  white-space: pre-wrap;
}

.dt-weixin-scan-pop {
  position: relative;
  width: 785px;
  height: 540px;
  margin-top: -10px;
  background: url("/custom/img/features/dongtian-station/pop-weixin-scan.png")
    center / 100% 100% no-repeat;
}

.dt-weixin-scan-pop.pop-weixin-video-scan {
  background-image: url("/custom/img/features/dongtian-station/pop-weixin-video-scan.png");
}

.dt-role-title {
  position: absolute;
  top: 89px;
  left: 0;
  width: 100%;
  margin: 0;
  visibility: hidden;
}

.dt-pop-close {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 86px;
  height: 86px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.dt-role-form {
  position: absolute;
  top: 195px;
  left: 0;
  width: 100%;
}

.dt-platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  height: 34px;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
}

.dt-radio {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.dt-radio input {
  width: 28px;
  height: 28px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  border: 2px solid rgba(76, 144, 153, 0.32);
  border-radius: 50%;
  background: rgba(227, 249, 249, 0.5);
  box-shadow: inset 0 0 0 6px rgba(220, 245, 246, 0.85);
}

.dt-radio input:checked {
  background: radial-gradient(circle, #7ea9ad 0 32%, transparent 35%),
    rgba(227, 249, 249, 0.5);
}

.dt-role-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 46px;
}

.dt-role-label {
  font-size: 32px;
  line-height: 72px;
  letter-spacing: 4px;
}

.dt-select-wrap {
  position: relative;
  width: 340px;
  height: 60px;
}

.dt-select-wrap::after {
  position: absolute;
  top: 16px;
  right: 32px;
  width: 17px;
  height: 17px;
  pointer-events: none;
  content: "";
  border-right: 5px solid #526164;
  border-bottom: 5px solid #526164;
  transform: rotate(45deg);
}

.dt-role-select {
  width: 100%;
  height: 100%;
  padding: 0 86px 0 28px;
  color: #4e5d60;
  font: 28px/72px "STKaiti", "KaiTi", "FangSong", serif;
  letter-spacing: 2px;
  cursor: pointer;
  appearance: none;
  border: 2px solid rgba(109, 146, 153, 0.23);
  outline: 0;
  background: rgba(162, 205, 211, 0.42);
  line-height: 100%;
}

.dt-role-select:focus {
  border-color: rgba(73, 132, 141, 0.5);
}

.dt-confirm {
  display: block;
  width: 226px;
  height: 77px;
  margin: 15px auto 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}
