
.header[data-v-6509b003] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.6rem 3.6rem 0;
	position: relative;
	z-index: 99;
}
.logo[data-v-6509b003] {
	height: 3.6rem;
}
.logo img[data-v-6509b003] {
	vertical-align: middle;
}
.actions[data-v-6509b003] {
	display: flex;
	align-items: center;
}
.actions a[data-v-6509b003] {
	color: white;
	margin-left: 1.04rem;
}
.actions a img[data-v-6509b003] {
	height: 2.4rem;
	vertical-align: middle;
}
@media screen and (max-width: 600px) {
.header[data-v-6509b003] {
		width: 100%;
		padding: 0.8rem;
		box-sizing: border-box;
}
.header .logo[data-v-6509b003] {
		height: 2.4rem !important;
}
.header .actions a img[data-v-6509b003] {
		height: 2.2399999999999998rem;
}
}

.modal-wrap[data-v-35801421] {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	overflow: hidden;
	background-color: white;
	display: flex;
	flex-direction: column;
	left: 0;
}
.modal-wrap .modal-header[data-v-35801421] {
	width: 100vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: black;
	padding: 0.8rem 1.2rem;
	box-sizing: border-box;
	box-shadow: 0 0.15rem 0.25rem rgba(57, 63, 72, 0.1);
	position: relative;
	z-index: 0.05rem;
}
.modal-wrap .modal-header .android-modal-arrow[data-v-35801421] {
	font-size: 1.2rem;
	line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-35801421] {
	height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-35801421] {
	flex: 1;
	text-align: center;
}
.modal-wrap .modal-header .title img[data-v-35801421] {
	height: 0.96rem;
	margin: 0 auto;
}
.modal-content[data-v-35801421] {
	flex: 1;
	overflow-y: scroll;
}
.modal-content .platform-item img[data-v-35801421] {
	width: 100%;
	height: auto;
}
.modal-content .modal-common-img[data-v-35801421] {
	width: 100%;
	height: auto;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@keyframes zoomInOut {
0%,
  100% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
}
.pc-tip {
  color: #ffd324;
  font-size: 1.1vw;
  margin-top: 0.8vw;
}
.container {
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 6px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  background-size: cover;
  position: relative;
}
.container::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.swiper-pagination-bullet {
  transition: all 0.3s;
}
.swiper-pagination-bullet-active.swiper-pagination-bullet {
  height: 32px;
  border-radius: 50px;
}
.section-item,
.section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section {
  position: relative;
  z-index: 99;
}
.section-item .swiper {
  height: 100%;
}
.section .title {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 0 3vw;
  position: relative;
  z-index: 9;
}
.section .pc .title .title-images {
  max-height: 18vw;
}
.section .title .qrcode-container {
  max-width: 26vw;
}
.qrcode {
  background: url(data:image/png;base64,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);
  background-size: contain;
  max-width: 16vw;
  height: 14vw;
  margin: auto;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}
.section .title .qrcode-container .qrcode canvas {
  width: 7.4vw !important;
  height: 7.4vw !important;
  margin: 1.6vw 0.5vw 0 0;
}
.section .title .qrcode-container .download .application a {
  margin-bottom: 0.8rem;
  display: block;
}
.section .title .qrcode-container .download .application img {
  width: 12vw;
}
.tips_text {
  text-align: center;
  color: #FFF500;
  font-size: 0.9rem;
  padding-bottom: 0.4rem;
  margin-top: 0.8rem;
}
footer {
  display: none;
}
.content picture {
  display: flex;
  justify-content: center;
}
.video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section {
    padding: 3vw 2vw;
}
}
.mobile {
  display: none;
}
.mobile .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mobile .now-img {
  max-width: 36vw;
  margin-top: auto;
}
.mobile .tip1 {
  max-width: 34vw;
}
.mobile .tip2 {
  max-width: 80vw;
  margin-top: auto;
  margin-bottom: 8vw;
}
.pc {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pc .content {
  width: 18vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.pc .content img {
  max-width: 100%;
}
.pc .content .now {
  margin: 1.6vw 0;
}
.pc .content .now-img {
  max-width: 90%;
}
.pc .title {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.pc .title .group2-pc {
  max-width: 12vw;
}
.pc .title .tip-img {
  max-width: 30vw;
  margin: 0 2vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.now {
  color: #fff;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
}
.setup-container p {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
.container {
    background-size: cover;
    overflow: hidden;
    padding-bottom: 0.6rem;
}
.container .mobile {
    display: flex;
}
.container .pc {
    display: none;
}
.section {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}
.section .title {
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.section .title .title-images {
    max-width: 90vw;
    height: auto;
}
.section .title .qrcode-container {
    display: none;
}
footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 3vw 0;
    z-index: 9;
}
footer .tips-container {
    width: 100vw;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.48rem 0;
}
footer .tips-container img {
    height: 6vw;
}
footer .device-container {
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 2vw;
}
.setup-container {
    padding: 2vw 2vw 0;
    text-align: center;
    color: #ffd324;
    font-size: 4vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
}
.setup-container .android-tip1 {
    margin-bottom: 1vw;
}
footer .device-container a {
    display: block;
    flex: 1;
    text-align: center;
}
footer .device-container img {
    width: 92%;
}
}
.swiper-pagination {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.animate-image {
  animation: zoomInOut 1.6s infinite alternate-reverse;
}
.animate-image {
  position: absolute;
  width: 45vw;
  right: 1vw;
  bottom: 0;
}
.content-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.modal-wrap[data-v-e5a1eec9] {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	overflow: hidden;
	background-color: white;
	display: flex;
	flex-direction: column;
	left: 0;
}
.modal-wrap .modal-header[data-v-e5a1eec9] {
	width: 100vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: black;
	padding: 0.8rem 1.2rem;
	box-sizing: border-box;
	box-shadow: 0 0.15rem 0.25rem rgba(57, 63, 72, 0.1);
	position: relative;
	z-index: 1;
}
.modal-wrap .modal-header .android-modal-arrow[data-v-e5a1eec9] {
	font-size: 1.2rem;
	line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-e5a1eec9] {
	height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-e5a1eec9] {
	flex: 1;
	text-align: center;
}
.modal-wrap .modal-header .title img[data-v-e5a1eec9] {
	height: 0.96rem;
	margin: 0 auto;
}
.modal-content[data-v-e5a1eec9] {
	flex: 1;
	overflow-y: scroll;
}
.modal-content .platform-item img[data-v-e5a1eec9] {
	width: 100%;
	height: auto;
}
.modal-content .modal-common-img[data-v-e5a1eec9] {
	width: 100%;
	height: auto;
}

.contain-page[data-v-e6a1f0d9] {
	max-width: 37.5rem;
	margin: 0 auto;
	min-height: 100vh;
	overflow-y: scroll;
}
.contain-page .app-info[data-v-e6a1f0d9] {
	display: flex;
	padding: 1rem 0;
	width: 87.5%;
	margin: 0 auto;
	background: #fff;
}
.contain-page .app-info .app-logo[data-v-e6a1f0d9] {
	float: left;
	width: 28%;
	margin-right: 0.5rem;
}
.contain-page .app-info .app-logo img[data-v-e6a1f0d9] {
	display: block;
	width: 100%;
	border-radius: 1rem;
}
.app-info-rig[data-v-e6a1f0d9] {
	flex: 1;
}
.app-info-rig>div[data-v-e6a1f0d9] {
	margin-top: 0.6rem;
}
.app-info-rig>div>span[data-v-e6a1f0d9] {
	font-size: 0.7rem;
}
.app-info-rig strong[data-v-e6a1f0d9] {
	display: block;
	margin-top: 0.3rem;
	margin-left: 3.28358%;
	font-size: 1rem;
	font-weight: bold;
}
.app-info-rig p[data-v-e6a1f0d9] {
	margin: 0.21em 0 0 3.28358%;
	font-size: 0.7rem;
	color: #8a8a90;
}
.arouse[data-v-e6a1f0d9] {
	float: right;
	height: 1rem;
	line-height: 2rem;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1rem;
	color: red;
}
.btn[data-v-e6a1f0d9] {
	display: block;
	width: 50%;
	padding: 0.2rem 0.75rem;
	background: rgba(4, 119, 249, 1);
	border: rgba(4, 119, 249, 1) 1px solid;
	border-radius: 0.75rem;
	text-align: center;
	color: #fff;
	font-size: 0.7rem;
}
.app-intro[data-v-e6a1f0d9],
.comment-box[data-v-e6a1f0d9],
.information-box[data-v-e6a1f0d9] {
	margin: 0 auto;
	padding: 1rem 0;
	width: 87.5%;
	border-top: 1px solid #e5e5e5;
}
.app-intro .fs10[data-v-e6a1f0d9] {
	font-size: 0.7rem;
	line-height: 1rem;
}
.app-show[data-v-e6a1f0d9] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 1rem;
	width: 87.5%;
	margin: 0 auto;
	background: #fff;
	color: #8e8f92;
}
.app-score .score[data-v-e6a1f0d9] {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}
.app-score strong[data-v-e6a1f0d9],
.app-age strong[data-v-e6a1f0d9] {
	font-size: 0.8rem;
}
.app-score .score img[data-v-e6a1f0d9] {
	width: 4rem
}
.app-score p[data-v-e6a1f0d9],
.app-age p[data-v-e6a1f0d9] {
	color: #d8d8d8;
	font-size: 0.6rem;
	margin-top: 0.3rem;
}
.app-title[data-v-e6a1f0d9] {
	margin-bottom: 0.85rem;
	font-size: 1rem;
}
.app-intro-con[data-v-e6a1f0d9] {
	position: relative;
	line-height: 1.8;
	font-size: 0.7rem;
	height: 3.78rem;
}
.comment-con[data-v-e6a1f0d9] {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-right[data-v-e6a1f0d9] {
	width: 63.38%
}
.comment-left strong[data-v-e6a1f0d9] {
	font-size: 3rem;
	color: #4a4a4e;
	font-weight: bold;
	line-height: 2.2rem;
}
.comment-left p[data-v-e6a1f0d9] {
	text-align: center;
	color: #7b7b7b;
	margin-top: 0.5rem;
	font-size: 0.6rem;
}
.comment-star-list[data-v-e6a1f0d9] {
	list-style: none;
}
.comment-star[data-v-e6a1f0d9] {
	position: relative;
	width: 2.3rem;
	height: auto
}
.comment-star img[data-v-e6a1f0d9] {
	display: block;
	width: 100%;
	height: 100%;
}
.comment-star div[data-v-e6a1f0d9] {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #fff;
}
.comment-star-list li:nth-child(2) .comment-star div[data-v-e6a1f0d9] {
	width: 20%;
}
.comment-star-list li:nth-child(3) .comment-star div[data-v-e6a1f0d9] {
	width: 40%;
}
.comment-star-list li:nth-child(4) .comment-star div[data-v-e6a1f0d9] {
	width: 60%;
}
.comment-star-list li:nth-child(5) .comment-star div[data-v-e6a1f0d9] {
	width: 80%;
}
.comment-star img[data-v-e6a1f0d9] {
	width: 100%;
	height: auto;
}
.comment-star-list li[data-v-e6a1f0d9] {
	display: flex;
	align-items: center;
	line-height: 1.5;
	height: 0.6rem;
	gap: 0.5rem;
}
.comment-progress[data-v-e6a1f0d9] {
	position: relative;
	width: calc(100% - 2rem);
	height: 2px;
	background: #e9e9ec;
	border-radius: 2px;
}
.comment-progress div[data-v-e6a1f0d9] {
	width: 0;
	height: 2px;
	background: #4a4a4e;
	border-radius: 2px;
}
.comment-star-list li:nth-child(1) .comment-progress div[data-v-e6a1f0d9] {
	width: 90%;
}
.comment-star-list li:nth-child(2) .comment-progress div[data-v-e6a1f0d9] {
	width: 10%;
}
.comment-right>p[data-v-e6a1f0d9] {
	margin-top: 0.25rem;
	font-size: 0.6rem;
	color: #7b7b7b;
	text-align: right;
}
.information-list .row[data-v-e6a1f0d9] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f2f2f2;
	line-height: 3.5;
	font-size: 0.6rem;
}
.information-list .row .l[data-v-e6a1f0d9] {
	color: #737379;
	min-width: 5rem;
}
.safari-modal[data-v-e6a1f0d9] {
	display: block;
	z-index: 999;
	position: relative;
}
.mask-bg[data-v-e6a1f0d9] {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}
.mask-pop[data-v-e6a1f0d9] {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 15rem;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 0.75rem;
	overflow: hidden;
	z-index: 999;
}
.mask-colsed[data-v-e6a1f0d9] {
	z-index: 2;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 1rem;
}
.mask-colsed img[data-v-e6a1f0d9] {
	display: block;
	width: 100%;
}
.copy-url-img[data-v-e6a1f0d9] {
	display: block;
	width: 100%;
}
.copy-url[data-v-e6a1f0d9] {
	position: relative;
	margin: 1rem 1.5rem;
	height: 1.8rem;
	line-height: 1.8rem;
	background: #f1f6f9;
	border-radius: 0.9rem;
	padding-left: 0.8rem;
	overflow: hidden;
}
.copy-url .copy-text[data-v-e6a1f0d9] {
	font-size: 0.6rem;
	color: #535352
}
.copy-btn[data-v-e6a1f0d9] {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 0.75rem;
	font-size: 0.7rem;
	height: 1.8rem;
	line-height: 1.8rem;
	background: linear-gradient(90deg, rgba(34, 125, 249, 1), rgba(0, 203, 250, 1));
	color: #fff;
	border-radius: 0 0.9rem 0.9rem 0;
	cursor: pointer;
}
:root {
	--base-font-size: calc(0px + (41 - 10) * ((100vw - 0px) / (640 - 0)));
}

@media (min-width: 640px) and (max-width: 960px) {
	:root {
		--base-font-size: calc(20px + (12 - 10) * ((100vw - 640px) / (960 - 640)));
	}
}

@media (min-width: 960px) and (max-width: 1200px) {
	:root {
		--base-font-size: calc(15.5px + (12 - 10) * ((100vw - 960px) / (1200 - 960)));
	}
}

@media (min-width: 1200px) {
	:root {
		--base-font-size: 20px;
	}
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: var(--base-font-size);
}

*{
	margin: 0;
	padding: 0;
}