@charset "UTF-8";
/*--- 錢幣 ---*/
.coins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  z-index: 1;
  height: 100%;
}

.coin_all {
  pointer-events: none;
}

.coin {
  position: absolute;
  opacity: 0.7;
  animation: cascade-down cubic-bezier(0.33333, 0, 0.66667, 0.33333);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  background-image: url(../images/prize/coin01.webp);
  display: block;
  background-size: contain;
  min-width: 25px;
  min-height: 25px;
}

.coin:nth-child(1) {
  left: 8.33%;
  top: -100px;
  animation-delay: 900ms;
  animation-duration: 2.7s;
  width: 36px;
  height: 36px;
}

.coin:nth-child(2) {
  left: 16.66%;
  top: -100px;
  animation-delay: 1800ms;
  animation-duration: 3.6s;
  width: 30px;
  height: 30px;
}

.coin:nth-child(3) {
  left: 24.99%;
  top: -100px;
  animation-delay: 3000ms;
  animation-duration: 1.8s;
  width: 6px;
  height: 6px;
}

.coin:nth-child(4) {
  left: 33.32%;
  top: -100px;
  animation-delay: 300ms;
  animation-duration: 1.8s;
  width: 48px;
  height: 48px;
}

.coin:nth-child(5) {
  left: 41.65%;
  top: -100px;
  animation-delay: 1500ms;
  animation-duration: 3.6s;
  width: 48px;
  height: 48px;
}

.coin:nth-child(6) {
  left: 49.98%;
  top: -100px;
  animation-delay: 2100ms;
  animation-duration: 2.7s;
  width: 18px;
  height: 18px;
}

.coin:nth-child(7) {
  left: 58.31%;
  top: -100px;
  animation-delay: 2700ms;
  animation-duration: 3.6s;
  width: 30px;
  height: 30px;
}

.coin:nth-child(8) {
  left: 66.64%;
  top: -100px;
  animation-delay: 2400ms;
  animation-duration: 2.7s;
  width: 60px;
  height: 60px;
}

.coin:nth-child(9) {
  left: 74.97%;
  top: -100px;
  animation-delay: 1500ms;
  animation-duration: 2.7s;
  width: 54px;
  height: 54px;
}

.coin:nth-child(10) {
  left: 83.3%;
  top: -100px;
  animation-delay: 2700ms;
  animation-duration: 3.6s;
  width: 54px;
  height: 54px;
}

.coin:nth-child(11) {
  left: 91.63%;
  top: -100px;
  animation-delay: 1800ms;
  animation-duration: 1.8s;
  width: 30px;
  height: 30px;
}

.coin:nth-child(12) {
  left: 99.96%;
  top: -100px;
  animation-delay: 3000ms;
  animation-duration: 2.7s;
  width: 48px;
  height: 48px;
}

@keyframes cascade-down {
  0% {
    transform: translateY(0, -8px);
  }
  25% {
    transform: translateY(0, 2vh);
  }
  50% {
    transform: translateY(0, 4vh);
  }
  75% {
    transform: translateY(0, 16vh);
  }
  100% {
    transform: translate(0, 103vh);
    opacity: 0;
  }
}
/*--- 獎池 ---*/
.prize_pool {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding: 0 15px;
}

/*--- 主視覺 ---*/
.theme {
  width: 100%;
  min-height: 450px;
  background: url(../images/prize/banner.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.theme :nth-of-type(1) + .people, .theme :nth-of-type(2) + .people {
  z-index: 2;
  position: absolute;
}
.theme :nth-of-type(1) + .people {
  left: 63px;
  top: 146px;
  animation: slide-left 1s;
}
.theme :nth-of-type(1) + .people img {
  animation: shake-l 6s linear infinite;
}
.theme :nth-of-type(2) + .people {
  right: 80px;
  top: 148px;
  animation: slide-right 1s;
}
.theme :nth-of-type(2) + .people img {
  animation: shake-r 6s linear infinite;
}
.theme .ball_l, .theme .ball_r {
  z-index: 1;
  position: absolute;
}
.theme .ball_l {
  left: 18%;
  top: 115px;
  animation: ball-left 3s;
}
.theme .ball_l img {
  animation: whirling-l 6s linear infinite;
}
.theme .ball_r {
  right: 18%;
  top: 115px;
  animation: ball-right 3s;
}
.theme .ball_r img {
  animation: whirling-r 6s linear infinite;
}
.theme .emblem {
  width: 1200px;
  position: relative;
  display: flex;
  justify-content: center;
}
.theme .emblem > a {
  width: auto;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 30px;
  padding: 0 20px;
  position: absolute;
  right: 2%;
  top: 20px;
  z-index: 1;
}
.theme .emblem > a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.theme .emblem > div {
  position: absolute;
  top: -30px;
}
.theme .emblem > div :hover {
  animation-name: myAnimation;
  animation-duration: 0.7s;
  animation-direction: reverse;
}
.theme .emblem > div img {
  animation: slide-top 1s infinite;
  animation-direction: alternate-reverse;
}

/*--- 動態效果 ---*/
@keyframes slide-right { /* people */
  0% {
    transform: translateY(0);
    transform: translateX(30px);
    opacity: 0;
  }
  50% {
    transform: translateY(-100px);
  }
  70% {
    transform: translateY(10px);
    opacity: 1;
  }
  80% {
    transform: translateY(-5px);
  }
  90% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-left { /* people */
  0% {
    transform: translateY(0);
    transform: translateX(-30px);
    opacity: 0;
  }
  50% {
    transform: translateY(-100px);
  }
  70% {
    transform: translateY(10px);
    opacity: 1;
  }
  80% {
    transform: translateY(-5px);
  }
  90% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ball-right { /* ball */
  0% {
    transform: translateY(0);
    transform: translateX(0);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    transform: translateX(50px);
    opacity: 0;
  }
  60% {
    transform: translateX(10px);
    transform: translateY(-100px);
  }
  62% {
    transform: translateX(30px);
    transform: translateY(0px);
    opacity: 1;
  }
  65% {
    transform: translateX(10px);
    transform: translateY(-60px);
  }
  68% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
  72% {
    transform: translateY(-20px);
  }
  75% {
    transform: translateY(0px);
  }
  78% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(0);
  }
  82% {
    transform: translateY(-5px);
  }
  88% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ball-left { /* ball */
  0% {
    transform: translateY(0);
    transform: translateX(0);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    transform: translateX(-50px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    transform: translateY(-100px);
  }
  62% {
    transform: translateX(-30px);
    transform: translateY(0px);
    opacity: 1;
  }
  65% {
    transform: translateX(-10px);
    transform: translateY(-60px);
  }
  68% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
  72% {
    transform: translateY(-20px);
  }
  75% {
    transform: translateY(0px);
  }
  78% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(0);
  }
  82% {
    transform: translateY(-5px);
  }
  88% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes whirling-r { /* ball 旋轉 */
  0% {
    transform: rotate(360deg);
  }
  90% {
    transform: rotate(50deg);
  }
  93% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(-10px);
  }
  96% {
    transform: translateY(0);
  }
  97% {
    transform: translateY(5px);
  }
  98% {
    transform: translateY(0);
  }
  99% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
    transform: rotate(0deg);
  }
}
@keyframes whirling-l { /* ball 旋轉 */
  0% {
    transform: rotate(-360deg);
  }
  90% {
    transform: rotate(-50deg);
  }
  93% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(-10px);
  }
  96% {
    transform: translateY(0);
  }
  97% {
    transform: translateY(5px);
  }
  98% {
    transform: translateY(0);
  }
  99% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
    transform: rotate(0deg);
  }
}
@keyframes shake-r { /* people 移動 */
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(20px);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes shake-l { /* people 移動 */
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes slide-top { /* emblem 門檻 icon */
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes myAnimation { /* emblem 門檻 icon */
  100% {
    transform: scale(1.05);
  }
  0% {
    transform: scale(0.9);
  }
}
/*--- 動態效果 end ---*/
/*--- 滾動數字 ---*/
.mileage {
  width: 636px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.number-normal {
  width: 100%;
  position: relative;
  padding-top: 50px;
  color: #FFF700;
  display: flex;
  justify-content: center;
}
.number-normal::before {
  content: "奖池奖金";
  font-size: 20px;
  width: 130px;
  color: #fff;
  position: absolute;
  top: 10px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 3px;
}
.number-normal .data {
  height: 95px !important;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
}
.number-normal .data::after {
  content: " 元 ";
  font-size: 24px;
  width: 60px;
  color: #FFF700;
  position: absolute;
  right: -50px;
  bottom: 7px;
}
.number-normal .data ._number {
  color: #FFF700;
  width: 60px !important;
}
.number-normal .data ._number .symbol {
  margin-right: -18px;
  width: 45px !important;
}
.number-normal .data ._number span {
  font-size: 94px !important;
  font-weight: bold;
  width: 60px !important;
}

.number-diy {
  width: 100%;
  background: #425BE9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-diy::before, .number-diy::after {
  font-size: 20px;
}
.number-diy::before {
  content: "累计";
  color: #8BFBFF;
}
.number-diy::after {
  content: "积分";
  color: #8BFBFF;
}
.number-diy .data {
  height: 65px !important;
  margin-top: 15px;
  margin-bottom: 10px;
}
.number-diy .data ._number {
  border: 1px solid #8BFBFF;
  border-radius: 5px;
  color: #8BFBFF;
  margin: 0 5px;
  width: 50px !important;
}
.number-diy .data ._number .symbol {
  margin-right: -18px;
  width: 30px !important;
}
.number-diy .data ._number span {
  background: #8BFBFF;
  -webkit-background-clip: text;
  color: transparent !important;
  font-size: 60px !important;
  font-weight: bold;
  width: 50px !important;
}

.updatetime {
  color: #69b8d5;
  background: #425BE9;
  width: 100%;
  font-size: 14px;
  padding-bottom: 12px;
}
.updatetime::before {
  content: "更新时间 (北京时间) : ";
  color: #69b8d5;
}

/*--- 滾動數字 end ---*/
/* --- 數據效果 --- */
.progress {
  width: 100%;
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  text-align: center;
}

.progress-bar {
  height: 16px;
  border-radius: 30px;
  margin-bottom: 5px;
  position: absolute;
  display: block;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.bar_line {
  width: 100%;
  height: 16px;
  border: 2px solid #4A61F8;
  border-radius: 30px;
  position: absolute;
  z-index: 2;
}

.bar_shadow {
  width: 100%;
  height: 16px;
  background-color: #03122B;
  border: 1px solid #4A61F8;
  border-radius: 30px;
  position: absolute;
}

/*-- 積分-01 --*/
#int-one:checked ~ div .progress-bar {
  width: 10%;
  background-color: #FFF700;
}
#int-one:checked ~ div .current:nth-of-type(-n+1):nth-of-type(-n+6), #int-one:checked ~ div .current:nth-of-type(n+3):nth-of-type(-n+6) {
  border: none;
  box-shadow: none;
}
#int-one:checked ~ div .current:nth-of-type(n) .badge {
  filter: none;
}
#int-one:checked ~ .tick > .as:nth-of-type(1) span {
  filter: brightness(90%) saturate(80%);
}
#int-one:checked ~ .tick > .as:nth-of-type(1) .badge::before, #int-one:checked ~ .tick > .as:nth-of-type(1) .badge::after {
  display: block;
}
#int-one:checked ~ .lock > .kn:nth-of-type(1) div > span:nth-of-type(1) {
  background: url(../images/prize/unlock_icon.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#int-one:checked ~ .lock > .kn:nth-of-type(1) div > span:nth-of-type(2) {
  box-shadow: none;
  border: none;
}

/*-- 積分-02 --*/
#int-two:checked ~ div .progress-bar {
  width: 28%;
  background-color: #FFF700;
}
#int-two:checked ~ div .current:nth-of-type(-n+2):nth-of-type(-n+6), #int-two:checked ~ div .current:nth-of-type(n+4):nth-of-type(-n+6) {
  border: none;
  box-shadow: none;
}
#int-two:checked ~ div .current:nth-of-type(n) .badge {
  filter: none;
}
#int-two:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+2) span {
  filter: brightness(90%) saturate(80%);
}
#int-two:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+2) .badge::before, #int-two:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+2) .badge::after {
  display: block;
}
#int-two:checked ~ .lock > .kn:nth-of-type(n+1):nth-of-type(-n+2) div > span:nth-of-type(1) {
  background: url(../images/prize/unlock_icon.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#int-two:checked ~ .lock > .kn:nth-of-type(n+1):nth-of-type(-n+2) div > span:nth-of-type(2) {
  box-shadow: none;
  border: none;
}

/*-- 積分-03 --*/
#int-three:checked ~ div .progress-bar {
  width: 45%;
  background-color: #FFF700;
}
#int-three:checked ~ div .current:nth-of-type(-n+3):nth-of-type(-n+6), #int-three:checked ~ div .current:nth-of-type(n+5):nth-of-type(-n+6) {
  border: none;
  box-shadow: none;
}
#int-three:checked ~ div .current:nth-of-type(n) .badge {
  filter: none;
}
#int-three:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+3) span {
  filter: brightness(90%) saturate(80%);
}
#int-three:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+3) .badge::before, #int-three:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+3) .badge::after {
  display: block;
}
#int-three:checked ~ .lock > .kn:nth-of-type(n+1):nth-of-type(-n+3) div > span:nth-of-type(1) {
  background: url(../images/prize/unlock_icon.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#int-three:checked ~ .lock > .kn:nth-of-type(n+1):nth-of-type(-n+3) div > span:nth-of-type(2) {
  box-shadow: none;
  border: none;
}

/*-- 積分-04 --*/
#int-foure:checked ~ div .progress-bar {
  width: 65%;
  background-color: #FFF700;
}
#int-foure:checked ~ div .current:nth-of-type(-n+4):nth-of-type(-n+6), #int-foure:checked ~ div .current:nth-of-type(n+6):nth-of-type(-n+6) {
  border: none;
  box-shadow: none;
}
#int-foure:checked ~ div .current:nth-of-type(n) .badge {
  filter: none;
}
#int-foure:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+4) span {
  filter: brightness(90%) saturate(80%);
}
#int-foure:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+4) .badge::before, #int-foure:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+4) .badge::after {
  display: block;
}
#int-foure:checked ~ .lock > .kn:nth-of-type(n+1):nth-of-type(-n+4) div > span:nth-of-type(1) {
  background: url(../images/prize/unlock_icon.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#int-foure:checked ~ .lock > .kn:nth-of-type(n+1):nth-of-type(-n+4) div > span:nth-of-type(2) {
  box-shadow: none;
  border: none;
}

/*-- 積分-05 --*/
#int-five:checked ~ div .progress-bar {
  width: 82%;
  background-color: #FFF700;
}
#int-five:checked ~ div .current:nth-of-type(-n+5):nth-of-type(-n+6) {
  border: none;
  box-shadow: none;
}
#int-five:checked ~ div .current:nth-of-type(n) .badge {
  filter: none;
}
#int-five:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+5) span {
  filter: brightness(90%) saturate(80%);
}
#int-five:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+5) .badge::before, #int-five:checked ~ .tick > .as:nth-of-type(n+1):nth-of-type(-n+5) .badge::after {
  display: block;
}
#int-five:checked ~ .lock > .kn:nth-of-type(n+1):nth-of-type(-n+5) div > span:nth-of-type(1) {
  background: url(../images/prize/unlock_icon.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#int-five:checked ~ .lock > .kn:nth-of-type(n+1):nth-of-type(-n+5) div > span:nth-of-type(2) {
  box-shadow: none;
  border: none;
}

/*-- 積分-06 --*/
#int-six:checked ~ div .progress-bar {
  width: 100%;
  background-color: #FFF700;
}
#int-six:checked ~ div .current {
  border: none;
  box-shadow: none;
}
#int-six:checked ~ div .current:nth-of-type(n) .badge {
  filter: none;
}
#int-six:checked ~ .tick > .as:nth-of-type(n) span {
  filter: brightness(90%) saturate(80%);
}
#int-six:checked ~ .tick > .as:nth-of-type(n) .badge::before, #int-six:checked ~ .tick > .as:nth-of-type(n) .badge::after {
  display: block;
}
#int-six:checked ~ .lock > .kn:nth-of-type(n) div > span:nth-of-type(1) {
  background: url(../images/prize/unlock_icon.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#int-six:checked ~ .lock > .kn:nth-of-type(n) div > span:nth-of-type(2) {
  box-shadow: none;
  border: none;
}

/*--- 鎖頭 . 門檻 icon ---*/
.lock {
  width: 100%;
  position: absolute;
  margin: -7px 0;
  z-index: 3;
  display: flex;
  justify-content: space-evenly;
}
.lock:before {
  content: " ";
  width: 26px;
  height: 26px;
  display: block;
  background: #fff;
  border: 3px solid #8B93FF;
  border-radius: 30px;
  box-sizing: border-box;
  margin-top: 1px;
  position: absolute;
  left: 0;
}

.kn {
  width: 164px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 8px;
}
.kn div {
  position: relative;
  text-align: center;
}
.kn div > span:nth-of-type(1), .kn div > span:nth-of-type(2) {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.kn div > span:nth-of-type(1) {
  background: url(../images/prize/lock_icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
}
.kn div > span:nth-of-type(2) {
  background: #03122B;
  box-shadow: 0 1px 5px #00DCFF, 0 -1px 3px #00DCFF;
  border-radius: 5px;
  transform: rotate(-45deg);
}

.build {
  width: 1060px;
  position: absolute;
}

.tick {
  margin: 50px 0 10px;
  display: flex;
  justify-content: space-evenly;
}

.badge {
  width: 154px;
  height: 137px;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  z-index: 1;
}
.badge::after {
  content: " ";
  width: 86px;
  height: 86px;
  display: none;
  background: url(../images/prize/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.badge img {
  position: absolute;
  z-index: 0;
}

.as {
  display: flex;
  padding: 10px 5px 15px;
  border-radius: 15px;
  margin: 0 8px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.as:nth-of-type(1) {
  background: #5B6B84;
}
.as:nth-of-type(1) .badge {
  background: url(../images/prize/grade_01.svg);
  background-size: cover;
  filter: opacity(70%);
}
.as:nth-of-type(2) {
  background: #00D16F;
}
.as:nth-of-type(2) .badge {
  background: url(../images/prize/grade_02.svg);
  background-size: cover;
  filter: opacity(70%);
}
.as:nth-of-type(3) {
  background: #425BE9;
}
.as:nth-of-type(3) .badge {
  background: url(../images/prize/grade_03.svg);
  background-size: cover;
  filter: opacity(70%);
}
.as:nth-of-type(4) {
  background: #A36EFF;
}
.as:nth-of-type(4) .badge {
  background: url(../images/prize/grade_04.svg);
  background-size: cover;
  filter: opacity(70%);
}
.as:nth-of-type(5) {
  background: #FFCC00;
}
.as:nth-of-type(5) .badge {
  background: url(../images/prize/grade_05.svg);
  background-size: cover;
  filter: opacity(70%);
}
.as:nth-of-type(6) {
  background: #EF3556;
}
.as:nth-of-type(6) .badge {
  background: url(../images/prize/grade_06.svg);
  background-size: cover;
  filter: opacity(70%);
}
.as > span {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 25px;
  margin-top: 10px;
}
.as > span:after {
  content: " 元 ";
  font-size: 14px;
  margin-left: 3px;
}
.as > span img {
  width: 19px;
  height: 19px;
  display: inline-block;
}

.current {
  border: 1px solid #00DCFF;
  box-shadow: 2px 1px 5px #00DCFF, -1px -2px 5px #00DCFF;
}
.current:nth-of-type(n) .badge {
  filter: opacity(100%);
}

.trend {
  color: #9197A2 !important;
}

.radio {
  display: none;
}

.rew {
  display: inline-block;
  margin: 25px 0;
  font-size: 0;
}

label {
  width: 190px;
  display: inline-block;
  color: #000000;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
label img {
  width: 15px;
  margin-top: -3px;
}

.radio:checked .rew > label {
  color: #000000;
}

/* --- 數據效果 end --- */
.schedule {
  width: 100%;
  margin: 0 auto;
}

/* --- 滑移選單 --- */
.gameShow {
  display: flex;
  overflow-x: inherit;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: pointer;
  scroll-behavior: smooth;
  position: relative;
  justify-content: center;
}

.gameShow::-webkit-scrollbar {
  display: none;
}

/* --- 滑移選單 --- end */
/*--- 登入按鈕 ---*/
.logview {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.logview > .betting, .logview .eposit {
  width: 210px;
  margin: 0 10px;
}
.logview > .betting:hover {
  background-color: #4757DB;
  background-image: none;
  box-shadow: 0 7px 10px rgba(249, 255, 192, 0.8);
  transform: translateY(-5%);
}
.logview > .eposit:hover {
  background-color: #AFEA00;
  background-image: none;
  box-shadow: 0 7px 10px rgba(249, 255, 192, 0.8);
  transform: translateY(-5%);
}

/*--- 登入按鈕 --- end */
/*-- 個人資訊 ---*/
.personal {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*flex-direction: column;*/
  position: relative;
  margin: 0 auto;
  background: #fff;
  z-index: 0;
  padding: 5px 15px 10px 15px;
}
.personal .lump {
  text-align: center;
  margin-top: 10px;
}
.personal .lump:nth-child(1) {
  width: 49.4%;
  height: 225px;
  border-radius: 60px 15px 90px 15px;
  position: relative;
  background: url(../images/prize/integration_bg.webp), #E1F0FF;
  background-size: contain;
  border: 1px solid #6A96FF;
  box-sizing: border-box;
  color: #fff;
}
.personal .lump:nth-child(1)::before {
  content: "";
  width: 100.5%;
  height: 225px;
  background: linear-gradient(to right, #304fff 1%, #1a237e 100%);
  position: absolute;
  border-radius: 15px;
  z-index: -1;
  top: -1px;
  left: -1px;
}
.personal .lump:nth-child(1) .scope {
  margin-top: 40px;
}
.personal .lump:nth-child(1) .scope .mass {
  width: 167px;
  height: 105px;
  display: inline-block;
  margin: 0 5px;
  background: #fff;
  position: relative;
  border: 1px solid #5770FF;
  border-radius: 0 10px 10px 10px;
}
.personal .lump:nth-child(1) .scope .mass > span {
  color: #000;
  font-size: 24px;
  line-height: 58px;
  border-radius: 0 10px 10px 10px;
  font-weight: 500;
}
.personal .lump:nth-child(1) .scope .mass > span img {
  width: 12px;
  margin-bottom: 3px;
}
.personal .lump:nth-child(1) .scope .mass > span:first-child {
  background: #1A237E;
  color: #6493FF;
  line-height: 45px;
  font-size: 18px;
  border-radius: 0 7px 0 0;
}
.personal .lump:nth-child(1) .scope .mass:nth-of-type(1):after {
  content: " + ";
  width: 20px;
  height: 20px;
  line-height: 16px;
  background: #2240EC;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  top: 45px;
  right: -18px;
  font-size: 18px;
  z-index: 1;
}
.personal .lump:nth-child(1) .scope .mass:nth-of-type(2):after {
  content: " = ";
  width: 20px;
  height: 20px;
  line-height: 16px;
  background: #2240EC;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  top: 45px;
  right: -18px;
  font-size: 18px;
  z-index: 1;
}
/*.personal .lump:nth-child(1) .scope .mass:nth-of-type(3)::before {*/
/*  content: " 更新时间 : 半小时 ";*/
/*  color: #6269A1;*/
/*  position: absolute;*/
/*  top: -22px;*/
/*  font-size: 12px;*/
/*  width: 100%;*/
/*}*/
.personal .lump:nth-child(1) .scope .mass:nth-of-type(3) > span:first-child {
  background: #2240EC;
  color: #A4DBFF;
}
.personal .lump:nth-child(2) {
  width: 49.4%;
  height: 225px;
  border-radius: 60px 15px 90px 15px;
  position: relative;
  background: url(../images/prize/star_bgc.webp), #FFE8E8;
  background-size: contain;
  border: 1px solid #FFABAB;
  box-sizing: border-box;
  color: #fff;
}
.personal .lump:nth-child(2)::before {
  content: "";
  width: 100.5%;
  height: 225px;
  background: linear-gradient(to bottom, #d60201 0%, #730e26 100%);
  position: absolute;
  border-radius: 15px;
  z-index: -1;
  top: -1px;
  left: -1px;
}
.personal .lump:nth-child(2) .scope {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.personal .lump:nth-child(3) {
  width: 100%;
  height: auto;
  display: flex;
  border-radius: 15px;
  /*position: absolute;*/
  background: linear-gradient(to right, rgba(225, 239, 255, 0.1) 0%, rgba(225, 239, 255, 0.11) 40%, rgb(59, 71, 172) 100%), url(../images/prize/deposit_bg.webp) 0 90px, #E1EFFF;
  background-repeat: repeat-x;
  background-size: 100%, 10%;
  margin-bottom: 5px;
}

.subject {
  width: 100%;
  height: 40px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  z-index: 3;
}
.subject > a {
  width: 70px;
  line-height: 24px;
  display: inline-block;
  background: #CD3000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
}
.subject > a:hover {
  background: #801e00;
}

.question {
  cursor: pointer;
  position: relative;
  margin: 0 8px;
}
.question:hover .thing_01, .question:hover .thing_02, .question:hover .thing_03 {
  display: block;
}
.question:hover .thing_01 ul, .question:hover .thing_02 ul, .question:hover .thing_03 ul {
  display: block;
  width: 370px;
  height: auto;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  word-break: break-all;
  color: #fff;
  position: absolute;
  top: 25px;
  right: 0px;
  z-index: 999;
  /*backdrop-filter: blur(5px);*/
  text-align: center;
  font-size: 20px;
}
.question:hover .thing_01 li, .question:hover .thing_02 li, .question:hover .thing_03 li {
  font-size: 16px;
}
.question:hover .thing_01 h2 {
  color: #61C9FF;
  line-height: 40px;
  display: inline-block;
  font-size: 20px;
}
.question:hover .thing_01 img {
  width: 15px;
  margin-bottom: 5px;
}
.question:hover .thing_01 li {
  line-height: 25px;
}
.question:hover .thing_01 li:nth-of-type(4) {
  color: #9A9A9A;
  font-size: 12px;
}
.question:hover .thing_01 li p {
  display: block;
  margin: 10px 0;
  border-bottom: 1px solid #A2DBFF;
}
.question:hover .thing_02 li {
  line-height: 25px;
}
.question:hover .thing_02 li:first-child {
  font-size: 20px;
  color: #FF6C65;
  font-weight: bold;
  line-height: 35px;
}
.question:hover .thing_02 li:last-child {
  color: #9A9A9A;
  font-size: 12px;
}
.question:hover .thing_03 h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.question:hover .thing_03 li {
  font-size: 0;
  width: 100%;
  background: #607DFF;
  color: #8BFBFF;
  display: block;
}
.question:hover .thing_03 li:first-child {
  border-radius: 15px 15px 0 0;
  margin-top: 10px;
}
.question:hover .thing_03 li:last-child {
  border-radius: 0 0 15px 15px;
}
.question:hover .thing_03 li:nth-of-type(2) span:nth-of-type(1), .question:hover .thing_03 li:nth-of-type(3) span:nth-of-type(1), .question:hover .thing_03 li:nth-of-type(4) span:nth-of-type(1) {
  background: #728BFF;
  color: #fff;
  border-bottom: 1px solid #5174FA;
}
.question:hover .thing_03 li:nth-of-type(4) span:nth-of-type(1) {
  border-radius: 0 0 0 15px;
}
.question:hover .thing_03 li:nth-of-type(2) span:nth-of-type(2), .question:hover .thing_03 li:nth-of-type(3) span:nth-of-type(2), .question:hover .thing_03 li:nth-of-type(4) span:nth-of-type(2) {
  background: #5174FA;
  color: #DCEF2F;
  border-bottom: 1px solid #728BFF;
}
.question:hover .thing_03 li:nth-of-type(4) span:nth-of-type(2) {
  border-radius: 0 0 15px 0;
}
.question:hover .thing_03 li span {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  line-height: 35px;
}
.question .thing_01, .question .thing_02, .question .thing_03 {
  display: none;
}

.mass > span, .bonus > span {
  width: 100%;
  display: inline-block;
}

.guess_btn {
  width: 260px;
  line-height: 50px;
  background: linear-gradient(to right, #304af3 1%, #7083ff 100%);
  display: inline-block;
  border-radius: 30px;
  color: #8BFBFF;
  margin: 10px 0;
  font-size: 18px;
  position: relative;
}
.guess_btn:hover {
  background-color: #304af3;
  background-image: none;
  box-shadow: 0 7px 10px rgba(249, 255, 192, 0.8);
  transform: translateY(-5%);
}
.guess_btn::after {
  content: "";
  width: 9px;
  height: 15px;
  background: url(../images/prize/btn_arrow.webp);
  background-size: contain;
  position: absolute;
  top: 18px;
  right: 18px;
}

.bonus {
  width: 243px;
  display: inline-block;
  height: 168px;
  background: #fff;
  border: 2px solid #EF3556;
  box-sizing: border-box;
  position: absolute;
  top: 25px;
  left: 0%;
  border-radius: 0 18px 18px 18px;
  z-index: 2;
}
.bonus > span:nth-child(1) {
  background-color: #EF3556;
  line-height: 50px;
  font-size: 24px;
  border-radius: 0 15px 0 0;
}
.bonus > span:nth-child(1) img {
  width: 30px;
  height: 30px;
  margin-top: -5px;
}
.bonus > span:nth-child(2) {
  color: #EF3556;
  font-size: 45px;
  font-weight: bold;
  line-height: 75px;
}
.bonus > span:nth-child(2)::after {
  content: " 元 ";
  font-size: 18px;
  color: #000;
}
.bonus > span:nth-child(3) {
  font-size: 13px;
  color: #FFBEBE;
}
.bonus > span:nth-child(3)::before {
  content: " 派发日期 ";
}

.bonus > span, .proportion > span {
  display: block;
}

.proportion {
  position: absolute;
  top: -27px;
  left: 55%;
  pointer-events: none;
}
.proportion > div:nth-child(1) {
  position: relative;
  z-index: 1;
  top: 40px;
  left: 0px;
}
.proportion > div:nth-child(2) {
  width: 186px;
  height: 98px;
  display: inline-block;
  background: #EF3556;
  border-radius: 18px 18px 0 18px;
  position: relative;
  z-index: 1;
}
.proportion > div:nth-child(2) > span:nth-child(1) {
  font-size: 18px;
  line-height: 45px;
}
.proportion > div:nth-child(2) > span:nth-child(2) {
  width: 120px;
  background: #fff;
  border-radius: 4px;
  line-height: 39px;
  color: #EF3556;
  border-radius: 100px;
  font-size: 20px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.proportion > div:nth-child(2) > span:nth-child(2)::after {
  content: " % ";
  font-size: 15px;
  color: #fff;
  position: absolute;
  display: inline-block;
  right: -20px;
}

.praise {
  width: 35%;
  height: auto;
  color: #fff;
  margin-right: 35px;
  padding: 30px 0 0 40px;
  order: 1;
}
.praise > div {
  text-align: left;
}
.praise > div:nth-of-type(1) {
  position: relative;
}
.praise > div:nth-of-type(1) .congratulate {
  color: #6E1DFF;
  font-size: 25px;
  line-height: 50px;
  padding-left: 50px;
  letter-spacing: 2px;
  font-weight: 600;
}
.praise > div:nth-of-type(1) .congratulate::before {
  content: "";
  width: 46px;
  height: 52px;
  position: absolute;
  top: -5px;
  left: 0;
  background: url(../images/prize/hand.gif);
  background-size: contain;
}
.praise > div:nth-of-type(1) .flock {
  font-size: 0;
  background: #1A237E;
  width: 320px;
  border-radius: 0 10px 10px 10px;
}
.praise > div:nth-of-type(1) .flock span {
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.praise > div:nth-of-type(1) .flock span::after {
  content: "元";
  color: #000;
  position: absolute;
  right: -25px;
}
.praise > div:nth-of-type(1) .flock span:nth-of-type(1) {
  width: 35%;
  color: #A3DBFF;
  font-size: 20px;
}
.praise > div:nth-of-type(1) .flock span:nth-of-type(2) {
  width: 65%;
  line-height: 50px;
  border-radius: 10px 10px 10px 0;
  background: #ffffff;
  border: 1px solid #536CEF;
  color: #2240EC;
  font-size: 20px;
  font-weight: 600;
}
.praise > div:nth-of-type(2) {
  color: #000;
  margin-top: 10px;
}
.praise > div:nth-of-type(2) ul {
  font-size: 16px;
  margin-left: 10px;
}
.praise > div:nth-of-type(2) ul li {
  line-height: 27px;
}
.praise > div:nth-of-type(2) ul li strong, .praise > div:nth-of-type(2) ul li h2, .praise > div:nth-of-type(2) ul li h3, .praise > div:nth-of-type(2) ul li h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.praise > div:nth-of-type(2) ul li strong::after, .praise > div:nth-of-type(2) ul li h3::after {
  content: " 元 ";
  color: #000;
  font-weight: normal;
  font-size: 16px;
}
.praise > div:nth-of-type(2) ul li h4 {
  font-size: 16px;
  font-weight: normal;
}
.praise > div:nth-of-type(2) ul li strong {
  color: #E51C4C;
}
.praise > div:nth-of-type(3) {
  font-size: 12px;
  color: #7480BB;
  padding-left: 10px;
}
.praise > div:nth-of-type(3) > span {
  display: inline-block;
  line-height: 25px;
}
.praise > div:nth-of-type(3) > span::before {
  content: "累积区间";
}
.praise > div:nth-of-type(4) {
  text-align: center;
}

.motion {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 30px;
  order: 2;
}

.betting, .eposit { /*去投注 . 線上存款*/
  width: 190px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #1eff00;
  color: #000;
  border-radius: 100px;
  border: 1px solid #3A50E7;
  text-align: center;
  position: relative;
  margin: 0 5px;
  font-size: 1em;
}
.betting::after, .eposit::after {
  content: "";
  width: 9px;
  height: 15px;
  position: absolute;
  top: 18px;
  right: 10%;
}

.betting { /*去投注*/
  color: #8BFBFF;
  background: linear-gradient(to right, #304AF3 1%, #4757DB 99%);
}
.betting:hover {
  background-color: #4757DB;
  background-image: none;
  box-shadow: 0 7px 10px rgba(249, 255, 192, 0.8);
  transform: translateY(-5%);
}
.betting img {
  margin-bottom: 2px;
  margin-left: -20px;
}
.betting::after {
  background: url(../images/prize/btn_arrow.webp);
  background-size: contain;
}

.eposit { /*線上存款*/
  color: #193C97;
  background: linear-gradient(to right, #AFEA00 1%, #E7F24D 99%);
}
.eposit:hover {
  background-color: #AFEA00;
  background-image: none;
  box-shadow: 0 7px 10px rgba(249, 255, 192, 0.8);
  transform: translateY(-5%);
}
.eposit img {
  margin-bottom: 3px;
  margin-left: -15px;
}
.eposit::after {
  background: url(../images/prize/btn_arrow_02.webp);
  background-size: contain;
}

.sill {
  width: 65%;
  height: auto;
  position: relative;
  order: 3;
}
.sill .scope {
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #EFFDFF;
  border-radius: 15px;
  margin: 20px 25px 20px 0;
  padding: 40px 0 0 0;
}
.sill .scope > img {
  width: 19px;
  height: 20px;
  margin-top: 60px;
}
.sill .scope .queue {
  width: 215px;
  height: auto;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.sill .scope .queue:nth-of-type(1) { /*-- 門檻01 --*/ }
.sill .scope .queue:nth-of-type(1) .completed { /*completed --- 完成*/
  background: #333D78 !important;
  color: #4B57A0;
}
.sill .scope .queue:nth-of-type(1) .completed > img {
  display: block !important;
  filter: saturate(70%) brightness(90%) contrast(40%) drop-shadow(0px 2px 5px rgba(255, 255, 255, 0.8));
}
.sill .scope .queue:nth-of-type(1) .completed > div {
  background: #4B57A1;
}
.sill .scope .queue:nth-of-type(1) .completed > div span:nth-of-type(1) {
  color: #4B57A0;
  background: #333D78;
}
.sill .scope .queue:nth-of-type(1) .completed > div span:nth-of-type(2) {
  color: #333D78 !important;
}
.sill .scope .queue:nth-of-type(1) .completed > div span::before {
  filter: saturate(70%) brightness(90%) contrast(40%);
}
.sill .scope .queue:nth-of-type(1) .notyet { /*notyet --- 未開始*/
  background: #8797F1 !important;
}
.sill .scope .queue:nth-of-type(1) .notyet > img {
  display: block !important;
  filter: invert(35%) brightness(160%) drop-shadow(0px 2px 5px rgba(255, 255, 255, 0.8));
}
.sill .scope .queue:nth-of-type(1) .notyet > div span:nth-of-type(1) {
  color: #9FABBF;
  background: #F4F7F8;
}
.sill .scope .queue:nth-of-type(1) .notyet > div span:nth-of-type(2) {
  color: #8797F1 !important;
}
.sill .scope .queue:nth-of-type(1) .notyet > div span::before {
  filter: invert(35%) brightness(160%);
}
.sill .scope .queue:nth-of-type(1) .threshold {
  background: #425BE9;
}
.sill .scope .queue:nth-of-type(1) .threshold .reward {
  color: #4E73B1;
}
.sill .scope .queue:nth-of-type(1) .threshold .reward span:nth-of-type(2) {
  color: #425BE9;
}
.sill .scope .queue:nth-of-type(1) .amount .countbar > div:nth-of-type(2) {
  background: #425BE9;
}
.sill .scope .queue:nth-of-type(2) { /*-- 門檻02 --*/ }
.sill .scope .queue:nth-of-type(2) .completed { /*completed --- 完成*/
  background: #2558AF !important;
  color: #87ACEB;
}
.sill .scope .queue:nth-of-type(2) .completed > img {
  display: block !important;
  filter: saturate(70%) brightness(90%) contrast(40%) drop-shadow(0px 2px 5px rgba(255, 255, 255, 0.8));
}
.sill .scope .queue:nth-of-type(2) .completed > div {
  background: #4A7CD2;
}
.sill .scope .queue:nth-of-type(2) .completed > div span:nth-of-type(1) {
  color: #4A7CD2;
  background: #87ACEB;
}
.sill .scope .queue:nth-of-type(2) .completed > div span:nth-of-type(2) {
  color: #87ACEB !important;
}
.sill .scope .queue:nth-of-type(2) .completed > div span::before {
  filter: saturate(70%) brightness(90%) contrast(40%);
}
.sill .scope .queue:nth-of-type(2) .notyet { /*notyet --- 未開始*/
  background: #7AA9F9 !important;
}
.sill .scope .queue:nth-of-type(2) .notyet > img {
  display: block !important;
  filter: invert(35%) brightness(160%) drop-shadow(0px 2px 5px rgba(255, 255, 255, 0.8));
}
.sill .scope .queue:nth-of-type(2) .notyet > div span:nth-of-type(1) {
  color: #8D9FBC;
  background: #F4F7F8;
}
.sill .scope .queue:nth-of-type(2) .notyet > div span:nth-of-type(2) {
  color: #6D97DF !important;
}
.sill .scope .queue:nth-of-type(2) .notyet > div span::before {
  filter: invert(35%) brightness(160%);
}
.sill .scope .queue:nth-of-type(2) .threshold {
  background: #2676FF;
}
.sill .scope .queue:nth-of-type(2) .threshold .reward {
  color: #4E73B1;
}
.sill .scope .queue:nth-of-type(2) .threshold .reward span:nth-of-type(2) {
  color: #2676FF;
}
.sill .scope .queue:nth-of-type(2) .amount .countbar > div:nth-of-type(2) {
  background: #2676FF;
}
.sill .scope .queue:nth-of-type(3) { /*-- 門檻03 --*/ }
.sill .scope .queue:nth-of-type(3) .notyet { /*notyet --- 未開始*/
  background: #B29BFF !important;
  color: #F8EEFF;
}
.sill .scope .queue:nth-of-type(3) .notyet > img {
  display: block !important;
  filter: invert(35%) brightness(160%) drop-shadow(0px 2px 5px rgba(255, 255, 255, 0.8));
}
.sill .scope .queue:nth-of-type(3) .notyet > div span:nth-of-type(1) {
  color: #9284D9;
  background: #F1E9FF;
}
.sill .scope .queue:nth-of-type(3) .notyet > div span:nth-of-type(2) {
  color: #E1ACFB !important;
}
.sill .scope .queue:nth-of-type(3) .notyet > div span::before {
  filter: invert(35%) brightness(160%);
}
.sill .scope .queue:nth-of-type(3) .threshold {
  background: #7E58FF;
}
.sill .scope .queue:nth-of-type(3) .threshold::before {
  content: " 依奖池金比例试算 ";
  position: absolute;
  display: block;
  top: -25px;
  right: 10px;
  font-size: 12px;
  color: #9284D9;
}
.sill .scope .queue:nth-of-type(3) .threshold::after {
  display: none;
}
.sill .scope .queue:nth-of-type(3) .threshold .reward {
  color: #9284D9;
}
.sill .scope .queue:nth-of-type(3) .threshold .reward span:nth-of-type(1) {
  background: #F1E9FF;
}
.sill .scope .queue:nth-of-type(3) .threshold .reward span:nth-of-type(2) {
  color: #7E58FF;
}
.sill .scope .queue:nth-of-type(3) .amount .countbar > div:nth-of-type(2) {
  background: #7E58FF;
}
.sill .scope .queue .threshold {
  width: 200px;
  height: 133px;
  display: inline-block;
  border-radius: 0 10px 10px 10px;
  position: relative;
  text-align: right;
  padding: 10px 15px;
  font-size: 16px;
  color: #CEEAFF;
  margin: 0 13px;
}
.sill .scope .queue .threshold img {
  width: 132px;
  position: absolute;
  left: 0;
  top: -31px;
  filter: drop-shadow(0px 2px 5px rgba(255, 255, 255, 0.8));
}
.sill .scope .queue .reward {
  width: 95%;
  height: 85px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sill .scope .queue .reward span:nth-of-type(1) {
  width: auto;
  padding: 2px 10px;
  line-height: 23px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  font-size: 16px;
  background: #D0E6FB;
}
.sill .scope .queue .reward span:nth-of-type(2) {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  position: relative;
  font-weight: 600;
}
.sill .scope .queue .reward span:nth-of-type(2)::before {
  content: " ";
  width: 19px;
  height: 19px;
  display: block;
  background: url(../images/prize/coin01.webp);
  background-size: contain;
  position: absolute;
  left: -20px;
  top: 10px;
}
.sill .scope .queue .reward span:nth-of-type(2)::after {
  content: " 元 ";
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: -16px;
}
.sill .scope .queue .amount {
  width: 200px;
  color: #000;
  font-size: 0;
  padding-top: 5px;
}
.sill .scope .queue .amount::after {
  content: " 累积入款 ";
  font-size: 14px;
  color: #000;
  line-height: 35px;
}
.sill .scope .queue .amount span:nth-of-type(1) {
  display: inline-block;
  text-align: left;
  width: 50%;
  font-size: 13px;
}
.sill .scope .queue .amount span:nth-of-type(2) {
  display: inline-block;
  text-align: right;
  width: 50%;
  font-size: 13px;
}
.sill .scope .queue .amount span::after {
  content: " 元 ";
  margin-left: -3px;
}
.sill .scope .queue .amount > .countbar {
  width: 100%;
  height: 16px;
  background: #BCCDE8;
  border-radius: 100px;
  display: flex;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
.sill .scope .queue .amount > .countbar > div:nth-of-type(1) {
  width: 100%;
  position: absolute;
  color: #fff;
}
.sill .scope .queue .amount > .countbar > div:nth-of-type(2) {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}

/*--- 個人資訊 end ---*/
/*--- 彈窗 活動規則 , 派獎紀錄 ---*/
#rules > div, #records > div {
  width: 100%;
  text-align: center;
}

#rules > div:nth-of-type(1) {
  display: block;
}
#rules > div:nth-of-type(2) {
  display: none;
}
#rules > div img {
  margin: 0 auto 25px;
  display: block;
}

#records > div {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
}
#records > div::before {
  content: " ";
  width: 387px;
  height: 181px;
  display: block;
  background: url(../images/prize/records_tit.png);
  position: absolute;
  z-index: 1;
}
#records .list {
  width: 520px;
  min-height: 400px;
  margin: 137px auto 30px;
  background: url(../images/prize/star_bgc_2.webp) no-repeat;
  background-size: 130%;
  background-position: center -80px;
  background-color: #EF3556;
  border-radius: 20px;
  border: 3px solid #FF8BA0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 45px 0 10px;
  font-size: 25px;
  color: #fff;
}
#records .list > span:nth-of-type(2) {
  position: relative;
}
#records .list > span:nth-of-type(2)::before {
  content: " ";
  width: 30px;
  height: 30px;
  background: url(../images/prize/coin01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -35px;
  top: 2px;
}
#records .list > ul {
  width: 495px;
  min-height: 285px;
  color: #636363;
  font-size: 16px;
  background: #fff;
  border: 3px solid #FF91A4;
  margin: 5px auto 0;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0 5px;
}
#records .list > ul li {
  width: 440px;
  line-height: 55px;
  display: block;
  background: #F2F8FF;
  border-radius: 50px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
#records .list > ul li > span:first-of-type {
  font-weight: 600;
}
#records .list > ul li > span:last-of-type {
  width: 20%;
  font-weight: 600;
}
#records .list > ul li > span:last-of-type::after {
  content: " 元 ";
  font-size: 12px;
}
#records .fulfil { /*完成*/
  color: #B9B9B9;
  background: #E9E9E9 !important;
  border: 1px solid #DCDBDB;
}
#records .underway { /*進行*/
  color: #FF7D7D;
  background: #FFE3E3 !important;
  border: 1px solid #E9032C;
  position: relative;
}
#records .underway::before, #records .underway::after {
  content: " ";
  width: 9px;
  height: 15px;
  display: block;
  background: url(../images/prize/btn_arrow_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
#records .underway::before {
  left: -13px;
}
#records .underway::after {
  right: -13px;
  transform: scaleX(-1);
}
#records .underway > span:first-of-type, #records .underway > span:last-of-type {
  color: #E9032C;
}

/*--- 活動規則 , 派獎紀錄 end ---*/
.carousel {
  width: 100%;
  height: auto;
  margin: 18px 0;
}

/* --------- swiper  活動輪播 --------- */
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-slide {
  background: #5d99ff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 15px;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.i_banner {
  display: none !important;
}

.b_banner {
  display: none !important;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #fff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 30px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 115px;
  padding: 7px 0;
  border-radius: 30px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #ffffff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

/* --------- swiper --------- end */
@media (max-width: 1200px) {
  /*--- 彈窗 活動規則 , 派獎紀錄 ---*/
  #rules > div:nth-of-type(1) {
    display: none;
  }
  #rules > div:nth-of-type(2) {
    display: block;
  }
  /*--- 獎池 ---*/
  .prize_pool {
    width: 100%;
    padding: 0;
  }
  /*--- 滾動數字 ---*/
  .theme {
    min-height: 320px;
    background: url(../images/prize/banner_m.png) top center;
    background-repeat: no-repeat;
    background-size: 120%;
    margin-top: 0;
  }
  .theme .emblem {
    width: 100%;
  }
  .theme .emblem > a {
    top: 60px;
    background: rgba(0, 0, 0, 0.5);
  }
  .theme .emblem > div {
    top: 25px;
  }
  .theme .emblem > div img {
    width: 65%;
  }
  .theme .people, .theme .ball_l, .theme .ball_r {
    display: none;
  }
  .mileage {
    width: 430px;
    bottom: -55px;
  }
  .number-normal {
    padding-top: 10px;
  }
  .number-normal::before {
    font-size: 1.6em;
  }
  .number-normal .data {
    height: 55px !important;
    margin-top: 35px;
    margin-bottom: 5px;
  }
  .number-normal .data::after {
    font-size: 1.4em;
  }
  .number-normal .data ._number {
    width: 40px !important;
  }
  .number-normal .data ._number .symbol {
    margin-right: -1.25vw;
    width: 25px !important;
  }
  .number-normal .data ._number span {
    font-size: 4em !important;
    width: 40px !important;
  }
  .number-diy::before, .number-diy::after {
    font-size: 1.4em;
  }
  .number-diy .data {
    height: 45px !important;
  }
  .number-diy .data ._number {
    width: 35px !important;
    margin: 0 3px;
  }
  .number-diy .data ._number .symbol {
    margin-right: -2vw;
    width: 20px !important;
  }
  .number-diy .data ._number span {
    font-size: 3em !important;
    width: 35px !important;
  }
  .updatetime {
    font-size: 1.2em;
  }
  /* --- 數據效果 --- */
  .gameShow .container {
    padding: 0;
  }
  .progress {
    margin-top: 40px;
  }
  .lock {
    display: flex;
    justify-content: space-around;
  }
  .build {
    width: 92%;
  }
  .label_01, .label_02, .label_03,
  .label_04, .label_05, .label_06 {
    width: 16vw;
  }
  .as span {
    font-size: clamp(0.85rem, 1.8vw, 2rem);
  }
  .as .badge {
    width: 12vw;
    height: 115px;
  }
  /*-- 個人資訊 ---*/
  .personal .lump:nth-child(1) .scope .mass {
    width: 30%;
  }
  .personal .lump:nth-child(1) .scope .mass > span {
    font-size: 1.5em;
  }
  .personal .lump:nth-child(1) .scope .mass > span:first-child {
    font-size: 0.938em;
  }
  .personal .lump:nth-child(3) {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px 10px;
  }
  .bonus {
    width: 210px;
  }
  .bonus > span:nth-child(1) {
    font-size: 1.375em;
  }
  .bonus > span:nth-child(1)::before {
    left: 20px;
  }
  .bonus > span:nth-child(2) {
    font-size: 3em;
  }
  .bonus > span:nth-child(2)::after {
    font-size: 0.5em;
  }
  .bonus > span:nth-child(3) {
    font-size: 0.35em;
  }
  .proportion {
    left: 45%;
  }
  .proportion > div:nth-child(2) > span:nth-child(1) {
    font-size: 1.375em;
  }
  .proportion > div:nth-child(2) > span:nth-child(2) {
    font-size: 1.5em;
  }
  .proportion > div:nth-child(2) > span:nth-child(2)::after {
    font-size: 0.8em;
  }
  .praise {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .praise > div:nth-of-type(1), .praise > div:nth-of-type(2) {
    width: 50%;
  }
  .praise > div:nth-of-type(1) .flock {
    width: 80%;
  }
  .praise > div:nth-of-type(3) {
    width: 100%;
  }
  .motion {
    width: 100%;
    position: inherit;
    order: 3;
  }
  .sill {
    width: 100%;
    order: 2;
  }
  .sill .scope {
    margin: 5px 0 20px 0;
    padding: 60px 0 0;
    justify-content: space-evenly;
  }
  .w_banner {
    display: none !important;
  }
  .i_banner {
    display: block !important;
  }
  .b_banner {
    display: none !important;
  }
}
@media (max-width: 996px) {
  /*--- 滾動數字 ---*/
  .theme {
    min-height: 310px;
    background-size: 150%;
  }
  .theme .emblem > div img {
    width: 55%;
  }
  .label {
    width: 12.8vw;
  }
  .as .badge {
    width: 13vw;
    height: 100px;
  }
  .label_01, .label_02, .label_03,
  .label_04, .label_05, .label_06 {
    width: 14.2vw;
  }
  /*-- 個人資訊 ---*/
  .personal .lump:nth-child(1) .scope .mass {
    margin: 0 4px;
  }
  .praise > div:nth-of-type(1) .flock {
    width: 92%;
  }
  .praise > div:nth-of-type(1) .flock span::after {
    font-size: 0.9em;
  }
  .praise > div:nth-of-type(1) .flock span:nth-of-type(1) {
    font-size: 16px;
  }
  .bonus {
    width: 185px;
    left: 2.5%;
  }
  .proportion {
    left: 40%;
  }
  .rew {
    margin: 25px 7px;
  }
  .coin_all {
    display: none;
  }
}
@media (max-width: 768px) {
  #badge-1 {
    scroll-padding-left: -10px;
    scroll-margin-left: 10px;
  }
  #badge-6 {
    scroll-padding-right: -10px;
    scroll-margin-right: 10px;
  }
  /*--- 滾動數字 ---*/
  .theme {
    min-height: 300px;
  }
  .gameShow {
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .progress {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .kn {
    width: 110px;
  }
  .as {
    width: 120px;
    margin: 0 3px;
  }
  .as .badge {
    width: 105px;
    height: 100px;
  }
  .rew {
    margin-bottom: -5px;
  }
  .label_01, .label_02, .label_03,
  .label_04, .label_05, .label_06 {
    width: 112px;
  }
  .build {
    display: none;
  }
  .lock {
    margin-top: 58px;
  }
  .lock:before {
    display: none;
  }
  /*-- 個人資訊 ---*/
  .personal .lump:nth-child(1) {
    width: 100%;
    order: 2;
  }
  .personal .lump:nth-child(1) .scope {
    margin-top: 10px;
  }
  .personal .lump:nth-child(1) .scope .mass > span {
    font-size: 2em;
  }
  .personal .lump:nth-child(1) .scope .mass > span:first-child {
    font-size: 1.4em;
  }
  .personal .lump:nth-child(2) {
    width: 100%;
    order: 1;
  }
  .personal .lump:nth-child(3) {
    padding: 0 0 10px;
    order: 3;
    background: none, url(../images/prize/deposit_bg.webp) 0 290px, #E1EFFF;
    background-size: 20%;
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid #6A96FF;
  }
  .praise {
    align-items: center;
    flex-direction: column;
  }
  .praise > div:nth-of-type(1), .praise > div:nth-of-type(2) {
    width: 100%;
  }
  .bonus {
    width: 270px;
    left: -10%;
    top: -20px;
  }
  .bonus > span:nth-child(1) {
    font-size: 1.375em;
  }
  .bonus > span:nth-child(1)::before {
    left: 20px;
  }
  .bonus > span:nth-child(2) {
    font-size: 3em;
  }
  .bonus > span:nth-child(2)::after {
    font-size: 0.5em;
  }
  .bonus > span:nth-child(3) {
    font-size: 0.35em;
  }
  .proportion {
    left: 50%;
    top: -70px;
  }
  .proportion > div:nth-child(2) {
    width: 225px;
  }
  .proportion > div:nth-child(2) > span:nth-child(1) {
    font-size: 1.375em;
  }
  .proportion > div:nth-child(2) > span:nth-child(2) {
    font-size: 1.5em;
  }
  .proportion > div:nth-child(2) > span:nth-child(2)::after {
    font-size: 0.8em;
  }
  .sill {
    margin-top: -40px;
  }
  .sill .scope {
    background: none;
    margin: 0 0px 10px 0;
    padding: 20px 0 0 0;
    min-height: 180px;
  }
  .sill .scope .queue:nth-of-type(3) .threshold::before {
    right: 3px;
  }
  .sill .scope .queue .threshold {
    width: 90%;
  }
  .sill .scope .queue .threshold img {
    width: 58%;
    left: 0;
    top: -5%;
  }
  .sill .scope .queue .amount {
    width: 90%;
  }
  .subject {
    position: inherit;
  }
  .question {
    position: initial;
  }
  .question:hover .thing_01 ul, .question:hover .thing_02 ul, .question:hover .thing_03 ul {
    width: 90%;
    top: 40px;
    right: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .number-normal .data ._number .symbol {
    margin-right: -2vw;
  }
  .number-diy .data ._number .symbol {
    margin-right: -3vw;
  }
}
@media (max-width: 640px) {
  .w_banner {
    display: none !important;
  }
  .i_banner {
    display: none !important;
  }
  .b_banner {
    display: block !important;
  }
}
@media (max-width: 600px) {
  /*--- 彈窗 活動規則 , 派獎紀錄 ---*/
  #records > div::before {
    width: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  #records .list {
    width: 95%;
    min-height: 375px;
    font-size: 1.8em;
  }
  #records .list > ul {
    width: 95%;
    min-height: 265px;
    font-size: 0.65em;
  }
  #records .list > ul li {
    width: 90%;
    line-height: 50px;
    border-radius: 10px;
  }
  /*--- 滾動數字 ---*/
  .theme {
    min-height: 330px;
    background: url(../images/prize/banner_s.jpg) top center;
    background-repeat: no-repeat;
    background-size: 160%;
  }
  .mileage {
    width: 450px;
    bottom: -50px;
  }
  /*-- 個人資訊 ---*/
  .personal .lump:nth-child(1) .scope .mass > span {
    font-size: 2em;
  }
  .personal .lump:nth-child(1) .scope .mass > span:first-child {
    font-size: 1.2em;
  }
  .bonus {
    width: 220px;
    left: -2%;
  }
  .proportion {
    left: 45%;
  }
  .sill .scope .queue .threshold {
    width: 85%;
  }
  .sill .scope .queue .threshold img {
    width: 53%;
    top: 2%;
  }
  .sill .scope .queue .amount {
    width: 85%;
  }
  .number-normal .data ._number .symbol {
    margin-right: -3vw;
  }
  .number-diy .data ._number .symbol {
    margin-right: -3.6vw;
  }
}
@media (max-width: 480px) {
  /*--- 彈窗 活動規則 , 派獎紀錄 ---*/
  #records .list {
    min-height: 345px;
    font-size: 1.7em;
  }
  #records .list > ul {
    width: 95%;
    min-height: 240px;
    font-size: 0.55em;
  }
  #records .list > ul li {
    width: 90%;
    line-height: 15px;
    border-radius: 10px;
  }
  /*--- 滾動數字 ---*/
  .mileage {
    width: 95%;
    bottom: -50px;
  }
  .number-normal::before {
    font-size: 1.4em;
  }
  .number-normal .data {
    height: 48px !important;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .number-normal .data::after {
    font-size: 1.4em;
  }
  .number-normal .data ._number {
    width: 38px !important;
  }
  .number-normal .data ._number .symbol {
    margin-right: -3.5vw;
  }
  .number-normal .data ._number span {
    font-size: 3.6em !important;
    width: 38px !important;
  }
  .number-diy::before, .number-diy::after {
    font-size: 1.3em;
  }
  .number-diy .data {
    height: 35px !important;
  }
  .number-diy .data ._number {
    width: 30px !important;
  }
  .number-diy .data ._number .symbol {
    width: 20px !important;
    margin-right: -6vw;
  }
  .number-diy .data ._number span {
    font-size: 2em !important;
    width: 30px !important;
  }
  .updatetime {
    font-size: 1em;
  }
  /*-- 個人資訊 ---*/
  .personal {
    padding-left: 8px;
    padding-right: 8px;
  }
  .personal .lump:nth-child(1) .scope .mass {
    width: 29%;
  }
  .personal .lump:nth-child(1) .scope .mass > span {
    font-size: 1.6em;
  }
  .personal .lump:nth-child(1) .scope .mass > span:first-child {
    font-size: 0.75em;
  }
  .personal .lump:nth-child(2) .scope {
    width: 100%;
  }
  .bonus {
    width: 50%;
    left: 5%;
  }
  .proportion > div:nth-child(2) {
    width: 85%;
  }
  .praise {
    padding: 20px 10px 10px;
    margin-right: 0;
  }
  .sill .scope > img {
    width: 15px;
    height: 16px;
  }
  .sill .scope .queue:nth-of-type(3) .threshold::before {
    font-size: 12px;
  }
  .sill .scope .queue .reward span:nth-of-type(1) {
    font-size: 0.9em;
  }
  .sill .scope .queue .reward span:nth-of-type(2) {
    font-size: 1.6em;
    margin-top: 5px;
  }
  .sill .scope .queue .reward span:nth-of-type(2)::before {
    top: 3px;
  }
  .sill .scope .queue .reward span:nth-of-type(2):after {
    top: 2px;
  }
  .sill .scope .queue .threshold {
    width: 90%;
    font-size: 1em;
  }
  .sill .scope .queue .threshold::after {
    width: 12px;
    height: 13px;
    right: -17px;
    background-repeat: no-repeat;
  }
  .sill .scope .queue .threshold img {
    width: 53%;
    top: 8%;
  }
  .sill .scope .queue .amount {
    width: 90%;
  }
  .betting, .eposit {
    width: 160px;
  }
  .question:hover .thing_03 li span {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  /*--- 彈窗 活動規則 , 派獎紀錄 ---*/
  #rules > div {
    width: auto;
  }
  #records > div {
    width: 340px;
  }
  /*--- 滾動數字 ---*/
  .theme {
    min-height: 300px;
  }
  .mileage {
    width: 97%;
  }
  .number-normal::before {
    font-size: 1.2em;
  }
  .number-normal .data {
    height: 45px !important;
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .number-normal .data::after {
    font-size: 1.4em;
  }
  .number-normal .data ._number {
    width: 35px !important;
  }
  .number-normal .data ._number .symbol {
    margin-right: -5vw;
  }
  .number-diy::before, .number-diy::after {
    font-size: 1.2em;
  }
  .number-diy .data {
    height: 30px !important;
  }
  .number-diy .data ._number {
    width: 26px !important;
    margin: 0 4px;
  }
  .number-diy .data ._number .symbol {
    margin-right: -8vw;
  }
  .number-diy .data ._number span {
    font-size: 1.7em !important;
    width: 26px !important;
  }
  /*-- 個人資訊 ---*/
  .personal .lump:nth-child(1) .scope .mass {
    width: 32%;
    margin: 0 0px;
  }
  .personal .lump:nth-child(1) .scope .mass:nth-of-type(1):after, .personal .lump:nth-child(1) .scope .mass:nth-of-type(2):after {
    right: -14px;
  }
  .bonus {
    left: 2.5%;
  }
  .proportion {
    left: 40%;
  }
  .proportion > div:nth-child(2) > span:nth-child(1) {
    font-size: 1.375em;
  }
  .proportion > div:nth-child(2) > span:nth-child(2) {
    font-size: 1.5em;
  }
  .proportion > div:nth-child(2) > span:nth-child(2)::after {
    font-size: 0.8em;
  }
  .praise {
    margin-right: 0;
  }
  .praise > div:nth-of-type(2) ul {
    font-size: 1em;
  }
  .praise > div:nth-of-type(2) ul li strong, .praise > div:nth-of-type(2) ul li h2, .praise > div:nth-of-type(2) ul li h3, .praise > div:nth-of-type(2) ul li h4 {
    font-size: 1.4em;
  }
  .praise > div:nth-of-type(3) {
    font-size: 0.8em;
  }
  .sill .scope > img {
    width: 10px;
    height: 11px;
  }
  .sill .scope .queue .threshold {
    width: 90%;
  }
  .sill .scope .queue .amount {
    width: 90%;
  }
}
@media (max-width: 370px) {
  body {
    width: 370px;
  }
  /*--- 滾動數字 ---*/
  .number-normal .data ._number .symbol {
    margin-right: -20px;
  }
  .number-diy .data ._number .symbol {
    margin-right: -30px;
  }
}
/* Demo 演示用 */
.demo {
  position: fixed;
  bottom: 150px;
  z-index: 9999;
  opacity: 0.2;
}
.demo:hover {
  opacity: 1;
}
.demo a {
  width: 100px;
  height: 60px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  font-size: 16px;
  border-radius: 50px;
}
.demo a:nth-of-type(1) {
  background: #00D16F;
}
.demo a:nth-of-type(2) {
  background: #002fff;
}
.demo .shold_1, .demo .shold_2, .demo .shold_3, .demo .shold_4, .demo .shold_5 {
  background: #fff;
  border: 2px solid #7d7d7d;
  color: #7d7d7d;
}
.demo .shold_1:active, .demo .shold_2:active, .demo .shold_3:active, .demo .shold_4:active, .demo .shold_5:active {
  color: #ffffff;
  background: #ff2e70;
  border: 2px solid #ffffff;
}

@media (max-width: 768px) {
  .demo a {
    width: 50px;
    height: 40px;
    font-size: 10px;
    border-radius: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .demo a:nth-of-type(1) {
    background: #00D16F;
  }
  .demo a:nth-of-type(2) {
    background: #002fff;
  }
  .demo .shold_1, .demo .shold_2, .demo .shold_3, .demo .shold_4, .demo .shold_5 {
    box-sizing: content-box;
  }
}/*# sourceMappingURL=add-prize.css.map */
