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

.fixed_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #000000;
  padding-bottom: 10px;
}

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

.fixed_right {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #000000bf;
  border-radius: 8vw;
  padding: 2vw 0;
  border: 1px solid #ffffff;
}

.right_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 5px;
}

.right_item img {
  width: 10vw;
}

#tab_container {
  padding-top: 39vw;
  padding-bottom: 54vw;
}

.tabs_ul,
.tabs_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.tabs_ul {
  padding: 5px 10px;
  background-color: #1c1c1e;
  position: fixed;
  width: calc(100% - 20px);
  top: 28vw;
  left: 0;
  z-index: 100000;
}

.tabs_popup {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs_popup img {
  width: 70vw !important;
}

.tabs_li {
  height: 30px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.tabs_li.active {
  background: linear-gradient(113.96deg, #2fccf7 0%, #00df39 100%);
}

.tabs_li.active a {
  color: #000000;
}

.tabs_li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.fixed_top img,
.fixed_footer img {
  width: 100vw;
}

.tabs_item img {
  width: 90vw;
}

.last_text {
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 1px 0;
}

.none {
  display: none !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: 105px;
  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;
}
