@charset "utf-8";

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  background: linear-gradient(to bottom,
      #14192d env(safe-area-inset-top),
      /* Top safe area color */
      #1d243f 100%
      /* Bottom safe area color */
    );
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  color: #5f5f5f;
  position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

body ::selection {
  color: #000;
  background-color: #fd0;
  text-shadow: none
}

body ::-moz-selection {
  color: #000;
  background-color: #fd0;
  text-shadow: none
}

a {
  transition: all .6s
}

:active,
:focus,
:hover {
  outline: 0 !important
}

::-webkit-scrollbar {
  width: 0;
  height: 12px;
  background-color: transparent
}

::-webkit-scrollbar-track {
  background-color: #270532
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, .2);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, .2);
  background-color: #7600D0
}

button {
  border: none;
  border: none
}

input {
  outline: 0;
  text-indent: .5em
}

input.orangeInput {
  background: #f7941d;
  color: #fff;
  padding: 0 25px;
  border: none;
  text-indent: 0
}

a {
  color: #666;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #23527c
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img,
input {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0
}

h3 {
  font-size: 1.6rem
}

td,
th {
  font-size: 1.4rem
}

.board a:focus,
.board a:hover {
  text-decoration: underline
}

button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.clear {
  clear: both
}

.fL {
  float: left
}

.fR {
  float: right
}

.tR {
  text-align: right
}

.h20 {
  height: 20px
}

.h10 {
  height: 10px
}

.red {
  color: #fe6760
}

.grey {
  color: #999;
  padding-right: .5em
}

.filter_grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%)
}

.block {
  position: relative
}

.seprarate:after {
  content: "|";
  color: rgba(0, 0, 0, .2);
  padding: 0 8px
}

.sep:after {
  content: "/\00a0";
  padding: 0 .7em;
  color: #ccc;
  font-style: normal
}

.center {
  text-align: center
}

.center {
  text-align: center
}

.h80 {
  height: 80px
}

.h150 {
  height: 150px
}

b.yellow {
  color: #47AFE0;
  padding: 0 6px
}

b.blue {
  color: #3aacde;
  padding: 0 6px
}

table {
  border-collapse: collapse
}

input.text,
select,
textarea {
  line-height: 38px;
  border: #dce1e4 1px solid;
  color: #7c8ea0;
  margin: 0;
  padding: 0;
  text-indent: 0;
  padding: 0 12px;
  border-radius: 4px;
  transition: all .4s ease 0s;
  font-size: 1.4rem;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Tahoma, Arial, STXihei, SimSun, "宋体", Heiti, "黑体", sans-serif
}

input.text,
select {
  height: 38px
}

option {
  line-height: 38px;
  vertical-align: middle
}

input.text:focus,
textarea:focus {
  border: #bdc5c9 1px solid;
  color: #23527c;
  border-radius: 20px
}

.bg_dot {
  background-image: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" ?><svg fill="rgba(255,255,255,0.2)" width="72" height="72" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M0,71.3V72h0.7l2.6-2.6l-0.7-0.7L0,71.3z M0,0v0.7l2.6,2.6l0.7-0.7L0.7,0H0z M38.6,32.6L36,35.3l-2.6-2.6 l-0.7,0.7l2.6,2.6l-2.6,2.6l0.7,0.7l2.6-2.6l2.6,2.6l0.7-0.7L36.7,36l2.6-2.6L38.6,32.6z M68.6,69.4l2.6,2.6H72v-0.7l-2.6-2.6 L68.6,69.4z M71.3,0l-2.6,2.6l0.7,0.7L72,0.7V0H71.3z"/></svg>') !important
}

.w1100 {
  position: relative;
  max-width: 1100px;
  margin: 0 auto
}

.w640 {
  position: relative;
  max-width: 640px;
  margin: 0 auto
}

.fp-tableCell {
  display: block;
  position: relative
}

.V {
  position: relative
}

.V:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

@keyframes am_left {
  from {
    background-position: 0 0
  }

  to {
    background-position: 100% 0
  }
}

@keyframes am_right {
  from {
    background-position: 100% 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes heart_beat {
  0% {
    transform: scale(.9)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(.9)
  }
}

.jconfirm.jconfirm-se7en .jconfirm-bg {
  background: #000
}

.jconfirm.jconfirm-se7en .jconfirm-box {
  padding: 0;
  background: #fff;
  color: #5f5f5f;
}

.jconfirm.jconfirm-se7en .jconfirm-box.loading:before {
  background: 90 0
}

.jconfirm.jconfirm-se7en .jconfirm-box.loading:after {
  border-bottom-color: #ff0
}

.jconfirm.jconfirm-se7en .jconfirm-box .jconfirm-title-c {
  height: 49px;
  padding-bottom: 0;
  line-height: 46px;
  font-size: 16px;
  text-indent: 16px;
  background: #f5f5f5;
  border-bottom: #e0e0e0 1px solid;
}

.jconfirm.jconfirm-se7en .jconfirm-box .jconfirm-content-pane {
  margin-bottom: 0;
  font-size: 14px;
  margin: 16px 16px 6px 16px
}

.jconfirm.jconfirm-se7en .jconfirm-box .jconfirm-buttons {
  height: 56px;
  margin: 0;
  padding: 10px;
  text-align: center
}

.jconfirm.jconfirm-se7en .jconfirm-box .jconfirm-buttons button {
  background: #47AFE0;
  color: #fff;
  padding: 0 16px;
  line-height: 34px
}

.jconfirm.jconfirm-se7en_small .jconfirm-bg {
  background: #fff
}

.jconfirm.jconfirm-se7en .jconfirm-box div.jconfirm-closeIcon {
  top: 16px
}

i.icon-gs {
  color: #c7000a
}

i.icon-ny {
  color: #319c8b;
}

i.icon-js {
  color: #0066b3
}

i.icon-zs {
  color: #b1120d
}

i.icon-bj {
  color: #cb030d
}

i.icon-jt {
  color: #00367a
}

i.icon-xy {
  color: #004097
}

i.icon-ms {
  color: #0072bc
}

i.icon-gd {
  color: #6a1686
}

i.icon-zg {
  color: #a71e32
}

i.icon-zx {
  color: #d7000f
}

i.icon-gf {
  color: #bf0017
}

i.icon-pf {
  color: #003473
}

i.icon-yz {
  color: #00744a
}

i.icon-pa {
  color: #f37938
}

i.icon-nj {
  color: #ec2635
}

i.icon-bh {
  color: #00428e
}

i.icon-dy {
  color: #ed171f
}

i.icon-nb {
  color: #ff8712
}

i.icon-sh {
  color: #12489e
}

i.icon-hx {
  color: #ec2635
}

i.icon-bjns {
  color: #d80c18
}

i.icon-shns {
  color: #004a99
}

i.icon-sfz {
  color: #0070bc
}

i.icon-zjtl {
  color: #e15517
}

i.icon-zsh {
  color: #d6a800
}

i.icon-hz {
  color: #27b7fe
}

i.icon-tj {
  color: #005099
}

i.icon-cz {
  color: #a12126
}

i.icon-sdns {
  color: #1b2e92
}

i.icon-gzns {
  color: #fdd100
}

i.icon-cd {
  color: #f07e07
}

i.icon-hs {
  color: #cb2f33
}

i.icon-dl {
  color: #cb2f33
}

i.icon-xm {
  color: #004a99
}

i.icon-gz {
  color: #cb2f33
}

i.icon-jd {
  color: #cb2f33
}

i.icon-cq {
  color: #fff
}

i.icon-jsu {
  color: #e8b921
}

i.icon-jn {
  color: #f39803
}

i.icon-tz {
  color: #5ac9dc
}

i.icon-unionpay {
  color: #12489e
}

i.icon-ysf {
  color: #E83429
}

i.icon-suning {
  color: #00A6EA
}

i.icon-5in1 {
  color: #FFB400
}

i.icon-kuaijie {
  color: #31B139
}

i.icon-yidong {
  color: #0085CC
}

i.icon-liantong {
  color: #DA2627
}

i.icon-dianxin {
  color: #195D94
}

i.icon-junwang {
  color: #E8340C
}

i.icon-snda {
  color: #CF111C
}

i.icon-zhengtu {
  color: #000;
  text-shadow: 0 0 1px #fff
}

i.icon-qb {
  color: #FFB400;
}

i.icon-jiuyou {
  color: #D82B27;
}

i.icon-wangyi {
  color: #C4282B;
}

i.icon-sohu {
  color: #000;
}

i.icon-zongyou {
  color: #D83550;
}

i.icon-tianxia {
  color: #093C8B;
}

i.icon-tianhong {
  color: #F44336;
}

i.icon-shengfutong {
  color: #136BB3;
}

i.icon-32ka {
  color: #FB6622;
}

i.icon-guangyu {
  color: #C12D21;
}

i.icon-wanmei {
  color: #C20813
}

i.icon-jiubai {
  color: #F8821C
}

i.icon-onlinepay {
  color: #1185fb
}

i.icon-bank {
  color: #E24441
}

i.icon-dk {
  color: #1185fb
}

i.icon-wx {
  color: #1AAD19
}

i.icon-wxsm {
  color: #1AAD19
}

i.icon-zfb {
  color: #00A0E9
}

i.icon-zfbsm {
  color: #00A0E9
}

i.icon-bd {
  color: #E24441
}


#app {
  background: #19113A;
  border-radius: 0px;
}

@media screen and (min-width: 501px) {
  #app {
    width: 375px;
  }

  .banner-box .img-box {
    max-width: 339px;
  }

  .marquee-box {
    width: 350px;
  }

  .w350 {
    width: 350px;
  }
}

@media screen and (max-width: 500px) {
  #app {
    width: 100%;
    padding-bottom: 20px;
  }

  .banner-box .img-box {
    width: 90vw;
  }

  .marquee-box {
    width: 93%;
  }

  .w350 {
    width: 93%;
  }
}

.logo-box {
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.banner-box {
  min-height: 120px;
}


.banner-box .img-box {
  margin: 0 auto;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
}

.banner-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 底框 */
.marquee-box {
  display: flex;
  align-items: center;

  margin: 10px auto;
  height: 36px;
  box-sizing: border-box;
  background: #251952;
  border: 1px solid #36286C;
  border-radius: 8px;
}

.union-box {
  box-sizing: border-box;
  padding: 0 10px;
}

.union-box img {
  height: 14px;
  object-fit: contain;
}



.linke-box {
  /* Frame 4 */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  /* height: 344px; */
  margin: 0 auto;

  border-radius: 8px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;

}

.linke-box .column {
  /* width: 100%;
  border: 1px solid;
  display: flex;
  justify-content: space-around; */

  /* Frame 8 */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  gap: 8px;

  height: 40px;

  background: #251952;
  border: 1px solid #36286C;
  border-radius: 8px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;


}

.linke-box .column a {}

.site-mode1 .link-item {
  width: 327px;
  background: #332370;
  border-radius: 32px;
  padding: 8px;
}
.site-mode1 .item-left,.site-mode1 .item-right {
  gap: 10px;
}
.link-item {
  /* Frame 3 */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  gap: 8px;


  height: 41px;



  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;

}

.link-item .btn {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  padding: 4px 8px;
  gap: 1px;

  width: 57px;
  height: 24px;

  background: linear-gradient(180deg, #F6E9B0 0%, #ECD491 50.07%, #BB964C 100%);
  border-radius: 30px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;




  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 457;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;

  color: #4B310A;



}


.link-item .domain {

  width: 76px;
  height: 17px;

  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 457;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  color: #FFFFFF;


  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;

}

.link-item .item-left .img-link-box {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;

  flex: none;
  order: 0;
  flex-grow: 0;

  box-sizing: border-box;


  background: linear-gradient(180deg, #40E85D 0%, #21C33E 23%, #78FF90 49%, #89FF9E 76%, #17D337 100%);
  box-shadow: inset 0px 0.5px 0.5px rgba(172, 255, 183, 0.77);

  animation: ease-in-out;
}



.img-link-box2 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  line-height: 16px;
}

.style1 .img-link-box2 {
  background: linear-gradient(180deg, #87FF9E 0%, #56F472 50%, #10B32C 100%);
  box-shadow: 0px 0.5px 0.5px #8EFFA9, inset 0px 1px 2px rgba(0, 129, 17, 0.82);
}

.style2 .img-link-box2 {
  background: linear-gradient(180deg, #008419 0%, #056316 50%, #011905 100%);
  box-shadow: 0px 0.5px 0.5px #8EFFA9, inset 0px 1px 2px rgba(0, 129, 17, 0.82);

}


.link-item .item-left,
.link-item .item-right {
  display: flex;
  align-items: center;
}

.site-mode2 .item-left,.site-mode2 .item-right {
  gap: 4px;
}

.link-item .item-right span:nth-child(1) {
  /* link1 */

  width: 36px;
  height: 17px;

  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 457;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-transform: uppercase;

  color: #F6E9B0;


  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

}

.link-txt {

  height: 14px;
  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 457;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;
  color: #F6E9B0;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.w350 {
  margin-left: auto;
  margin-right: auto;
}

.m10-t {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vpn-box {
  display: flex;
  justify-content: space-between;
}

.vpn-box div {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;

  background: linear-gradient(180deg, #F6E9B0 0%, #ECD491 50.07%, #BB964C 100%), linear-gradient(94.28deg, #FF5400 0%, #F57835 100%);
  border-radius: 30px;

  /* download free vPN */

  width: 170px;

  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 556;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;

  color: #4B310A;

}

.vpn-txt {
  /* We recommend that,if you encounter access restrictions in some regions,you use a VPN to access the platform's website and immediately switch to one of our alternative links */


  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 457;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;

  color: #F6E9B0;







}

.hd-box {
  display: flex;
  justify-content: space-between;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.hd-box .hd-box-item {
  position: relative;
  box-sizing: border-box;

  width: 171px;
  min-height: 98px;


  background: #251952;
  border: 1px solid #36286C;
  border-radius: 8px;


}


.hd-box .hd-box-item img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hd-box-item-left {
  padding: 10px;
}


.hd-box-item-left div:nth-child(1) {
  margin-bottom: 4px;
  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 457;
  font-size: 11px;
  line-height: 14px;
  text-transform: capitalize;

  color: #F6E9B0;



}

.hd-box-item-left div:nth-child(2) {
  /* join the agecy eam millions every month */
  width: 105px;
  height: 36px;

  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 457;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;

  color: #FFFFFF;


}

.hd-box-item-left div:nth-child(3) {
  /* 按钮/一级-高亮 */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  gap: 10px;

  width: 86px;
  height: 24px;

  background: linear-gradient(180deg, #F6E9B0 0%, #ECD491 50.07%, #BB964C 100%), linear-gradient(94.28deg, #FF5400 0%, #F57835 100%);
  box-shadow: 0px 2px 0px #08031D;
  border-radius: 30px;


  /* contact */


  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 556;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height */
  display: flex;
  align-items: flex-end;
  text-align: center;
  text-transform: capitalize;

  color: #4B310A;





}

.hd-box-item-left div:nth-child(3).style2 {
  background: linear-gradient(0deg, #FFF48C -14.58%, #FF5100 10.43%, #FF5100 58.19%, #FF6F00 95.83%);
  box-shadow: inset 0px 3.37839px 13.5135px #FFFFFF;

}

.hd-box-item-left div:nth-child(3).style2 a {

  color: #fff;
}


.website-box {
  /* Frame 1420071152 */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 12px;
  gap: 10px;

  height: 46px;

  background: #251952;
  border: 1px solid #36286C;
  border-radius: 8px;





}

.website-box.style2 {
  background: linear-gradient(0deg, #251952 0%, #5338B8 100%);
  border: 1px solid #36286C;
  box-shadow: 0px 2px 0px #08031D;
  border-radius: 8px;
}

.website-box span {
  /* PH958.COM */

  display: inline-block;
  height: 38px;

  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 790;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #ebd391;

}

.website-box.style2 span {
  color: #ebd391;
  text-shadow:
    0 0 5px magenta,
    0 0 10px magenta,
    0 0 15px magenta,
    0 0 20px fuchsia;
  
}

.contact-box {

  box-sizing: border-box;

  height: 114px;
  padding: 10px;

  background: #251952;
  border: 1px solid #36286C;
  border-radius: 8px;


  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2列 */
  grid-template-rows: auto auto;
  /* 2行 */
  gap: 10px;
  /* 间距 */



}

.contact-item {

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 6px;
  gap: 8px;

  width: 158.5px;
  height: 40px;

  background: #332370;
  border-radius: 32px;


  font-family: 'SF Compact';
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;

}

.contact-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.vpn-step1 {
  text-align: center;
}

.marquee-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;

}

.marquee-text span {
  display: inline-block;
  animation: marquee 10s linear infinite;

  will-change: transform;
  /* 提示浏览器优化 */
  transform: translate3d(0, 0, 0);
  /* 触发 GPU 加速 */

  font-family: 'SF Compact';
  font-style: normal;
  font-weight: 457;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-transform: capitalize;

  color: rgba(255, 255, 255, 0.7);
}

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

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

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

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

.hd-btn a {
  color: #4B310A;
}



winner-container {
  height: 400px;
  background: linear-gradient(135deg, #a12f2f 0%, #a12f2f 100%);
  border-radius: 12px;
  padding: 15px;
  margin: 20px 15px;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.winner-header {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.winner-header h1 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trophy-icon {
  font-size: 24px;
}

.winners-wrapper {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.winners-list {
  position: absolute;
  width: 100%;
  animation: scrollWinners 25s linear infinite;
}

.winner-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;

  display: flex;
  align-items: center;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.winner-code {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}

.winner-details {
  flex: 1;
  padding: 5px 10px;
}

.winner-name {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 3px;
  color: #fff;
  /* Ensures white text */
  line-height: 1.3;
  /* Better line spacing */
}

.game-name {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 5px;
  color: #ddd;
  /* Lighter color for secondary text */
  line-height: 1.3;
}

.prize {
  color: #ffeb3b;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 5px;
  /* Adds space above prize */
  line-height: 1.3;
}

@keyframes scrollWinners {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(calc(-100% + 220px));
  }
}

.winners-wrapper:hover .winners-list {
  animation-play-state: paused;
}

/* Gradient fade effects */
.winners-wrapper::before,
.winners-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 2;
  pointer-events: none;
}

.winners-wrapper::before {
  top: 0;
  /* background: linear-gradient(to bottom, #a12f2f, #a12f2f); */
}

.winners-wrapper::after {
  bottom: 0;
  /* background: linear-gradient(to top, #a12f2f, #a12f2f); */
}

.full {
  width: 100%;
}

.kefu {
  display: inline-block;
  width: 70px;
  text-align: center;
  position: sticky;
  bottom: 50%;
  z-index: 100;
  right: 0;
  left: 100%;
}