.cookie-confirm {
  background-color: #D8D8D8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cookie-confirm .cc-btn-close {
  position: absolute;
  top: 5px;
  right: 20px;
}
.cookie-confirm .cc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cookie-confirm .cc-wrap .cc-txt .cc-link {
  font-size: inherit;
  color: #004DA1;
  text-decoration: underline;
  display: block;
}
.cookie-confirm .cc-wrap .cc-btn {
  width: 104px;
  text-align: center;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background-color: #00B375;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .cookie-confirm .cc-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 20px;
    line-height: 26px;
  }
  .cookie-confirm .cc-wrap .cc-btn:hover {
    background-color: #2A823A;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
}
@media screen and (max-width: 768px) {
  .cookie-confirm .cc-wrap {
    width: 100%;
    padding: 20px;
  }
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 16px;
    line-height: 22px;
  }
}
@-webkit-keyframes marqueeAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marqueeAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes shinyAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes shinyAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body, body * {
  font-family: "microsoft jhenghei", Verdana, Arial, sans-serif;
}

body {
  background-color: #F8F8F8;
  overflow-x: hidden;
  line-height: 1.6;
}
body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.fixed {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  body aside {
    display: none;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  body header .rwd-mb-hide {
    display: none;
  }
  body header .rwd-pc-hide {
    height: 80px;
    background-color: #fff;
  }
  body header .rwd-pc-hide .wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body header .rwd-pc-hide .wrap .logo {
    height: 100%;
    display: block;
  }
  body header .rwd-pc-hide .wrap .logo img {
    height: 100%;
  }
  body header .rwd-pc-hide .wrap nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  body header .rwd-pc-hide .wrap nav a {
    font-size: 16px;
    color: #454545;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
  }
  body header .rwd-pc-hide .wrap nav a:hover, body header .rwd-pc-hide .wrap nav a.current {
    color: #2A823A;
  }
  body header .rwd-pc-hide .wrap nav a:hover:after, body header .rwd-pc-hide .wrap nav a.current:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #2a823a;
  }
}
@media screen and (max-width: 1024px) {
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  body header .rwd-pc-hide {
    display: none;
  }
  body header .rwd-mb-hide {
    text-align: center;
    height: 60px;
    background-color: #fff;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body header .rwd-mb-hide .menu {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
  }
  body header .rwd-mb-hide .menu .close {
    display: none;
    width: 30px;
  }
  body header .rwd-mb-hide .menu.open .default {
    display: none;
  }
  body header .rwd-mb-hide .menu.open .close {
    display: block;
  }
  body header .rwd-mb-hide .logo {
    height: 100%;
    display: inline-block;
  }
  body header .rwd-mb-hide .logo img {
    height: 100%;
  }
  body aside {
    background-color: transparent;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    z-index: 999;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: background-color 0.1s, -webkit-transform 0.3s;
    transition: background-color 0.1s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.1s;
    transition: transform 0.3s, background-color 0.1s, -webkit-transform 0.3s;
  }
  body aside.open {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: background-color 1s, -webkit-transform 0.3s;
    transition: background-color 1s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 1s;
    transition: transform 0.3s, background-color 1s, -webkit-transform 0.3s;
  }
  body aside ul {
    width: calc(100% - 30px);
    height: 100%;
    background-color: #fff;
  }
  body aside ul li {
    padding: 20px;
  }
  body aside ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  body aside ul li a {
    display: block;
    text-decoration: none;
    color: #454545;
    background: url(/event/Images/1001/icon-arrow-r.svg) no-repeat center right/24px 24px;
  }
}
body article {
  margin-top: 80px;
}
body article .rwd-pc-hide {
  display: none;
}
body article .rwd-mb-hide {
  display: block;
}
@media screen and (max-width: 1024px) {
  body article {
    margin-top: 60px;
  }
}
body article section {
  margin: 30px;
}
body article section .wrap {
  border-radius: 16px;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: #efefef 0px 1px 5px 1px;
          box-shadow: #efefef 0px 1px 5px 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body article section .wrap:hover {
  background-color: #fff9dc;
}
body article section .wrap a.link {
  color: red;
}
body article section .wrap a.link:hover {
  text-decoration: none;
}
body article section .wrap .fc-green {
  color: #5aad68;
}
body article section .wrap .fc-red {
  color: red;
}
body article section .wrap .txt {
  color: #454545;
  font-size: 20px;
}
body article section .wrap ul {
  margin-left: 20px;
}
body article section .wrap ul li {
  color: #454545;
  font-size: 20px;
  list-style-type: disc;
  margin-bottom: 3px;
}
body article section .wrap ol {
  margin-left: 20px;
}
body article section .wrap ol li {
  color: #454545;
  font-size: 20px;
  list-style-type: decimal;
  margin-bottom: 3px;
}
body article section .wrap .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 20px auto 0;
}
body article section .wrap .btn-row .btn {
  background-color: #FF6040;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  height: 46px;
  line-height: 46px;
  letter-spacing: 1px;
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
  margin: auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article section .wrap .btn-row .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article section .se-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body article {
    margin-top: 60px;
  }
  body article .rwd-pc-hide {
    display: block;
  }
  body article .rwd-mb-hide {
    display: none;
  }
  body article section {
    margin: 20px;
  }
  body article section .wrap {
    padding: 20px;
    font-size: 18px;
  }
  body article section .wrap .btn-row {
    width: 100%;
  }
  body article section .wrap .btn-row .btn:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body article section .wrap .btn-row .btn {
    max-width: unset;
  }
  body article section .wrap .txt {
    font-size: 18px;
  }
  body article section .se-title {
    font-size: 22px;
  }
}
body article .se-header-box {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
body article .se-header-box .shb-flag {
  width: 76px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url(/event/Images/1001/icon-flag.svg) center center/contain no-repeat;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding-top: 20px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body article .se-header-box .shb-info {
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  body article .se-header-box {
    margin-bottom: 20px;
  }
  body article .se-header-box .shb-flag {
    width: 45px;
    height: 77px;
    font-size: 12px;
    padding-top: 15px;
    margin-right: 10px;
  }
  body article .se-header-box .shb-info {
    padding-top: 15px;
  }
}
body article .pp-tool-scope {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 50px 0 0 50px;
  gap: 20px;
  padding: 8px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
  margin: auto 0 auto auto;
}
body article .pp-tool-scope a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
body article .pp-tool-scope a img {
  vertical-align: top;
}
body article .pp-tool-scope a span {
  color: #713800;
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  body article .pp-tool-scope {
    gap: 10px;
    width: 90px;
    padding: 8px 20px;
  }
  body article .pp-tool-scope a {
    width: 24px;
    height: 24px;
  }
  body article .pp-tool-scope a span {
    display: none;
  }
}
body article .marquee-scope {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 10px 20px 10px 50px;
  background-color: #f6f6f6;
  z-index: 1;
  margin: 30px auto;
}
body article .marquee-scope .ani {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marqueeAni 20s linear infinite backwards;
          animation: marqueeAni 20s linear infinite backwards;
}
body article .marquee-scope .marquee-txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
body article .marquee-scope .marquee-txt span {
  color: #ff4853;
  font-weight: bold;
}
body article .marquee-scope:before {
  content: "";
  background: #f6f6f6 url(/event/Images/1001/icon.svg) no-repeat center left 10px;
  width: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
body article .marquee-scope:after {
  content: "";
  width: 20px;
  background-color: #f6f6f6;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  body article .marquee-scope {
    font-size: 16px;
    padding: 8px 20px 8px 50px;
    margin: 10px auto;
  }
}
body article .ev-1 .wheel {
  background: url(/event/Images/1001/turntable-bg.jpg) no-repeat center top;
  position: relative;
  padding: 30px 0;
  border-radius: 10px;
}
body article .ev-1 .wheel .wheel-play {
  -webkit-transition: 1s linear;
  transition: 1s linear;
  position: relative;
  height: 100%;
  background: url(/event/Images/1001/turntable.png) no-repeat center center/100%;
}
body article .ev-1 .wheel .wheel-inner {
  width: 608px;
  height: 608px;
  position: relative;
  margin: auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .ev-1 .wheel .wheel-inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  height: 460px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .ev-1 .wheel .wheel-inner .row > div {
  width: 80px;
  height: 116px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .ev-1 .wheel .wheel-inner .row > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body article .ev-1 .wheel .wheel-inner .row-2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body article .ev-1 .wheel .wheel-inner .row-3 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body article .ev-1 .wheel .wheel-inner .row-4 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
body article .ev-1 .wheel .wheel-inner .wheel-2,
body article .ev-1 .wheel .wheel-inner .wheel-4,
body article .ev-1 .wheel .wheel-inner .wheel-6,
body article .ev-1 .wheel .wheel-inner .wheel-8 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body article .ev-1 .wheel .wheel-inner .wheel-arrow {
  position: absolute;
  width: 105px;
  right: 0;
  left: 0;
  margin: auto;
  top: 205px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .ev-1 .wheel .wheel-inner .wheel-arrow img {
  width: 100%;
}
body article .ev-1 .wheel .count {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #713800;
  margin-bottom: 10px;
  text-align: center;
}
body article .ev-1 .wheel .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body article .ev-1 .wheel .btn-row a {
  text-decoration: none;
  background-color: #ff6040;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body article .ev-1 .wheel .wheel-inner {
    width: 400px;
    height: 400px;
  }
  body article .ev-1 .wheel .wheel-inner .wheel-arrow {
    width: 60px;
    top: 145px;
  }
  body article .ev-1 .wheel .wheel-inner .row {
    height: 330px;
    width: 60px;
  }
  body article .ev-1 .wheel .wheel-inner .row > div {
    width: 60px;
    height: 86px;
  }
}
@media screen and (max-width: 600px) {
  body article .ev-1 .wheel {
    background: url(/event/Images/1001/turntable-bgm.jpg) no-repeat center top/100% 100%;
    padding: 10px 0 20px;
  }
  body article .ev-1 .wheel .wheel-inner {
    width: 300px;
    height: 300px;
  }
  body article .ev-1 .wheel .wheel-inner .wheel-arrow {
    width: 50px;
    top: 105px;
  }
  body article .ev-1 .wheel .wheel-inner .row {
    height: 250px;
    width: 35px;
  }
  body article .ev-1 .wheel .wheel-inner .row > div {
    width: 35px;
    height: 60px;
  }
  body article .ev-1 .wheel .count {
    font-size: 14px;
  }
  body article .ev-1 .wheel .btn-row {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 10px;
  }
  body article .ev-1 .wheel .btn-row a {
    height: 40px;
    line-height: 40px;
    width: 50%;
  }
}
body article .ev-2 .slot {
  border-radius: 10px;
  background: #713800 url(/event/Images/1001/radiation.png) no-repeat center top;
  padding: 30px 0;
  position: relative;
}
body article .ev-2 .slot .slot-wrap {
  width: 726px;
  margin: 42px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .ev-2 .slot .slot-wrap .card {
  width: 166px;
  height: 166px;
  background: url(/event/Images/1001/cardgame-2.png) no-repeat top center/100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
}
body article .ev-2 .slot .slot-wrap .card img {
  width: 80px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .ev-2 .slot .slot-wrap .card.active {
  -webkit-box-shadow: inset 0 0 0 13px #ff6040;
          box-shadow: inset 0 0 0 13px #ff6040;
}
body article .ev-2 .slot .count {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
body article .ev-2 .slot .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
body article .ev-2 .slot .btn-row a {
  text-decoration: none;
  background-color: #ff6040;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body article .ev-2 .slot .slot-wrap {
    width: 590px;
    gap: 10px;
  }
  body article .ev-2 .slot .slot-wrap .card {
    width: 140px;
    height: 140px;
  }
  body article .ev-2 .slot .slot-wrap .card img {
    width: 65px;
  }
  body article .ev-2 .slot .slot-wrap .card.active {
    -webkit-box-shadow: inset 0 0 0 10px #ff6040;
            box-shadow: inset 0 0 0 10px #ff6040;
  }
}
@media screen and (max-width: 768px) {
  body article .ev-2 .slot .slot-wrap {
    width: 395px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  body article .ev-2 .slot .slot-wrap .card {
    width: 125px;
    height: 125px;
  }
  body article .ev-2 .slot .slot-wrap .card img {
    width: 55px;
  }
  body article .ev-2 .slot .slot-wrap .card.active {
    -webkit-box-shadow: inset 0 0 0 8px #ff6040;
            box-shadow: inset 0 0 0 8px #ff6040;
  }
}
@media screen and (max-width: 600px) {
  body article .ev-2 .slot {
    padding: 10px 0 20px;
  }
  body article .ev-2 .slot .slot-wrap {
    width: 290px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin: 20px auto;
  }
  body article .ev-2 .slot .slot-wrap .card {
    width: 90px;
    height: 90px;
  }
  body article .ev-2 .slot .slot-wrap .card img {
    width: 45px;
  }
  body article .ev-2 .slot .slot-wrap .card.active {
    -webkit-box-shadow: inset 0 0 0 5px #ff6040;
            box-shadow: inset 0 0 0 5px #ff6040;
  }
  body article .ev-2 .slot .count {
    font-size: 14px;
  }
  body article .ev-2 .slot .btn-row {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 10px;
    margin-bottom: 0;
  }
  body article .ev-2 .slot .btn-row a {
    height: 40px;
    line-height: 40px;
    width: 50%;
  }
}
body article .ev-3 .single-prize {
  border-radius: 10px;
  background: url(/event/Images/1001/turntable-bg.jpg) no-repeat center center;
  padding: 100px 0;
  position: relative;
  margin-top: 30px;
}
body article .ev-3 .single-prize .prize {
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(/event/Images/1001/cardgame-1.png) no-repeat center top;
  margin: auto auto 20px;
}
body article .ev-3 .single-prize .prize img {
  width: 142px;
  height: 121px;
}
body article .ev-3 .single-prize .count {
  color: #713800;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
body article .ev-3 .single-prize .btn-row {
  text-align: center;
}
body article .ev-3 .single-prize .btn-row a {
  text-decoration: none;
  background-color: #ff6040;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 768px) {
  body article .ev-3 .single-prize {
    padding: 50px 0;
    background: url(/event/Images/1001/turntable-bgm.jpg) no-repeat center center/100% 100%;
    margin-top: 10px;
  }
  body article .ev-3 .single-prize .count {
    font-size: 14px;
  }
}
body article .ev-4 .card-flip {
  background: #713800 url(/event/Images/1001/radiation.png) no-repeat center top;
  position: relative;
  padding: 30px 0;
  border-radius: 10px;
}
body article .ev-4 .card-flip .card-flip-wrap {
  width: 640px;
  margin: 0 auto 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-perspective: 1000px;
          perspective: 1000px;
  gap: 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .ev-4 .card-flip .card-flip-wrap .card {
  position: relative;
  width: 200px;
  height: 276px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .ev-4 .card-flip .card-flip-wrap .card img {
  width: 100%;
}
body article .ev-4 .card-flip .card-flip-wrap .card .q {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body article .ev-4 .card-flip .card-flip-wrap .card .prize {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/event/Images/1001/cardgame-open.png) no-repeat center center/100%;
  width: 100%;
  height: 100%;
}
body article .ev-4 .card-flip .card-flip-wrap .card .prize img {
  width: 80px;
}
body article .ev-4 .card-flip .card-flip-wrap .card.open {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
body article .ev-4 .card-flip .count {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
body article .ev-4 .card-flip .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
body article .ev-4 .card-flip .btn-row a {
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 170px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
body article .ev-4 .card-flip .btn-row .re-btn {
  background-color: #fff;
  color: #ff6040;
  border: 1px solid #ff6040;
}
body article .ev-4 .card-flip .btn-row .cf-btn {
  background-color: #ff6040;
  color: #fff;
  border: 1px solid #ff6040;
}
body article .ev-4 .card-flip .btn-row .cf-btn.disabled {
  background-color: #9C9C9C;
  border: 1px solid #9C9C9C;
}
@media screen and (max-width: 1000px) {
  body article .ev-4 .card-flip .card-flip-wrap {
    gap: 10px;
    width: 560px;
  }
  body article .ev-4 .card-flip .card-flip-wrap .card {
    width: 180px;
    height: 256px;
  }
}
@media screen and (max-width: 768px) {
  body article .ev-4 .card-flip .card-flip-wrap {
    width: 420px;
  }
  body article .ev-4 .card-flip .card-flip-wrap .card {
    width: 130px;
    height: 186px;
  }
}
@media screen and (max-width: 600px) {
  body article .ev-4 .card-flip {
    padding: 10px 0 20px;
  }
  body article .ev-4 .card-flip .card-flip-wrap {
    width: 290px;
    margin: 20px auto;
  }
  body article .ev-4 .card-flip .card-flip-wrap .card {
    width: 90px;
    height: 130px;
  }
  body article .ev-4 .card-flip .card-flip-wrap .card .prize img {
    width: 60px;
  }
  body article .ev-4 .card-flip .count {
    font-size: 14px;
  }
  body article .ev-4 .card-flip .btn-row {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 10px;
    margin-bottom: 0;
  }
  body article .ev-4 .card-flip .btn-row a {
    height: 40px;
    line-height: 40px;
    width: 50%;
  }
}
body article .se-1 {
  background: url(/event/Images/1001/2000X600.jpg) no-repeat center center;
  height: 600px;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  body article .se-1 {
    background: none;
    height: auto;
  }
  body article .se-1 .top-benner {
    width: 100%;
  }
  body article .se-1 .top-benner img {
    vertical-align: top;
    width: 100%;
  }
}
body article .se-5 .wrap .num {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body article .se-5 .wrap .btn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  body article .se-5 .wrap .btn-row .btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
}
body article .se-6 .tab-list-row {
  width: 100%;
  position: relative;
}
body article .se-6 .tab-list-row .arrow {
  position: absolute;
  padding-top: 24px;
  height: 40px;
  margin: auto;
  z-index: 1;
  top: 0;
  cursor: pointer;
}
body article .se-6 .tab-list-row .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 0;
}
body article .se-6 .tab-list-row .arrow img {
  width: 20px;
  position: relative;
  z-index: 1;
}
body article .se-6 .tab-list-row .arrow.arrow-prev {
  left: 0;
}
body article .se-6 .tab-list-row .arrow.arrow-prev:after {
  left: 0;
}
body article .se-6 .tab-list-row .arrow.arrow-next {
  right: 0;
}
body article .se-6 .tab-list-row .arrow.arrow-next:after {
  right: 0;
}
body article .se-6 .tab-list-row .tab-list-box {
  width: auto;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding-bottom: 10px;
  padding: 10px 30px;
}
body article .se-6 .tab-list-row .tab-list-box::-webkit-scrollbar {
  height: 8px;
}
body article .se-6 .tab-list-row .tab-list-box::-webkit-scrollbar-track {
  background-color: #666;
  border-radius: 10px;
}
body article .se-6 .tab-list-row .tab-list-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
body article .se-6 .tab-list-row .tab-list-box span {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  width: 100px;
  font-size: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  font-weight: bold;
  background-color: #FFD8D3;
  cursor: pointer;
  color: #000;
}
body article .se-6 .tab-list-row .tab-list-box span.disabled {
  color: #fff;
  background-color: #BBBAAE;
  cursor: auto;
}
body article .se-6 .tab-list-row .tab-list-box span.current {
  color: #fff;
  background-color: #FF6040;
}
body article .se-6 .tab-content {
  background-color: #fff;
  position: relative;
  margin-top: 15px;
}
body article .se-6 .tab-content .tc-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  display: none;
}
body article .se-6 .tab-content .tc-box.current {
  position: relative;
  z-index: 1;
  opacity: 1;
  display: block;
}
body article .se-6 .tab-content .tc-box table {
  width: 100%;
}
body article .se-6 .tab-content .tc-box table tr {
  border: 1px solid #ccc;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .se-6 .tab-content .tc-box table tr:nth-child(odd) {
  background-color: #F8F8F8;
}
body article .se-6 .tab-content .tc-box table tr:hover {
  background-color: #FFFAE9;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .se-6 .tab-content .tc-box table tr th {
  background-color: #FFD8D3;
  color: #000;
  padding: 10px;
  font-weight: bold;
}
body article .se-6 .tab-content .tc-box table tr td {
  padding: 10px;
  color: #454545;
  text-align: center;
}
body article .se-6 .tab-content .tc-box table tr .highlight {
  color: red;
}
body article .se-6 .update-time {
  color: #ccc;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body article .se-6 .tab-content .tc-box table tr:nth-child(odd):hover {
    background-color: #F8F8F8;
  }
  body article .se-6 .tab-content .tc-box table tr:nth-child(even):hover {
    background-color: #fff;
  }
  body article .se-6 .update-time {
    font-size: 14px;
  }
  body article .se-6 .update-time span {
    display: block;
    font-size: 14px;
  }
}
body article .se-8 .grid-box {
  padding: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
body article .se-8 .grid-box .banner-box {
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  width: 450px;
  height: 192px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .se-8 .grid-box .banner-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body article .se-8 .grid-box .banner-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  body article .se-8 .grid-box .banner-box {
    height: 64px;
  }
}
@media screen and (max-width: 1064px) {
  body article .se-8 .grid-box {
    gap: 10px;
  }
  body article .se-8 .grid-box .banner-box {
    width: auto;
  }
  body article .se-8 .grid-box .banner-box:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body article .se-9 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body article .se-9 .wrap {
  padding-top: 0;
}
body article .se-9 .bonus-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  height: auto;
  padding-bottom: 15px;
  cursor: -webkit-grab;
  cursor: grab;
}
body article .se-9 .bonus-list.bl-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body article .se-9 .bonus-list .bl-item {
  width: 203px;
  min-height: 261px;
  background: #EEE;
  border-radius: 10px;
  padding: 20px 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body article .se-9 .bonus-list .bl-item.bli-finish:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11;
}
body article .se-9 .bonus-list .bl-item.bli-fail:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11;
}
body article .se-9 .bonus-list .bl-item.bli-fail .bli-btn {
  z-index: 12;
}
body article .se-9 .bonus-list .bl-item.bli-act {
  border: 5px solid #FFD112;
  background-color: #FFF;
}
body article .se-9 .bonus-list .bl-item.bli-act .bli-btn .btn {
  background-color: #FFD112;
}
body article .se-9 .bonus-list .bl-item.bli-act .bli-btn .btn:hover {
  background-color: #ddb30a;
}
body article .se-9 .bonus-list .bl-item .bli-status {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 12;
}
body article .se-9 .bonus-list .bl-item .bli-date {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
body article .se-9 .bonus-list .bl-item .bli-gift-card {
  width: 160px;
  height: 105px;
  background: url(/event/Images/1001/giftcard-bg.svg) center center/cover no-repeat;
  margin-bottom: 10px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
}
body article .se-9 .bonus-list .bl-item .bli-gift-card .bgc-point {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  color: #181B1D;
}
body article .se-9 .bonus-list .bl-item .bli-gift-card .bgc-point .bp-num {
  font-style: italic;
}
body article .se-9 .bonus-list .bl-item .bli-gift-card .bgc-point .bp-txt {
  font-size: 12px;
  margin-left: 4px;
  display: block;
}
body article .se-9 .bonus-list .bl-item .bli-point {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-size: 16px;
  color: #454545;
  margin-bottom: 10px;
}
body article .se-9 .bonus-list .bl-item .bli-point .blp-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body article .se-9 .bonus-list .bl-item .bli-point .blp-name:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(/event/Images/1001/icon-gift.svg) no-repeat center center/contain;
  margin-right: 4px;
}
body article .se-9 .bonus-list .bl-item .bli-btn {
  width: 100%;
  position: relative;
}
body article .se-9 .bonus-list .bl-item .bli-btn .btn {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #D9D9D9;
  font-size: 18px;
  line-height: 1.5;
  color: #454545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body article .se-10 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body article .se-10 .wrap {
  padding-top: 0;
}
body article .se-10 .wrap .btn-row {
  margin-top: 30px;
}
body article .se-10 .s10-event-box {
  width: 100%;
}
body article .se-10 .s10-event-box + .s10-event-box {
  margin-top: 40px;
}
body article .se-10 .s10-event-box .seb-title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #454545;
  line-height: 1.4;
  margin-bottom: 20px;
}
body article .se-10 .s10-event-box .s10-event-banner {
  width: 100%;
  overflow: hidden;
}
body article .se-10 .s10-event-box .s10-event-banner .seb-list {
  width: 100%;
  max-width: 560px;
  overflow: visible;
}
body article .se-10 .s10-event-box .s10-event-banner .seb-list .swiper-slide {
  opacity: 0.5;
}
body article .se-10 .s10-event-box .s10-event-banner .seb-list .swiper-slide-active {
  opacity: 1;
}
body article .se-10 .s10-event-box .s10-event-banner .seb-list .seb-pic {
  width: 560px;
  height: 300px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
body article .se-10 .s10-event-box .s10-event-banner .seb-list .seb-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body article .se-10 .s10-event-box .s10-event-banner .seb-list .seb-pic {
    width: 100%;
    height: 177px;
  }
}
body article .se-10 .s10-event-box .s10-event-banner .seb-pg {
  position: static;
}
body article .se-10 .s10-event-box .s10-event-banner .seb-pg .swiper-pagination-bullet {
  margin: 0 5px;
}
body article .se-10 .s10-event-box .s10-event-banner .seb-pg .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #CDCDCD;
  width: 46px;
  border-radius: 10px;
}
body article .se-10 .seb-bonus-process {
  width: 100%;
}
@media (max-width: 768px) {
  body article .se-10 .seb-bonus-process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body article .se-10 .seb-process {
  width: 100%;
  margin-bottom: 24px;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body article .se-10 .seb-process li {
  width: calc(20% - 8px);
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
body article .se-10 .seb-process li:before {
  content: "";
  width: 108%;
  height: 6px;
  background: #D9D9D9;
  display: block;
  position: absolute;
  left: -90px;
  top: 40px;
  z-index: 1;
}
body article .se-10 .seb-process li:last-child {
  margin-right: 0px;
}
body article .se-10 .seb-process li:first-child:before {
  display: none;
}
body article .se-10 .seb-process li.spc-check:before {
  background-color: #FFD112;
}
body article .se-10 .seb-process li.spc-check .spc-circle {
  text-indent: -999px;
  overflow: hidden;
  background: #FFD112 url("/event/Images/1001/icon-check.svg") center center/15px 12px no-repeat;
}
body article .se-10 .seb-process .spc-circle {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
body article .se-10 .seb-process .spc-txt {
  width: 100%;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #454545;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  body article .se-10 .seb-process li:before {
    left: -83px;
  }
}
@media (max-width: 768px) {
  body article .se-10 .seb-process {
    width: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body article .se-10 .seb-process li {
    width: 100%;
    height: 255px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body article .se-10 .seb-process li:before {
    width: 6px;
    height: 230px;
    left: 12px;
    top: -4px;
  }
  body article .se-10 .seb-process li:first-child {
    height: 30px;
  }
  body article .se-10 .seb-process .spc-txt {
    width: 200px;
    text-align: left;
    margin-bottom: 0px;
    position: absolute;
    bottom: 3px;
    left: 40px;
  }
}
body article .se-10 .bonus-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding-bottom: 15px;
}
body article .se-10 .bonus-list .bl-item {
  width: 100%;
  background: #EEE;
  border-radius: 10px;
  padding: 10px 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body article .se-10 .bonus-list .bl-item:last-child {
  margin-right: 0px;
}
body article .se-10 .bonus-list .bl-item.bli-finish:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11;
}
body article .se-10 .bonus-list .bl-item.bli-act {
  border: 5px solid #FFD112;
  background-color: #FFF;
}
body article .se-10 .bonus-list .bl-item.bli-act .bli-btn .btn {
  background-color: #FFD112;
}
body article .se-10 .bonus-list .bl-item.bli-act .bli-btn .btn:hover {
  background-color: #ddb30a;
}
body article .se-10 .bonus-list .bl-item .bli-status {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 12;
}
body article .se-10 .bonus-list .bl-item .bli-gift-card {
  width: 100%;
  height: 0;
  padding: 8px 8px 5px;
  padding-top: 59.5%;
  background: url(/event/Images/1001/giftcard-bg.svg) center center/cover no-repeat;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
}
body article .se-10 .bonus-list .bl-item .bli-gift-card .bgc-point {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  color: #181B1D;
}
body article .se-10 .bonus-list .bl-item .bli-gift-card .bgc-point .bp-num {
  font-style: italic;
}
body article .se-10 .bonus-list .bl-item .bli-gift-card .bgc-point .bp-txt {
  font-size: 12px;
  margin-left: 4px;
  display: block;
}
body article .se-10 .bonus-list .bl-item .bli-btn {
  width: 100%;
  position: relative;
}
body article .se-10 .bonus-list .bl-item .bli-btn .btn {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #D9D9D9;
  font-size: 18px;
  line-height: 1.5;
  color: #454545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  body article .se-10 .bonus-list {
    width: 203px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0;
    padding-top: 35px;
    margin-left: 8px;
  }
  body article .se-10 .bonus-list .bl-item {
    margin-right: 0px;
  }
  body article .se-10 .bonus-list .bl-item + .bl-item {
    margin-top: 72px;
  }
}
body footer {
  position: relative;
}
body footer .funtion-row {
  padding-bottom: 60px;
  padding-top: 30px;
}
body footer .funtion-row .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 270px;
  grid-template-columns: auto 270px;
  gap: 20px;
  justify-items: start;
}
body footer .funtion-row .wrap .link-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  line-height: 1;
}
body footer .funtion-row .wrap .link-box .col .col-title {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  color: #2a823a;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
body footer .funtion-row .wrap .link-box .col .col-title .arrow {
  display: none;
}
body footer .funtion-row .wrap .link-box .col ul li {
  padding: 10px 0;
}
body footer .funtion-row .wrap .link-box .col ul li a {
  text-decoration: none;
  color: #454545;
  font-size: 14px;
}
body footer .funtion-row .wrap .app-box {
  width: 270px;
}
body footer .funtion-row .wrap .app-box .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #454545;
}
body footer .funtion-row .wrap .app-box .grid-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 135px 5px 130px;
  grid-template-columns: 135px 130px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
body footer .funtion-row .wrap .app-box .grid-box .qrcode {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  background-color: #fff;
}
body footer .funtion-row .wrap .app-box .grid-box .qrcode img {
  width: 100%;
  vertical-align: top;
}
body footer .funtion-row .wrap .app-box .grid-box .store-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 5px 1fr 5px 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
  width: 100%;
}
body footer .funtion-row .wrap .app-box .grid-box .store-list a {
  width: 100%;
}
body footer .funtion-row .wrap .app-box .grid-box .store-list a img {
  width: 100%;
  vertical-align: top;
}
body footer .copyright {
  background-color: #2a823a;
}
body footer .copyright .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body footer .copyright .wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 40px;
}
body footer .copyright .wrap .box select {
  display: none;
}
body footer .copyright .wrap .box nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body footer .copyright .wrap .box nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding: 0 16px;
}
body footer .copyright .wrap .box nav a:not(:last-child) {
  border-right: 1px solid #fff;
}
body footer .copyright .wrap p {
  color: #fff;
  font-size: 14px;
}
body footer .go-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 10000;
  cursor: pointer;
}
body footer .go-top span {
  color: #454545;
  font-size: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
}
@media screen and (max-width: 1024px) {
  body footer.index .funtion-row, body footer.inside .funtion-row {
    padding: 20px;
    background: none;
  }
  body footer .go-top {
    display: none;
  }
  body footer .funtion-row .wrap {
    width: 90%;
  }
  body footer .funtion-row .wrap .link-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
  }
  body footer .funtion-row .wrap .link-box .col .col-title .arrow {
    display: inline-block;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  body footer .funtion-row .wrap .link-box .col .col-title.open .arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  body footer .funtion-row .wrap .link-box ul {
    display: none;
  }
  body footer .copyright .wrap {
    width: 100%;
    min-width: 100%;
    display: block;
    padding: 30px 20px;
  }
  body footer .copyright .wrap .box {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body footer .copyright .wrap .box nav {
    display: none;
  }
  body footer .copyright .wrap .box select {
    display: block;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 25px 10px 10px;
    color: #454545;
    font-size: 14px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff url(/3.0/Images/ico-arrow-down.svg) no-repeat center right 3px;
  }
  body footer .copyright .wrap .box select:active, body footer .copyright .wrap .box select:focus {
    outline: none;
  }
  body footer .copyright .wrap .box .logo {
    width: 150px;
  }
  body footer .copyright .wrap .box .logo img {
    width: 100%;
  }
  body footer .copyright .wrap p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  body footer .funtion-row .wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 50px;
  }
}
body .mg-popup {
  width: 100%;
  position: relative;
  background: #FFF;
  color: #626264;
  margin: 24px auto;
  padding: 0px;
  border-radius: 15px;
}
body .mg-popup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .mg-popup .mfp-close {
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  background: url("/event/Images/1001/icon-close2.svg") center center/contain no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body .mg-popup .mfp-close:hover {
  opacity: 1;
}
body .mg-popup .pp-container {
  width: 100%;
  padding: 30px 24px 38px;
}
body .mg-popup .pp-title {
  width: 100%;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
}
body .mg-popup .pp-content {
  width: 100%;
}
body .mg-popup .pp-txt {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
body .mg-popup .pp-txt + .pp-txt {
  margin-top: 4px;
}
body .mg-popup .pp-btn-box {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
body .mg-popup .pp-btn-box .btn {
  width: 100%;
  max-width: 120px;
}
body .mg-popup .pp-btn-box .btn + .btn {
  margin-left: 16px;
}
body .mg-popup .pp-table {
  width: 100%;
  overflow-x: auto;
}
body .mg-popup .pp-table table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
body .mg-popup .pp-table table tr {
  border-bottom: 1px solid #cdcdcd;
}
body .mg-popup .pp-table table tr th {
  height: 47px;
  padding: 8px 16px;
  text-align: center;
  font-size: 20px;
  color: #000;
  background: #FFD8D3;
}
body .mg-popup .pp-table table tr td {
  padding: 8px 16px;
  text-align: center;
  font-size: 18px;
  color: #000;
}
body .mg-popup .pp-table table tbody tr:nth-child(even) {
  background: #F8F8F8;
}
body .mg-popup .pp-table table .tb-left {
  text-align: left;
}
body .mg-popup .pp-table table .tb-right {
  text-align: right;
}
body .mylog-popup {
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
body .mylog-popup .pp-content {
  width: 100%;
}
body .mylog-popup .pp-table {
  margin-top: 10px;
}
body #se5-pp .pp-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 10px 0;
  overflow: hidden;
}
body #se5-pp .pp-input-row input {
  border: none;
  padding: 10px 20px;
  text-align: center;
  color: #1e1e1e;
}
body #se5-pp .pp-input-row input:focus {
  outline: none;
}
body #se5-pp .num {
  font-weight: bold;
  font-size: 24px;
  color: red;
}
body #se5-pp .pp-btn-box .btn {
  max-width: unset;
  background-color: #FF6040;
  color: #fff;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  body #se5-pp .pp-input-row input {
    width: 20%;
    padding: 10px;
  }
}

.CM-lightbox-bg {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow-x: hidden;
}
.CM-lightbox-bg.open {
  width: 100%;
}

.CM-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CM-lightbox.open {
  width: 100%;
  height: 100%;
}
.CM-lightbox.shiny:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/event/Images/1001/light-L.png) no-repeat center center/100% 100%;
  z-index: 0;
  -webkit-animation: shinyAni 20s linear infinite both;
          animation: shinyAni 20s linear infinite both;
}
.CM-lightbox .wrap {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFF9DD));
  background: linear-gradient(180deg, #fff 0%, #FFF9DD 100%);
  border-radius: 10px;
  width: 100%;
  color: #454545;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.CM-lightbox .wrap .lb-title {
  position: relative;
  top: -73px;
  text-align: center;
}
.CM-lightbox .wrap .prize-scope {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  background: url(/event/Images/1001/cardgame-1.png) no-repeat center center/100% 100%;
  padding: 15px 0;
}
.CM-lightbox .wrap .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.CM-lightbox .wrap .btn-row a {
  width: 50%;
  text-decoration: none;
  background-color: #ff6040;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 170px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.CM-lightbox.pp-win-1.shiny:after {
  width: 700px;
  height: 700px;
}
.CM-lightbox.pp-win-1 .wrap {
  width: 338px;
}
.CM-lightbox.pp-win-1 .wrap .lb-content {
  position: relative;
  top: -60px;
}
.CM-lightbox.pp-win-1 .wrap .lb-content .prize-scope {
  width: 180px;
  height: 180px;
}
.CM-lightbox.pp-win-1 .wrap .btn-row {
  margin-bottom: 30px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .CM-lightbox.pp-win-1.shiny:after {
    width: 200%;
    height: auto;
    left: -50%;
  }
}
.CM-lightbox.pp-win-2.shiny:after {
  width: 1000px;
  height: 1000px;
}
.CM-lightbox.pp-win-2 .wrap {
  width: 600px;
}
.CM-lightbox.pp-win-2 .wrap .lb-content {
  position: relative;
  top: -60px;
  padding: 0 30px;
}
.CM-lightbox.pp-win-2 .wrap .lb-content .prize-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.CM-lightbox.pp-win-2 .wrap .lb-content .prize-grid .prize-scope {
  width: 100px;
  height: 100px;
}
.CM-lightbox.pp-win-2 .wrap .lb-content .prize-grid .prize-scope img {
  height: 100%;
}
.CM-lightbox.pp-win-2 .wrap .btn-row {
  margin-bottom: 30px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .CM-lightbox.pp-win-2.shiny:after {
    width: 200%;
    height: auto;
    left: -50%;
  }
  .CM-lightbox.pp-win-2 .wrap {
    width: 95%;
  }
  .CM-lightbox.pp-win-2 .wrap .lb-content .prize-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .CM-lightbox.pp-win-2 .wrap .lb-content .prize-grid .prize-scope {
    width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .CM-lightbox.pp-win-2 .wrap {
    width: 95%;
  }
  .CM-lightbox.pp-win-2 .wrap .lb-content .prize-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: (70px)[4];
    grid-template-columns: repeat(4, 70px);
  }
  .CM-lightbox.pp-win-2 .wrap .lb-content .prize-grid .prize-scope {
    width: 70px;
    height: 70px;
    padding: 10px 0;
  }
  .CM-lightbox.pp-win-2 .wrap .lb-content .prize-grid .prize-scope img {
    height: 90%;
  }
}