.index_main {
  font-family: "Inter Regular";
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1c1d1f;
}

.index_header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  z-index: 1;
}

.social_tasks_bg {
  display: none;
  width: 100%;
}

.index_content.content_select_btn {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  padding: 8px;
  border-radius: 443px;
  width: 100%;
  max-width: 1120px;
  background: linear-gradient(
      265deg,
      rgba(46, 47, 54, 0.8) 0%,
      rgba(46, 47, 54, 0.5) 98%
    ),
    #1c1d1f;
  justify-content: space-between;
}

.index_content.content_select_btn .hover-slider {
  position: absolute;
  width: calc(33.33% - 8px);
  height: calc(100% - 16px);
  border-radius: 443px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1c1d1f;
  background: linear-gradient(
    180deg,
    rgba(255, 219, 158, 0.08) 0%,
    rgba(255, 219, 158, 0) 96%
  );
  box-shadow: inset -5px -5px 20px 0px rgba(255, 255, 255, 0.1),
    inset 5px 5px 20px 0px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  pointer-events: none;
  left: 8px;
}

/* .index_main.en-US .index_content.content_select_btn,
.index_main.de-DE .index_content.content_select_btn{
  max-width: 1120px;
} */

.index_content.content_select_btn .select_btn {
  border-radius: 443px;
  flex: 1;
  padding: 8px 36px;
  cursor: pointer;
  min-height: 84px;
}

/* .index_content.content_select_btn .select_btn.active {
  background: #1c1d1f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset -5px -5px 20px 0px rgba(255, 255, 255, 0.1),
    inset 5px 5px 20px 0px rgba(255, 255, 255, 0.1);
} */

.index_content.content_select_btn .select_btn p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: var(--btn-gray-color);
}

.index_content.content_select_btn .select_btn p.title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--input-white-color);
  margin-bottom: 4px;
}

.index_content.content_body {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: flex;
}

.index_content.content_body .body_item {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-content: center;
}

.body_item > div {
  width: 100%;
  height: 100%;
  padding: 64px;
}

.body_item .social_tasks {
  background-image: url(/images/activity/mining_combo/bg1_pc.png) !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: left center !important; /* 从左边开始裁剪 */
  max-width: 1200px;
  border-radius: 25px;
}

.body_item .social_tasks .text_area {
  max-width: 580px;
}

.body_item .social_tasks .text_area p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0em;
  color: var(--input-white-color);
}

.body_item .social_tasks .text_area p.title {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0em;
  color: var(--input-white-color);
  margin-bottom: 20px;
}

.body_item .social_tasks .text_area p.grey {
  color: rgba(255, 255, 255, 0.5);
}

.body_item .social_tasks .text_area p a {
  color: #186dee;
}

.body_item .social_tasks .text_area .btn_area {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}

.body_item .social_tasks .text_area .btn_area button {
  height: 48px;
  border-radius: 12px;
  background: var(--btn-yellow-background-color);

  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0em;
  color: var(--text-black-color);
  flex: 1;
  max-width: 224px;
  margin: 0;
}

.body_item .currency_linkage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.body_item .currency_linkage > div {
  flex: 1;
  max-width: 489px;
}

.body_item .currency_linkage .linkage_left {
  display: flex;
  flex-direction: column;

  justify-content: center;
}

.body_item .currency_linkage .linkage_left .text_area {
}

.body_item .currency_linkage .linkage_left .text_area p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--input-white-color);
}

.body_item .currency_linkage .linkage_left .text_area p span {
  color: var(--btn-yellow-background-color);
}

.body_item .currency_linkage .linkage_left .text_area p.title {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0em;
  color: var(--input-white-color);
  margin-bottom: 20px;
}

.body_item .currency_linkage .linkage_left .text_area .btn_area {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  gap: 20px;
}

.body_item .currency_linkage .linkage_left .text_area .btn_area > button {
  flex: 1;
  height: 48px;
  margin-top: 20px;
  border-radius: 443px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 0;

  background: #1c1d1f;

  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow: inset -5px -5px 20px 0px rgba(255, 255, 255, 0.1),
    inset 5px 5px 20px 0px rgba(255, 255, 255, 0.1);

  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0em;
  color: var(--input-white-color);
}

.body_item .currency_linkage .linkage_right .linkage_right_img_pc {
  width: 100%;
  display: block !important;
}

.body_item .currency_linkage .linkage_right .linkage_right_img_h5 {
  width: 100%;
  display: none !important;
}

.body_item .invitation_event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.body_item .invitation_event > div {
  flex: 1;
  max-width: 489px;
  display: flex;
  align-items: center;
}

.body_item .invitation_event .event_left {
  width: 100%;
}

.body_item .invitation_event .event_left .text_area {
  width: 100%;
}

.body_item .invitation_event .event_left .text_area p {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0em;
  color: var(--input-white-color);
}

.body_item .invitation_event .event_left .text_area p span {
  color: var(--btn-yellow-background-color);
}

.body_item .invitation_event .event_left .text_area .btn_area {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 32px;
}

.body_item .invitation_event .event_left .text_area .btn_area button {
  height: 48px;
  border-radius: 12px;
  background: var(--btn-yellow-background-color);

  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0em;
  color: var(--text-black-color);
  width: 50%;
  max-width: 224px;
  margin: 0;
}

.body_item
  .invitation_event
  .event_left
  .text_area
  .btn_area
  button:last-child {
  background: transparent;
  color: #ffdb9e;
  padding: 0;
  width: fit-content;
}

.body_item .invitation_event .event_right {
  overflow: hidden;
}

.body_item .invitation_event .event_right .event_right_area {
  border-radius: 12px;
  background: #1c1d1f;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset -5px -5px 20px 0px rgba(255, 255, 255, 0.1),
    inset 5px 5px 20px 0px rgba(255, 255, 255, 0.1);

  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  width: 100%;
}

.body_item .invitation_event .event_right .event_right_area .event_right_item {
  display: flex;
  flex-direction: row;
  padding: 30px 0;
  gap: 10px;
  border-bottom: 1px solid var(--theme-gray-border);
}

.body_item
  .invitation_event
  .event_right
  .event_right_area
  .event_right_item:last-child {
  border: none;
}

.event_right .event_right_area .event_right_item .text_area {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}

.event_right .event_right_area .event_right_item .text_area span {
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0em;
  color: var(--input-white-color);
  white-space: nowrap;
}

.event_right .event_right_area .event_right_item .text_area span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.body_item
  .invitation_event
  .event_right
  .event_right_area
  .event_right_item
  .copy_btn {
  cursor: pointer;
}

.index_bottom {
  background: #272528;
  padding: 50px 0 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_bottom .bottom_area {
  width: 1140px;
}

.index_bottom .bottom_area p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 16px;
}

.index_bottom .bottom_area p a {
  color: var(--primary) !important;
}

.index_bottom .bottom_area p.title {
  font-size: 32px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 32px;
  text-align: center;
}

.index_bottom .bottom_area p:last-child {
  margin: 0;
}

#comboUploadModal .modal-content {
  max-width: 580px;
}

#comboUploadModal .popup_modal_content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#comboUploadModal .popup_modal_content .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#comboUploadModal .popup_modal_content .item .text_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  color: #ffffff;
}

#comboUploadModal .popup_modal_content .upload_area .upload_img {
  width: 100%;
  height: 80px;

  border-radius: 8px;
  background: #1c1d1f;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset -5px -5px 20px 0px rgba(255, 255, 255, 0.1),
    inset 5px 5px 20px 0px rgba(255, 255, 255, 0.1);

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#comboUploadModal .popup_modal_content .upload_area .upload_img .uploaded {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

#comboUploadModal .upload_area .upload_img .uploaded img {
  height: 100%;
  width: 100%;
  max-width: 80px;
  max-height: 80px;
}

#comboUploadModal .upload_area .upload_img .uploaded .text {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #ffdb9e;
}

#comboUploadModal .popup_modal_footer_right button.disabled {
  background: rgba(255, 219, 158, 0.1);
  color: #ffffff;
  border: 1px solid #3f414b;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .body_item .currency_linkage .linkage_right {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .body_item .currency_linkage,
  .body_item .invitation_event {
    padding: 20px;
  }

  .index_content.content_select_btn {
    max-width: unset;
  }
}

@media only screen and (max-width: 1000px) {
}

@media only screen and (max-width: 767px) {
  .index_header {
    position: relative;
    align-items: flex-start;
    padding: 0px 0 24px 0 !important;
    gap: 0;
  }

  .social .index_header {
    padding-bottom: 0 !important;
  }

  .social .index_header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 480px;
    background-image: url(/images/activity/mining_combo/bg1_h51.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.9;
  }

  .index_content.content_body {
    min-height: unset;
  }

  .social .index_header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 480px;
    background-image: url(/images/activity/mining_combo/bg1_h52.png);
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.5;
  }

  .social .index_content.content_body {
    position: relative;
    top: -50px;
  }

  .index_content.content_select_btn {
    flex-direction: column;
    border-radius: unset;
    background: transparent;
    width: auto;
    padding: 0;
  }

  .index_content.content_select_btn .hover-slider {
    display: none;
  }

  .index_content.content_select_btn .select_btn {
    padding: 16px;
    width: fit-content;
    min-height: unset !important;
  }

  .index_content.content_select_btn .select_btn.active {
    position: relative;
    box-shadow: none;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--input-white-color);
  }

  .index_content.content_select_btn .select_btn .show_pc {
    display: none;
  }

  .index_content.content_select_btn .select_btn p.title {
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.1px;
    color: #80879a;
  }

  .index_content.content_select_btn .select_btn.active p {
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0em;
    color: #ffffff;
  }

  .body_item > div {
    padding: 16px;
  }

  .body_item .social_tasks {
    background-image: unset !important;
  }

  .body_item .social_tasks .text_area .btn_area {
    /* flex-direction: column; */
  }

  .body_item .invitation_event > div {
    max-width: unset;
  }

  .social .social_tasks_bg {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    top: -45px;
    pointer-events: none;
  }

  .social_tasks_bg > img {
    /* position: absolute;
    top: -50px; */
    width: 100%;
    max-width: 375px;
  }

  .body_item .social_tasks .text_area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .body_item .social_tasks .text_area p {
    font-size: 12px;
    width: 100%;
  }

  .body_item .social_tasks .text_area p.title {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0em;
    color: #ffffff;
    margin: 0;
    width: auto;
  }

  .index_bottom {
    padding: 24px 0;
  }

  .index_bottom .bottom_area p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .index_bottom .bottom_area p.title {
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }

  .body_item .currency_linkage {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 34px;
  }

  .body_item .currency_linkage .linkage_right .linkage_right_img_pc {
    display: none !important;
  }

  .body_item .currency_linkage .linkage_right .linkage_right_img_h5 {
    display: block !important;
  }

  .body_item .currency_linkage .linkage_left {
    max-width: unset;
    width: 100%;
  }

  .body_item .invitation_event {
    flex-direction: column;
    gap: 20px;
  }

  .body_item .invitation_event .event_left .text_area p {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
  }

  .body_item .invitation_event .event_left .text_area .btn_area {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .body_item .invitation_event .event_left .text_area .btn_area button {
    width: 100%;
    max-width: unset;
    justify-content: center;
  }

  .body_item
    .invitation_event
    .event_left
    .text_area
    .btn_area
    button:last-child {
    width: 100%;
    background: rgba(255, 219, 158, 0.1);
    color: #ffdb9e;
  }

  #comboUploadModal .modal-dialog {
    position: relative;
    display: flex;
    align-items: end;
    top: unset !important;
    left: unset !important;
    width: 100%;
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    transform: translate(0, 0) !important;
  }

  #comboUploadModal .modal-content {
    flex-direction: column;
    max-width: unset;
    height: 80vh;
    width: 100%;
    border-radius: 16px 16px 0 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  #comboUploadModal .popup_modal_content {
    overflow-y: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  #comboUploadModal .popup_modal_content::-webkit-scrollbar {
    display: none;
  }

  #comboUploadModal .popup_modal_content .upload_area .upload_img {
    height: 72px;
  }

  #comboUploadModal .upload_area .upload_img .uploaded img {
    max-width: 72px;
    max-height: 72px;
  }

  #comboUploadModal .popup_modal_content .upload_area .upload_img {
    box-sizing: border-box;
    border: 1px dashed #3f414b;
    box-shadow: none;
  }

  #comboUploadModal .popup_modal_header {
    min-height: 44px;
    padding: 14px 16px;
    border-bottom: none;
  }

  #comboUploadModal .popup_modal_header .popup_modal_title {
    font-size: 16px;
  }

  #comboUploadModal .popup_modal_footer_left {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
}
