/* #w0,
.mobile-nav {
  background: transparent;
} */

.wrap {
  position: relative;
}

.index_main {
  font-family: "Inter Regular";
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0a0a0a;
}

.bg_top {
  position: absolute;
  top: 64px;
  width: 100%;
  /* height: 100%; */
  height: 938px;
  background-image: url(/images/activity/aleo_20251115_20251215/bg_big.png) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.bg_bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  /* height: 100%; */
  height: 682px;
  background-image: url(/images/activity/aleo_20251115_20251215/bg_bottom.png) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.index_header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 1;
}

.index_content.content_header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.index_content.content_header .aleo_img {
  width: 95px;
  height: 95px;
}

.index_content.content_header p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0em;
  color: #80879a;
}

.index_content.content_header p.spreadhead {
  font-family: "Inter Blod";
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 0em;
  color: #ffffff;
}

.index_content.content_header p.spreadhead.h5 {
  display: none;
}

.index_content.content_body {
  width: 100%;
  /* background: linear-gradient(248deg, rgba(46, 47, 54, 0) 2%, #2E2F36 97%); */
  border-radius: 12px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  gap: 50px;
  /* border: 1px solid #3F414B */
}

.index_content.content_body .card_body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
}

.index_content.content_body .card_area {
  display: flex;
  flex-direction: row;
  align-items: end;
  overflow-x: auto;
  width: max-content;
  gap: 35px;
}

.index_content.content_body .card_area::-webkit-scrollbar {
  display: none;
}

.card_area .card_item {
  position: relative;
  width: 100%;
  max-width: 276px;
  min-width: 276px;
  height: max-content;
}

.card_area .card_item .text_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 110px 30px;
}

.card_area .card_item .text_area p {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  color: #ffffff;
}

.card_area .card_item .text_area p a {
  color: #ffdb9e;
}
.index_content.content_body .card_but_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;

  box-sizing: border-box;
  border-width: 1px 0px 1px 0px;
  padding: 22px 0;
  border-style: solid;
  border-image: linear-gradient(
      270deg,
      rgba(81, 84, 87, 0) 0%,
      #515457 50%,
      rgba(81, 84, 87, 0) 100%
    )
    3 0 3 0;
}

.card_but_area .but_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.card_but_area .but_area button {
  display: flex;
  width: 100%;
  height: 56px;
  max-width: 380px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  background: linear-gradient(180deg, #f5ba47 0%, #ffeaba 100%);
  border-radius: 12px;
  margin: 0;

  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0em;
  color: #1f1f24;
}

.card_but_area .but_area button.unselectable {
  background: #80879a !important;
}

.body_content1 {
  display: flex;
  flex-direction: row;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  gap: 20px;
}

.body_content1 .content_left {
  padding-top: 20px;
  flex: 1;
}

.body_content1 .content_right {
  flex: 1;
}

.body_content1 .content_right .h5_content {
  display: none;
}

.body_content1 .content_right .h5_content .content_left_title {
  font-size: 20px;
}

.body_content1 .content_right .h5_content .content_left_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 12px;
}

.body_content1 .content_right .h5_content .content_left_text span {
  font-size: 14px;
  font-weight: 900;
  line-height: 160%;
}

.body_content1 .content_left_title {
  font-family: "Inter Bold";
  font-size: 40px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  background: linear-gradient(270deg, #ffdb9e 0%, #fdc463 47%, #ffdb9e 100%),
    linear-gradient(270deg, #faf2e3 0%, #dfd847 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.body_content1 .content_left #winning_pc {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 30px;
  padding: 0 20px;
  max-width: 432px;
  border-radius: 304px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 219, 158, 0.4);

  background: radial-gradient(
      58% 58% at 50% 50%,
      rgba(77, 77, 77, 0.7) 0%,
      rgba(46, 47, 54, 0.7) 100%
    ),
    linear-gradient(0deg, #202121 0%, #332917 100%);
}

.winning_preview {
  width: 100%;
  height: 48px;
  opacity: 1;

  /* 自动布局 */
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.winning_preview.h5 {
  width: 100%;
}

.winning_preview .scrolling-text {
  display: flex;
  gap: 10px;
}

.winning_preview span {
  font-family: "Inter Regular";
  font-size: 13px;
  font-weight: normal;
  line-height: 140%;
  letter-spacing: 0em;
  color: #80879a;
  min-width: 240px;
}

.body_content1 .content_left_text {
  font-family: "Inter Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #80879a;
  margin-top: 20px;
  width: 100%;
  max-width: 500px;
}

.body_content1 .content_left_text span {
  font-weight: 900;
  font-size: 20px;
  font-variation-settings: "opsz" auto;
  color: #ffdb9e;
}

.body_content1 .content_right {
  flex: 1;
}

.content_right_body .img_btn {
  width: 38px;
  border-radius: 8px;
  cursor: pointer;
}

.content_right_body .right_body_p {
  font-family: "Inter Regular";
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #80879a;
  white-space: nowrap;
}

.content_right_body .invite_value_div {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content_right_body .invite_value {
  font-family: "Inter Regular";
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #ffffff;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.content_right_body p span {
  color: #ffdb9e;
}

.content_right_body button {
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, #f5ba47 0%, #ffeaba 100%);

  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #1f1f24;
  margin: 0 !important;
}

.content_right .content_right_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 492px;
  height: 279px;
  border-radius: 20px;
  opacity: 1;

  background: radial-gradient(
    58% 58% at 50% 50%,
    rgba(77, 77, 77, 0.7) 0%,
    rgba(46, 47, 54, 0.7) 100%
  );
  box-sizing: border-box;
  border: 1px solid #ffdb9e;
  padding: 30px;
}

.content_right_body .simulation_input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  height: 40px;
  gap: 20px;
  border-radius: 8px;

  background: #2e2f36;

  box-sizing: border-box;
  border: 1px solid rgba(255, 219, 158, 0.1);
}

.login_on_button_area {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.login_on_button_area > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.login_on_button_area .area_h5 {
  display: none;
}

#referralShareModal .modal-dialog {
  width: 100%;
}

#referralShareModal .modal-content {
  box-shadow: none !important;
  border: 1px solid #3f414b !important;
  overflow: hidden;
}

#referralShareModal .modal-content {
  max-width: 660px;
  gap: 0;
}

#referralShareModal .poster-h5 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 450px;
}

#referralShareModal .popup_modal_content {
  padding: 0;
}

#referralShareModal .a_customer_service_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  white-space: nowrap;
  margin: 24px 68px;
}

#referralShareModal .a_customer_service_area .a_cs_item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#referralShareModal .a_customer_service_area .a_cs_item img {
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
}

#referralShareModal .a_customer_service_area .a_cs_span1 {
  font-family: "Inter Regular";
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #80879a;
}

#referralShareModal .popup_modal_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: #0b0b0c !important;
}

#referralShareModal .popup_modal_header .close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  justify-content: right;
}

#referralShareModal .share-h5 {
  display: none !important;
}

#referralShareModal .share-poster {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 450px;
  border-radius: 12px;
}

#referralShareModal .share-poster-area {
  border-radius: 12px 12px 0px 0px;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #3f414b;
  overflow: hidden;
}

#referralShareModal .share-text-area {
  display: flex;
  flex-direction: row;
  border-radius: 0px 0px 12px 12px;
  background: #1a1a1a;
  box-sizing: border-box;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #3f414b;
  padding: 10px;
}

#referralShareModal .share-text-area .share-text-one {
  font-family: "Inter Regular";
  font-size: 14px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  margin-bottom: 6px;
  text-align: left;
}

#referralShareModal .share-text-area .share-text-two {
  font-family: "Inter Regular";
  font-size: 12px;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #80879a;
  text-align: left;
}

#referralShareModal .share-text-area .share-p {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

#referralShareModal .share-text-area .share-qr {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px;
}

#referralShareModal .modal-menu {
  position: fixed;
  bottom: 0;

  display: flex;
  flex-direction: column;

  width: 100%;
  border-radius: 20px 20px 0px 0px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: rgba(255, 219, 158, 0.4);

  box-shadow: 0px 0px 5px 4px rgba(11, 31, 62, 0.17);
  background: #1a1a1a;
  padding: 16px 0;

  z-index: 10001;
  padding-bottom: env(safe-area-inset-bottom);
}

#referralShareModal .modal-menu .share-client-select {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  margin: 0 16px 16px 16px;
}

#referralShareModal .modal-menu .share-client-select::-webkit-scrollbar {
  display: none;
}

#referralShareModal .modal-menu .share-client-select > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

#referralShareModal .modal-menu .share-client-image {
  width: 44px;
  height: 44px;
  margin: 0 18px;
}

#referralShareModal .modal-menu .close-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #3f414b;
  padding: 20px 0;
}

#referralShareModal .modal-menu .close-test {
  font-family: "Inter Regular";
  font-size: 15px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #ffdb9e;
}

#referralShareModal .modal-menu .share-client-name {
  font-family: "Inter Regular";
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #80879a;
}

@media only screen and (max-width: 1200px) {
  .card_but_area .but_area {
    flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .body_content1 .content_left {
    display: none;
  }

  .body_content1 .content_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .body_content1 .content_right .h5_content {
    display: block;
  }

  .content_right .content_right_body {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bg_top {
    background-image: url(/images/activity/aleo_20251115_20251215/bg_top.png) !important;
  }

  .index_header {
    padding-top: 40px;
  }
  .index_content.content_header .aleo_img {
    width: 60px;
    height: 60px;
  }

  .index_content.content_header {
    gap: 0px;
  }

  .index_content.content_header p.spreadhead {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 0em;
  }

  .index_content.content_header p.spreadhead.pc {
    display: none;
  }

  .index_content.content_header p.spreadhead.h5 {
    display: block;
  }

  .index_content.content_body {
    margin-top: 10px;
    gap: 30px;
  }

  .index_content.content_body .card_area {
    gap: 12px;
  }

  .card_area .card_item .text_area p {
    font-size: 14px;
  }

  .card_but_area .but_area {
    flex-direction: column;
    gap: 20px;
  }

  .card_but_area .but_area button {
    height: 52px;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0em;
  }

  #referralShareModal .poster-pc {
    display: none;
  }

  #referralShareModal .poster-h5 {
    display: flex;
  }

  #referralShareModal .share-h5 {
    display: flex !important;
  }

  #referralShareModal .modal-dialog {
    margin-top: 64px !important;
    margin-bottom: 153px !important;
    align-items: baseline;
  }

  .body_content1 {
    padding: 24px 0px 30px 0px;
  }

  .content_right_body button {
    min-width: unset;
  }
}

@media only screen and (max-width: 450px) {
  .login_on_button_area {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .login_on_button_area .area_pc{
    display: none;
  }

  .login_on_button_area .area_h5{
    display: flex;
    flex-direction: column;
  }
}
