/* PC 职业介绍（仅 .dual-pc 内生效） */
.dual-pc .page--classes {
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dual-pc .page--classes .page-title {
  flex-shrink: 0;
  width: 6.94rem;
  height: 1.19rem;
  margin: 0 auto;
}

.dual-pc .page--classes .page-title img {
  width: 6.94rem;
  height: 1.19rem;
  object-fit: contain;
}

.dual-pc .classes-layout {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex: 1;
  width: 100%;
  min-height: 0;
  margin-top: 0.08rem;
  padding: 0.55rem 0.55rem 0 1.35rem;
  box-sizing: border-box;
}

.dual-pc .classes-info {
  position: relative;
  flex: 0 0 6.4rem;
  width: 6.4rem;
  z-index: 3;
}

.dual-pc .classes-visual {
  position: relative;
  flex: 1;
  height: 8.2rem;
  min-width: 0;
  margin-left: -0.9rem;
  align-self: flex-start;
  overflow: visible;
}

.dual-pc .classes-info__name {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.14rem;
  padding-bottom: 0.12rem;
  border-bottom: 0.02rem solid rgba(47, 110, 168, 0.35);
}

.dual-pc .classes-info__cn {
  margin: 0;
  flex-shrink: 0;
  font-size: 0.72rem;
  line-height: 1.1;
  font-weight: normal;
  color: #2f6ea8;
  letter-spacing: 0.04rem;
}

.dual-pc .classes-info__en {
  margin: 0;
  flex-shrink: 0;
  font-size: 0.22rem;
  line-height: 1.1;
  color: #8fa3b5;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.dual-pc .classes-info__desc {
  margin: 0.22rem 0 0;
  font-size: 0.21rem;
  line-height: 1.75;
  color: #3d4f5f;
}

.dual-pc .classes-info__difficulty {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #3d4f5f;
}

.dual-pc .classes-info__stars {
  display: flex;
  align-items: center;
  gap: 0.04rem;
}

.dual-pc .classes-star {
  width: 0.34rem;
  height: 0.31rem;
  object-fit: contain;
}

.dual-pc .classes-star.is-dim {
  opacity: 0.22;
  filter: grayscale(1);
}

.pc-fullpage__screen .classes-info__skills,
.pc-fullpage__screen .classes-info__skills .classes-skill,
.pc-fullpage__screen .classes-info__skills .classes-skill__bg,
.pc-fullpage__screen .classes-info__skills .classes-skill__icon {
  opacity: 1;
  visibility: visible;
}

.dual-pc .classes-info__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-top: 0.18rem;
  max-width: 6.2rem;
  position: relative;
  z-index: 6;
}

.dual-pc .classes-skill-wrap {
  position: relative;
  flex-shrink: 0;
}

.dual-pc .classes-skill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.dual-pc .classes-skill__bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  object-fit: contain;
  pointer-events: none;
}

.dual-pc .classes-skill__icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  object-fit: contain;
  pointer-events: none;
}

.dual-pc .classes-skill-tip {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.1rem);
  width: 4rem;
  padding: 0.14rem 0.16rem;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(0.04rem);
  background: rgba(245, 247, 250, 0.96);
  border: 0.01rem solid rgba(180, 194, 208, 0.65);
  border-radius: 0.08rem;
  box-shadow: 0 0.06rem 0.18rem rgba(40, 60, 80, 0.12);
  font-size: 0.16rem;
  line-height: 1.65;
  color: #3d4f5f;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 20;
}

.dual-pc .classes-skill-tip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.06rem;
  width: 0.1rem;
  height: 0.1rem;
  margin-left: -0.05rem;
  background: rgba(245, 247, 250, 0.96);
  border-top: 0.01rem solid rgba(180, 194, 208, 0.65);
  border-left: 0.01rem solid rgba(180, 194, 208, 0.65);
  transform: rotate(45deg);
}

.dual-pc .classes-skill-tip__name {
  color: #2f6ea8;
  font-weight: normal;
}

.dual-pc .classes-skill-wrap.is-tip-open .classes-skill-tip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dual-pc .classes-hero {
  position: absolute;
  left: 10%;
  top: -0.28rem;
  width: 8.2rem;
  height: 8.2rem;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.dual-pc .classes-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: opacity 0.32s ease;
}

.dual-pc .classes-hero__img.is-fading {
  opacity: 0;
}

.dual-pc .classes-wheel {
  position: absolute;
  right: 0.85rem;
  top: 0;
  width: 6.89rem;
  height: 6.88rem;
  overflow: visible;
}

.dual-pc .classes-wheel__bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 6.89rem;
  height: 6.88rem;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.dual-pc .classes-wheel__icons {
  position: absolute;
  inset: 0;
  overflow: visible;
  z-index: 3;
}

.dual-pc .classes-wheel__icon {
  position: absolute;
  width: 2.17rem;
  height: 2.39rem;
  margin: -1.195rem 0 0 -1.085rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: scale(0.52);
  transform-origin: center center;
  transition: transform 0.28s ease, filter 0.28s ease;
  z-index: 1;
}

.dual-pc .classes-wheel__icon img {
  display: block;
  width: 2.17rem;
  height: 2.39rem;
  object-fit: contain;
  pointer-events: none;
}

.dual-pc .classes-wheel__icon.is-active {
  transform: scale(0.693);
  z-index: 3;
}

.dual-pc .classes-wheel__icon:not(.is-active):hover {
  transform: scale(0.78);
}

.dual-pc .classes-wheel__icon.is-active:hover {
  transform: scale(0.728);
}
