* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.desktop {
  display: block;
}

.wrap-body {
  display: none;
}

body {
  width: 100%;
  box-sizing: border-box;
  background-image: url("../image/desktop/bg.png");
  background-size: cover;
}

.container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.mobile-main {
  display: none;
}

.mb-contact {
  display: none;
}

.title-mb {
  display: none;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 4.5rem 0;
  position: relative;
}

.header .logo img {
  height: 4.7rem;
}

.logo {
  display: block;
}

.logo_mb {
  display: none;
}

.header .contact-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.header .contact-container a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.header .contact-container img {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.header .contact-container span {
  font-size: 16px;
  margin-left: 0.5rem;
}

.header .contact-container span:hover {
  color: rgb(249, 211, 80);
}

.main {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  height: 100%;
}

.main-mb {
  display: none;
}

.title-container {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}

.theme-content {
  width: 50%;
  text-align: right;
  height: 100%;
  display: flex;
  align-items: center;

}

.theme-content img {
  max-width: 80%;
  height: auto;
}

.decs-container {
  flex-direction: row;
  align-items: flex-end;
  width: fit-content;
}

.titlee {
  text-align: center;
  margin-bottom: 2vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titlee img {
  width: 90%;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.decs-container .info-activity {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: rgba(0, 0, 0);
  border-radius: 0.5rem;
  padding: 1vw;
}
.qrcode {
  border-radius: 8px;
  overflow: hidden;
  padding: 2px;
  border: 2px solid white;
  background: white;
  flex-shrink: 0;
}
.title_ a,
.txt_ a {
  display: block;
  color: #ffffff;
}

.title_ img,
.txt_ img {
  width: 22px;
  height: 22px;
  margin-right: 2px;
}

.txtt img {
  height: 4rem;
}

.footer-container {
  display: none;
}

/* Centered text */

.cont {
  margin-left: 12px;
  white-space: nowrap;
}

.qr {
  padding: 2px;
}

#qr img {
  width: 5vw !important;
  height: 5vw !important;
  min-width: 60px;
  min-height: 60px;
}

.qr-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2vw;
  text-align: center;
  padding-top: .5rem;
}

.ioss {
  width: 13%;
}

.icon_ {
  margin-left: 13%;
}

.icon_ img {
  width: 16%;
  margin-top: 5%;
}


@media screen and (max-width:980px) {

  .header .logo img {
    height: 3.8rem;
  }

  .txtt img {
    height: 3rem;
  }
  #qr img {
    width: 60px !important;
    height: 60px !important;
  }
  .device-container .txt_ .tip,
  .device-container .title_ .tip {
    font-size: 12px;
  }
  .title_,
  .txt_ {
    font-size: 14px;
  }
}

.pc-swiper {
  width: 100%;
  flex: 1;
}

.pc-swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.contact-us {
  background-color: #000000;
  border-radius: 10px;
  padding: 12px 16px;
}

.device-container {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #000;
  padding-top: 12px;
  width: fit-content;
  margin: auto;
}

.device-container .tip {
  color: #c0fc2b;
  font-size: 14px;
  margin-top: 6px;
}

.icon-warn {
  width: 20px;
  height: 19px;
}

.set-up-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
