.card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card img {
  width: 100%;
  height: auto;
}

.card-container p {
  padding: 0.06667rem 0.26667rem;
  color: #768096;
}

.card-container .title {
  padding: 0.13333rem 0.26667rem;
  font-weight: 700;
  font-size: 0.37333rem;
  color: #000;
}

.col-6 {
  width: calc((100% - 0.24rem) / 2);
}

.p-5 {
  padding: 1.2rem;
}

.p-4 {
  padding: 0.96rem;
}

.p-3 {
  padding: 0.72rem;
}

.p-2 {
  padding: 0.48rem;
}

.p-1_2 {
  padding: 0.36rem;
}

.p-1 {
  padding: 0.24rem;
}

.p-0 {
  padding: 0;
}

.pb-10 {
  padding-bottom: 2.4rem;
}

.pb-7 {
  padding-bottom: 1.68rem;
}

.pb-5 {
  padding-bottom: 1.2rem;
}

.pb-4 {
  padding-bottom: 0.96rem;
}

.pb-3 {
  padding-bottom: 0.72rem;
}

.pb-2 {
  padding-bottom: 0.48rem;
}

.pb-1_2 {
  padding-bottom: 0.36rem;
}

.pb-1 {
  padding-bottom: 0.24rem;
}

.pb-0 {
  padding-bottom: 0;
}

.mt-5 {
  margin-top: 1.2rem;
}

.mt-4 {
  margin-top: 0.96rem;
}

.mt-3 {
  margin-top: 0.72rem;
}

.mt-2 {
  margin-top: 0.48rem;
}

.mt-1_2 {
  margin-top: 0.36rem;
}

.mt-1 {
  margin-top: 0.24rem;
}

.mt-0 {
  margin-top: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.main-head {
  padding: 0.26667rem;
  font-size: 0.37333rem;
}

.head {
  padding-bottom: 0.18667rem;
}

.main-head .title {
  color: #000;
}

.main-head .title > span {
  color: #b1835a;
}

.main-head .orange {
  font-size: 0.34667rem;
  color: #3f9368;
}

.main-head .description {
  font-size: 0.29333rem;
  color: #888;
  padding-bottom: 0.26667rem;
}

.main-head .footer .progress-bar {
  width: 100%;
  background: rgb(216, 216, 216);
  height: 16px;
  border-radius: 16px;
  font-size: 12px;
  overflow: hidden;
  position: relative;
}

.main-head .footer .progress-bar .step {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #000;
}

.main-head .footer .progress-bar .bar {
  height: 100%;
  border-radius: 16px;
  background: #3f9368;
  transition: width 0.5s;
  width: 0%;
  position: relative;
}

.main-head .footer button {
  width: 2.13333rem;
  min-height: 0.66667rem;
  font-size: 0.32rem;
  border-radius: 0.13333rem;
  padding: 0 0.13333rem;
  border: 0.01333rem solid #3f9368;
  color: #3f9368;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica,
    Segoe UI, Arial, Roboto, PingFang SC, Hiragino Sans GB, Microsoft Yahei,
    sans-serif;
}

button {
  color: inherit;
  font: inherit;
}

[class*="van-"]:focus,
button:focus {
  outline: 0;
}

.van-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.van-multi-ellipsis--l2 {
  -webkit-line-clamp: 2;
}

.van-multi-ellipsis--l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

[class*="van-hairline"]:after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #ebedf0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.van-hairline--top,
.van-hairline--top-bottom {
  position: relative;
}

.van-hairline--top:after {
  border-top-width: 0;
}

.van-hairline--top-bottom:after {
  border-width: 0;
}

@-webkit-keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.van-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@font-face {
  font-weight: 400;
  font-family: vant-icon;
  font-style: normal;
  font-display: auto;
  src: url(/vant/vant-icon-db1de1.woff2) format("woff2"),
    url(/vant/vant-icon-db1de1.woff) format("woff"),
    url(/vant/vant-icon-db1de1.ttf) format("truetype");
}

.van-icon {
  position: relative;
  font: normal normal normal 0.37333rem/1 vant-icon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.van-icon,
.van-icon:before {
  display: inline-block;
}

.van-icon-arrow-left:before {
  content: "\F008";
}

.van-icon-arrow:before {
  content: "\F00A";
}

.van-icon-close:before {
  content: "\F034";
}

.van-tabbar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #646566;
  font-size: 0.32rem;
  line-height: 1;
  cursor: pointer;
}

.van-tabbar-item__icon {
  position: relative;
  margin-bottom: 0.13333rem;
  font-size: 0.48rem;
}

.van-notice-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.06667rem;
  padding: 0 0.42667rem;
  flex-wrap: nowrap;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 0.37333rem;
  line-height: 0.64rem;
  background-color: transparent;
  color: #fff;
}

.van-notice-bar__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.van-image {
  position: relative;
  display: inline-block;
}

.van-image__img {
  display: block;
  width: 100%;
  height: 100%;
}

.van-loading {
  color: #c8c9cc;
  font-size: 0;
}

.van-loading,
.van-loading__spinner {
  position: relative;
  vertical-align: middle;
}

.van-loading__spinner {
  display: inline-block;
  width: 0.8rem;
  max-width: 100%;
  height: 0.8rem;
  max-height: 100%;
  -webkit-animation: van-rotate 0.8s linear infinite;
  animation: van-rotate 0.8s linear infinite;
}

.van-loading__spinner--circular {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.van-loading__circular {
  display: block;
  width: 100%;
  height: 100%;
}

.van-loading__circular circle {
  -webkit-animation: van-circular 1.5s ease-in-out infinite;
  animation: van-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}

@-webkit-keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }

  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}

@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }

  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}

.van-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 1.17333rem;
  margin: 0;
  padding: 0;
  font-size: 0.42667rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.05333rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-appearance: none;
}

.van-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #000;
  border: inherit;
  border-color: #000;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  content: " ";
}

.van-button:active:before {
  opacity: 0.1;
}

.van-button--default {
  color: #323233;
  background-color: #fff;
  border: 0.02667rem solid #ebedf0;
}

.van-button--large {
  width: 100%;
  height: 1.33333rem;
}

.van-button__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}

.van-dialog {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 8.53333rem;
  overflow: hidden;
  font-size: 0.42667rem;
  background-color: #fff;
  border-radius: 0.42667rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

@media (max-width: 321px) {
  .van-dialog {
    width: 90%;
  }
}

.van-dialog__header {
  padding-top: 0.64rem;
  font-weight: 500;
  line-height: 0.64rem;
  text-align: center;
}

.van-dialog__message {
  max-height: 60vh;
  padding: 0.64rem;
  overflow-y: auto;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  white-space: pre-wrap;
  text-align: center;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

.van-dialog__message--has-title {
  padding-top: 0.32rem;
  color: #646566;
}

.van-dialog__footer {
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

.van-dialog .van-button {
  border: 0;
}

.van-dialog__confirm,
.van-dialog__confirm:active {
  color: #1989fa;
}

.van-tab__pane {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
}

.van-tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  padding: 0 0.10667rem;
  color: #646566;
  font-size: 0.37333rem;
  cursor: pointer;
}

.van-tab--active {
  color: #323233;
  font-weight: 500;
}

.van-tab__text--ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.van-tabs {
  position: relative;
}

.van-tabs__wrap {
  overflow: hidden;
}

.van-tabs__nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  -webkit-user-select: none;
  user-select: none;
}

.van-tabs__nav--line {
  box-sizing: content-box;
  height: 100%;
  padding-bottom: 0.4rem;
}

.van-tabs__line {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  z-index: 1;
  height: 0.08rem;
  background-color: #ee0a24;
  border-radius: 0.08rem;
}

.van-tabs--line .van-tabs__wrap {
  height: 1.17333rem;
}

.van-swipe {
  position: relative;
  overflow: hidden;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.van-swipe__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.van-swipe__track--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.van-swipe__indicators {
  position: absolute;
  bottom: 0.32rem;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.van-swipe__indicator {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #ebedf0;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.van-swipe__indicator:not(:last-child) {
  margin-right: 0.16rem;
}

.van-swipe-item {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.van-tabbar {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 1.33333rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #333332;
}

.van-tabbar--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #9195a3;
  padding: 0;
  margin: 0;
}

#notice {
  -moz-animation: marquee 10s linear infinite;
  -webkit-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
}

@-moz-keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.support-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 69px;
  height: 69px;
  margin: 10px;
  margin-bottom: 60px;
  border-radius: 50%;
}

.support-btn img {
  width: 100%;
  height: 100%;
}

.banner {
  padding: 10px;
}

.van-swipe {
  height: 150px;
}

.toplist {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.toplist_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}

.toplist_item_name {
  display: flex;
  align-items: center;
  margin-top: 2.5px;
  font-weight: 400;
  font-size: 12px;
  justify-content: center;
}

.toplist_item_img_container {
  width: 76px;
  height: 68px;
  background-image: linear-gradient(
    136deg,
    rgba(130, 229, 178, 0.2),
    rgba(63, 147, 104, 0.2)
  );
  box-shadow: 0 2px 5px 0 rgba(63, 147, 104, 0.4);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

.platform-statistics {
  margin-top: 30px;
  padding: 0 16px 0;
}

.middlelist {
  gap: 2%;
  display: flex;
  justify-content: space-between;
}

.middlelist_item {
  flex: 1;
  height: 70px;
  border-radius: 8px;
  row-gap: 7px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.middlelist_item_img_container {
  width: 50%;
  height: 40%;
}

.middlelist_item_img_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.middlelist_item_name {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #3e424d;
  font-size: 14px;
  font-weight: 700;
}

.middlelist_item:first-child {
  background-image: linear-gradient(90deg, #d2f3f8, #d0f1f8);
}

.middlelist_item:last-child {
  background-image: linear-gradient(90deg, #e7f0fd, #e0e8fb);
}

.third_gamebox {
  margin-top: 30px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}

.running-time {
  margin-top: 20px;
}

.third_gamebox.add_padding {
  padding: 14px 0;
  padding-right: 9px;
  padding-bottom: 0;
}

.right_item {
  margin-top: 10px;
}

.third_gamebox_left {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0;
}

.third_gamebox_left.fixedItem {
  position: fixed;
  top: 50px;
  z-index: 2;
  /* left: 14px; */
  /* left: 50%; */
  /* -webkit-transform: translateX(calc(50% - 315px)); */
  /* transform: translateX(calc(50% - 315px)); */
}

.third_gamebox_left .left_item {
  width: 58px;
  height: 58px;
  background: linear-gradient(
    136deg,
    rgba(130, 229, 178, 0.2),
    rgba(63, 147, 104, 0.2)
  );
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #9affccba;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}

.scroll-text-container {
  width: 75px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scroll-text-container span {
  display: inline-block;
  padding-left: 10%;
  animation: scroll-text 10s linear infinite;
}

@keyframes scroll-text {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.third_gamebox_left .left_item img {
  height: 25px;
  width: auto;
  margin-bottom: 3px;
}

.third_gamebox_left .left_item.chosed {
  background: linear-gradient(136deg, rgb(0 238 20 / 32%), rgb(0 0 0 / 43%));
  color: #fff;
  border: solid 1px #00ee14;
}

.title_box img {
  width: auto;
  height: 18px;
}

.third_gamebox_right {
  width: calc(100% - 60px);
  position: relative;
  overflow-y: auto;
  padding: 0;
}

.third_gamebox_right.fixedItemRight {
  width: 100%;
  padding-left: 79px;
}

.third_gamebox_right .title_box {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 32px;
  padding-left: 12px;
}

.third_gamebox_right .hot_box {
  box-sizing: border-box;
  height: auto;
  width: 100%;
}

.third_gamebox_right .top_game {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.third_gamebox_right .top_game .top_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  overflow: hidden;
}

.third_gamebox_right .top_game .top_list .img_box {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.third_gamebox_right .top_game .top_list .bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0 8px;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 8px;
  /* color: #000000; */
  font-size: 12px;
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
}

.third_gamebox_right .game_box {
  margin-bottom: 16px;
  width: 100%;
  padding-left: 6px;
  box-sizing: border-box;
}

.third_gamebox_right .game_box .game_item {
  margin-bottom: 16px;
  width: 100%;
  height: auto;
  /* background: url(/static/homegame/lottery_bg.png) no-repeat 50%; */
  background: url(/img/wingo_bg.png) no-repeat 50%;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  box-sizing: border-box;
}

.third_gamebox_right .game_box .game_box_left {
  width: 150px;
}

.third_gamebox_right .game_box .game_box_left .game_box_title {
  font-family: "buttersans-Regular", sans-serif;
  font-weight: 900;
  font-size: 18.5px;
  color: #34855b;
}

.third_gamebox_right .game_box .game_box_left .game_box_types {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #3f9368;
  margin-top: 10px;
}

.third_gamebox_right .game_box .game_box_left .game_box_types .type_item {
  margin-right: 4px;
}

.jackpot_box {
  width: 100%;
  height: 125px;
  padding: 0;
  margin-top: 20px;
}

.jackpot_box .jackpot_box_img {
  width: 100%;
  height: 100%;
  background: url(/img/jackpot.avif) no-repeat 50%;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px;
}

.earning_box {
  margin-top: 30px;
  padding: 0 16px 0;
  box-sizing: border-box;

  .earning_box_title {
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-family: "buttersans-Regular", sans-serif;

    &::before {
      content: "";
      width: 5px;
      height: 14px;
      background: #3f9368;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }

  .earning_box_content {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }

  .earning_box_lower {
    width: 100%;
    height: 121px;
    background-image: linear-gradient(135deg, #dde4f5, #c5e1d3 53%, #cfece8);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
  }

  .earning_box_item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18px;

    &:nth-child(1),
    &:nth-child(3) {
      margin-top: 34px;
    }
  }

  .earning_box_item_top {
    width: 106px;
    height: auto;
  }

  .earning_box_item_name,
  .earning_box_item_value {
    font-weight: 700;
    font-size: 14px;
    color: #ebebeb;
  }

  .earning_box_item {
    &:nth-child(1) .earning_box_item_value {
      color: #90a8e8;
    }

    &:nth-child(2) .earning_box_item_value {
      color: #3f9368;
    }

    &:nth-child(3) .earning_box_item_value {
      color: #28bfb2;
    }
  }

  .earning_box_item_bottom {
    width: 92px;
  }

  .earning_box_lower_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .earning_box_lower_item_index {
    width: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #999;
  }

  .earning_box_lower_item_avatar {
    width: 38px;
    height: 38px;
  }

  .earning_box_lower_item_name {
    flex: 1;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #333;
  }

  .earning_box_lower_item_value {
    width: 120px;
    font-weight: 600;
    font-size: 14px;
    color: #3f9368;
  }
}

.top_list .img_box img {
  width: 75px;
  border-radius: 4px;
  height: 110px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.modal-custom {
  width: 90%;
  height: auto;
  max-height: 80%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  flex-direction: column;
  z-index: 1000;
}

.modal-desc {
  height: 100%;
  overflow-y: auto;
}

.jili-balance-modal,
.kingmaker-balance-modal {
  .modal-header {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  button {
    width: 100%;
    border: none;
    background: #3f9368;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;

    &:first-child {
      background: transparent;
      border: 1px solid #3f9368;
      color: #3f9368;
    }
  }
}

.modal-close-btn {
  position: absolute;
  top: 7px;
  right: 10px;
}

.modal-close-btn i {
  font-size: x-large;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
  margin-top: 35px;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.third_gamebox_right {
  max-height: 400px;
  overflow-y: auto;
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.swiper-item {
  opacity: 0;
  border: 1px solid #474747;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  background-color: #333332;
  margin: 2px 0;
  border-radius: 5px;
  padding: 0 10px;
}

.swiper-item.show {
  opacity: 1;
  transform: translateY(0);
  animation: slideIn 0.5s ease;
}

.swiper-item.removing {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.withdraw-chart-member-name {
  color: #c6c6c6;
  font-weight: 500;
}
