html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  vertical-align: middle;
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  resize: vertical;
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@charset "UTF-8";
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
html,
textarea {
  overflow: auto;
}
@font-face {
  font-family: zhongyasong;
  src: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/common/css/ttf/zhongyasong1_1325b9d.ttf);
  font-family: fzlbjw;
  src: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/common/ttf/fzlbjw_c01800c.ttf);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
li,
ol,
ul {
  list-style: none;
}
body,
button,
input,
select,
textarea {
  font: 14px / normal "微软雅黑", "Microsoft YaHei", "宋体", SimSun, "苹果丽细宋", Tahoma, Helvetica, Arial, sans-serif;
}
.list-none,
body {
  font-size: 0.24rem;
}
html {
  font-size: 50px;
}
body {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  background: #fff;
  padding-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.header-block,
.sticky-nav-block {
  position: fixed;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  display: inline-block;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
textarea {
  resize: none;
}
a:focus,
input:focus {
  outline: 0;
}
a,
a:hover {
  text-decoration: none;
}
.clear:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.list-none {
  color: #999;
  text-align: center;
  padding: 0.5rem;
}
.sticky-nav-block {
  z-index: 98;
  max-width: 720px;
  height: 0.96rem;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-top: 2px solid #b59d40;
}
.sticky-nav-block .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.sticky-nav-block .nav-item {
  display: block;
  line-height: 0.96rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
          flex: 1 auto;
  text-align: center;
  border-right: 1px solid #b59d40;
}
.sticky-nav-block .nav-item:last-child {
  border-right: none;
}
.sticky-nav-block .inner {
  display: block;
  font-size: 0.3rem;
  color: #b59d40;
}
.sticky-nav-block .current .inner {
  background: #b59d40;
  color: #fff;
}
.header-block {
  z-index: 99;
  top: 0;
  padding: 0.1rem 0;
  height: 1rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/header/top-bg_102edee.jpg) top center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.header-block .logo-wrapper {
  height: 100%;
  padding-left: 0.34rem;
}
.header-block .link-wrap {
  position: relative;
  height: 100%;
}
.header-block .logo {
  position: absolute;
  z-index: 1;
  border: 0.02rem solid #fff;
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
  overflow: hidden;
  width: 0.9rem;
  height: 0.9rem;
  top: 2px;
}
.header-block .logo img {
  width: 100%;
  height: 100%;
}
.header-block .info {
  margin-left: 1.1rem;
  padding-top: 0.12rem;
}
.header-block .info .name {
  font-size: 0.3rem;
  color: #fff;
  font-family: 'microsoft yahei';
}
.header-block .info .intro {
  font-size: 0.2rem;
  font-family: "microsoft yahei";
  color: #aca5a3;
}
.header-block .top-btn {
  display: block;
  width: 2rem;
  height: 0.58rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/header/book-top_3242fe0.png) center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  margin: 0.25rem 0.3rem 0 0;
}
.header-block .download-btn {
  font-size: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/header/down-header_aef82dc.png) center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.book-popup-block .add-info,
.book-popup-block .popup-content .tip,
.nc-lang-cnt {
  font-family: 'microsoft yahei';
}
.footer-block .copyright .mark,
.footer-block .logo {
  display: none;
}
.footer-sticky-container {
  min-height: 100%;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 720px;
}
.footer-sticky-container + .footer-block {
  line-height: 22px;
  padding: 10px 0;
  position: relative;
  z-index: 10;
  margin-top: -100px;
}
.footer-block {
  padding: 10px 0;
  background: #333;
}
.footer-block .footer-inner {
  position: relative;
  width: auto;
  margin: auto;
  text-align: center;
}
.footer-block .links {
  color: #b48d64;
  font-size: 12px;
  line-height: 24px;
}
.footer-block .links a {
  font-size: 14px;
  color: #fff;
}
.footer-block .links a:hover {
  color: #fff;
}
.footer-block .links a::after {
  content: '|';
  padding: 0 10px;
  font-size: 14px;
  color: grey;
}
.footer-block .links a:nth-last-child(1)::after {
  content: '';
  padding: 0 10px;
  font-size: 14px;
  color: grey;
}
.footer-block .links span {
  padding: 0 10px;
  font-size: 14px;
  color: #b48d64;
}
.footer-block .copyright {
  color: grey;
  font-size: 10px;
  line-height: 18px;
  margin-top: 5px;
}
.footer-block .copyright a {
  color: grey;
}
.footer-block .copyright .mobile-p {
  display: block;
  margin-left: 0;
}
button,
input {
  border: none;
  outline: 0;
  background: 0 0;
}
.book-popup-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
}
.book-popup-block .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.book-popup-block .popup-wrapper {
  position: absolute;
  z-index: 2;
  width: 5.3rem;
  height: 6.3rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/book-bg_2b67316.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.book-popup-block .popup-wrapper .close-ico {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -1.3rem;
  margin: auto;
  width: 1.05rem;
  height: 1.05rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/book-close_aec713d.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
}
.book-popup-block .popup-content {
  position: relative;
  height: 100%;
  padding: 0.58rem 0.6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.book-popup-block .popup-content .title {
  margin-bottom: 0.8rem;
  font-size: 0.68rem;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #cfa972;
  font-weight: 400;
  text-align: center;
  -webkit-background-size: auto 0.18rem;
          background-size: auto 0.18rem;
}
.book-popup-block .popup-content .tip {
  display: none;
  position: absolute;
  height: 0.25rem;
  line-height: 0.25rem;
  margin-bottom: 0.15rem;
  font-size: 0.2rem;
  color: red;
}
.book-popup-block .popup-content .tip:before {
  display: inline-block;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: 0rem -1.54rem;
}
.book-popup-block .popup-content .note {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #cbcaca;
  text-align: center;
}
.book-popup-block .popup-content .mark {
  text-align: center;
  margin: 2rem auto 0.2rem;
  padding-top: 0.2rem;
  color: #66e6ff;
  font-size: 0.32rem;
  font-weight: 700;
  width: 2.97rem;
  height: 2.22rem;
}
.book-popup-block .popup-content .ok {
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/ok_ce5dac0.png) top center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.book-popup-block .popup-content .no {
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/no_632e263.png) top center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.book-popup-block .form-wrapper {
  clear: both;
}
.book-popup-block .line-wrap {
  position: relative;
  margin-bottom: 0.25rem;
  font-size: 0;
}
.book-popup-block .line-wrap.first-line {
  height: 0.52rem;
}
.book-popup-block .line-wrap.first-line .input-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.book-popup-block .line-wrap .areacode {
  position: absolute;
  left: -0.08rem;
  top: 0;
  width: 1.48rem;
  height: 0.52rem;
  border: 0.01rem solid #b6a083;
  background: 0 0;
}
.book-popup-block .line-wrap .areacode .select-res img {
  width: 0.35rem;
  height: auto;
}
.book-popup-block .line-wrap .areacode .select-res span {
  display: inline-block;
  vertical-align: top;
  line-height: 0.52rem;
  margin: 0 0.05rem;
}
.book-popup-block .line-wrap .areacode .select-res .show-mark {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 0.14rem;
  height: 0.52rem;
}
.book-popup-block .line-wrap .areacode .select-res .show-mark.disappear {
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/show_0ac8be7.png) center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.book-popup-block .line-wrap .areacode .select-res .show-mark.show {
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/hide_3ee920f.png) center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.book-popup-block .line-wrap .areacode .code-list {
  position: absolute;
  top: 0.5rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05rem #999;
          box-shadow: 0 0 0.05rem #999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  z-index: 100;
}
.book-popup-block .line-wrap .areacode .code-list.show {
  display: block;
  opacity: 1;
}
.book-popup-block .line-wrap .areacode .code-list.disappear {
  display: none;
  opacity: 0;
}
.book-popup-block .line-wrap .areacode .code-list li {
  width: 100%;
  margin: 0 auto;
  border-bottom: 0.01rem solid #eee;
  cursor: pointer;
}
.book-popup-block .line-wrap .areacode .code-list li img {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: auto;
}
.book-popup-block .line-wrap .areacode .code-list li span {
  display: inline-block;
  vertical-align: top;
  line-height: 0.52rem;
  margin: 0 0.05rem;
  color: #999;
}
.book-popup-block .line-wrap .areacode .code-list li:nth-last-child(1) {
  border-bottom: none;
}
.book-popup-block .input-box {
  display: inline-block;
  padding: 0 0.2rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border: 0.01rem solid #cfa972;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.book-popup-block .input-box input {
  display: block;
  width: 100%;
  height: 0.52rem;
  color: #9c9c9c;
  font-size: 0.2rem;
}
.book-popup-block .m-box {
  width: 100%;
}
.book-popup-block .n-box {
  width: 2.45rem;
  margin-right: 0.1rem;
  vertical-align: bottom;
}
.book-popup-block .btn {
  display: inline-block;
  font-size: 0;
  color: #010101;
  cursor: pointer;
  text-align: center;
}
.book-popup-block .num-code-btn {
  width: 1.5rem;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #b6a083;
  font-size: 0.2rem;
  color: #fff;
}
.book-popup-block .btn-wrap {
  position: absolute;
  bottom: 1.4rem;
  left: 0;
  right: 0;
  width: 3.09rem;
  height: 0.88rem;
  margin: auto;
  z-index: 5;
}
.book-popup-block .btn-wrap .submit-book-btn {
  width: 3.09rem;
  height: 0.88rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/booknow_5feff15.png) center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.book-popup-block .pic-code-wrap {
  padding-top: 0.4rem;
  margin-bottom: 0.1rem;
  font-size: 0;
}
.book-popup-block .pic-code-wrap .pic-code {
  position: relative;
  display: inline-block;
  width: 1.66rem;
  height: 0.8rem;
  background: #fff;
  vertical-align: bottom;
}
.book-popup-block .pic-code-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.book-popup-block .add-info {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.18rem;
  font-size: 0.18rem;
  color: #9fa0a0;
  line-height: 0.18rem;
  text-align: center;
}
.book-popup-block ::-webkit-input-placeholder {
  color: #848484;
}
.book-popup-block .line-wrap .areacode .code-list li,
.book-popup-block .line-wrap .areacode .select-res {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.52rem;
  text-align: center;
}
.expectance-popup-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
}
.expectance-popup-block .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.expectance-popup-block .popup-wrapper {
  position: absolute;
  z-index: 2;
  width: 5.3rem;
  height: 3rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.expectance-popup-block .close-ico {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -1.3rem;
  margin: auto;
  width: 1.05rem;
  height: 1.05rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/book-close_aec713d.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
}
.wxCode-popup-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
}
.wxCode-popup-block .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.wxCode-popup-block .popup-wrapper {
  position: absolute;
  z-index: 2;
  width: 5.3rem;
  height: 5.3rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/index/images/wxcode_83b8fcc.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.understand-popup-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
}
.understand-popup-block .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.understand-popup-block .popup-wrapper {
  position: absolute;
  z-index: 2;
  width: 6.6rem;
  height: 6.96rem;
  margin: auto;
  left: 0;
  right: 0;
  top: -1rem;
  bottom: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/un_678d484.jpg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.understand-popup-block .popup-wrapper .wrapper {
  padding: 0.5rem 0.3rem;
  display: none;
}
.understand-popup-block .popup-wrapper .wrapper .wrapperTitle {
  width: 80%;
  height: auto;
  margin: 0 auto 0.3rem;
  display: block;
}
.understand-popup-block .popup-wrapper .wrapper .data {
  height: 5.5rem;
  overflow-y: scroll;
}
.understand-popup-block .popup-wrapper .wrapper .data::-webkit-scrollbar {
  display: none;
}
.understand-popup-block .popup-wrapper .wrapper .title {
  font-size: 0.28rem;
  color: #fdc541;
  margin-bottom: 0.1rem;
}
.understand-popup-block .popup-wrapper .wrapper .title .dot {
  width: 0.14rem;
  height: 0.14rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/boot/images/liDot_a47759f.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  display: inline-block;
  position: relative;
  top: -0.03rem;
  margin-right: 0.1rem;
}
.understand-popup-block .popup-wrapper .wrapper .text {
  color: #fff;
  font-size: 0.2rem;
  margin-bottom: 0.4rem;
  line-height: 1.8;
}
.understand-popup-block .popup-wrapper .wrapper .text .ps {
  color: #adadad;
  font-size: 0.09rem;
}
.understand-popup-block .popup-wrapper .close-ico {
  position: absolute;
  z-index: 3;
  right: -5.7rem;
  top: -9.5rem;
  margin: auto;
  width: 0.88rem;
  height: 0.88rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/x_e333f4b.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
}
#s2Popup,
.video-pop,
.wechat-pop {
  top: 0;
  right: 0;
  left: 0;
}
.wechat-pop {
  display: none;
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  text-align: right;
}
.wechat-pop img {
  width: 200px;
}
.nc_wrapper {
  border: 1px solid #a78c5c;
}
.nc_wrapper .nc_scale {
  height: 0.51rem;
  background: #eee;
}
.nc_wrapper .nc_scale span {
  height: 0.89rem;
  border: 0.01rem solid #a78c5c;
}
.nc_wrapper .nc_scale .btn_slide {
  height: 0.49rem;
  line-height: 0.49rem;
  background: #a78c5c;
  border: 0.01rem solid #a78c5c;
}
.nc-container .nc_scale .btn_ok {
  height: 0.49rem;
  line-height: 0.49rem;
  border: 0.01rem solid #e6d282;
}
.nc-container .nc_scale span.nc-lang-cnt {
  background: #a78c5c;
  line-height: 0.51rem;
}
#nc_1__bg {
  background: #e6d282;
}
#nc_1_n1z {
  line-height: 0.5rem;
  font-size: 0.2rem;
}
#nc_1__scale_text,
.nc-lang-cnt,
.slidetounlock {
  line-height: 0.51rem;
}
.nc_scale {
  height: 0.51rem;
  background: #fff;
}
.nc_scale .scale_text {
  color: #969696;
}
.nc-lang-cnt {
  height: 0.51rem;
  border: 0.01rem solid #a78c5c;
  font-size: 0.2rem;
  color: #fff;
}
.bookFailPopup .popup-wrapper,
.bookSuccessPopup .popup-wrapper,
.bookedPopup .popup-wrapper {
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.bookFailPopup .popup-content,
.bookSuccessPopup .popup-content,
.bookedPopup .popup-content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.bookFailPopup .popup-content .mark,
.bookSuccessPopup .popup-content .mark,
.bookedPopup .popup-content .mark {
  margin: 1rem auto 0;
  padding: 0;
  width: 1.44rem;
  height: 1.44rem;
}
.bookFailPopup .popup-content .book-tips,
.bookSuccessPopup .popup-content .book-tips,
.bookedPopup .popup-content .book-tips {
  text-align: center;
  line-height: 0.5rem;
  margin-top: 0.35rem;
  font-size: 0.48rem;
  color: #fff;
  font-family: zhongyasong;
}
.article-content .date,
.article-content .text-con p,
.article-content .title,
.crumb-wrapper a,
.crumb-wrapper span {
  font-family: 'microsoft yahei';
}
.bookFailPopup .popup-content .note,
.bookSuccessPopup .popup-content .note,
.bookedPopup .popup-content .note {
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.85rem;
  font-size: 0.24rem;
  color: #fff;
  font-family: 'microsoft yahei';
}
.bookSuccessPopup .popup-content .mark,
.bookedPopup .popup-content .mark {
  background-repeat: no-repeat;
  background-position: 0rem 0rem;
}
.bookFailPopup .popup-content .mark {
  background-repeat: no-repeat;
  background-position: -1.54rem 0rem;
}
#s2Popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  margin: 0 auto;
}
#s2Popup .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
#s2Popup .popup-wrapper {
  display: block;
  position: absolute;
  z-index: 2;
  width: 4.53rem;
  height: 8rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/ms2_cf47f97.jpg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#s2Popup .close-ico {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0.3rem;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/close1_247829f.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
}
.video-pop .content video,
body {
  width: 100%;
}
.video-pop {
  display: none;
  position: fixed;
  max-width: 7.2rem;
  margin: auto;
  bottom: 0;
  z-index: 999;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.video-pop .content {
  position: absolute;
  top: 30%;
}
.crumb-wrapper {
  padding: 0 0.4rem;
  line-height: 0.86rem;
  color: #fff;
  background: #92746d;
}
.crumb-wrapper img {
  height: 0.28rem;
  padding-right: 0.05rem;
  position: relative;
  top: -1px;
}
body,
html {
  height: 100%;
}
.crumb-wrapper a,
.crumb-wrapper span {
  color: #fff;
  font-size: 0.28rem;
}
.inside-block {
  margin-top: 1.19rem;
  min-height: -webkit-calc(100% - 3rem);
  min-height: calc(100% - 3rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.inside-block + .copyright {
  margin-top: -1.56rem;
}
.news-wrapper .loading-tip {
  text-align: center;
  line-height: 0.9rem;
  color: #999;
}
.news-list-title {
  display: block;
  text-align: center;
  font-size: 0.48rem;
  line-height: 0.48rem;
  height: 0.48rem;
  font-weight: 500;
  color: #562d23;
  margin-bottom: 0.4rem;
}
.news-nav-list {
  border-bottom: 1px solid #eee;
  background: #fffbf1;
}
.news-nav-list .news-nav-item {
  width: 0;
  margin-right: 0.04rem;
}
.news-nav-list .news-nav-item:nth-child(4) {
  margin-right: 0.2rem;
}
.news-nav-list .news-nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #585858;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.88rem;
}
.news-nav-list .news-nav-item.current a {
  color: #5a3026;
}
.news-nav-list .news-nav-item.current a span {
  display: inline-block;
  border-bottom: 0.04rem solid #5a3026;
  line-height: 0.8rem;
  padding: 0 0.05rem;
  font-weight: bolder;
}
.video-wrapper {
  padding: 0.4rem 0.3rem;
}
.video-list {
  font-size: 0;
}
.video-list .video-item {
  display: block;
  vertical-align: top;
  margin-bottom: 0.2rem;
}
.video-list .wrap {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-list .img {
  width: 100%;
  height: 3.3rem;
  overflow: hidden;
  position: relative;
}
.video-list .img:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/inside-page/images/play_68b7819.png) center center no-repeat rgba(0, 0, 0, 0.5);
  -webkit-background-size: 0.8rem auto;
          background-size: 0.8rem auto;
  left: 0;
  top: 0;
}
.video-list img {
  width: 100%;
  min-height: 100%;
}
.video-list .tit {
  line-height: 0.48rem;
  font-size: 0.24rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.article-body {
  padding-bottom: 0;
}
.article-content {
  color: #717171;
  padding: 0 0.36rem 0.4rem;
}
.article-content .title {
  display: block;
  padding-top: 0.3rem;
  font-size: 0.34rem;
  font-weight: bolder;
  color: #3c3c3c;
}
.article-content .date {
  text-align: center;
  padding: 0.15rem 0;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #5a5a5a;
  border-bottom: 1px solid #d0d0d0;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.article-content .text-con {
  font-size: 14px;
  padding: 20px 0 5px;
  line-height: 0.46rem;
}
.article-content .text-con pre {
  white-space: pre-wrap;
}
.article-content .text-con p {
  text-indent: 2em;
  font-size: 0.24rem;
}
.article-content .text-con img {
  display: block;
  max-width: 100%;
  margin: 5px auto;
}
.article-content .text-con .letv-inner-video {
  display: block;
  width: 100%;
  margin: 5px 0;
  height: 300px;
}
.category-wrapper {
  background: #fff;
  overflow-x: hidden;
}
.category-nav-list {
  font-size: 0;
  border-bottom: 1px solid #e3e3e3;
}
.category-nav-list .category-nav-item {
  display: inline-block;
  padding: 0 0.2rem;
  margin-right: 0.15rem;
  background: #8f4836;
  font-family: zhongyasong;
}
.category-nav-list .category-nav-item .txt {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0.64rem;
  font-size: 0.28rem;
  color: #fff;
}
.category-nav-list .category-nav-item.current {
  background: #e27c0d;
}
.category-nav-list .category-nav-item.current .txt {
  color: #fff;
}
.category-nav-list .category-nav-item:nth-child(1) {
  margin-left: 0.4rem;
}
.category-content-list {
  width: 14.4rem;
}
.category-content-list .category-content-item {
  width: 0;
  padding: 0 0.4rem;
}
.category-content-list .news-content-list {
  padding: 0 pxrem(48px);
}
.copyright {
  background: 0 0;
  color: #838689;
}
.news-content-item a {
  padding: 0.3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #efefef;
}
.news-content-item a .type {
  width: 1.2rem;
  height: 0.46rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  line-height: 0.46rem;
  color: #fff;
  text-align: center;
  font-size: 0.12rem;
  background: #5a3026;
  margin-right: 0.3rem;
}
.news-content-item a .data {
  width: 5.2rem;
  height: 0.9rem;
}
.news-content-item a .data .tit {
  width: 100%;
  color: #666;
  font-size: 0.28rem;
  line-height: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  left: -0.16rem;
}
.news-content-item a .data .date {
  width: 100%;
  color: #999;
  font-size: 0.2rem;
  line-height: 0.4rem;
}
.header-block .info .intro,
.header-block .info .name {
  display: block;
}
.banner-block .gcTime {
  bottom: 1.8rem;
}
.bookSuccessPopup .popup-content .mark,
.bookedPopup .popup-content .mark,
.bookFailPopup .popup-content .mark,
.book-popup-block .popup-content .tip:before {
  -webkit-background-size: 3.08rem 1.84rem;
          background-size: 3.08rem 1.84rem;
  background-image: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/inside-page/images/inside-page_1_z_3b5a973.png);
}
@media (max-width: 768px) {
  .footer-block .links a {
    font-size: 12px;
    line-height: 18px;
  }
}

#forhorview {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: box;
  display: none;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
}
#forhorview:before {
  content: '';
  display: block;
  width: 11.33329323rem;
  height: 11.33329323rem;
  margin-bottom: 0.98550376rem;
  background: url(https://cdn-os.sialiagames.com.tw/wukongbuild/prism-sesson3-ga/1.0.0/test/static/images/direction_icon.b87c5029.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
#forhorview:after {
  content: '';
  display: block;
  width: 100%;
  height: 1.03477895rem;
  background: url(https://cdn-os.sialiagames.com.tw/wukongbuild/prism-sesson3-ga/1.0.0/test/static/images/direction_text.0875891d.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-bottom: 4.9275188rem;
}
.strategyList {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 0.3rem;
  padding: 0.8rem 0;
}
.strategyList .strategyLi {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.6rem;
          flex: 0 0 6.6rem;
  width: 6.6rem;
  max-height: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #ab9b68;
  font-size: 0;
}
.strategyList .strategyLi:nth-child(2n+1) {
  margin-right: 0.8rem;
}
.strategyList .strategyLi:nth-child(2n+1)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.4rem;
  height: 80%;
  width: 1px;
  background: #c1b9ae;
  margin: auto;
}
.strategyList .strategyLi:nth-child(n+3) {
  margin-top: 0.2rem;
}
.strategyList .img {
  width: 1.78rem;
  height: auto;
  margin-right: 0.2rem;
}
.strategyList .img img {
  width: 100%;
  height: auto;
}
.strategyList .info {
  width: 4.6rem;
}
.strategyList .info .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.7rem;
  font-size: 0.26rem;
  color: #49432f;
}
.strategyList .info .author {
  color: #ab9b68;
}
.strategyList .info .author span {
  width: auto;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.strategyList .info .author span.icon {
  width: 0.6rem;
  height: 0.22rem;
  margin-left: 0.2rem;
  margin-top: 0.04rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/HorizontalClient/images/video_2e8eb48.jpg) center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.strategyList .img,
.strategyList .info,
.strategyList .info .author span {
  display: inline-block;
  vertical-align: top;
}

@charset "UTF-8";
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
html,
textarea {
  overflow: auto;
}
@font-face {
  font-family: zhongyasong;
  src: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/common/css/ttf/zhongyasong1_1325b9d.ttf);
  font-family: fzlbjw;
  src: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/common/ttf/fzlbjw_c01800c.ttf);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
li,
ol,
ul {
  list-style: none;
}
body,
button,
input,
select,
textarea {
  font: 14px / normal "微软雅黑", "Microsoft YaHei", "宋体", SimSun, "苹果丽细宋", Tahoma, Helvetica, Arial, sans-serif;
}
.list-none,
body {
  font-size: 0.24rem;
}
body {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  background: #f0f0f0;
  padding-bottom: 0;
}
.footer-sticky-container,
.sticky-nav-block {
  max-width: 720px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.header-block,
.sticky-nav-block {
  position: fixed;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  display: inline-block;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
textarea {
  resize: none;
}
a:focus,
input:focus {
  outline: 0;
}
a,
a:hover {
  text-decoration: none;
}
.clear:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.list-none {
  color: #999;
  text-align: center;
  padding: 0.5rem;
}
.sticky-nav-block {
  z-index: 98;
  height: 0.96rem;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-top: 2px solid #b59d40;
}
.sticky-nav-block .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.sticky-nav-block .nav-item {
  display: block;
  line-height: 0.96rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
          flex: 1 auto;
  text-align: center;
  border-right: 1px solid #b59d40;
}
.sticky-nav-block .nav-item:last-child {
  border-right: none;
}
.sticky-nav-block .inner {
  display: block;
  font-size: 0.3rem;
  color: #b59d40;
}
.sticky-nav-block .current .inner {
  background: #b59d40;
  color: #fff;
}
.header-block {
  z-index: 99;
  top: 0;
  padding: 0.1rem 0;
  height: 1rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/header/top-bg_102edee.jpg) top center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.header-block .logo-wrapper {
  height: 100%;
  padding-left: 0.34rem;
}
.header-block .link-wrap {
  position: relative;
  height: 100%;
}
.header-block .logo {
  position: absolute;
  top: -0.1rem;
  z-index: 1;
  border: 0.02rem solid #fff;
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
  overflow: hidden;
}
.header-block .info {
  margin-left: 1.3rem;
  padding-top: 0.1rem;
}
.header-block .info .name {
  font-size: 0.3rem;
  color: #fff;
  font-family: 'microsoft yahei';
}
.header-block .info .intro {
  font-size: 0.2rem;
  font-family: "microsoft yahei";
  color: #fff;
}
.header-block .top-btn {
  display: block;
  width: 2rem;
  height: 0.58rem;
  margin: 0.07rem 0.45rem 0 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/header/book-top_3242fe0.png) center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.header-block .download-btn {
  font-size: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/header/down-header_aef82dc.png) center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.header-block .logo,
.header-block .logo img {
  width: 1.02rem;
  height: 1.02rem;
}
.header-block .info .intro,
.header-block .info .name {
  display: block;
}
.book-popup-block .add-info,
.book-popup-block .popup-content .tip,
.nc-lang-cnt {
  font-family: 'microsoft yahei';
}
.footer-block .copyright .mark,
.footer-block .logo {
  display: none;
}
.footer-sticky-container {
  min-height: 100%;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-sticky-container + .footer-block {
  line-height: 22px;
  padding: 10px 0;
  position: relative;
  z-index: 10;
  margin-top: -100px;
}
.footer-block {
  padding: 10px 0;
  background: #333;
}
.footer-block .footer-inner {
  position: relative;
  width: auto;
  margin: auto;
  text-align: center;
}
.footer-block .links {
  color: #b48d64;
  font-size: 12px;
  line-height: 24px;
}
.footer-block .links a {
  font-size: 14px;
  color: #fff;
}
.footer-block .links a:hover {
  color: #fff;
}
.footer-block .links a::after {
  content: '|';
  padding: 0 10px;
  font-size: 14px;
  color: grey;
}
.footer-block .links a:nth-last-child(1)::after {
  content: '';
  padding: 0 10px;
  font-size: 14px;
  color: grey;
}
.footer-block .links span {
  padding: 0 10px;
  font-size: 14px;
  color: #b48d64;
}
.footer-block .copyright {
  color: grey;
  font-size: 10px;
  line-height: 18px;
  margin-top: 5px;
}
.footer-block .copyright a {
  color: grey;
}
.footer-block .copyright .mobile-p {
  display: block;
  margin-left: 0;
}
button,
input {
  border: none;
  outline: 0;
  background: 0 0;
}
.book-popup-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
}
.book-popup-block .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.book-popup-block .popup-wrapper {
  position: absolute;
  z-index: 2;
  width: 5.3rem;
  height: 6.3rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/book-bg_2b67316.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.book-popup-block .popup-wrapper .close-ico {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -1.3rem;
  margin: auto;
  width: 1.05rem;
  height: 1.05rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/book-close_aec713d.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
}
.book-popup-block .popup-content {
  position: relative;
  height: 100%;
  padding: 0.58rem 0.6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.book-popup-block .popup-content .title {
  margin-bottom: 0.8rem;
  font-size: 0.68rem;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #cfa972;
  font-weight: 400;
  text-align: center;
  -webkit-background-size: auto 0.18rem;
          background-size: auto 0.18rem;
}
.book-popup-block .popup-content .tip {
  display: none;
  position: absolute;
  height: 0.25rem;
  line-height: 0.25rem;
  margin-bottom: 0.15rem;
  font-size: 0.2rem;
  color: red;
}
.book-popup-block .popup-content .tip:before {
  display: inline-block;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: 0rem -1.54rem;
}
.book-popup-block .popup-content .note {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #cbcaca;
  text-align: center;
}
.book-popup-block .popup-content .mark {
  text-align: center;
  margin: 2rem auto 0.2rem;
  padding-top: 0.2rem;
  color: #66e6ff;
  font-size: 0.32rem;
  font-weight: 700;
  width: 2.97rem;
  height: 2.22rem;
}
.book-popup-block .popup-content .ok {
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/ok_ce5dac0.png) top center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.book-popup-block .popup-content .no {
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/no_632e263.png) top center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.book-popup-block .form-wrapper {
  clear: both;
}
.book-popup-block .line-wrap {
  position: relative;
  margin-bottom: 0.25rem;
  font-size: 0;
}
.book-popup-block .line-wrap.first-line {
  height: 0.52rem;
}
.book-popup-block .line-wrap.first-line .input-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.book-popup-block .line-wrap .areacode {
  position: absolute;
  left: -0.08rem;
  top: 0;
  width: 1.48rem;
  height: 0.52rem;
  border: 0.01rem solid #b6a083;
  background: 0 0;
}
.book-popup-block .line-wrap .areacode .select-res img {
  width: 0.35rem;
  height: auto;
}
.book-popup-block .line-wrap .areacode .select-res span {
  display: inline-block;
  vertical-align: top;
  line-height: 0.52rem;
  margin: 0 0.05rem;
}
.book-popup-block .line-wrap .areacode .select-res .show-mark {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 0.14rem;
  height: 0.52rem;
}
.book-popup-block .line-wrap .areacode .select-res .show-mark.disappear {
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/show_0ac8be7.png) center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.book-popup-block .line-wrap .areacode .select-res .show-mark.show {
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/hide_3ee920f.png) center no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.book-popup-block .line-wrap .areacode .code-list {
  position: absolute;
  top: 0.5rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05rem #999;
          box-shadow: 0 0 0.05rem #999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  z-index: 100;
}
.book-popup-block .line-wrap .areacode .code-list.show {
  display: block;
  opacity: 1;
}
.book-popup-block .line-wrap .areacode .code-list.disappear {
  display: none;
  opacity: 0;
}
.book-popup-block .line-wrap .areacode .code-list li {
  width: 100%;
  margin: 0 auto;
  border-bottom: 0.01rem solid #eee;
  cursor: pointer;
}
.book-popup-block .line-wrap .areacode .code-list li img {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: auto;
}
.book-popup-block .line-wrap .areacode .code-list li span {
  display: inline-block;
  vertical-align: top;
  line-height: 0.52rem;
  margin: 0 0.05rem;
  color: #999;
}
.book-popup-block .line-wrap .areacode .code-list li:nth-last-child(1) {
  border-bottom: none;
}
.book-popup-block .input-box {
  display: inline-block;
  padding: 0 0.2rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border: 0.01rem solid #cfa972;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.book-popup-block .input-box input {
  display: block;
  width: 100%;
  height: 0.52rem;
  color: #9c9c9c;
  font-size: 0.2rem;
}
.book-popup-block .m-box {
  width: 100%;
}
.book-popup-block .n-box {
  width: 2.45rem;
  margin-right: 0.1rem;
  vertical-align: bottom;
}
.book-popup-block .btn {
  display: inline-block;
  font-size: 0;
  color: #010101;
  cursor: pointer;
  text-align: center;
}
.book-popup-block .num-code-btn {
  width: 1.5rem;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #b6a083;
  font-size: 0.2rem;
  color: #fff;
}
.book-popup-block .btn-wrap {
  position: absolute;
  bottom: 1.4rem;
  left: 0;
  right: 0;
  width: 3.09rem;
  height: 0.88rem;
  margin: auto;
  z-index: 5;
}
.book-popup-block .btn-wrap .submit-book-btn {
  width: 3.09rem;
  height: 0.88rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/booknow_5feff15.png) center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.book-popup-block .pic-code-wrap {
  padding-top: 0.4rem;
  margin-bottom: 0.1rem;
  font-size: 0;
}
.book-popup-block .pic-code-wrap .pic-code {
  position: relative;
  display: inline-block;
  width: 1.66rem;
  height: 0.8rem;
  background: #fff;
  vertical-align: bottom;
}
.book-popup-block .pic-code-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.book-popup-block .add-info {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.18rem;
  font-size: 0.18rem;
  color: #9fa0a0;
  line-height: 0.18rem;
  text-align: center;
}
.book-popup-block ::-webkit-input-placeholder {
  color: #848484;
}
.book-popup-block .line-wrap .areacode .code-list li,
.book-popup-block .line-wrap .areacode .select-res {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.52rem;
  text-align: center;
}
.expectance-popup-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
}
.expectance-popup-block .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.expectance-popup-block .popup-wrapper {
  position: absolute;
  z-index: 2;
  width: 5.3rem;
  height: 3rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.expectance-popup-block .close-ico {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -1.3rem;
  margin: auto;
  width: 1.05rem;
  height: 1.05rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/book-close_aec713d.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
}
.wxCode-popup-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
}
.wxCode-popup-block .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.wxCode-popup-block .popup-wrapper {
  position: absolute;
  z-index: 2;
  width: 5.3rem;
  height: 5.3rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/index/images/wxcode_83b8fcc.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.understand-popup-block {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
}
.understand-popup-block .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.understand-popup-block .popup-wrapper {
  position: absolute;
  z-index: 2;
  width: 6.6rem;
  height: 6.96rem;
  margin: auto;
  left: 0;
  right: 0;
  top: -1rem;
  bottom: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/un_678d484.jpg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.understand-popup-block .popup-wrapper .wrapper {
  padding: 0.5rem 0.3rem;
  display: none;
}
.understand-popup-block .popup-wrapper .wrapper .wrapperTitle {
  width: 80%;
  height: auto;
  margin: 0 auto 0.3rem;
  display: block;
}
.understand-popup-block .popup-wrapper .wrapper .data {
  height: 5.5rem;
  overflow-y: scroll;
}
.understand-popup-block .popup-wrapper .wrapper .data::-webkit-scrollbar {
  display: none;
}
.understand-popup-block .popup-wrapper .wrapper .title {
  font-size: 0.28rem;
  color: #fdc541;
  margin-bottom: 0.1rem;
}
.understand-popup-block .popup-wrapper .wrapper .title .dot {
  width: 0.14rem;
  height: 0.14rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/boot/images/liDot_a47759f.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  display: inline-block;
  position: relative;
  top: -0.03rem;
  margin-right: 0.1rem;
}
.understand-popup-block .popup-wrapper .wrapper .text {
  color: #fff;
  font-size: 0.2rem;
  margin-bottom: 0.4rem;
  line-height: 1.8;
}
.understand-popup-block .popup-wrapper .wrapper .text .ps {
  color: #adadad;
  font-size: 0.09rem;
}
.understand-popup-block .popup-wrapper .close-ico {
  position: absolute;
  z-index: 3;
  right: -5.7rem;
  top: -9.5rem;
  margin: auto;
  width: 0.88rem;
  height: 0.88rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/x_e333f4b.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
}
#s2Popup,
.wechat-pop {
  display: none;
  left: 0;
  right: 0;
}
.wechat-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  text-align: right;
}
.wechat-pop img {
  width: 200px;
}
.nc_wrapper {
  border: 1px solid #a78c5c;
}
.nc_wrapper .nc_scale {
  height: 0.51rem;
  background: #eee;
}
.nc_wrapper .nc_scale span {
  height: 0.89rem;
  border: 0.01rem solid #a78c5c;
}
.nc_wrapper .nc_scale .btn_slide {
  height: 0.49rem;
  line-height: 0.49rem;
  background: #a78c5c;
  border: 0.01rem solid #a78c5c;
}
.nc-container .nc_scale .btn_ok {
  height: 0.49rem;
  line-height: 0.49rem;
  border: 0.01rem solid #e6d282;
}
.nc-container .nc_scale span.nc-lang-cnt {
  background: #a78c5c;
  line-height: 0.51rem;
}
#nc_1__bg {
  background: #e6d282;
}
#nc_1_n1z {
  line-height: 0.5rem;
  font-size: 0.2rem;
}
#nc_1__scale_text,
.nc-lang-cnt,
.slidetounlock {
  line-height: 0.51rem;
}
.nc_scale {
  height: 0.51rem;
  background: #fff;
}
.nc_scale .scale_text {
  color: #969696;
}
.nc-lang-cnt {
  height: 0.51rem;
  border: 0.01rem solid #a78c5c;
  font-size: 0.2rem;
  color: #fff;
}
.bookFailPopup .popup-wrapper,
.bookSuccessPopup .popup-wrapper,
.bookedPopup .popup-wrapper {
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.bookFailPopup .popup-content,
.bookSuccessPopup .popup-content,
.bookedPopup .popup-content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.bookFailPopup .popup-content .mark,
.bookSuccessPopup .popup-content .mark,
.bookedPopup .popup-content .mark {
  margin: 1rem auto 0;
  padding: 0;
  width: 1.44rem;
  height: 1.44rem;
}
.bookFailPopup .popup-content .book-tips,
.bookSuccessPopup .popup-content .book-tips,
.bookedPopup .popup-content .book-tips {
  text-align: center;
  line-height: 0.5rem;
  margin-top: 0.35rem;
  font-size: 0.48rem;
  color: #fff;
  font-family: zhongyasong;
}
.bookFailPopup .popup-content .note,
.bookSuccessPopup .popup-content .note,
.bookedPopup .popup-content .note {
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.85rem;
  font-size: 0.24rem;
  color: #fff;
  font-family: 'microsoft yahei';
}
.bookSuccessPopup .popup-content .mark,
.bookedPopup .popup-content .mark {
  background-repeat: no-repeat;
  background-position: 0rem 0rem;
}
.bookFailPopup .popup-content .mark {
  background-repeat: no-repeat;
  background-position: -1.54rem 0rem;
}
#s2Popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  margin: 0 auto;
}
#s2Popup .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
#s2Popup .popup-wrapper {
  display: block;
  z-index: 2;
  width: 4.53rem;
  height: 8rem;
  top: 0;
  bottom: 0;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/ms2_cf47f97.jpg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#s2Popup .close-ico {
  z-index: 3;
  bottom: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/m/book-popup/images/close1_247829f.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
}
#s2Popup .close-ico,
#s2Popup .popup-wrapper {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.video-pop .content video,
body {
  width: 100%;
}
.page-error-block {
  text-align: center;
  padding-top: 2.5rem;
}
.page-error-block .tip {
  margin-bottom: 0.5rem;
  color: #666;
  font-size: 0.24rem;
  padding-top: 1.8rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/components/widget/index-error/update_64ad8ff.png) center top no-repeat;
  -webkit-background-size: 1.61rem auto;
          background-size: 1.61rem auto;
}
.page-error-block .reload {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #666;
  font-size: 0.24rem;
}
.crumb .back,
.crumb .item .text {
  font-size: 0.36rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.video-pop {
  display: none;
  position: fixed;
  max-width: 7.2rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.video-pop .content {
  position: absolute;
  top: 30%;
}
.strategyClient {
  width: 100vw;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/strategy/images/bg_3f2dc95.jpg) center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
          align-items: end;
}
.crumb {
  width: 2.8rem;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
          flex-flow: column;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/strategy/images/navbg_70d5e90.jpg) center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.crumb .item {
  height: 1.5rem;
  width: 100%;
  border-bottom: 1px solid transparent;
  -webkit-border-image: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/strategy/images/border_0feb501.jpg) 20 round;
          border-image: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/strategy/images/border_0feb501.jpg) 20 round;
}
.crumb .item .text {
  vertical-align: top;
  height: 100%;
  line-height: 1.5rem;
  color: #513d27;
}
.crumb .item.active {
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/strategy/images/choose_hover_8810a6f.jpg) center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.crumb .item.active .text {
  color: #fff;
  font-weight: 700;
}
.crumb .item:nth-last-child(1) {
  border-bottom: none;
}
.crumb .back {
  color: #513d27;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-top: 0.3rem;
}
.crumb .back .icon {
  display: inline-block;
  vertical-align: top;
  width: 0.16rem;
  height: 0.26rem;
  margin-right: 0.1rem;
  margin-top: 0.67rem;
  background: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/strategy/images/DetailsLarge_e365779.png) center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.pager_box {
  position: fixed;
  right: 1rem;
  bottom: 0.3rem;
  width: -webkit-calc(100vw - 5.1rem);
  width: calc(100vw - 5.1rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.pager_box a {
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  color: #49432f;
  font-size: 0.28rem;
}
.pager_box a.cur {
  color: #ab9b68;
}
.pagination-box {
  position: fixed;
  right: 1rem;
  bottom: 0.3rem;
  width: -webkit-calc(100vw - 5.1rem);
  width: calc(100vw - 5.1rem);
}
.pagination-box .pagination-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.pagination-box .pagination-content .pagination-btn {
  text-align: center;
}
.pagination-box .pagination-content .pagination-btn a {
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  color: #49432f;
  font-size: 0.28rem;
}
.pagination-box .pagination-content .pagination-page-now a {
  color: #ab9b68;
}
.bookSuccessPopup .popup-content .mark,
.bookedPopup .popup-content .mark,
.bookFailPopup .popup-content .mark,
.book-popup-block .popup-content .tip:before {
  -webkit-background-size: 3.08rem 1.84rem;
          background-size: 3.08rem 1.84rem;
  background-image: url(https://cdn.sialiagames.com.tw/fe/prod/public/basement/public/m/strategy/images/client_1_z_3b5a973.png);
}
@media (max-width: 768px) {
  .footer-block .links a {
    font-size: 12px;
    line-height: 18px;
  }
}

