@charset "UTF-8";
body {
  margin: 0;
  font-family: "Montserrat";
  background-color: #000000;
}

#no_wx_browser {
  width: 100vw;
  height: 100vh;
  background-image: url("../image/image_bg.png");
  background-size: cover;
  position: relative;
}

.fixed_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.top_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.2667vw;
}

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

.logo {
  width: 12vw;
}

.logo_text {
  width: 26.1333vw;
  margin-left: 2px;
}

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

.service_item {
  display: flex;
  align-items: center;
  padding-left: 4.2667vw;
  flex-direction: column;
  justify-content: center;
}

.service_img {
  width: 6.1333vw;
}

.service_text {
  font-size: 12px;
  color: #ffffff;
  padding-top: 2px;
}

.top_info {
  width: 100%;
}

.text_2 {
  width: 23.7333vw;
  position: absolute;
  top: 26%;
  left: 2.4vw;
  z-index: 30;
}

.text_3 {
  width: 5.2vw;
  position: absolute;
  right: 4.2667vw;
  top: 40%;
  transform: translateY(-50%);
  z-index: 30;
}

.person {
  width: 100%;
  position: absolute;
  left: 0;
  top: -5vw;
  z-index: 50;
}

.fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.down {
  width: 43.2vw;
}

.last_text {
  color: #ff083d;
  font-size: 14px;
  text-align: center;
  padding: 4.2667vw;
}

.none {
  display: none !important;
}

.visibility {
  visibility: hidden !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  flex-direction: column;
  padding: 12px 0;
}

.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.desc img {
  width: 80vw;
}

.close img {
  width: 40px;
  margin-top: 12px;
}

.desc2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
}

.desc2 img {
  width: 100%;
}

.ios-text {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding-bottom: 14px;
}

.close2 img {
  width: 40px;
  margin-top: 12px;
}

.down_popup {
  width: calc(68vw - 40px);
  background: linear-gradient(0deg, #414141, #414141),
    linear-gradient(
      90deg,
      #14161a 7.74%,
      #13211b 28.75%,
      #14161a 59.78%,
      #1b1824 100%
    );
  padding: 20px;
  border-radius: 10px;
}

.down_popup_title {
  font-weight: 900;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
}

.down_popup_action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.down_down_popup_btn {
  background: #727272;
  height: 35px;
  border-radius: 50px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #a09f9f;
}

.down_down_popup_btn.yes {
  background: linear-gradient(90deg, #ffe7c3 0%, #efb96f 100%);
  color: #000000;
}
