* {
  margin: 0;
  padding: 0;
}
a {
  display: block;
  text-decoration: none;
}
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url('../images/desktop/bg-u.png');
  /* background-size: cover; */
}
.desktop {
  width: 100vw;
  height: 100vh;
  display: block;
}
.wrap-body {
  display: none;
}
.container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  flex-direction: column;
}

.container .main {
  width: 100vw;
  height: 100vh;
}
.container .main .theme-content {
  width: 100vw;
  height: 100vh;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  padding-top: 1.5rem;
  z-index: 9;
}
.header .logo img {
  height: 5rem;
}
.logo-container {
  margin: 0;
  color: white;
  display: flex;
  align-items: center;
}

.logo-txt {
  margin-left: .5rem;
  line-height: 2;
}

.txt-1 img {
  height: 2.4rem;
}

.txt-2 img {
  height: 1rem;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-txt {
  display: grid;
  margin-left: .4rem;
}

.txt-1 {
  height: 2.5rem !important;
  margin-bottom: .5rem;
}

.logo-container {
  margin: 0;
  color: white;
  display: flex;
  align-items: center;
  padding-left: 4rem;
}
.logo_pc {
  display: block;
  max-height: 100vh;
  height: 5rem;
  margin: auto;
}


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

.header .contact-container img {
  /* height: 2.8rem; */
  margin-left: 1.5vw;
  width: 10vw;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  color: blue;
}

.slide-content {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 100%;
}
.title-slide {
  text-align: center;
  width: 60%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  padding-left: 5vw;
}
.imgg {
  /* width: 85%; */
  height: 20vw;
  margin-bottom: 2vw;
}

.pic {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pic img {
  height: 90vh;
}
.decs-container {
  display: flex;
  margin-bottom: 2vw;
}
.decs-container img {
  width: 100%;
}
.txt-qr {
  text-align: center;
  padding-bottom: 1.5rem;
}
.txt-qr img {
  width: 60%;
}
.qr-part {
  display: flex;
  width: 100%;
}

.qrcode {
  background-image: url("../images/desktop/uc-bg.png");
  padding: .5vw;
  background-size: 100% 100%;
  height: 13.5vw;
}
.qr {
  padding: 1.2vw;
}

.qr canvas {
  width: 10vw !important;
  height: 10vw !important;
}
.decs-container .decs-text {
  color: white;
  line-height: 1.5;
}

.decs-container .setup-tips {
  color: rgb(255 56 199);
  font-size: 1.5vw;
}

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

.download {
  margin: .3rem 0 0 .5rem;
  text-align: left;
}


.ios-btn img,
.android-btn img {
  width: unset;
  height: 4.5vw;
  margin-top: unset;
}
.app-txt {
  margin: 1rem 0 0 .5rem;
}
.app-txt img {
  height: 4vw;
  width: unset;
  margin-top: unset;
}

.footer-container {
  display: none;
}
.pc_slide{
  display: flex;
  flex-direction: row;
  direction: rtl;
  align-items: center;
}
.footer-area {
  display: none;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: unset;
}
.swiper-pagination-bullets {
  top: 33% !important;
  right: 30px !important;
}
.swiper-pagination-bullet-active {
  background: #fff;
  height: 1.5rem;
  border-radius: 8px;
}

.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  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: #8d42f3;
  -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 screen and (max-width: 980px) {
  .header .logo img {
    height: 3rem;
  }
  .imgg {
    margin-top: 50%;
    height: 25vh;
    /* width: 100%; */
  }
}
