*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

img {
  vertical-align: middle;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
  user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
  -webkit-user-select: auto;
  user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url(../images/desktop/backgroud1.png);
  background-size: cover;
}
.bg1 {
  background-image: url(../images/desktop/backgroud1.png);
}
.bg2 {
  background-image: url(../images/desktop/backgroud2.png);
}
.bg3 {
  background-image: url(../images/desktop/backgroud3.png);
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  padding: 2vw 2vw 0 6vw;
  z-index: 9;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
}

header .logo {
  margin: 0;
  color: white;
  display: flex;
  align-items: center;
}

header .logo img {
  height: 5rem;
}

header .contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 3rem;
}

header .contact img {
  margin-left: 2vw;
  width: 10vw;
}

main {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: env(safe-area-inset-bottom, 50px);
  max-width: 1920px;
  margin: 0 auto;
}

main .swiper {
  width: 100%;
  height: 100%;
}

main .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
}

main .swiper .swiper-slide .slide-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

main .swiper .swiper-slide .slide-content .title-slide {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 8vw;
}

main .swiper .swiper-slide .slide-content .title-slide .imgg {
  width: 90%;
  margin-bottom: 4vw;
}

main .swiper .swiper-slide .slide-content .pic {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 4vw;
  text-align: left;
}
main .swiper .swiper-slide .slide-content .pic .picContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
main .swiper .swiper-slide .bubble {
  width: 6vw;
  height: 6vw;
  object-fit: contain;
}
.iconImg1 {
  position: absolute;
  top: 14%;
  left: 10%;
}
.iconImg2 {
  position: absolute;
  top: 35%;
  right: 15%;
}
.iconImg3 {
  position: absolute;
  bottom: 20%;
  left: 15%;
}
.iconImg4 {
  position: absolute;
  bottom: 15%;
  right: 25%;
}

.iconImg5 {
  position: absolute;
  bottom: 12%;
  left: 5%;
}
.iconImg6 {
  position: absolute;
  bottom: 12%;
  left: 25%;
}
.iconImg7 {
  position: absolute;
  bottom: 12%;
  left: 45%;
}
.iconImg8 {
  position: absolute;
  bottom: 12%;
  left: 65%;
}

.iconImg9 {
  position: absolute;
  bottom: 18%;
  left: 10%;
  animation: light 2s ease-in-out infinite alternate;
}
.iconImg10 {
  position: absolute;
  bottom: 25%;
  right: 15%;
  animation: light 2s ease-in-out infinite alternate;
}
.iconImg11 {
  position: absolute;
  top: 20%;
  left: 15%;
  animation: light 2s ease-in-out infinite alternate;
}
.iconImg12 {
  position: absolute;
  top: 15%;
  right: 15%;
  animation: light 2s ease-in-out infinite alternate;
}

main .swiper .swiper-slide .slide-content .pic .picContainer .imgg {
  width: 85%;
  vertical-align: middle;
  object-fit: contain;
}

main .swiper-pagination-bullet {
  opacity: unset;
  background: url("../images/desktop/normalPage.png") no-repeat center !important;
  background-size: contain;
  width: 0.5rem;
  height: 0.5em;
}

main .swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.5em;
  background: url("../images/desktop/activePage.png") no-repeat center !important;
  background-size: contain;
}

.decs-container {
  width: 66%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.decs-container img {
  width: 100%;
}

.decs-container .desc {
  width: 57%;
  text-align: left;
  padding-bottom: 1rem;
}

.decs-container .desc p {
  color: #fff500;
  font-size: 1vw;
}

.decs-container .desc img {
  width: 70% !important;
  padding-bottom: 0.5rem;
}

.decs-container .txt-qr {
  text-align: center;
  padding-bottom: 1.5rem;
}

.decs-container .txt-qr img {
  width: 60%;
}

.decs-container .qr-part {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.decs-container .qr {
  padding: 1vw;
  background-color: #fff;
  border-radius: 10px;
}

.decs-container .qr canvas {
  width: 6.5vw !important;
  height: 6.5vw !important;
  min-width: 6.5vw;
  min-height: 6.5vw;
}

.decs-container .decs-text {
  color: white;
  line-height: 1.5;
}

.decs-container .setup-detail {
  font-size: 1.2vw;
}

.decs-container .download-tips {
  text-align: left;
  padding-left: 1rem;
}

.decs-container .download-tips .app-tips {
  color: #e7aa9b;
  font-size: 1.2vw;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.decs-container .download-tips .app-tips img {
  width: 40%;
  cursor: pointer;
}
.decs-container .download-tips .app-tips .androidDownLoad {
  margin-left: 1rem;
}

.decs-container .download-tips .app-setup {
  color: rgba(255, 255, 255, 1);
  font-size: 0.9vw;
}

footer,
.shadow-box {
  display: none;
}

.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 9px solid;
  border-color: rgba(0, 0, 0, 0.5);
  border-right-color: #cda081;
  -webkit-animation: spinner-zp9dbg 1s infinite linear;
  animation: spinner-zp9dbg 1s infinite linear;
}

@-webkit-keyframes spinner-zp9dbg {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spinner-zp9dbg {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@media (min-width: 740px) and (max-width: 1024px) and (min-height: 1024px) and (max-height: 1366px) {
  main .swiper .swiper-slide .slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  main .swiper .swiper-slide .slide-content .title-slide {
    width: 90%;
  }

  main .swiper .swiper-slide .slide-content .pic {
    position: unset;
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  a {
    text-decoration: none;
    color: white;
  }

  body {
    background: url(../images/mobile/backgroud1.png);
    background-size: 100% 100%;
    margin: 0 auto;
  }

  .bg1 {
    background-image: url(../images/mobile/backgroud1.png);
  }
  .bg2 {
    background-image: url(../images/mobile/backgroud2.png);
  }
  .bg3 {
    background-image: url(../images/mobile/backgroud3.png);
  }

  main {
    flex: 1;
  }

  header {
    padding: 1rem;
  }

  header .logo {
    padding-left: 0;
  }

  header .logo img {
    height: 4rem;
    object-fit: contain;
  }

  header .contact {
    padding-right: 0;
  }

  header .contact img {
    margin-left: 1.2rem;
    height: 12vw;
    width: unset;
  }

  main .swiper .swiper-slide .slide-content {
    position: relative;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    padding-top: 15vw;
    box-sizing: border-box;
    overflow: hidden;
  }

  main .swiper .swiper-slide .slide-content .pic {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  main .swiper .swiper-slide .slide-content .title-slide {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 13vh;
  }

  main .swiper .swiper-slide .slide-content .title-slide .imgg {
    width: 70%;
    margin-bottom: -4vw;
    display: none;
  }

  main .swiper .swiper-slide .slide-content .pic {
    position: unset;
  }
  picture {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  main .swiper .swiper-slide .slide-content .pic .picContainer .imgg {
    width: 90%;
    height: unset;
  }

  main .swiper .swiper-slide .slide-content .pic .picContainer .bubble {
    width: 19vw;
    height: 19vw;
    object-fit: contain;
  }
  .iconImg {
    width: 5.5rem;
    height: 5.5rem;
    object-fit: contain;
  }
  .iconImg1 {
    position: absolute;
    top: 14% !important;
    left: 10% !important;
  }
  .iconImg2 {
    position: absolute;
    top: 30% !important;
    right: 5% !important;
  }
  .iconImg3 {
    position: absolute;
    top: 50% !important;
    left: 15% !important;
  }
  .iconImg4 {
    position: absolute;
    top: 53% !important;
    right: 15% !important;
  }

  .iconImg5 {
    position: absolute;
    top: 50% !important;
    left: 10% !important;
  }
  .iconImg6 {
    position: absolute;
    top: 50% !important;
    left: 32% !important;
  }
  .iconImg7 {
    position: absolute;
    top: 50% !important;
    left: 53% !important;
  }
  .iconImg8 {
    position: absolute;
    top: 50% !important;
    left: 75% !important;
  }

  .iconImg9 {
    position: absolute;
    bottom: 70% !important;
    left: 10% !important;
  }
  .iconImg10 {
    position: absolute;
    bottom: 50% !important;
    right: 5% !important;
  }
  .iconImg11 {
    position: absolute;
    top: 45% !important;
    left: 10% !important;
  }
  .iconImg12 {
    position: absolute;
    top: 6% !important;
    right: 15% !important;
  }

  footer {
    padding-top: 2vw;
    padding-bottom: 2vw;
    position: fixed;
    bottom: 0rem;
    width: 100%;
    z-index: 9;
    display: block;
    background: url("../images/mobile/background444.png") no-repeat center;
    background-size: cover;
  }

  footer .setup-tips {
    text-align: center;
    color: #ef9e7c;
    font-size: 12px;
    padding-bottom: 1vw;
  }

  footer .app {
    display: flex;
    width: 100%;
    margin: auto;
    padding-bottom: 2vw;
    justify-content: center;
  }

  footer .set-up-tip {
    display: flex;
    justify-content: center;
    padding-bottom: 2vw;
  }

  footer .set-up-tip img {
    width: 70%;
  }

  footer .app img {
    width: 95% !important;
    display: block;
    margin: auto;
  }

  .decs-container {
    display: none;
  }

  .shadow-box {
    position: relative;
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25vh;
    background: linear-gradient(to top, black 60%, transparent);
  }
}

/* 针对 3倍像素点 */
@media screen and (max-width: 430px) and (max-height: 932px) and (min-resolution: 3dppx) {
  main .swiper .swiper-slide .slide-content .title-slide {
    bottom: 15vh;
  }
}

@media screen and (max-width: 390px) {
  picture {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  header .logo img {
    height: 3rem;
  }

  header .contact img {
    height: 3rem;
  }
}

.animate_pulse_2s {
  -webkit-animation-name: pulse;
  animation-name: pulse;

  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;

  -webkit-animation-duration: 2s;
  animation-duration: 2s;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate_pulse_25s {
  -webkit-animation-name: pulse;
  animation-name: pulse;

  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;

  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate_pulse_3s {
  -webkit-animation-name: pulse;
  animation-name: pulse;

  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;

  -webkit-animation-duration: 3s;
  animation-duration: 3s;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;

  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;

  -webkit-animation-duration: 2s;
  animation-duration: 2s;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
