* {
    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: 3.5rem;
  }
  
  .header .contact-container img {
    /* height: 2.8rem; */
    margin-left: 1.5vw;
    height: 5vh;
  }
  .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: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    padding-left: 7vw;
  }
  .title-slide .imgg {
    width: 42vw;
    margin-bottom: 1vw;
  }
  .slogan-container {
    background-image: url(../images/desktop/slogan_bg.png);
    background-size: 100% 100%;
    margin-bottom: 1vw;
    padding: 1rem;
    width: 75%;
  }
  .title-slide .slogan {
    width: 35.5vw;
  }
  .title-slide .baoliao {
    width: 39vw;
  }
  .pic {
    width: 44%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .pic img {
    height: 82vh;
  }
  .pic .desc {
    position: absolute;
    bottom: 9vh;
    left: -8vh;
  }
  .pic .desc img {
    height: 20vh;
  }
  .decs-container {
    display: flex;
    margin-bottom: 2vw;
    height: 22vh;
  }
  .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%;
    margin-top: 2vh;
  }
  
  .qrcode {
    background-image: url("../images/desktop/qrcode-bg.png");
    padding: .5vw;
    background-size: 100% 100%;
    height: 20vh;
  }
  .qrcode img {
    width: 20vh;
  } 
  
  .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: 11vh;
    margin-top: unset;
  }
  .ios-btn img {
    margin-top: -0.1rem;
  }
  .android-btn img {
    margin-top: -1rem;
  }
  .app-txt {
    margin-left: 0.5rem;
  }
  .app-txt:not(:first-child) {
    margin-top: 2rem;
  }
  .app-txt img {
    width: 24vw;
  }
  .app-txt:first-child img {
    width: 22vw;
    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%; */
    }
  }
  