:root {
  color: #ffffff;
  /* background: #fff; */
  font-family: Arial, 'Microsoft YaHei', sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

.actPage {
  position: relative;
  min-width: 1200px;
  background: url('https://static.web.sdo.com/dn/pic/dn_19act/1904tw/wrap01_bg.jpg') no-repeat center top;
}

.special-page {
  position: relative;
  min-width: 1200px;
  min-height: 1000px;
  overflow: hidden;
}

.hero-stage {
  position: relative;
  width: 1200px;
  height: 1000px;
  margin: 0 auto;
  background: url('https://static.web.sdo.com/dn/pic/dn_19act/1904tw/wrap01_cen.jpg') no-repeat center top;
}

.hero-content {
  position: absolute;
  inset: 0;
}

.hero-image {
  position: absolute;
  inset: 0;
  max-width: 100%;
}

.hero-copy {
  position: absolute;
  top: 432px;
  left: 875px;
  z-index: 1;
}

.hero-copy h1 {
  margin: 0 0 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #353c42;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
}

.detail-trigger,
.hero-copy > a {
  display: block;
  color: #ffffff;
}

.detail-trigger {
  position: relative;
  width: max-content;
  margin-top: 6px;
  padding-right: 24px;
  font-size: 16px;
}

.detail-trigger img {
  position: absolute;
  top: -3px;
  right: -60px;
  width: auto;
  animation: arrowing 1.45s ease infinite;
}

.hero-copy > a:last-child {
  margin-top: 8px;
  color: #cef3f7;
  font-size: 14px;
}

.hero-fade-enter-active,
.hero-fade-leave-active,
.hero-slide-left-enter-active,
.hero-slide-left-leave-active,
.hero-slide-right-enter-active,
.hero-slide-right-leave-active {
  transition: opacity 0.38s ease, transform 0.38s ease;
}

.hero-fade-enter-from,
.hero-fade-leave-to {
  opacity: 0;
}

.hero-slide-left-enter-from {
  opacity: 0;
  transform: translateX(110px);
}

.hero-slide-left-leave-to {
  opacity: 0;
  transform: translateX(-110px);
}

.hero-slide-right-enter-from {
  opacity: 0;
  transform: translateX(-110px);
}

.hero-slide-right-leave-to {
  opacity: 0;
  transform: translateX(110px);
}

.weapon-nav {
  position: absolute;
  top: 555px;
  left: 0;
  width: 1200px;
  height: 200px;
  background: url('https://static.web.sdo.com/dn/pic/dn_19act/1904tw/nav_line.png') no-repeat center top;
}

.weapon-nav__track {
  position: absolute;
  inset: 0;
}

.weapon-nav__item {
  position: absolute;
  width: 55px;
  height: 55px;
  background: var(--nav-image) no-repeat center top;
  transition: top 0.38s ease, left 0.38s ease, opacity 0.28s ease;
}

.weapon-nav__item:hover,
.weapon-nav__item.is-active {
  background-image: var(--nav-image-active);
}

.weapon-nav__item span {
  position: absolute;
  top: 60px;
  left: -16px;
  display: none;
  width: 90px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.weapon-nav__item:hover span,
.weapon-nav__item:focus-visible span {
  display: block;
}

.weapon-nav__arrow {
  position: absolute;
  top: 90px;
  z-index: 3;
  width: 80px;
  height: 90px;
}

.weapon-nav__arrow--previous { left: 6%; }
.weapon-nav__arrow--next { left: 90%; }

.weapon-nav__arrow--previous::after {
  position: absolute;
  top: 30px;
  left: 51%;
  color: #a08035;
  content: '查看上一个';
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 1px 2px #000000;
  transform: translateX(-50%);
  white-space: nowrap;
}

.weapon-nav__arrow--next::after {
  position: absolute;
  top: 30px;
  left: 54%;
  color: #a08035;
  content: '查看下一个';
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 1px 2px #000000;
  transform: translateX(-50%);
  white-space: nowrap;
}

.detail-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 600px;
  min-height: 1000px;
  background: rgb(0 0 0 / 50%);
  animation: panel-in 0.28s ease-out both;
}

.detail-panel__close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  padding: 3px 5px;
  color: rgb(97, 97, 97);
  font-size: 20px;
  text-decoration: underline;
}

.detail-panel__content {
  width: 462px;
  margin: 45px auto 0;
}

.detail-tabs {
  display: flex;
  gap: 55px;
}

.detail-tabs a {
  padding: 3px 6px 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.detail-tabs a.is-active {
  border-bottom: 6px solid #a08035;
  color: #a08035;
}

.image-carousel {
  position: relative;
  width: 462px;
  height: 558px;
  margin-top: 29px;
  background: #111820;
}

.image-carousel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-carousel__button {
  position: absolute;
  top: -40px;
  width: 30px;
  height: 40px;
  color: #ffffff;
  font-size: 20px;
}

.image-carousel__button:hover { color: #c52929; }
.image-carousel__button--previous { right: 60px; }
.image-carousel__button--next { right: 0; text-align: right; }

.image-carousel__page {
  position: absolute;
  top: -37px;
  right: 28px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}

.profession-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  width: 520px;
  margin: 20px 0 0 -20px;
}

.profession-nav a {
  width: 45px;
  height: 64px;
  color: transparent;
  background: url('https://static.web.sdo.com/dn/pic/dn_19act/1904tw/new_left_nav.png') no-repeat;
}

.profession-nav a.is-active,
.profession-nav a:hover {
  background-image: url('https://static.web.sdo.com/dn/pic/dn_19act/1904tw/new_left_nav_h.png');
}

.profession-nav a:nth-child(1) { background-position: 0 0; }
.profession-nav a:nth-child(2) { background-position: -51px 0; }
.profession-nav a:nth-child(3) { background-position: -105px 0; }
.profession-nav a:nth-child(4) { background-position: -158px 0; }
.profession-nav a:nth-child(5) { background-position: -211px 0; }
.profession-nav a:nth-child(6) { background-position: -262px 0; }
.profession-nav a:nth-child(7) { background-position: -316px 0; }
.profession-nav a:nth-child(8) { background-position: -368px 0; }
.profession-nav a:nth-child(9) { background-position: -421px 0; }
.profession-nav a:nth-child(10) { background-position: -474px 0; }

.profession-nav a:nth-child(11) {
  background-image: url('https://static.web.sdo.com/dn/pic/dn_25act/10sc/tw/character_01.jpg');
  background-position: 0 0;
}

.profession-nav a:nth-child(11).is-active,
.profession-nav a:nth-child(11):hover {
  background-image: url('https://static.web.sdo.com/dn/pic/dn_25act/10sc/tw/character_01-1.png');
}

.detail-description {
  margin: 20px 0 0;
  color: #a08035;
  font-size: 14px;
  line-height: 22px;
}

@keyframes fade-in-up {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes panel-in {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@keyframes arrowing {
  0% { transform: translateX(-10px); opacity: 0; }
  50%, 100% { transform: translateX(0); opacity: 1; }
}
