@charset "UTF-8";
html {
  font-size: 16px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-family: Helvetica, "Helvetica Neue", Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft YaHei", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "LiHei Pro", sans-serif;
  line-height: initial;
  letter-spacing: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #3A0505;
  background: linear-gradient(to right, #FFF4AB, #FFCE46 30%, #FFCE46 70%, #FFF4AB);
}

.fa, .far, .fas {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", Helvetica, Helvetica Neue, Arial, 微軟正黑體, Microsoft JhengHei, Microsoft YaHei, SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, LiHei Pro, sans-serif;
}

.transition {
  transition: all 0.3s ease;
}

a {
  color: inherit;
  text-decoration: none;
  outline: 0;
  transition: 0.3s ease;
  transition-property: color, border-color, background-color, opacity, filter, transform;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

[type=checkbox], [type=radio] {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

::-moz-placeholder {
  color: rgba(58, 5, 5, 0.8);
}

::placeholder {
  color: rgba(58, 5, 5, 0.8);
}

tr, th, td {
  margin: initial;
  padding: initial;
  line-height: 1.5;
}

:root {
  --swiper-theme-color: #CF001F;
}

.font-latin {
  font-family: Helvetica, "Helvetica Neue", Arial, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Microsoft YaHei", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "LiHei Pro", sans-serif;
}

.text-gray {
  color: #888 !important;
}

.text-dark {
  color: #333 !important;
}

.text-brand-dark {
  color: #800000 !important;
}

.text-brand-inlight {
  color: #b6001b !important;
}

.text-warning-dark {
  color: #FFCC3D !important;
}

.text-warning-darker {
  color: #FF8000 !important;
}

.text-color-reset {
  color: #3A0505;
}

.text-dark-30 {
  color: rgba(51, 51, 51, 0.3);
}

.text-body {
  color: #3A0505 !important;
}

.text-body-50 {
  color: rgba(58, 5, 5, 0.5);
}

.text-body-60 {
  color: rgba(58, 5, 5, 0.6);
}

.text-body-70 {
  color: rgba(58, 5, 5, 0.7);
}

.text-body-80 {
  color: rgba(58, 5, 5, 0.8);
}

.text-brand-line {
  color: #06C755;
}

.text-brand-facebook {
  color: #1877F2;
}

.text-brand-youtube {
  color: #f00;
}

.hover-brand:hover {
  color: #CF001F;
}

.hover-warning:hover {
  color: #FFE97D;
}

.hover-danger:hover {
  color: #e2004b;
}

.bg-body {
  background: linear-gradient(to right, #FFF4AB, #FFCE46 30%, #FFCE46 70%, #FFF4AB);
}

.bg-gray {
  background: #EFEFEF;
}

.bg-gray-light {
  background: #f5f5f5;
}

.bg-warning-dark {
  background-color: #FFCC3D !important;
}

.bg-warning-light {
  background-color: rgba(var(--bs-warning-rgb), 0.1) !important;
}

.bg-brand-line {
  background-color: #06C755;
}

.bg-brand-facebook {
  background-color: #1877F2;
}

.bg-none {
  background: none;
}

.hover-bg-warning-light:hover {
  background-color: rgba(var(--bs-warning-rgb), 0.1);
}

.hover-bg-brand-line:hover {
  background-color: #05ae4a;
}

.hover-bg-brand-facebook:hover {
  background-color: #0d6ae4;
}

@media (min-width: 1200px) {
  .bg-xl-none {
    background: none;
  }
}
.cont-border {
  background: #FFF8C7;
  border: solid 5px #FFCC3D;
  border-radius: 0.5em;
  box-shadow: 0 4px #A8740B;
}
.cont-border:has(:checked) {
  border-color: #CF001F;
}

.avaterBorder {
  border: solid 2px #fff;
  border-radius: 10em;
  background: #fff;
}

.cont-withTitleFrame .title-frame {
  position: relative;
  margin-bottom: -38px;
}
.cont-withTitleFrame .cont-border {
  padding-top: 40px;
}

.cont_outBtm {
  transform: translateY(-50%);
}

.border-color-default {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-currentColor {
  border-color: currentColor !important;
}

.border-brand-thin {
  border-color: rgba(207, 0, 31, 0.3) !important;
}

.border-body {
  border-color: #3A0505;
}

.border-body-opacity {
  border-color: rgba(58, 5, 5, 0.3) !important;
}

.border-body-opacity-10 {
  border-color: rgba(58, 5, 5, 0.1) !important;
}

.border-body-opacity-50 {
  border-color: rgba(58, 5, 5, 0.5) !important;
}

@media (min-width: 768px) {
  .border-md {
    border: solid 1px rgba(0, 0, 0, 0.1);
  }
}
.font-monospace {
  font-family: "Courier New", Courier, monospace;
}

.font-8 {
  font-size: 0.5rem !important;
}

.font-9 {
  font-size: 0.563rem !important;
}

.font-10 {
  font-size: 0.625rem !important;
}

.font-11 {
  font-size: 0.688rem !important;
}

.font-12 {
  font-size: 0.75rem !important;
}

.font-13 {
  font-size: 0.813rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-15 {
  font-size: 0.938rem !important;
}

.font-16 {
  font-size: 1rem !important;
}

.font-17 {
  font-size: 1.063rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-19 {
  font-size: 1.188rem !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-21 {
  font-size: 1.313rem !important;
}

.font-22 {
  font-size: 1.375rem !important;
}

.font-23 {
  font-size: 1.438rem !important;
}

.font-24 {
  font-size: 1.5rem !important;
}

.font-25 {
  font-size: 1.563rem !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-80 {
  font-size: 80px !important;
}

.font-90 {
  font-size: 90px !important;
}

.font-95 {
  font-size: 95px !important;
}

.font-100 {
  font-size: 100px !important;
}

.font-120 {
  font-size: 120px !important;
}

.font-2em {
  font-size: 2em !important;
}

.font-size-inherit {
  font-size: inherit !important;
}

.big {
  font-size: 1.125em;
}

.bigger {
  font-size: 1.25em;
}

.smaller {
  font-size: 0.75em;
}

@media (min-width: 768px) {
  .font-md-8 {
    font-size: 0.5rem !important;
  }
  .font-md-9 {
    font-size: 0.563rem !important;
  }
  .font-md-10 {
    font-size: 0.625rem !important;
  }
  .font-md-11 {
    font-size: 0.688rem !important;
  }
  .font-md-12 {
    font-size: 0.75rem !important;
  }
  .font-md-13 {
    font-size: 0.813rem !important;
  }
  .font-md-14 {
    font-size: 0.875rem !important;
  }
  .font-md-15 {
    font-size: 0.938rem !important;
  }
  .font-md-16 {
    font-size: 1rem !important;
  }
  .font-md-17 {
    font-size: 1.063rem !important;
  }
  .font-md-18 {
    font-size: 1.125rem !important;
  }
  .font-md-19 {
    font-size: 1.188rem !important;
  }
  .font-md-20 {
    font-size: 1.25rem !important;
  }
  .font-md-21 {
    font-size: 1.313rem !important;
  }
  .font-md-22 {
    font-size: 1.375rem !important;
  }
  .font-md-23 {
    font-size: 1.438rem !important;
  }
  .font-md-24 {
    font-size: 1.5rem !important;
  }
  .font-md-25 {
    font-size: 1.563rem !important;
  }
}
.font-300 {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-900 {
  font-weight: 900;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.75;
}

.leading-loose {
  line-height: 2;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide-xs {
  letter-spacing: 0.05em;
}

.tracking-wide {
  letter-spacing: 0.1em;
}

.tracking-wider {
  letter-spacing: 0.15em;
}

.tracking-widest {
  letter-spacing: 0.2em;
}

.valign-middle {
  vertical-align: middle;
}

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

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

.truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .text-md-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.text-pre-line {
  white-space: pre-line;
}

.white-space-normal {
  white-space: normal;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.pointer-none {
  pointer-events: none;
}

.pointer-initial {
  pointer-events: initial;
}

.touch-action-none {
  touch-action: none;
}

.hover-zoomIn {
  transition: 0.3s ease;
  transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
}
.hover-zoomIn:hover {
  transform: scale(1.05);
}

.dropshadow {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.55));
}

.dropshadow-shape {
  filter: drop-shadow(3px 4px rgba(0, 0, 0, 0.2));
}

.arrow-left, .arrow-right {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  font-size: 11px;
  background: center center no-repeat;
  background-size: contain;
}

.arrow-left {
  background-image: url(../images/arrow_left_black.svg);
}

.arrow-right {
  background-image: url(../images/arrow_right_black.svg);
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.w-0 {
  width: 0;
}

.w-1em {
  width: 1em;
}

.w-2em {
  width: 2em;
}

.w-3em {
  width: 3em;
}

.w-4em {
  width: 4em;
}

.w-5em {
  width: 5em;
}

.w-6em {
  width: 6em;
}

.w-7em {
  width: 7em;
}

.w-8em {
  width: 8em;
  max-width: 100%;
}

.w-9em {
  width: 9em;
  max-width: 100%;
}

.w-10em {
  width: 10em;
  max-width: 100%;
}

.w-50px {
  width: 50px;
}

.w-100px {
  width: 100px;
}

.minw-1em {
  min-width: 1em;
}

.minw-2em {
  min-width: 2em;
}

.minw-3em {
  min-width: 3em;
}

.minw-4em {
  min-width: 4em;
}

.minw-5em {
  min-width: 5em;
}

.minw-6em {
  min-width: 6em;
}

.minw-7em {
  min-width: 7em;
}

.minw-8em {
  min-width: 8em;
}

.minw-9em {
  min-width: 9em;
}

.minw-10em {
  min-width: 10em;
}

.minw-50 {
  min-width: 50%;
}

.maxw-5em {
  max-width: 5em;
}

.maxw-6em {
  max-width: 6em;
}

.maxw-7em {
  max-width: 7em;
}

.maxw-8em {
  max-width: 8em;
}

.maxw-9em {
  max-width: 9em;
}

.maxw-10em {
  max-width: 10em;
}

.maxw-50vw {
  max-width: 50vw;
}

.maxw-75vw {
  max-width: 75vw;
}

.maxw-25 {
  max-width: 25% !important;
}

.maxw-50 {
  max-width: 50% !important;
}

.maxw-100 {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .w-md-7em {
    width: 7em;
  }
  .w-md-8em {
    width: 8em;
  }
  .w-md-10em {
    width: 10em;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .minw-md-2em {
    min-width: 2em;
  }
  .minw-md-7em {
    min-width: 7em;
  }
  .maxw-md-50 {
    max-width: 50% !important;
  }
}
.h-0 {
  height: 0;
}

.h-1px {
  height: 1px;
}

.h-1em {
  height: 1em;
}

.h-2em {
  height: 2em;
}

.h-50-window {
  height: 50vh;
}

.h-fill-window {
  height: calc(100vh - 65.6px);
}

.minh-4em {
  min-height: 4em;
}

.minh-100 {
  min-height: 100% !important;
}

.maxh-75vh {
  max-height: 75vh;
}

@media (min-width: 576px) {
  .h-sm-fill-window {
    height: calc(100vh - 73.8px);
  }
}
.pt-px {
  padding-top: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.p-1em {
  padding: 1em;
}

.m-npx {
  margin: -1px;
}

.ml-npx, .mx-npx {
  margin-left: -1px;
}

.mr-npx, .mx-npx {
  margin-right: -1px;
}

.mt-npx, .my-npx {
  margin-top: -1px;
}

.mb-npx, .my-npx {
  margin-bottom: -1px;
}

.mt-n2em {
  margin-top: -2em;
}

.transform-none {
  transform: none !important;
}

.clear {
  clear: both;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

[data-top] {
  top: attr(data-top);
}

.sticky-top {
  position: sticky;
  top: 0;
}
@media (min-width: 992px) {
  .sticky-top {
    top: 3.75rem;
  }
}

.sticky-top-header {
  position: sticky;
  top: 3.75rem;
}

.sticky-top-header-nav {
  position: sticky;
  top: calc(3.75rem + 2.5rem);
}

.sticky-top-0 {
  position: sticky;
  top: 0;
}

.sticky-bottom {
  position: sticky;
  bottom: 4.5rem;
}
@media (min-width: 992px) {
  .sticky-bottom {
    bottom: 0;
  }
}

.sticky-bottom-0 {
  position: sticky;
  bottom: 0;
}

.fixed-bottom {
  bottom: 4.5rem;
}
@media (min-width: 992px) {
  .fixed-bottom {
    bottom: 0;
  }
}

.zindex-0 {
  z-index: 0;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-n1 {
  z-index: -1;
}

.zindex-n2 {
  z-index: -2;
}

.zindex-sticky {
  z-index: 1020;
}

.zindex-fixed-plus {
  z-index: 1031;
}

@media (min-width: 1200px) {
  .zindex-xl-2 {
    z-index: 2;
  }
  .zindex-xl-3 {
    z-index: 3;
  }
  .position-xl-static {
    position: static;
  }
}
.order-n1 {
  order: -1;
}

.gutter {
  padding-left: 10px;
  padding-right: 10px;
}
.gutter-offset {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .gutter {
    padding-left: 60px;
    padding-right: 60px;
  }
  .gutter-md {
    padding-left: 60px;
    padding-right: 60px;
  }
  .gutter-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-offset {
    margin-left: -60px;
    margin-right: -60px;
  }
  .gutter-offset-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
}

.wrap {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: url(../images/body_bg.png) center 0;
  background-size: 375px auto;
}

.main {
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-bottom: 7%;
}

.inner, .inner-medium, .inner-narrow, .inner-large {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 1160px;
}

.inner-medium {
  width: 800px;
}

.inner-narrow {
  width: 600px;
}

.inner-large {
  width: 1300px;
}

.headerWrap {
  position: sticky;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1.875rem;
  background: linear-gradient(to bottom, #FF002B, #800016);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  transition-property: opacity;
}
.header_logo {
  height: 78.333%;
  margin-right: auto;
  padding: 0 15px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 3px 2px #000;
}
.header_logo img {
  display: block;
  height: 104.255%;
  width: auto;
  margin-top: -4px;
}
.header_userImg {
  flex-shrink: 0;
  font-size: 48px;
  width: 1em;
  height: 1em;
  margin-right: 0.25rem;
  border-radius: 50%;
  border: solid 2px #fff;
  background: #fff;
}
.header_userInfo {
  flex-shrink: 1;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #fff;
}
.header_userInfo .btn {
  padding-bottom: 0.1em;
}
.header_userInfo_vip {
  color: #FFE97D;
  font-size: 1.214em;
  vertical-align: middle;
}
.header_userMoney {
  flex-shrink: 0;
}
.header_userMoney_icon {
  font-size: 0.875em;
  width: 1.714em;
  line-height: 1.714em;
  text-align: center;
  background: #FFE97D;
  color: #3A0505;
  border-radius: 50%;
}
.header_icons {
  white-space: nowrap;
}
.header_icons .fa-line-whiteBg {
  font-size: 1.333em;
  vertical-align: -0.08em;
}
.header_triggerNav {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 3.75rem;
  margin-left: 0.75em;
  color: #fff;
  cursor: pointer;
}
.header_triggerNav-setting {
  font-size: 1.5rem;
  width: calc(3.75rem * 0.8);
}
@media (max-width: 991.98px) {
  .header .header-m-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .header-d-none {
    display: none;
  }
}
@media (min-width: 1600px) {
  .header {
    padding-left: 60px;
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.875rem;
  }
  .header_triggerNav {
    width: 3.75rem;
  }
}

.fixHeader .headerWrap {
  position: sticky;
}

.siteMenu {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1050;
  top: 3.75rem;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 1.25;
  text-align: center;
  transition: 0.3s ease;
  transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
}
.siteMenu .mask {
  position: absolute;
}
.siteMenu_body {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 255px;
  max-width: 80vw;
  margin-left: auto;
  padding: 2.5rem 1.25rem 1.5rem;
  font-size: 1.125rem;
  color: #3A0505;
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: 0.3s ease;
  transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
}
.siteMenu hr {
  opacity: 1;
  background: none;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.siteMenu_social, .siteMenu_mobileIcons {
  font-size: 2rem;
}
.siteMenu .nav {
  flex-direction: column;
  flex-wrap: nowrap;
}
.siteMenu .nav:not(.header-m-none) {
  display: block;
}
.siteMenu .nav-link {
  padding: 0.75em;
}
@media (min-width: 1600px) {
  .siteMenu {
    top: 3.75rem;
  }
}

.open.header {
  z-index: 9999;
}
.open .header_triggerNav::before {
  content: "\f00d";
}
.open .siteMenu {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.open .siteMenu_body {
  transform: translateX(0);
}

.sitemenu_share {
  position: relative;
}
.sitemenu_share:after {
  content: "";
  position: absolute;
  left: 5em;
  top: 100%;
  width: 10px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
}

.footerWrap {
  position: sticky;
  bottom: 0;
}

.footer {
  height: 67px;
  background: #fff;
  border-top: solid 5px #CF001F;
  text-align: center;
  font-weight: bold;
}
.footer_link {
  padding-top: 0.4em;
  line-height: 1.2;
  white-space: nowrap;
}
.footer_icon {
  display: block;
  margin-bottom: 0.1em;
  font-size: 2em;
}
.footer_icon-center {
  font-size: 46px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: -26px auto -9px;
  color: #CF001F;
  background: #fff;
  border-radius: 2em;
  box-shadow: 0 -6px 6px rgba(58, 5, 5, 0.2);
}
.footer .updateDot {
  font-size: 21px;
  border: solid 2px #fff;
  margin: -0.35em;
  margin-right: -0.5em;
}

.headerNav {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow-x: auto;
  line-height: 1.938;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.headerNav-chat {
  line-height: 2.125;
  background-color: #fff;
}
.headerNav_cont {
  display: inline-flex;
  justify-content: center;
  min-width: 100%;
  font-size: 1rem;
  text-align: center;
  color: #888;
  background: #fff;
}
.headerNav_item {
  display: inline-block;
  padding: 0.25em 0.25em 0;
  border-bottom: solid 3px transparent;
}
.headerNav .active {
  color: #CF001F;
  font-weight: bold;
  border-bottom-color: currentColor;
}
.headerNav_back {
  padding-left: 0.5em;
  padding-right: 0.875em;
  line-height: 2.563;
}
.headerNav_item_arrow {
  display: none;
}
.headerNav .active .headerNav_item_arrow {
  display: inline-block;
}
.headerNav-rank {
  position: sticky;
  z-index: 2;
  top: 100px;
}
@media (min-width: 768px) {
  .headerNav_item {
    padding: 0.25em 0.5em 0;
  }
}

@media (min-width: 1200px) {
  .shadow-xl-none {
    box-shadow: none !important;
  }
}
[data-bs-toggle=modal] {
  cursor: pointer;
}

.modal:has(.modal-titleFrame) {
  padding-top: 20px;
}
.modal:has(.modal-titleFrame) .btn-close {
  margin-top: 30px;
}
.modal:has(.modal-titleFrame) .modal-dialog-scrollable {
  height: calc(100% - 50px - var(--bs-modal-margin) * 2);
}
.modal:has(.modal-titleFrame) .modal-content {
  padding-top: 30px;
}

.modal-titleFrame.title-frame {
  position: relative;
  z-index: 1;
  margin-top: -44px;
  margin-bottom: -37px;
}

.modal-footer-outCont {
  transform: translateY(-50%);
  pointer-events: initial;
}

.table-middle th, .table-middle td {
  vertical-align: middle;
}

.table-border-body-opacity, .table-border-body-opacity th, .table-border-body-opacity td,
.table-border-body-opacity thead th {
  border-color: rgba(58, 5, 5, 0.3) !important;
}

.iconBadge {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: -1em;
  margin-top: -0.25em;
  padding: 0.25em;
  min-width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 12px;
  box-sizing: content-box;
  background: #FFE97D;
  color: #000;
  border-radius: 5em;
  transform: scale(0.66) translateX(-45%);
  transform-origin: left bottom;
}

.badge-crown {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  min-width: 2.167em;
  height: 1.583em;
  line-height: 2.25;
  font-size: 0.857em;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  background: url(../images/badge_crown.svg) center center no-repeat;
  background-size: contain;
}

.badge-crown-big {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  min-width: 3em;
  height: 2.188em;
  line-height: 3;
  font-size: 0.857em;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  background: url(../images/crown_big.svg) center center no-repeat;
  background-size: contain;
}

.badge-circle {
  padding-left: 0.125em;
  padding-right: 0.125em;
  min-width: 1.875em;
  text-align: center;
  border-radius: 2em;
}

.btn-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn-group-toggle_check {
  display: none;
}

.active .btn-group-toggle_check {
  display: inline-block;
}

.btn-circle {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  border-radius: 5em;
  border-width: 1px;
  border-style: solid;
  box-sizing: content-box;
}

.btn-circle-width {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  letter-spacing: 0;
  border-radius: 50%;
}

.toggleTextBtn_text::before {
  content: attr(data-text);
}
.toggleTextBtn.active .toggleTextBtn_text::before {
  content: attr(data-active-text);
}

.btn-pointer:after {
  content: "\f25a";
  display: inline-block;
  vertical-align: middle;
  margin-right: -1.125em;
  margin-left: 0.125em;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", Helvetica, Helvetica Neue, Arial, 微軟正黑體, Microsoft JhengHei, Microsoft YaHei, SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, LiHei Pro, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  filter: drop-shadow(-1px 4px 3px rgba(0, 0, 0, 0.5));
  transform: rotate(-30deg) translateY(10%);
  animation: pointerMove 2s linear infinite;
}

@keyframes pointerMove {
  from, 30%, 60%, to {
    transform: rotate(-30deg) translateY(30%);
  }
  15%, 45% {
    transform: rotate(-30deg) translateY(10%);
  }
}
.swiper-pagination {
  line-height: 1;
}

.nav-scrollbar {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}
.nav-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.nav-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: transparent;
}
.nav-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.nav-dark {
  background: #333;
  color: #fff;
}
.nav-dark::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.nav-dark .nav-link:hover, .nav-dark .active {
  color: #fff;
  background: #CF001F;
}

.nav-wide .nav-link {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
@media (min-width: 768px) {
  .nav-wide {
    font-size: 1.125rem;
  }
  .nav-wide .nav-link {
    padding: 0 1.5em;
    height: 70px;
    line-height: 70px;
  }
}

.collapseArrow::before, [aria-expanded=true] .collapseArrow::before {
  content: "\f107";
}

.collapsed .collapseArrow::before, [aria-expanded=false] .collapseArrow::before {
  content: "\f105";
}

[data-toggle] {
  cursor: pointer;
}

.modal_close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 0;
}

.modalBack, .modalBack-end {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 2em;
  margin-right: -2em;
  font-size: 1rem;
  cursor: pointer;
}

.modalBack-end {
  margin-right: 0;
  margin-left: -2em;
}

.modalBack_text {
  width: 0;
  margin-left: 0.5em;
  font-weight: normal;
  white-space: nowrap;
}

.modal-full {
  padding-right: 0 !important;
}
.modal-full .modal-dialog {
  margin: 0;
  height: 100%;
  max-height: 100%;
  max-width: none;
}
.modal-full .modal-content {
  height: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 0;
  background: linear-gradient(to right, #FFF4AB, #FFCE46 30%, #FFCE46 70%, #FFF4AB);
  border: 0;
}
.modal-full .modal-header-deco {
  flex-wrap: wrap;
  min-height: 3.75rem;
  line-height: 3.75rem;
  margin-bottom: 4px;
  border: 0;
}
.modal-full .modal-header-deco::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0) 3px), linear-gradient(to right, #f8b81f, #ee6723 30%, #e4042a);
}

.modal-nav .modal-dialog {
  max-width: 260px;
  margin: 0;
  height: 100%;
  max-height: 100%;
  transform: translateX(-100%);
  transition: 0.3s ease;
  transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
}
.modal-nav .modal-content {
  height: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-nav.show .modal-dialog {
  transform: translateX(0);
}

.modal-bottom .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  margin: auto 0 0;
  max-height: 100%;
  transform: translateY(100%);
  transition: 0.3s ease;
  transition-property: color, border, outline, background, opacity, filter, box-shadow, transform;
}
.modal-bottom .modal-content {
  border: 0;
  border-radius: 10px 10px 0 0;
}
.modal-bottom .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 8px auto;
  width: 40px;
  border-top: 4px solid #e7e7e7;
  border-radius: 4px;
}
.modal-bottom.show .modal-dialog {
  transform: translateY(0);
}

.popover-header-dark {
  --bs-popover-header-bg: #333;
  --bs-popover-header-color: #fff;
}

.form-wideSpacing .form-group {
  margin-bottom: 1.75rem;
}

.datepicker.datepicker-dropdown {
  padding: 0.75em;
  color: #000;
}
.datepicker.datepicker table tr td, .datepicker .datepicker table tr th {
  width: 2.25em;
  height: 2.125em;
}
.datepicker.datepicker table tr td.new, .datepicker.datepicker table tr td.old {
  color: rgba(0, 0, 0, 0.5);
}
.datepicker.datepicker table tr td.disabled, .datepicker.datepicker table tr td.disabled:hover {
  color: currentColor;
  opacity: 0.3;
}
.datepicker.datepicker table tr td.today {
  background-color: rgba(207, 0, 31, 0.2);
  border-color: rgba(207, 0, 31, 0.4);
}
.datepicker.datepicker table tr td.selected, .datepicker.datepicker table tr td.selected.highlighted, .datepicker.datepicker table tr td.active.active, .datepicker.datepicker table tr td.active.highlighted.active, .datepicker.datepicker table tr td.active.highlighted:active, .datepicker.datepicker table tr td.active:active {
  background-color: #CF001F;
  border-color: #CF001F;
  color: #fff;
  text-shadow: none;
}

.t-check-in, .t-check-out, .t-datepicker {
  float: none;
}

.t-dates {
  padding: 0;
  height: auto;
  white-space: nowrap;
}

.t-date-info-title.t-date-info-title {
  position: static;
  display: inline-block;
  font-size: inherit;
  margin: 0 0 0 0.5em;
  opacity: 0.8;
}

.t-datepicker-day {
  left: 0;
  z-index: 1000;
  color: #444850;
}
.t-datepicker-day td {
  white-space: nowrap;
}

.t-arrow-top {
  z-index: 1000;
}

.t-check-out .t-datepicker-day {
  right: 0;
  left: auto;
}

.sweet-alert {
  color: #333;
}

.dropzone.dropzone {
  padding: 0.5rem;
  background: none;
  border: dashed 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.dropzone.dropzone .dz-preview.dz-image-preview {
  background: none;
}
@media (max-width: 767.98px) {
  .dropzone.dropzone .dz-preview {
    margin: 1.5%;
    width: 30%;
    min-height: 80px;
  }
  .dropzone.dropzone .dz-preview .dz-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .dropzone.dropzone .dz-preview .dz-details {
    padding: 1.5em 1em;
  }
  .dropzone.dropzone .dz-preview .dz-success-mark, .dropzone.dropzone .dz-preview .dz-error-mark {
    margin: 0;
  }
  .dropzone.dropzone .dz-preview .dz-success-mark svg, .dropzone.dropzone .dz-preview .dz-error-mark svg {
    width: 2rem;
    height: 2rem;
    transform: translate(-50%, -50%);
  }
}

[type=radio], [type=checkbox] {
  position: relative !important;
  vertical-align: -10%;
  margin-right: 0.25em;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
[type=radio]:checked, [type=checkbox]:checked {
  border-color: #CF001F;
}

[type=radio] {
  border-radius: 50%;
}
[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #CF001F;
  transform: translate(-50%, -50%);
}

[type=checkbox] {
  border-radius: 3px;
}
[type=checkbox]:checked {
  background: #CF001F;
  color: #000;
}
[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-clip-path: polygon(9% 49%, 42% 79%, 95% 28%, 86% 19%, 42% 61%, 18% 39%);
  clip-path: polygon(9% 49%, 42% 79%, 95% 28%, 86% 19%, 42% 61%, 18% 39%);
}

.is-invalid [type=radio], .is-invalid [type=checkbox] {
  border-color: #FFE97D;
}
.is-invalid ~ .form-check-span {
  color: #FFE97D;
}

[type=search] {
  padding-right: 2.75em;
}
[type=search]:-moz-placeholder-shown {
  padding-right: 1em;
}
[type=search]:placeholder-shown {
  padding-right: 1em;
}
[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto 0.25em;
  background: #3A0505;
  -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  cursor: pointer;
}

.custom-file-input ~ .custom-file-label::after {
  content: "\f07c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", Helvetica, Helvetica Neue, Arial, 微軟正黑體, Microsoft JhengHei, Microsoft YaHei, SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, LiHei Pro, sans-serif;
  font-weight: 900;
}

.input-text {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}

.form_maxlength_text {
  margin: 0.25em 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;
  color: rgba(58, 5, 5, 0.7);
}

.switch {
  display: inline-block;
  margin: 0;
  font-size: 1.5rem;
}
.switch input {
  display: block;
  width: 2em;
  height: 1em;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px rgba(58, 5, 5, 0.5);
  border-radius: 1em;
  box-sizing: content-box;
  cursor: pointer;
  transition: 0.3s ease;
}
.switch input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.75em;
  height: 0.75em;
  margin: 0.125em;
  -webkit-clip-path: none;
          clip-path: none;
  background: rgba(58, 5, 5, 0.4);
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}
.switch input:checked {
  background-color: #CF001F;
  border-color: #CF001F;
}
.switch input:checked::before {
  margin-left: calc(100% - 0.875em);
  background: #000;
  background: #fff;
  -webkit-clip-path: none;
          clip-path: none;
}

.avaterInputBox_avater {
  flex-shrink: 0;
  margin-right: 0.25em;
}
.avaterInputBox_avater .avater {
  width: 1.5em;
}
.avaterInputBox_fakeInput {
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: 0;
}
.avaterInputBox_fakeInput:empty::before {
  content: attr("data-placeholder");
}
.avaterInputBox_fakeInput:focus-visible {
  outline: 0;
}

.btn-line {
  font-weight: bold;
  color: #000;
  background: #fff;
  border: solid 2px;
  border-radius: 0;
}
.btn-line:hover {
  background: #000;
  color: #fff;
}

.imgfit, .avater, .avater-team {
  /*需要裁切的圖 (比例須個別另下) */
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.avater {
  padding-top: 100%;
  border-radius: 50%;
}

.avater-team {
  padding-top: 100%;
  border-radius: 4px;
}

.imgfit-1x1 { /* 寬高 1:1; */
  padding-top: 100%;
}

.imgfit-2x1 { /* 寬高 1:1; */
  padding-top: 50%;
}

.imgfit-3x1 { /* 寬高 3:1 */
  padding-top: 33.33%;
}

.imgfit-3x2 { /* 寬高 3:2 */
  padding-top: 66.66%;
}

.imgfit-3x4 { /* 寬高 3:4 */
  padding-top: 133.33%;
}

.imgfit-4x3 { /* 寬高 4:3 */
  padding-top: 75%;
}

.imgfit-16x9 { /* 寬高 16:9 */
  padding-top: 56.25%;
}

.imgfit-meta { /* 寬高 1200:628 */
  padding-top: 52.356%;
}

.imgfit img, .avater img, .avater-team img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgfit iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 90px;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.imgfit-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.imgfit-scale-down img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.imgfit_fixtags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25em;
}
.imgfit_fixtags .badge {
  margin-right: 0.25em;
  margin-bottom: 0.25em;
}

.imgfit_editIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #CF001F;
  background: #fff;
  border-radius: 50%;
}

.avaterSub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  margin-right: -5%;
}

.imgfitIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1em;
}

@media screen\0  {
  .imgfit {
    z-index: 0;
  }
  .imgfit img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: auto !important;
  }
}
.icon-coin {
  display: inline-block;
  vertical-align: -0.15em;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  background: url(../images/icon_coin.svg) center center no-repeat;
  background-size: contain;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-decimal {
  list-style: decimal;
  padding-left: 1.25em;
}

.list-dash {
  list-style: none;
  padding-left: 1.25em;
}
.list-dash li:before {
  content: "-";
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  text-indent: 0.25em;
}

.todayTag {
  display: inline-block;
  width: 1em;
  height: 1.033em;
  font-size: 60px;
  background: url(../images/tag_today.png) center center no-repeat;
  background-size: contain;
}

.divider-text {
  display: flex;
  align-items: center;
}
.divider-text::before, .divider-text::after {
  content: "";
  flex-grow: 1;
  border-top: solid 1px;
  opacity: 0.25;
}
.divider-text::before {
  margin-right: 0.5em;
}
.divider-text::after {
  margin-left: 0.5em;
}

/*圖文編輯器*/
.editor {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  word-wrap: break-word;
  word-break: break-word;
  clear: both;
}

.editor:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.editor img {
  max-width: 100%;
  height: auto !important;
  vertical-align: baseline;
}

.editor iframe {
  max-width: 100%;
}

.editor [href] {
  color: #CF001F;
}

@media (max-width: 991.98px) {
  .editor iframe[src*=youtube], .editor iframe[src*=vimeo], .editor iframe[src*=facebook], .editor iframe[src*=instagram] {
    width: 100%; /*height: 56.25%;*/
    height: calc((100vw - 20px) * 0.5625);
  }
}
/* google 驗證 */
.g-recaptcha > * {
  display: block;
  margin: 0 auto;
}
@media (max-width: 365px) {
  .g-recaptcha {
    transform: scale(0.83);
    transform-origin: 0 0;
  }
}

.box-borderDeco {
  position: relative;
  margin-bottom: 0.5em;
  background: url(../images/angle_deco.svg) right bottom no-repeat;
  background-color: rgba(128, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-right-color: #CF001F;
  border-bottom-color: #CF001F;
}
.box-borderDeco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 4px 0 0 4px;
  z-index: -1;
  border: solid rgba(207, 0, 31, 0.5);
  border-width: 0 1px 1px 0;
}
.box-borderDeco-gold {
  border-color: #ffeb3b;
  background-image: none;
}
.box-borderDeco-gold::before {
  border-color: rgba(255, 235, 59, 0.5);
}
.box-borderDeco-gold::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: -1px;
  width: 25px;
  height: 25px;
  background: linear-gradient(-50deg, #b58114, #fced9c 50%, #fced9c 60%, #b37e10);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .box-borderDeco::before {
    margin: 6px 0 0 6px;
  }
}

.folderBox-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.folderBox.open {
  display: block;
}
.folderBox_trigger {
  cursor: pointer;
}

.avaterGroup_item {
  display: inline-block;
  margin-right: -10px;
  width: 24px;
}
.avaterGroup .avater {
  background: #fff;
  box-shadow: 0 0 1px 1px #fff;
}
.avaterGroup_more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.125em;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.075em;
  text-indent: -0.1em;
  background: #fff;
  color: #CF001F;
}
@media (min-width: 768px) {
  .avaterGroup_item {
    width: 34px;
    margin-right: -13px;
  }
  .avaterGroup_more {
    font-size: 15px;
  }
}

.productLike {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 5px;
  font-size: 22px;
  color: #fff;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.01));
}
.productLike.active {
  color: #e2004b;
  text-shadow: 0 0 1px #fff, 1px 0 0 #fff, -1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

.scores_item {
  opacity: 0.3;
  cursor: pointer;
}
.scores .active {
  opacity: 1;
  color: #FFE97D;
}

.levelNext_icon {
  display: inline-block;
  height: 1em;
  width: auto;
  margin-top: -0.5em;
}
.levelNext_icon + .levelNext_icon {
  margin-left: -0.25em;
  font-size: 1.3em;
}
.levelNext_icon + .levelNext_icon + .levelNext_icon {
  font-size: 1.69em;
}

.updateDot {
  display: inline-block;
  vertical-align: super;
  width: 0.75em;
  height: 0.75em;
  font-size: 0.625rem;
  border-radius: 50%;
  background: #CF001F;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.875rem;
}
.pager_item {
  opacity: 0.5;
}
.pager_item:hover {
  opacity: 1;
}
.pager a {
  display: block;
  padding: 0.5em 0.75em;
}
.pager .active {
  font-weight: bold;
  color: #CF001F;
  opacity: 1;
}
.pager .active a::after {
  content: "";
  display: block;
  border-top: 2px solid;
  margin-bottom: -2px;
  transform: translateY(0.125em);
}

.gutter .pager {
  margin-right: -0.875em;
  margin-left: -0.875em;
}

.scrollList {
  overflow-x: auto;
}
.scrollList::-webkit-scrollbar {
  display: none;
}
.scrollList_cont {
  display: inline-flex;
}
.scrollList_item {
  position: relative;
  width: 40vw;
  margin-right: 3vw;
}
.scrollList-wide .scrollList_item {
  width: 56vw;
}
@media (min-width: 576px) {
  .scrollList_cont {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
  }
  .scrollList_item {
    width: 33.33%;
    padding-right: 1rem;
    margin: 0 0 1rem;
  }
  .scrollList-wide .scrollList_item {
    width: 50%;
  }
}

.medal {
  position: relative;
  display: inline-block;
}
.medal_reflect {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5.641%;
  border-radius: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 48%, 0 48%);
          clip-path: polygon(0 0, 100% 0, 100% 48%, 0 48%);
  transform: rotate(-45deg);
}
.medal_bg {
  display: block;
  margin: 0 auto -1em;
  height: 1em;
}
.medal_bg-iron ~ .medal_reflect {
  display: block;
  background: linear-gradient(to right, #fff, transparent);
  opacity: 0.45;
}
.medal_bg-silver ~ .medal_reflect {
  display: block;
  background: linear-gradient(to right, #73CCFF, transparent);
  opacity: 0.4;
}
.medal_bg-gold ~ .medal_reflect {
  display: block;
  background: linear-gradient(to right, #FFDF00, transparent);
  opacity: 0.3;
}
.medal_icon {
  display: block;
  margin: 0 auto;
  height: 1em;
}
.medal_sub {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.45em;
  width: auto;
  transform: translate(10%, 10%);
}

.vsTag {
  position: relative;
  z-index: 1;
  align-self: start;
  display: inline-block;
  margin: 25% -0.8em 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #333;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.opponentLogos {
  display: inline-flex;
  text-align: center;
  font-size: 1rem;
}
.opponentLogos_item {
  width: 3em;
}
.opponentLogos .badge {
  position: relative;
  vertical-align: top;
  margin: -0.5em auto;
  background: #333;
  border: solid 1px;
  border-radius: 2em;
}

.title-deco {
  position: relative;
  width: min(100%, 12em);
  margin: 1em auto;
  padding: 0.267em 0.25em 0.267em 20px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #CF001F;
  background: #fff;
  border-radius: 2em;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.2);
}
.title-deco::before, .title-deco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: currentColor;
}
.title-deco::before {
  margin: 5px;
  width: 47px;
  -webkit-clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
  border-radius: 2em 0 0 2em;
}
.title-deco::after {
  margin: 5px 0 5px 35px;
  width: 24px;
  -webkit-clip-path: polygon(21px 0, 100% 0, 3px 100%, 0 100%);
          clip-path: polygon(21px 0, 100% 0, 3px 100%, 0 100%);
}

.title {
  font-size: 1.75rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title {
    font-size: 2.25rem;
  }
}

.title-m {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-m {
    font-size: 1.75rem;
  }
}

.title-s {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-s {
    font-size: 1.25rem;
  }
}

.title-frame {
  width: 245px;
  height: 88px;
  margin: auto;
  padding: 38px 38px 26px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background: url(../images/title_bg.png) center top;
  background-size: 100% auto;
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

.calendar {
  background: rgba(255, 255, 255, 0.5);
}
.calendar_week, .calendar_day {
  padding: 0.25rem 0.125rem;
  background: #fff;
}
.calendar_week {
  text-align: center;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid;
}
.calendar_day {
  min-height: 5em;
  border: solid 0.5px #eee;
}
.calendar_day.active {
  background: #005BD2;
  color: #fff;
  cursor: pointer;
}
.calendar_day.active:hover {
  color: #FFE97D;
}
.calendar_date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875em;
  height: 1.875em;
  margin: -0.5em;
  margin-bottom: 0.125em;
  font-size: 14px;
  letter-spacing: -0.05em;
  border-radius: 1em;
}
.calendar .today .calendar_date {
  background: #CF001F;
  color: #fff;
  box-shadow: 0 0 0 1.5px #fff;
}
.calendar_note {
  display: block;
  font-size: 0.75em;
  white-space: nowrap;
  cursor: pointer;
}
.calendar_note::before {
  content: "·";
  margin: -0.25em;
}
.calendar_note_time {
  display: none;
}
@media (min-width: 768px) {
  .calendar_note::before {
    margin: 0;
  }
  .calendar_note_time {
    display: inline-block;
    white-space: nowrap;
  }
}

.idxKv .imgfit {
  padding-bottom: 110.667%;
}
.idxKv .swiper-pagination {
  position: static;
  transform: none !important;
  margin: 0.5rem auto 0;
}
@media (min-width: 768px) {
  .idxKv .imgfit {
    padding-bottom: 34.722%;
  }
}

.idxFeature .col {
  display: flex;
  flex-direction: column;
}
.idxFeature_item {
  flex-grow: 1;
  margin-top: 1.5em;
  background: #FFF8C7;
  border-radius: 0.5em;
  box-shadow: 0 4px #A8740B;
}
.idxFeature_icon {
  float: left;
  width: 80px;
  margin-top: -40px;
  margin-right: 0.75em;
}
.idxFeature_title {
  font-size: 1.125em;
  font-weight: bold;
}
.idxFeature_text {
  line-height: 1.5;
  color: #7B6B47;
}

.idxGameType {
  height: 205px;
  border: solid 2px #fff;
  box-shadow: 3px 3px #A8740B;
}
.idxGameType_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 3.9em;
  padding: 0.25em;
  font-size: 1.25rem;
  color: #FFE97D;
  background: linear-gradient(rgba(0, 0, 0, 0), #000 75%);
}

.idxNews {
  margin-top: 40px;
  color: #333;
}
@media (max-width: 767.98px) {
  .idxNews_pic {
    margin-bottom: 0.5em;
    flex-shrink: 0;
  }
  .idxNews_item {
    display: block;
    margin-bottom: 1em;
  }
  .idxNews_item:nth-child(n+2) {
    display: flex;
  }
  .idxNews_item:nth-child(n+2) .idxNews_pic {
    width: 120px;
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  .idxNews_item:nth-child(n+2) .idxNews_text {
    display: flex;
    flex-direction: column;
  }
  .idxNews_text_title {
    font-size: 1.125em;
    font-weight: 600;
  }
  .idxNews_text_date {
    opacity: 0.8;
  }
  .idxNews .btn {
    display: block;
    width: 250px;
    margin: 1.5em auto 1em;
  }
}
@media (min-width: 768px) {
  .idxNews_cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    grid-template-rows: 80px 80px auto;
    row-gap: 18px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .idxNews_item .idxNews_text {
    margin-top: 0.75em;
  }
  .idxNews_item:nth-child(n+3) {
    display: flex;
  }
  .idxNews_item:nth-child(n+3) .idxNews_pic {
    width: 120px;
  }
  .idxNews_item:nth-child(n+3) .idxNews_text {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0.5em;
  }
  .idxNews_item:nth-child(-n+2) {
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .idxNews .btn {
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .idxNews_cont {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.idxGoBtn {
  position: sticky;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: 1em;
  margin: 1rem 1rem -0.444em auto;
  padding: 0.056em;
  font-size: 80px;
  background: #fff;
  border-radius: 1em;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
}
.idxGoBtn img {
  width: 100%;
}

.main:has(.idxGoBtn) {
  padding-bottom: 0;
}

.idxFooter {
  color: #666;
  background: #fff;
  border-top: solid 5px #CF001F;
}
.idxFooter_copyright {
  padding: 0.875em 0;
  text-align: center;
  font-size: 0.75em;
  background: #F5F5F5;
}

.idxVideo {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idxVideo_close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.25em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 18px;
  text-align: center;
  box-sizing: content-box;
  border-radius: 2em;
  background: #fff;
  color: #000;
}
.idxVideo_video {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.gameList_like {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: -2px;
  color: #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}
.gameList_like.active {
  color: #CF001F;
}
@media (min-width: 768px) {
  .gameList_like {
    font-size: 1.75rem;
  }
}

.gameIframe {
  width: 100%;
  height: 100%;
  flex-grow: 1;
}

.gameToolBox {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 15px;
}
.gameToolBox .gameBtnBack {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  padding: 0.5em;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
  box-sizing: content-box;
  color: #fff;
  background-color: #CF001F;
  border: solid 2px;
  border-radius: 3em;
  box-shadow: 2px 2px 0 2px rgba(255, 255, 255, 0.8);
}
.gameToolBox .gameBtnBack small {
  display: block;
  font-size: 0.417em;
}
.gameToolBox .gameBtnBack:hover {
  cursor: grab;
}
.gameToolBox .gameBtnBack:active {
  cursor: grabbing;
}
@media (orientation: portrait) {
  .gameToolBox {
    transform: rotate(90deg);
    transform-origin: 50% 75%;
    right: initial;
    left: 0;
  }
}

.chat_bubble, .emoji, .chat_input {
  font-family: Helvetica, Helvetica Neue, Arial, 微軟正黑體, Microsoft JhengHei, Microsoft YaHei, SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, LiHei Pro, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-variant-emoji: emoji;
}

.chatDetail .footerWrap {
  display: none;
}

.wrap-chat, .chat {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.wrap-chat {
  overflow: hidden;
}
@media (min-width: 576px) {
  .wrap-chat {
    padding: 1.5rem;
  }
}

.chat, .chat_cont {
  flex: 1 1 0%;
  max-height: 100%;
}

.chat_cont {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .chat_cont {
    border-width: 5px 0 0;
  }
}

.chatTopUser {
  position: sticky;
  z-index: 1;
  top: 98px;
  background: #fff;
}

@media (max-width: 767.98px) {
  .wrap-chat .gameMenu_cont {
    font-size: 0.875em;
  }
  .wrap-chat .cont-border {
    border-top-width: 1px;
  }
}
.chat_time {
  display: block;
  font-size: 0.75em;
  text-align: center;
  opacity: 0.8;
}
.chat_system {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5em;
  font-size: 12px;
  text-align: center;
  opacity: 0.8;
}
.chat_system::before, .chat_system::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #FFF8C7;
}
.chat_system_text {
  max-width: 80%;
  margin: 0.5em 0;
  padding: 0.25em 0.875em;
  background: #FFF8C7;
  border-radius: 2em;
}
.chat_msg {
  display: flex;
  margin-bottom: 1.5em;
  font-size: 0.875em;
}
.chat_msg_avater {
  width: 3.429em;
  flex-shrink: 0;
  align-self: flex-start;
  border: solid 2px #fff;
  border-radius: 50%;
}
.chat_msg_text {
  max-width: 70%;
  padding: 0 0.25em;
}
.chat_msg_name {
  display: block;
}
.chat_msg .chat_time {
  align-self: flex-end;
  margin-bottom: 0.5em;
  flex-shrink: 0;
}
.chat_bubble {
  position: relative;
  z-index: 0;
  float: left;
  max-width: 100%;
  margin-top: 0.25em;
  background: #FFF8C7;
  border-radius: 1em;
}
.chat_bubble:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 100%;
  font-size: 0.75em;
  border-style: solid;
  border-width: 1em 1.75em 1em 0;
  border-color: transparent #FFF8C7;
  transform: rotate(40deg) translate(25%, -15%);
  transform-origin: 100% 100%;
}
.chat_bubble_text {
  padding: 0.5em 0.875em;
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
}
@media (hover: none) {
  .chat_bubble {
    cursor: pointer;
  }
}
.chat_bubble_reply {
  display: flex;
  padding: 0.5em 0.875em;
  font-size: 0.875em;
  border-bottom: solid 1px rgba(58, 5, 5, 0.1);
}
.chat_bubble_reply_text {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .chat_system, .chat_msg {
    margin-bottom: 2em;
  }
}

.chat_msg-right {
  justify-content: flex-end;
}
.chat_msg-right .chat_bubble {
  float: right;
  color: #fff;
  background: #3A0505;
}
.chat_msg-right .chat_bubble:before {
  left: 100%;
  right: auto;
  border-width: 1em 0 1em 1.75em;
  border-color: transparent #3A0505;
  transform: rotate(-40deg) translate(-25%, -15%);
  transform-origin: 0 100%;
}
.chat_msg-right .chat_bubble_reply {
  border-color: rgba(0, 0, 0, 0.15);
}
.chat_msg-right .chat_bubble_reply_text {
  color: #cccccc;
}

.chatBtm_footer {
  background: #fff;
  border-top: 5px solid #CF001F;
}

.chat_toBtm {
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  color: #CF001F;
  background: #fff;
  cursor: pointer;
}
.chat_toBtm:focus {
  color: #fff;
  background: #CF001F;
}

.chat_newNotice {
  float: left;
  position: sticky;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.chat_newNotice .badge {
  transition: 0.3s ease;
  transition-property: all;
}
.chat_newNotice .badge.opacity-0 {
  margin-bottom: -2em;
  pointer-events: none;
}
.chat_newNotice_badge {
  display: block;
}

.chat_input {
  padding-right: 1.875em;
}

.iphone .hasKeyboard {
  transform: translateY(44px);
}

.chat_toggleEmoji {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.fg-emoji-container {
  bottom: 4.5rem;
}

.fg-emoji-picker-search input {
  color: #333;
}

@media (min-width: 992px) {
  .fg-emoji-container {
    bottom: 4.5rem;
  }
}
.emojionearea {
  align-self: stretch;
}
.emojionearea .emojionearea-editor {
  min-height: 100%;
  font-size: 1rem;
}
.emojionearea .emojionearea-button {
  top: 0;
  bottom: 0;
  width: 2.5em;
  height: 3em;
}
.emojionearea .emojionearea-button > div {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.chat_topBar {
  display: flex;
  align-items: center;
  padding-right: 0.5em;
}

.chat_topBar_talker {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex: 1 1 0;
  padding: 0.75em 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.chat_topBar_talker_avater {
  flex-shrink: 0;
  width: 2em;
  margin-right: 0.5em;
}
.chat_topBar_talker_id {
  margin-left: 0.5em;
  font-size: 0.875em;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .chat_topBar_talker {
    padding: 0.25em 1em;
  }
  .chat_topBar_talker_id {
    display: none;
  }
}

.chat_topBar_switchTalker {
  width: 300px;
}

.toggleChartUserList {
  margin-left: -1px;
  padding: 0.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: 0;
  box-shadow: none !important;
}

.chat_userListWrap {
  height: 100%;
  max-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: max-width 0.3s;
}
.chat_userListWrap.open {
  max-width: 300px;
  border-right: 1px solid #CF001F;
}

.chat_userList {
  overflow: hidden;
}
.chat_userList_item {
  position: relative;
  z-index: 0;
}
.chat_userList_item > a {
  cursor: pointer;
}
.chat_userList_remove {
  display: none;
}
.chat_userList .avater {
  width: 2em;
}
.chat_userList .badge-hasUpdate {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.125em 0.25em;
  font-size: 1.5em;
}
.chat_userList .active {
  color: #fff;
  background: #CF001F;
}
@media (min-width: 576px) {
  .chat_userList {
    width: 260px;
  }
  .chat_userList_item {
    border-bottom: 1px solid rgba(58, 5, 5, 0.35);
  }
  .chat_userList_remove {
    display: block;
    margin-right: 0.25em;
    z-index: -1;
    opacity: 0;
  }
  .chat_userList .avater {
    width: 3em;
  }
  .chat_userList_item:hover .chat_userList_remove {
    z-index: 1;
    opacity: 1;
  }
}

.userCard_avater {
  display: block;
  width: 7em;
  margin: 0 auto 1em;
}

.userCard_footer {
  justify-content: center;
  text-align: center;
  color: #fff;
  border-top: 0;
}
.userCard_footer a:hover {
  color: inherit;
  opacity: 0.8;
}

.quickMsgBtns {
  display: inline-block;
}
.quickMsgBtns ~ .quickMsgBtns_edit {
  display: inline-block;
}
.quickMsgBtns ~ .quickMsgBtns_edit::before {
  content: attr(data-text);
}
.quickMsgBtns.d-none ~ .quickMsgBtns_edit {
  float: right;
}
.quickMsgBtns.d-none ~ .quickMsgBtns_edit::before {
  content: attr(data-text-2);
}

.quickMsgInput {
  min-height: 3.5em;
}

.chat_actionMenu {
  position: fixed;
  top: 80px;
  font-size: 0.875em;
  color: #333;
}
.chat_actionMenu .list-group-item {
  background: #fff;
}

.quoteMsg {
  display: flex;
}

.btnAddPoint {
  position: relative;
  display: block;
  padding: 0.25em;
  text-align: center;
  background: #fff;
  border-radius: 0.5em;
  border: solid 0.25em #fff;
}
.btnAddPoint_bonus {
  position: absolute;
  top: 0;
  right: 0;
  margin: -1.125em -0.5em;
  padding: 0.25em 0.65em;
  font-size: 0.75em;
  line-height: 1;
  color: #fff;
  background: #CF001F;
  border-radius: 2em;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.btnAddPoint_cost {
  color: #666;
  background: #E9ECEF;
}
.btnAddPoint:has(:checked) {
  background: #FFE97D;
  border-color: #CF001F;
}
.btnAddPoint:has(:checked) .btnAddPoint_cost {
  background: #7B6B47;
  color: #fff;
}/*# sourceMappingURL=style.css.map */