@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans+Thai:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.f-danger {
  color: #ff5858;
}

.f-fun {
  color: #fffd6f;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-warning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

.f-base {
  font-weight: 400;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 56px;
}
.gotoheader a {
  display: inline-block;
  color: hsl(37.0731707317, 130%, 51.7647058824%);
}
.gotoheader a:hover {
  color: hsl(337.0731707317, 130%, 66.7647058824%);
}

body {
  background-color: #54090e;
  overflow-x: hidden;
  font-family: "Noto Sans", "Noto Sans TC", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
}

.wrapper {
  width: 100vw;
  background-size: 120%;
  overflow: hidden;
  background-image: url(../../images/indexbg.jpg?v=20251223), url(../../images/bg_footer.jpg?v=20251223), url(../../images/bg_repeat.png?v=20251223);
  background-color: #54090e;
  background-position: top center, bottom center, bottom center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .wrapper {
    background-size: 150%;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    background-size: 120%;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    background-size: initial;
  }
}

.header {
  width: 100%;
  position: relative;
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 38.25%;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .header .container {
    padding-bottom: 47.8125%;
  }
}
@media screen and (min-width: 1280px) {
  .header .container {
    padding-bottom: 38.25%;
  }
}
@media screen and (min-width: 1600px) {
  .header .container {
    width: 1600px;
    height: 612px;
    padding-bottom: 0;
  }
}
.header .slogan {
  width: 34.4375%;
  height: 0;
  padding-bottom: 12.4375%;
  position: absolute;
  top: 40.522875817%;
  left: 31.5%;
  background-image: url(../../images/slogan.png?v=20251223);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .slogan {
    width: 43.046875%;
    padding-bottom: 15.546875%;
    left: 26.875%;
  }
}
@media screen and (min-width: 1280px) {
  .header .slogan {
    width: 34.4375%;
    padding-bottom: 12.4375%;
    left: 31.5%;
  }
}
@media screen and (min-width: 1600px) {
  .header .slogan {
    left: 504px;
  }
}
.header .slogan_sub {
  width: 59.8125%;
  height: 0;
  padding-bottom: 17.625%;
  position: absolute;
  top: 66.5032679739%;
  left: 20.1875%;
  background-image: url(../../images/slogan_sub.png?v=20251223);
  background-size: 100%;
  z-index: 1;
}
@media only screen and (orientation: portrait) {
  .header .slogan_sub {
    width: 74.765625%;
    padding-bottom: 22.03125%;
    left: 12.734375%;
  }
}
@media screen and (min-width: 1280px) {
  .header .slogan_sub {
    width: 59.8125%;
    padding-bottom: 17.625%;
    left: 20.1875%;
  }
}
@media screen and (min-width: 1600px) {
  .header .slogan_sub {
    left: 323px;
  }
}
.header .logo {
  width: 8.625%;
  height: 0;
  padding-bottom: 2.6875%;
  position: absolute;
  top: 2.1241830065%;
  left: 28.6875%;
  background-image: url(../../images/logo.png?v=20251223);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .logo {
    width: 10.78125%;
    padding-bottom: 3.359375%;
    left: 23.359375%;
  }
}
@media screen and (min-width: 1280px) {
  .header .logo {
    width: 8.625%;
    padding-bottom: 2.6875%;
    left: 28.6875%;
  }
}
@media screen and (min-width: 1600px) {
  .header .logo {
    left: 459px;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
@keyframes clickable-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nav .container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .nav .container {
    width: 1280px;
  }
}
.nav .navBtn {
  width: calc(100% - 32px);
  max-width: 1314px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (orientation: landscape) {
  .nav .navBtn {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .nav .navBtn {
    width: 1314px;
  }
}
.nav .navBtn li {
  width: 33%;
  height: 0;
  padding-bottom: 13.1659056317%;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}
@media screen and (min-width: 576px) {
  .nav .navBtn li {
    width: 33%;
    padding-bottom: 13.1659056317%;
  }
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li {
    width: 438px;
    height: 173px;
    padding-bottom: 0;
  }
}
.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li.navBtn1 a {
    background-position-x: 0px !important;
  }
}
.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li.navBtn2 a {
    background-position-x: -426px !important;
  }
}
.nav .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li.navBtn3 a {
    background-position-x: -852px !important;
  }
}
.nav .navBtn li.action a, .nav .navBtn li a:hover {
  background-image: url(../../images/navbtn_action.png?v=20251223);
}
.nav .navBtn li a {
  width: 97.2602739726%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 36.7579908676%;
  display: block;
  background-image: url(../../images/navbtn.png?v=20251223);
  background-size: 300% 100%;
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li a {
    width: 426px;
    height: 161px;
  }
}
.content {
  width: 100%;
  margin-top: -6%;
}
@media screen and (min-width: 768px) {
  .content {
    margin-top: -3%;
  }
}
.content .container {
  width: 100%;
  max-width: 1075px;
  margin: 0 auto 0 auto;
  border: 5px solid transparent;
  border-radius: 20px;
  background: transparent;
}
@media only screen and (orientation: landscape) {
  .content .container {
    width: calc(80% - 16px);
  }
}
.content .containerBg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.content .containerBg--top {
  width: 100%;
  max-width: 1075px;
  aspect-ratio: 1075/220;
  background-image: url("../../images/cont_top.png?v=20251223");
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.content .containerBg--top::before {
  content: "";
  display: block;
  width: 70.6046511628%;
  aspect-ratio: 759/169;
  background-image: url("../../images/cont_top_object.png?v=20251223");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}
.content .containerBg--middle {
  width: 100%;
  max-width: 1075px;
  height: 100%;
  background-image: url("../../images/cont_repeat.png?v=20251223");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.content .containerBg--bottom {
  width: 100%;
  max-width: 1075px;
  aspect-ratio: 1075/190;
  background-image: url("../../images/cont_end.png?v=20251223");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.content .container * {
  position: relative;
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 468px;
  width: 80%;
  margin: 0 auto;
}
.content h4 {
  position: relative;
  color: #f1b743;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-1rem + 12px);
  background: #630000;
  border-radius: 30px;
  padding: 0.15em 1em;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #0051ff;
  background-image: linear-gradient(to left, rgba(0, 81, 255, 0) 0%, rgb(76.5, 133.2, 255) 20%, #0051ff 40%, #0051ff 60%, rgb(76.5, 133.2, 255) 80%, rgba(0, 81, 255, 0) 100%);
  color: #fff;
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7cacff;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #7cacff;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}
.content ol a,
.content ul a, .content p a {
  color: #ffcd2a;
  text-decoration: none;
}
.content ol a:hover,
.content ul a:hover, .content p a:hover {
  color: #fbbe25;
}
.content__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.content__btn div {
  width: 10rem;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.content__btn div.action a, .content__btn div a:hover {
  width: 100%;
  border-radius: 30px;
  border: 0;
  background: linear-gradient(to top, #009623 30%, rgb(0, 252, 58.8) 100%);
  color: #fff;
}
.content__btn div a {
  width: 100%;
  display: block;
  background: #1a6aff; /* Old browsers */
  background: linear-gradient(to bottom, #1a6aff 20%, rgb(102.5, 155.7751091703, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: rgba(209.1, 223.3532751092, 249.9, 0.9);
  padding: 6px 1.25em;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  top: 0;
  left: -1em;
}
.content__btn div .label:before {
  content: "\f0a3";
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}
.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.item__box {
  border-radius: 0;
  margin: 0 auto;
  border: inherit;
  box-shadow: 0 0 5px #4b60ff;
  border: 1px solid #4b60ff;
  background-color: hsl(233, 150%, 29.7058823529%);
}
.item__box-title {
  background: linear-gradient(to right, rgb(24, 50.95, 255) 0%, #4b60ff 20%, #4b60ff 80%, rgb(24, 50.95, 255) 100%);
  padding: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-title p {
  width: 100%;
  line-height: 1.25em;
}
.item__box-img {
  border-radius: 0;
}
.item__box-img p {
  width: 100%;
}
.item__box-get {
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  color: #fff;
}
.item__box-get .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #ff9b30;
}
.item__box--2 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: linear-gradient(to top, rgb(94.1776649746, 19.4, 242.6) 0%, rgb(127.25, 67.85, 245.15) 100%);
  box-shadow: 0 0 5px #7c3aff;
}
.item__box--2 .item__box-title {
  background: linear-gradient(to right, rgb(90.0862944162, 7, 255) 0%, #7c3aff 20%, #7c3aff 80%, rgb(90.0862944162, 7, 255) 100%);
  color: #fff;
}
.item__box--2 .item__box-get {
  color: rgba(222.769035533, 209.1, 249.9, 0.9);
}
.item__box--2 .item__box-img {
  background: inherit;
}
.item__box--3 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: linear-gradient(to top, rgb(246.65, 209.075, 96.35) 0%, rgb(249.2, 223.1, 144.8) 100%);
  box-shadow: 0 0 5px #ffe28b;
}
.item__box--3 .item__box-title {
  background: linear-gradient(to right, rgb(255, 213.25, 88) 0%, #ffe28b 20%, #ffe28b 80%, rgb(255, 213.25, 88) 100%);
  color: rgb(102, 76.5, 0);
}
.item__box--3 .item__box-img {
  background: inherit;
}
.item__box--3 .item__box-get {
  color: rgb(76.5, 57.375, 0);
}

.table tr td, .table tr th {
  border: 1px solid #0099ff;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #0099ff;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  word-wrap: break-word;
  word-break: keep-all;
  background: linear-gradient(to top, rgb(0, 128.52, 214.2) 0%, #0099ff 100%);
  color: #fff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  word-wrap: break-word;
  word-break: keep-all;
  /*單格變色*/
}
.table tr td p {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.table tr td img {
  display: block;
  margin: 0 auto;
  width: 104px;
  max-width: 100%;
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

.questionBtn {
  width: 30px;
  height: 30px;
  position: absolute !important;
  top: 8px;
  right: 8px;
  background-image: url(../../images/question.svg);
  background-size: 80%;
  background-position: center;
  background-color: red;
  background-repeat: no-repeat;
  padding: 16px;
  border-radius: 50%;
}
.questionBtn .tooltip {
  display: none;
  position: absolute !important;
  width: 22em;
  top: calc(100% + 8px);
  right: -16px;
  background: linear-gradient(to bottom, #ddf1ff 0%, #adecff 100%);
  border: 2px solid #004297;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  font-size: calc(13px + (16 - 13) * (100vw - 768px) / 832);
  font-size: clamp(13px, 16 / 1600 * 100vw, 16px);
}
@media (min-aspect-ratio: 16/9) {
  .questionBtn .tooltip {
    font-size: calc(13px + (16 - 13) * (100vh - 350px) / 730);
    font-size: clamp(13px, 16 / 612 * 100vh, 16px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip {
    line-height: 1.25em;
    font-size: calc(13px + (8 - 13) * (100vh - 350px) / 730);
    font-size: clamp(13px, 8 / 1600 * 100vh, 8px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip {
    line-height: 1.5em;
    font-size: calc(13px + (16 - 13) * (100vw - 350px) / 1570);
    font-size: clamp(13px, 16 / 612 * 100vw, 16px);
  }
}
.questionBtn .tooltip h5 {
  background: linear-gradient(to bottom, #004297 0%, #0070bb 100%);
  font-size: 1.2em !important;
  line-height: 1.5em;
  padding: 4px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.questionBtn .tooltip ul.probability {
  width: calc(100% - 16px);
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
}
.questionBtn .tooltip ul.probability li {
  font-size: 1em !important;
  line-height: 1.25em;
  color: #004297;
  border-bottom: 1px solid #004297;
  position: relative;
  padding: 0.5em 0;
}
.questionBtn .tooltip ul.probability li:nth-child(odd) {
  width: calc(100% - 5em);
  text-align: left;
  padding-left: 0.5em;
}
.questionBtn .tooltip ul.probability li:nth-child(even) {
  width: 5em;
  text-align: right;
  padding: 0.5em;
}
.questionBtn .tooltip ul.probability li:nth-last-child(-1n+2) {
  border-bottom: 0;
}
.questionBtn:hover .tooltip, .questionBtn:focus .tooltip, .questionBtn:active .tooltip {
  display: inline-block;
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 12px;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  ul.tabBtn {
    flex-wrap: nowrap;
  }
}
ul.tabBtn li {
  position: relative;
  margin: 10px 0;
}
ul.tabBtn li img {
  position: absolute !important;
  top: -74%;
  left: -25%;
  width: 50%;
}
ul.tabBtn li a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 0 8px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid rgb(199.938547486, 212.843575419, 233.061452514);
  box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: linear-gradient(to top, rgb(97.8245810056, 134.6625698324, 192.3754189944) 0%, rgb(156.1754189944, 179.3374301676, 215.6245810056) 100%);
  box-shadow: 0px 3px 0px 1px rgb(72.5111731844, 115.1648044693, 181.9888268156);
  color: #fff;
  line-height: 1.2em;
  font-size: 1.125rem;
}
ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid rgb(102, 193.8, 255);
  background-image: linear-gradient(to top, rgb(0, 128.52, 214.2) 0%, rgb(40.8, 169.32, 255) 100%);
  box-shadow: 0px 1px 0px 1px rgb(0, 91.8, 153), inset 0 -2px 2px 2px #0099ff, inset 0 2px 2px 0px rgb(127.5, 204, 255);
  color: #fff;
  margin-top: 3px;
}

.tabMain {
  display: none;
  padding: 20px;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, rgba(42, 248, 255, 0.3) 0%, rgba(42, 248, 255, 0.1) 100%);
}
.tabMain.active {
  display: block;
}
.tabMain .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #49e4ff;
}
.tabMain ul {
  margin-left: 1em;
}

.tooltip-question {
  position: absolute !important;
  width: 30px;
  height: 30px;
  top: 8px;
  right: -11px;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tooltip-question {
    width: 28px;
    height: 28px;
  }
}
.tooltip-question .tooltip-icon {
  width: 100%;
  height: 100%;
  line-height: 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: calc(15px + (25 - 15) * (100vw - 768px) / 832);
  font-size: clamp(15px, 25 / 1600 * 100vw, 25px);
  font-weight: 600;
  color: #001298;
  background: #00f7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-aspect-ratio: 16/9) {
  .tooltip-question .tooltip-icon {
    font-size: calc(15px + (25 - 15) * (100vh - 350px) / 730);
    font-size: clamp(15px, 25 / 612 * 100vh, 25px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .tooltip-question .tooltip-icon {
    line-height: 1.25em;
    font-size: calc(15px + (17 - 15) * (100vh - 350px) / 730);
    font-size: clamp(15px, 17 / 1600 * 100vh, 17px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .tooltip-question .tooltip-icon {
    line-height: 1.5em;
    font-size: calc(15px + (25 - 15) * (100vw - 350px) / 1570);
    font-size: clamp(15px, 25 / 612 * 100vw, 25px);
  }
}
.tooltip-question .tooltip {
  display: none;
  position: absolute;
  width: 19em;
  top: 108%;
  right: -128%;
  background: linear-gradient(to bottom, rgb(204, 209.95, 255) 0%, rgb(206.55, 204, 255) 100%);
  border: 2px solid rgb(7.65, 0, 153);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  font-size: calc(15px + (20 - 15) * (100vw - 768px) / 832);
  font-size: clamp(15px, 20 / 1600 * 100vw, 20px);
  line-height: 1.5;
  padding: 4px;
}
@media (min-aspect-ratio: 16/9) {
  .tooltip-question .tooltip {
    font-size: calc(15px + (20 - 15) * (100vh - 350px) / 730);
    font-size: clamp(15px, 20 / 612 * 100vh, 20px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .tooltip-question .tooltip {
    line-height: 1.25em;
    font-size: calc(15px + (12 - 15) * (100vh - 350px) / 730);
    font-size: clamp(15px, 12 / 1600 * 100vh, 12px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .tooltip-question .tooltip {
    line-height: 1.5em;
    font-size: calc(15px + (20 - 15) * (100vw - 350px) / 1570);
    font-size: clamp(15px, 20 / 612 * 100vw, 20px);
  }
}
.tooltip-question .tooltip h5 {
  background: linear-gradient(to left, rgba(255, 198, 0, 0) 0%, #af1141 20%, #e43b6f 40%, #e43b6f 60%, #af1141 80%, rgba(255, 198, 0, 0) 100%);
  font-size: 1.125em;
  line-height: 1.5rem;
  padding: 4px;
  margin-bottom: 0;
  color: #fff;
}
.tooltip-question .tooltip ul.probability {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
}
.tooltip-question .tooltip ul.probability li {
  font-size: 0.8em;
  padding: 2px 8px;
  color: #4b60ff;
  border-bottom: 1px solid #4b60ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.tooltip-question .tooltip ul.probability li:nth-child(odd) {
  width: 65%;
  text-align: center;
}
.tooltip-question .tooltip ul.probability li:nth-child(even) {
  width: 35%;
  text-align: center;
}
.tooltip-question .tooltip ul.probability li:last-child {
  border-bottom: 0;
}
.tooltip-question:hover .tooltip {
  display: inline-block;
}

.activity-main {
  width: 100%;
}

.activity-content {
  max-width: 1024px;
  margin: 0 auto;
}

.activity-section {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recommend-card {
  background-color: #3a090c;
  border: 2px solid #efb858;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 40px;
  color: #fff;
}
.recommend-card .card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.recommend-card .card-title .member-id {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  .recommend-card .card-title .member-id {
    font-size: 37px;
    line-height: 1.2em;
  }
}
.recommend-card .card-title .vip {
  width: 3rem;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .recommend-card .card-title .vip {
    width: 4rem;
  }
}
.recommend-card .card-title .text {
  color: #d49c3b;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .recommend-card .card-title .text {
    font-size: 16px;
  }
}
.recommend-card .card-title .points {
  font-size: 1.1em;
  color: #fffc00;
  text-align: end;
  display: block;
  font-size: 12px;
  line-height: 2em;
}
@media screen and (min-width: 992px) {
  .recommend-card .card-title .points {
    font-size: 16px;
    line-height: 3em;
  }
}
.recommend-card .card-title .points span {
  font-size: 30px;
}
@media screen and (min-width: 992px) {
  .recommend-card .card-title .points span {
    font-size: 58px;
  }
}
.recommend-card .card-code {
  background: #1b0305;
  padding: 2%;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend-card .card-code .information .title {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .recommend-card .card-code .information .title {
    font-size: 16px;
  }
}
.recommend-card .card-code .information .code {
  color: #d49c3b;
  font-weight: bold;
  font-size: 33px;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .recommend-card .card-code .information .code {
    font-size: 46px;
  }
}
.recommend-card .card-code .btn {
  max-width: 130px;
  width: 30%;
  cursor: pointer;
}
.recommend-card .card-code .btn img {
  width: 100%;
  height: auto;
  display: block;
}
.recommend-card .btn-copy {
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  color: #8b4513;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.95em;
}
.recommend-card .btn-copy:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}
.recommend-card .btn-copy:active {
  transform: translateY(0);
}

.reward-progress {
  background-color: #3a090c;
  border: 2px solid #efb858;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 40px;
  color: #fff;
}
.reward-progress .progress-title {
  max-width: 283px;
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5%;
}
.reward-progress .progress-container {
  width: 100%;
  padding: 30px 0;
}
.reward-progress .progress-container .progress-track {
  position: relative;
  width: 100%;
}
.reward-progress .progress-container .progress-line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #111010;
  border-radius: 50px;
  border-bottom: 2px solid #cd491f;
  z-index: 0;
}
.reward-progress .progress-container .progress-line .progress-fill {
  height: 104%;
  position: absolute;
  left: 0;
  background-image: url(../../images/progress/prg_line.png?v=versionNum);
  background-size: 100% 100%;
  border-radius: 50px;
}
.reward-progress .progress-items {
  display: flex;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.reward-progress .progress-items .progress-item {
  flex: 1;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reward-progress .progress-items .progress-item .progress-dot .progress-off,
.reward-progress .progress-items .progress-item .progress-dot .progress-active,
.reward-progress .progress-items .progress-item .progress-dot .progress-tick {
  display: none;
}
.reward-progress .progress-items .progress-item.progress-item1.off .progress-dot .progress-off {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item1.active .progress-dot .progress-active,
.reward-progress .progress-items .progress-item.progress-item1.active .progress-dot .progress-tick {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item1.active-noTick .progress-dot .progress-active {
  display: block;
  animation: clickable-pulse 1.5s ease-in-out infinite;
  cursor: pointer;
}
.reward-progress .progress-items .progress-item.progress-item2.off .progress-dot .progress-off {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item2.active .progress-dot .progress-active,
.reward-progress .progress-items .progress-item.progress-item2.active .progress-dot .progress-tick {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item2.active-noTick .progress-dot .progress-active {
  display: block;
  animation: clickable-pulse 1.5s ease-in-out infinite;
  cursor: pointer;
}
.reward-progress .progress-items .progress-item.progress-item3.off .progress-dot .progress-off {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item3.active .progress-dot .progress-active,
.reward-progress .progress-items .progress-item.progress-item3.active .progress-dot .progress-tick {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item3.active-noTick .progress-dot .progress-active {
  display: block;
  animation: clickable-pulse 1.5s ease-in-out infinite;
  cursor: pointer;
}
.reward-progress .progress-items .progress-item.progress-item4.off .progress-dot .progress-off {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item4.active .progress-dot .progress-active,
.reward-progress .progress-items .progress-item.progress-item4.active .progress-dot .progress-tick {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item4.active-noTick .progress-dot .progress-active {
  display: block;
  animation: clickable-pulse 1.5s ease-in-out infinite;
  cursor: pointer;
}
.reward-progress .progress-items .progress-item.progress-item5.off .progress-dot .progress-off {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item5.active .progress-dot .progress-active,
.reward-progress .progress-items .progress-item.progress-item5.active .progress-dot .progress-tick {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item5.active-noTick .progress-dot .progress-active {
  display: block;
  animation: clickable-pulse 1.5s ease-in-out infinite;
  cursor: pointer;
}
.reward-progress .progress-items .progress-item.progress-item6.off .progress-dot .progress-off {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item6.active .progress-dot .progress-active,
.reward-progress .progress-items .progress-item.progress-item6.active .progress-dot .progress-tick {
  display: block;
}
.reward-progress .progress-items .progress-item.progress-item6.active-noTick .progress-dot .progress-active {
  display: block;
  animation: clickable-pulse 1.5s ease-in-out infinite;
  cursor: pointer;
}
.reward-progress .progress-items .progress-item .progress-dot {
  width: 66%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.reward-progress .progress-items .progress-item .progress-dot img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reward-progress .progress-items .progress-item .progress-dot img.progress-tick {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.reward-progress .progress-items .progress-item .progress-label {
  display: block;
  color: #ffc332;
  font-weight: bold;
  margin-bottom: 10px;
  top: 30%;
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .reward-progress .progress-items .progress-item .progress-label {
    top: 14%;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .reward-progress .progress-items .progress-item .progress-label {
    top: 8%;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .reward-progress .progress-items .progress-item .progress-label {
    top: 0;
    font-size: 1.5em;
  }
}
.reward-progress .progress-items .progress-item.crown-item .progress-label::after {
  content: "";
}
.reward-progress .progress-table-top {
  background-color: #3e0706;
  border: 1px solid #7e3d1c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 0.95em;
}
@media screen and (min-width: 768px) {
  .reward-progress .progress-table-top {
    font-size: 1em;
  }
}
.reward-progress .progress-table-top .left {
  color: #e1b000;
  font-weight: bold;
}
.reward-progress .progress-table-top .left i {
  margin-right: 3px;
}
.reward-progress .progress-table-top .right {
  color: #dbc085;
  font-weight: bold;
}
.reward-progress .progress-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  font-size: 0.85em;
}
@media screen and (min-width: 768px) {
  .reward-progress .progress-table {
    font-size: 0.95em;
  }
}
.reward-progress .progress-table thead {
  background: #560e0f;
  border-bottom: 1px solid #7e3d1c;
}
.reward-progress .progress-table thead th {
  padding: 12px;
  text-align: left;
  color: #b88003;
  font-weight: bold;
  word-break: keep-all;
}
.reward-progress .progress-table thead th:nth-child(3) {
  text-align: end;
}
.reward-progress .progress-table tbody tr {
  border-bottom: 1px solid #7e3d1c;
}
.reward-progress .progress-table tbody tr:nth-child(even) {
  background-color: #612b00;
}
.reward-progress .progress-table tbody tr:nth-child(odd) {
  background-color: #2e0100;
}
.reward-progress .progress-table tbody tr td {
  padding: 10px 12px;
  color: #c8b580;
  font-weight: bold;
}
.reward-progress .progress-table tbody tr td i {
  margin-right: 3px;
}
.reward-progress .progress-table tbody tr td:nth-child(3) {
  text-align: end;
}
.reward-progress .progress-table tbody tr td:nth-child(3) span {
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.reward-progress .success-message {
  text-align: center;
  font-size: 1.4em;
  color: #ffc332;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
  margin-bottom: 7%;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  .reward-progress .success-message {
    font-size: 2em;
  }
}

.lottery-section {
  background-color: #3a090c;
  border: 2px solid #efb858;
  border-radius: 15px;
  padding: 20px;
  margin: 0 auto 40px;
  color: #fff;
  max-width: 1024px;
}
.lottery-section .lottery-title {
  max-width: 283px;
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-bottom: 7%;
}
.lottery-section .lottery-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  .lottery-section .lottery-counter {
    font-size: 2em;
  }
}
.lottery-section .lottery-counter .counter-label {
  color: #d49c3b;
  font-weight: bold;
}
.lottery-section .lottery-counter .counter-value {
  font-weight: bold;
  color: #d49c3b;
}
.lottery-section .lottery-counter .counter-value span {
  color: #fffc00;
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  .lottery-section .lottery-counter .counter-value span {
    font-size: 70px;
  }
}
.lottery-section .lottery-counter .counter-value i {
  font-size: 0.8em;
  margin-left: 5px;
}
.lottery-section .lottery-items {
  margin-bottom: 20px;
  border: 2px solid #552305;
  border-radius: 9px;
  overflow: hidden;
}
.lottery-section .lottery-items .scroll-container {
  max-height: 216px;
  overflow: auto;
}
.lottery-section .lottery-items .scroll-container::-webkit-scrollbar {
  width: 8px;
}
.lottery-section .lottery-items .scroll-container::-webkit-scrollbar-thumb {
  background: #ffc332;
  border-radius: 4px;
}
.lottery-section .lottery-items .lottery-item-list {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #5b280c;
}
.lottery-section .lottery-items .lottery-item-list:nth-child(even) {
  background-color: #420606;
}
.lottery-section .lottery-items .lottery-item-list:nth-child(odd) {
  background-color: #2d0102;
}
.lottery-section .lottery-items .lottery-item-list:nth-child(1) {
  background-color: #420606;
}
.lottery-section .lottery-items .lottery-item-list:nth-child(1) .item-label {
  color: #e1b000;
  font-weight: bold;
}
.lottery-section .lottery-items .lottery-item-list:nth-child(1) .item-label i {
  margin-right: 3px;
}
.lottery-section .lottery-items .lottery-item-list.top {
  color: #e4c400;
}
.lottery-section .lottery-items .lottery-item-list.header {
  background-color: #570b0d;
}
.lottery-section .lottery-items .lottery-item-list.header .item-label,
.lottery-section .lottery-items .lottery-item-list.header .item-value {
  color: #ca9407;
  font-weight: bold;
}
.lottery-section .lottery-items .lottery-item-list:last-child {
  border-bottom: none;
}
.lottery-section .lottery-items .lottery-item-list .item-label {
  color: #c8b580;
  font-size: 0.85em;
}
@media screen and (min-width: 768px) {
  .lottery-section .lottery-items .lottery-item-list .item-label {
    font-size: 0.95em;
  }
}
.lottery-section .lottery-items .lottery-item-list .item-value {
  color: #c8b580;
  font-weight: bold;
}
.lottery-section .prize-display {
  display: flex;
  max-width: 746px;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 11%;
}
@media screen and (min-width: 912px) {
  .lottery-section .prize-display {
    padding: 0 6%;
  }
}
@media screen and (min-width: 992px) {
  .lottery-section .prize-display {
    padding: 0;
  }
}
@media screen and (max-width: 931px) and (max-height: 430px) {
  .lottery-section .prize-display {
    padding: 0 5%;
  }
}
.lottery-section .prize-display .redEnvelope {
  display: block;
  width: 18vw;
  min-width: 60px;
  max-width: 218px;
  margin: 1%;
  height: 23vw;
  min-height: 70px;
  max-height: 273px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.lottery-section .prize-display .redEnvelope:nth-child(1) {
  background-image: url(../../images/red_f1.png?v=20251223);
}
.lottery-section .prize-display .redEnvelope:nth-child(2) {
  background-image: url(../../images/red_f2.png?v=20251223);
}
.lottery-section .prize-display .redEnvelope:nth-child(3) {
  background-image: url(../../images/red_f3.png?v=20251223);
}
.lottery-section .prize-display .redEnvelope:nth-child(4) {
  background-image: url(../../images/red_f4.png?v=20251223);
}
.lottery-section .prize-display .redEnvelope:nth-child(5) {
  background-image: url(../../images/red_f5.png?v=20251223);
}
.lottery-section .prize-display .redEnvelope:nth-child(6) {
  background-image: url(../../images/red_f6.png?v=20251223);
}
.lottery-section .prize-display .redEnvelope:nth-child(7) {
  background-image: url(../../images/red_f7.png?v=20251223);
}
.lottery-section .prize-display .redEnvelope:nth-child(8) {
  background-image: url(../../images/red_f8.png?v=20251223);
}
.lottery-section .prize-display .redEnvelope:nth-child(9) {
  background-image: url(../../images/red_f9.png?v=20251223);
}
.lottery-section .prize-display .redEnvelope.opened {
  background-image: url(../../images/red_b.png?v=20251223);
  cursor: default;
}
.lottery-section .prize-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.lottery-section .prize-modal .modal-content {
  position: relative;
  width: 90vw;
  min-width: 280px;
  height: 90vw;
  min-height: 280px;
  max-height: 473px;
  background-image: url(../../images/pop/popup_bg.png?v=20251223);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 530px;
}
@media screen and (min-width: 992px) {
  .lottery-section .prize-modal .modal-content {
    max-width: 656px;
  }
}
@media screen and (max-height: 430px) {
  .lottery-section .prize-modal .modal-content {
    max-width: 498px;
  }
}
.lottery-section .prize-modal .modal-content .modal-body {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 100%;
  padding-top: 28%;
}
@media screen and (min-width: 420px) {
  .lottery-section .prize-modal .modal-content .modal-body {
    padding-top: 26%;
  }
}
@media screen and (min-width: 576px) {
  .lottery-section .prize-modal .modal-content .modal-body {
    padding-top: 111px;
  }
}
@media screen and (min-width: 768px) {
  .lottery-section .prize-modal .modal-content .modal-body {
    padding-top: 97px;
  }
}
@media screen and (max-height: 430px) {
  .lottery-section .prize-modal .modal-content .modal-body {
    padding-top: 121px;
  }
}
.lottery-section .prize-modal .modal-content .modal-body .modal-prize-img {
  width: 35%;
  min-width: 120px;
  max-width: 247px;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .lottery-section .prize-modal .modal-content .modal-body .modal-prize-img {
    width: 39%;
  }
}
@media screen and (min-width: 768px) {
  .lottery-section .prize-modal .modal-content .modal-body .modal-prize-img {
    width: 43%;
  }
}
@media screen and (max-height: 430px) {
  .lottery-section .prize-modal .modal-content .modal-body .modal-prize-img {
    width: 38%;
  }
}
.lottery-section .prize-modal .modal-content .modal-body .modal-prize-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 8px 0 4px;
}
.lottery-section .prize-modal .modal-content .modal-body .modal-prize-desc {
  font-size: 0.6em;
  color: #e4d7b3;
  margin-bottom: 6px;
  line-height: 1.2em;
}
@media screen and (min-width: 420px) {
  .lottery-section .prize-modal .modal-content .modal-body .modal-prize-desc {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 576px) {
  .lottery-section .prize-modal .modal-content .modal-body .modal-prize-desc {
    font-size: 0.9em;
  }
}
.lottery-section .prize-modal .modal-content .modal-body .btn-accept {
  cursor: pointer;
  max-width: 206px;
  width: 33%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 420px) {
  .lottery-section .prize-modal .modal-content .modal-body .btn-accept {
    width: 35%;
  }
}
@media screen and (min-width: 576px) {
  .lottery-section .prize-modal .modal-content .modal-body .btn-accept {
    width: 41%;
  }
}
.lottery-section .prize-modal .modal-content .modal-body .btn-accept img {
  width: 100%;
  display: block;
  height: auto;
}

.video-section {
  background-color: #3a090c;
  border: 2px solid #efb858;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 40px;
  color: #fff;
}
.video-section .video-title {
  max-width: 283px;
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5%;
}
.video-section .video-container {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
.video-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}
.video-section .video-note {
  text-align: center;
  font-size: 0.9em;
  color: #d49c3b;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .video-section .video-note {
    font-size: 24px;
  }
}
.video-section .video-note i {
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .video-section .video-note i {
    font-size: 28px;
  }
}

.newuser-container {
  background-color: #3a090c;
  border: 2px solid #efb858;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.newuser-container .newuser-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.newuser-container .newuser-desc {
  font-size: 14px;
  color: #ffed9b;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .newuser-container .newuser-desc {
    font-size: 16px;
  }
}
.newuser-container .code-input-group {
  margin-bottom: 6px;
}
.newuser-container .code-input-group .code-input {
  width: 100%;
  max-width: 584px;
  padding: 18px 27px;
  font-size: 23px;
  border-radius: 8px;
  background: #1b0305;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
  border: none;
}
@media screen and (min-width: 768px) {
  .newuser-container .code-input-group .code-input {
    font-size: 30px;
  }
}
.newuser-container .code-input-group .code-input::-moz-placeholder {
  color: #be8a71;
}
.newuser-container .code-input-group .code-input::placeholder {
  color: #be8a71;
}
.newuser-container .code-input-group .code-hint {
  display: block;
  color: #d49c3b;
  font-size: 0.85em;
  margin-top: 8px;
}
.newuser-container .btn-confirm {
  cursor: pointer;
  max-width: 219px;
  width: 59%;
  height: auto;
  margin: 0 auto;
}
.newuser-container .btn-confirm img {
  width: 100%;
  height: auto;
  display: block;
}

.badge-success {
  color: #51994b;
  font-size: 0.85em;
  font-weight: bold;
}
.badge-success i {
  margin-right: 3px;
}

.badge-info {
  color: #979797;
  font-size: 0.85em;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .recommend-card,
  .reward-progress,
  .lottery-section,
  .video-section,
  .newuser-container {
    padding: 34px;
  }
  .progress-items .progress-item .progress-dot {
    width: 55px;
    height: 55px;
  }
  .progress-items .progress-item .progress-label {
    font-size: 0.9em;
  }
  .prize-display {
    gap: 10px;
  }
  .prize-display .btn-open {
    min-width: 70px;
    padding: 8px 15px;
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  .activity-header .slogan-img {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .activity-header .slogan-img {
    max-width: 600px;
  }
}
.part ol {
  margin-left: 24px;
}

body.swal2-shown .swal2-popup .swal2-actions .swal2-confirm {
  box-shadow: none !important;
}

.loading_wrp {
  z-index: 999;
}

.btn__sure {
  text-align: center;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__sure img {
  max-width: 21rem;
  cursor: pointer;
}
@media (hover: hover) {
  .btn__sure img {
    filter: brightness(1.2);
  }
}/*# sourceMappingURL=style.css.map */