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

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

body {
  font-family: Arial, sans-serif;
  background-color: #fa9eb0;
  background: url(/assets_site1/images/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container .logo {
  height: 4vw;
}

header .container .logo img {
  height: 100%;
}

header .container .contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .container .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

header .container .contact a img {
  width: 10vw;
  margin-right: 10px;
}

header .container .contact a span {
  font-size: 1vw;
  color: black;
}

.desktop {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.desktop .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1vw;
  margin: 0 auto;
}

.desktop .container .banner {
  width: 37vw;
}

.desktop .container .banner img {
  width: 100%;
  object-fit: contain;
}

.desktop .container .qrcode-container {
  position: relative;
  padding-left: 3.125vw;
}

.desktop .container .qrcode-container .title {
  width: 60vw;
  margin: 1vw auto;
}

.desktop .container .qrcode-container .qrcode-download-container {
  display: flex;
}
.desktop .container .qrcode-container .qrcode-download-container .href-a {
  display: flex;
  margin-top: -1.1vw;
}
.desktop .container .qrcode-container .qrcode-bg-container{
  position: relative;
}

.desktop .container .qrcode-container .qrcode-bg-container .qrcode-bg {
  width: 13vw;
}
.desktop .container .qrcode-container .qrcode-bg-container .qrcode-scan {
  width: 9.6875vw;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

.desktop .container .qrcode-container .download-container {
  display: flex;
  flex-direction: column;
  margin-left: 1vw;
}

.desktop .container .qrcode-container .download-container a {
  margin-bottom: 1vw;
}

.desktop .container .qrcode-container .download-container a img {
  width: 21.6vw;
  margin-left: -2.6vw;
}

.desktop .container .qrcode-container .tips-img img{
  width: 40.625vw;
}

.desktop .container .qrcode-container .title img{
  width: 100%;
}

.desktop .container .qrcode-container .qrcode-background {
  width: 13vw;
  margin: 1vw auto;
  user-select: none;
}

.desktop .container .qrcode-container .qrcode-background img {
  width: 100%;
}

.desktop .container .qrcode-container #qrcode {
  position: absolute;
  width: 12.375vw;
  height: 12.375vw;
  border-radius: 10px;
  overflow: hidden;
  padding: 1vw;
}

.header_title_container {
  display: none;
}

.desktop .container .qrcode-container #qrcode img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#fullpage {
  display: none;
  width: 100%;
}

.mobile-download {
  display: none;
}

#fp-nav.right {
  right: 0 !important;
}

 #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    background-color: #0a71f4;
  }
@media screen and (min-width: 768px) {
  header .container {
    width: 60vw;
    margin: 0 auto;
    padding: 4px 12px 5.5px 21px;
    box-shadow: inset -0.5px 0px 0 0 rgba(255, 255, 255, 0.27), inset 0.5px 0px 0 0 rgba(255, 255, 255, 0.27), inset 0px -0.5px 0 0 rgba(255, 255, 255, 0.48);
    background-color: rgba(255,255,255,0.1);
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  body {
    background: none;
    background-color: #fa9eb0;
    background: url("/assets_site1/images/background_mb.png");
    background-size: 100% 100%;
  }

  .header_title_container {
    display: block;
    height: 10vw;
    overflow: hidden;
  }

  .header_title_container .title {
    text-align: center;
    height: 100%;
    display: none;
  }

  .header_title_container .title.active {
    display: block;
  }

  .header_title_container .title img {
    height: 100%;
    object-fit: contain;
  }

  #fullpage{
    width: 100vw;
    display: block;
  }

  #fullpage .fullpage-banner{
    width: 97.466vw;
    position: relative;
    z-index: 9;
  }

  #fullpage .fullpage-banner.circle-top {
    margin-top: 25vw;
  }

  #fullpage .vertical-scrolling {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #fullpage .placeholder {
    height: 7vh;
  }

  #fullpage .half-circle-container {
    position: absolute;
    top: 7vh;
    z-index: 8;
  }

  #fullpage .half-circle-container .circle-box{
    display: flex;
  }

  #fullpage .half-circle-container img {
    height: 100vw;
  }

 

  .mobile-download {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2vw 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .mobile-download .download-container {
    position: relative;
    width: 100%;
    height: 21.333vw;
  }

  .mobile-download .download-container a {
    position: absolute;
    width: 42.53333vw;
    top: 0;
  }
  .mobile-download .download-container .iphone {
    left: -4.4vw;
  }
  .mobile-download .download-container .android {
    left: 28.93333vw;
  }
  .mobile-download .download-container .android2 {
    left: 61.6vw;
  }
  .mobile-download .download-container a img {
    width: 100%;
    height: auto;
  }

  .mobile-download .tips-text {
    font-size: 3vw;
    color: #fff;
    text-align: center;
    line-height: 2.14;
    text-decoration: underline;
  }

  header .container {
    padding: 3vw;
  }

  header .container .logo {
    height: 10.4vw;
  }

  header .container .logo img {
    height: 100%;
  }

  header .container .contact a {
    flex-direction: column;
    text-align: center;
  }

  header .container .contact a img {
    width: 13.588vw;
  }

  header .container .contact a span {
    font-size: 2.5vw;
  }

  .desktop {
    display: none;
  }
}



.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-container .spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 9px solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-right-color: #e76993;
    -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);
    }
}

@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}