@keyframes kf_125474_26053_opacity_0 {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  5.308% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kf_125474_26053_translate_0 {
  0% {
    animation-timing-function: cubic-bezier(0.5, 1.7, 0.3, 1);
    transform: translate3d(-50%, 120px, 0);
  }
  19.905% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes btn-mask-spread {
  0% {
    transform: translate(-50%, -50%) scale(0.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes viwoo-float-y {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -16px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes viwoo-guide-scale-in {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kf_125474_25010_scale_0 {
  0% {
    transform: scale(0);
  }
  16.192% {
    animation-timing-function: cubic-bezier(0.4, 1.75, 0.3, 1);
    transform: scale(0);
  }
  34.006% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes viwoo-course-pop-scale {
  0% {
    transform: scale(0);
  }
  24% {
    transform: scale(0);
  }
  58% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.viwoo-page {
  display: block;
  width: 100%;
  min-height: 740px;
  overflow: hidden;
  background: #f5f8ff;
}

.viwoo-hero {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 740px;
  margin-top: 122px;
  overflow: hidden;
  background: url("../source/img_bg_p1.png") no-repeat center top/cover;
}

.viwoo-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  padding-top: 60px;
  box-sizing: border-box;
}

.viwoo-hero__title {
  margin: 0;
  color: #152139;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.viwoo-hero__subtitle {
  margin: 16px 0 0;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  color: transparent;
  background: linear-gradient(90deg, #3083ff 0%, #846df6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.viwoo-hero__desc {
  width: 1200px;
  margin: 18px 0 0;
  color: #526176;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.viwoo-hero__advantage {
  display: flex;
  justify-content: center;
  gap: 66px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.viwoo-hero__advantage li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 56px;
}

.viwoo-hero__advantage p {
  margin: 0;
  color: #617087;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.viwoo-hero__advantage img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.viwoo-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 24px;
}

.viwoo-hero__button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 224px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.viwoo-hero__button--buy {
  color: #3083ff;
  background: #fff;
  border: 1px solid #94bffd;
}

.viwoo-hero__button--buy:hover,
.viwoo-hero__button--buy:active {
  background: linear-gradient(0deg, rgba(48, 131, 255, 0.05) 0%, rgba(48, 131, 255, 0.05) 100%), #fff;
}

.viwoo-hero__button--buy.is-disabled {
  opacity: 0.3;
  background: #fff;
  pointer-events: none;
  cursor: default;
}

.viwoo-hero__button--download {
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #3083ff 0%, #846df6 100%);
  box-shadow: 0 8px 16px rgba(48, 131, 255, 0.18);
  -webkit-user-select: none;
  user-select: none;
}

.viwoo-hero__button--download::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 200px;
  height: 200px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%) scale(0.08);
  transform-origin: center;
  animation: btn-mask-spread 1.9s ease-out infinite;
}

.viwoo-hero__button--download:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, #3083ff 0%, #846df6 100%);
  box-shadow: 0 8px 16px rgba(48, 131, 255, 0.18);
}

.viwoo-hero__button--download:active,
.viwoo-hero__button--download.is-disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(90deg, #3083ff 0%, #846df6 100%);
  box-shadow: 0 8px 16px rgba(48, 131, 255, 0.18);
}

.viwoo-hero__button--download.is-disabled {
  pointer-events: none;
  cursor: default;
}

.viwoo-hero__button--download span {
  position: relative;
  z-index: 1;
}

.viwoo-hero__button-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.viwoo-hero__system {
  margin: 16px 0 0;
  color: #343942;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.viwoo-hero__visual {
  position: absolute;
  left: 50%;
  top: 424px;
  z-index: 2;
  width: 707px;
  height: 559px;
  opacity: 0;
  transform: translate3d(-50%, 120px, 0);
}

.viwoo-hero__visual.is-pop-active {
  animation: kf_125474_26053_opacity_0 5.052s linear forwards, kf_125474_26053_translate_0 5.052s linear forwards;
}

.viwoo-hero__visual > img {
  display: block;
  width: 707px;
  height: auto;
}

.viwoo-hero__mask {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 6;
  display: block;
  width: 1920px;
  height: 62px;
  transform: translateX(-50%);
  pointer-events: none;
}

.viwoo-course {
  display: block;
  width: 100%;
  padding: 104px 24px;
  box-sizing: border-box;
  background: #fff;
}

.viwoo-course__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 1200px;
  margin: 0 auto;
}

.viwoo-course__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: fit-content;
  margin: 0;
  color: #17202f;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 3px;
  text-align: center;
  white-space: nowrap;
}

.viwoo-course__title strong {
  color: transparent;
  font: inherit;
  background: linear-gradient(90deg, #1f79ff 0%, #846df6 99.812%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.viwoo-course__title-star {
  position: absolute;
  top: 8px;
  display: block;
  width: 28px;
  height: 29px;
  object-fit: contain;
}

.viwoo-course__title-star--left {
  left: -45px;
}

.viwoo-course__title-star--right {
  right: -45px;
}

.viwoo-course__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 66px;
  width: 100%;
}

.viwoo-course__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 456px;
  flex-shrink: 0;
}

.viwoo-course__text h3 {
  margin: 0;
  color: #17202f;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 47.5px;
  white-space: nowrap;
}

.viwoo-course__text p {
  width: 456px;
  margin: 34px 0 34px;
  color: #66758a;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.viwoo-course__button,
.viwoo-guide__button,
.viwoo-game__button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 42px;
  padding: 16px 48px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #3083ff 0%, #846df6 100%);
  box-shadow: 0 8px 8px rgba(48, 131, 255, 0.18);
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
}

.viwoo-course__button::after,
.viwoo-guide__button::after,
.viwoo-game__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 200px;
  height: 200px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%) scale(0.08);
  transform-origin: center;
  animation: btn-mask-spread 1.9s ease-out infinite;
}

.viwoo-course__button:hover,
.viwoo-guide__button:hover,
.viwoo-game__button:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, #3083ff 0%, #846df6 100%);
  box-shadow: 0 8px 16px rgba(48, 131, 255, 0.18);
}

.viwoo-course__button:active,
.viwoo-guide__button:active,
.viwoo-game__button:active,
.viwoo-course__button.is-disabled,
.viwoo-guide__button.is-disabled,
.viwoo-game__button.is-disabled {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(90deg, #3083ff 0%, #846df6 100%);
  box-shadow: 0 8px 16px rgba(48, 131, 255, 0.18);
}

.viwoo-course__button.is-disabled,
.viwoo-guide__button.is-disabled,
.viwoo-game__button.is-disabled {
  pointer-events: none;
  cursor: default;
}

.viwoo-course__button img,
.viwoo-guide__button img,
.viwoo-game__button img {
  position: relative;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.viwoo-course__button span,
.viwoo-guide__button span,
.viwoo-game__button span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.viwoo-course__visual {
  position: relative;
  width: 673px;
  height: 456px;
  flex-shrink: 0;
}

.viwoo-course__image {
  position: absolute;
  display: block;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.viwoo-course__image--main {
  top: 0;
  right: 0;
  z-index: 1;
  width: 642px;
  height: 456px;
}

.viwoo-course__image--pop {
  top: 146px;
  left: 0;
  z-index: 2;
  width: 327px;
  height: 323px;
  transform: scale(0);
  transform-origin: center center;
}

.viwoo-course__image--pop.is-pop-active {
  animation: kf_125474_25010_scale_0 5.052s linear forwards;
}

.viwoo-guide {
  display: block;
  width: 100%;
  padding: 104px 24px;
  box-sizing: border-box;
  background: linear-gradient(161deg, #eaf1ff 4.576%, #f0edff 102.37%);
}

.viwoo-guide__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 86px;
  width: 1200px;
  margin: 0 auto;
}

.viwoo-guide__visual {
  position: relative;
  width: 648px;
  height: 462px;
  flex-shrink: 0;
}

.viwoo-guide__image {
  position: absolute;
  display: block;
  object-fit: contain;
  pointer-events: none;
  transform-origin: center center;
  user-select: none;
}

.viwoo-guide__image--main {
  top: 0;
  left: 0;
  z-index: 1;
  width: 648px;
  height: 462px;
}

.viwoo-guide__image--pop {
  top: 254px;
  left: 90px;
  z-index: 2;
  width: 469px;
  height: 180px;
  transform: scale(0);
}

.viwoo-guide__image--pop.is-pop-active {
  animation: kf_125474_25010_scale_0 5.052s linear forwards;
}

.viwoo-guide__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 456px;
  flex-shrink: 0;
}

.viwoo-guide__text h2 {
  margin: 0;
  color: #17202f;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 47.5px;
  white-space: nowrap;
}

.viwoo-guide__text p {
  width: 456px;
  margin: 34px 0 34px;
  color: #66758a;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.viwoo-game {
  display: block;
  width: 100%;
  padding: 104px 24px;
  box-sizing: border-box;
  background: #fff;
}

.viwoo-game__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 1200px;
  margin: 0 auto;
}

.viwoo-game__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 456px;
  flex-shrink: 0;
}

.viwoo-game__text h2 {
  margin: 0;
  color: #17202f;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 47.5px;
  white-space: nowrap;
}

.viwoo-game__text p {
  width: 456px;
  margin: 34px 0 34px;
  color: #66758a;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.viwoo-game__visual {
  position: relative;
  width: 729px;
  height: 484px;
  flex-shrink: 0;
}

.viwoo-game__image {
  display: block;
  pointer-events: none;
  user-select: none;
}

.viwoo-game__image--main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 729px;
  height: 492px;
  object-fit: contain;
}

.viwoo-game__image--float {
  position: absolute;
  z-index: 2;
  object-fit: contain;
  animation: viwoo-float-y 3.2s ease-in-out infinite;
  will-change: transform;
}

.viwoo-game__image--float-one {
  top: 302px;
  left: 43px;
  width: 205px;
  height: auto;
}

.viwoo-game__image--float-two {
  top: 33px;
  left: 418px;
  width: 72px;
  height: auto;
  animation-delay: 0.45s;
}

.viwoo-game__image--float-three {
  top: 109px;
  left: 662px;
  width: 38px;
  height: auto;
  animation-delay: 0.9s;
}

.viwoo-review {
  display: block;
  width: 100%;
  padding: 92px 24px 102px;
  box-sizing: border-box;
  background: #f4f8ff;
}

.viwoo-review__container {
  width: 1200px;
  margin: 0 auto;
}

.viwoo-review__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 252px;
  height: 51px;
  margin: 0 auto 66px;
  color: #17202f;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.viwoo-review__title span,
.viwoo-review__title strong {
  display: block;
  font: inherit;
  white-space: nowrap;
}

.viwoo-review__title strong {
  color: transparent;
  background: linear-gradient(90deg, #1f79ff 0%, #846df6 99.81%);
  background-clip: text;
  -webkit-background-clip: text;
}

.viwoo-review__title-star {
  position: absolute;
  top: 11px;
  display: block;
  width: 28px;
  height: 29px;
  object-fit: contain;
}

.viwoo-review__title-star--left {
  left: 0;
}

.viwoo-review__title-star--right {
  right: 0;
}

.viwoo-review__body {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.viwoo-review__panel {
  --review-arrow-x: 132px;
  position: relative;
  width: 1200px;
  min-height: 307px;
  padding: 48px 58px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(103, 132, 177, 0.1);
}

.viwoo-review__panel::after {
  position: absolute;
  bottom: -22px;
  left: var(--review-arrow-x);
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 8px 8px 16px rgba(103, 132, 177, 0.06);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.viwoo-review__panel h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #3c3c3c;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
}

.viwoo-review__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.viwoo-review__stars img {
  display: block;
  width: 190px;
  height: 30px;
  object-fit: contain;
}

.viwoo-review__content {
  position: relative;
  z-index: 1;
  width: 1084px;
  margin: 48px auto 0;
  padding-top: 49px;
  border-top: 1px solid rgba(177, 177, 177, 0.15);
  color: #757575;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  transition: opacity 0.25s ease;
}

.viwoo-review__users {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1048px;
  margin: 46px auto 0;
  padding: 0;
  list-style: none;
}

.viwoo-review__user {
  width: 112px;
}

.viwoo-review__user button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 112px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.viwoo-review__user img {
  display: block;
  width: 90px;
  height: 90px;
  border: 3px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  object-fit: cover;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.viwoo-review__user.active img {
  border-color: #19d0b2;
  box-shadow: 0 0 0 3px rgba(25, 208, 178, 0.15);
  transform: translateY(-3px);
}

.viwoo-review__user span {
  display: block;
  max-width: 112px;
  color: #555;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
}

.viwoo-review__user span {
  margin-top: 27px;
}
