/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,400,700|Roboto&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* 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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * 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 {
  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 {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.border{
  border-width: 1px;
}
.italic{
  font-style: italic;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #c30e23;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10%;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 10%;
}
.slick-prev:before {
  content: "\f053";
}
[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: 10%;
}
[dir=rtl] .slick-next {
  left: 10%;
  right: auto;
}
.slick-next:before {
  content: "\f054";
}
[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: white;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: rgba(195, 14, 35, 0.75);
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #c30e23;
  opacity: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 400;
  background: #ededec;
}
@media screen and (min-width: 350px) {
  body {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background-color: #efe8dd;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.wrapper.home {
  background-image: url(../images/home/bg.jpg);
}
.wrapper.honor {
  background-image: url(../images/honor/bg.jpg);
}
.wrapper.shop {
  background-image: url(../images/honor/bg.jpg);
}
.wrapper.map, .wrapper.mapContent, .wrapper.mapTopic {
  background-image: url(../images/honor/bg.jpg);
}

.container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  overflow: auto;
  position: relative;
  padding: 0 15px;
  padding-top: 26px;
}

.wrapper.no-header .container {
  padding-top: 0px;
}

.lb {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0 auto;
  display: none;
}
.lb-container {
  width: calc(100% - 50px);
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.lb-box {
  width: 100%;
  border-radius: 7px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lb-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #28704f;
  padding: 12px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
}
.lb-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lb-close > img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lb-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 1px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.header .functionalBar {
  background: rgba(244, 244, 244, 0.7);
  text-align: center;
  position: relative;
}
.header .functionalBar-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .functionalBar-slide > a {
  display: block;
  padding: 12px 6px 14px;
}
@media screen and (min-width: 351px) {
  .header .functionalBar-slide > a {
    padding: 12px 8px 14px;
  }
}
.header .functionalBar-icon {
  width: 45%;
  margin: 0 auto 5px;
}
.header .functionalBar-text {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
.header .functionalBar-tips {
  position: relative;
}
.header .functionalBar-tips:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/header/functionalBar-tips.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5px;
  right: 5px;
}

.loading {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #4f876f;
  z-index: 999;
}
.loading-container {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading-img {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
.loading-text {
  font-size: 16px;
  color: #fff;
}
.loading-text span {
  opacity: 0;
}
.loading-text span:nth-child(1) {
  -webkit-animation: dot1 1s infinite;
  animation: dot1 1s infinite;
}
.loading-text span:nth-child(2) {
  -webkit-animation: dot2 1s infinite;
  animation: dot2 1s infinite;
}
.loading-text span:nth-child(3) {
  -webkit-animation: dot3 1s infinite;
  animation: dot3 1s infinite;
}
@-webkit-keyframes dot1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes dot2 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot2 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes dot3 {
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot3 {
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.lockWrap {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.93);
  z-index: 999;
  display: none;
}
.lockWrap__lock {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  .lockWrap__lock {
    font-size: 1.2em;
  }
}
.lockWrap__locked {
  display: block !important;
}

.sectionTitle {
  display: block;
  color: #28704f;
  margin-bottom: 5px;
  padding: 0 5px;
}
.sectionTitle .title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.sectionTitle .subtitle {
  font-size: 14px;
}

.btn {
  display: block;
  text-align: center;
  color: #fff;
  background: #4f876f;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  min-width: 6em;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 425px) {
  .btn {
    font-size: 18px;
  }
}
.btnNormal {
  min-width: 8em;
}
.btnIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-icon {
  width: 14px;
  margin-right: 5px;
}
@media screen and (min-width: 375px) {
  .btn-icon {
    width: 18px;
  }
}
.btn-text {
  line-height: 0.9em;
}

.accordion{
  margin-bottom: 10px;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.accordion:last-child{
  margin-bottom: 0px;
}
.accordion-summary{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(79 135 111 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
@media screen and (min-width: 320px) {
  .accordion-summary{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.accordion-summary-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.accordion-title{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.accordion-arrow{
  width: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-arrow.is-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-details{
  padding: 0.5rem;
}
.accordion-item{
  margin-bottom: 10px;
  border-radius: 7px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.25rem;
}
.accordion-item:last-child{
  margin-bottom: 0px;
}
@media screen and (min-width: 320px) {
  .accordion-item{
    border-width: 2px;
  }
}
.accordion-item.accordion-status-success{
  --tw-border-opacity: 1;
  border-color: rgb(177 201 151 / var(--tw-border-opacity));
}
.accordion-item.accordion-status-warn{
  --tw-border-opacity: 1;
  border-color: rgb(255 211 77 / var(--tw-border-opacity));
}
.accordion-item.accordion-status-error{
  --tw-border-opacity: 1;
  border-color: rgb(245 67 87 / var(--tw-border-opacity));
}
.accordion-item-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
}
.accordion-item-left{
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.accordion-item-right{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.accordion-item-icon{
  margin-bottom: 0.25rem;
  width: 4rem;
}
@media screen and (min-width: 320px) {
  .accordion-item-icon{
    width: 5rem;
  }
}
.accordion-item-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.accordion-item-title{
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(44 108 82 / var(--tw-text-opacity));
}
@media screen and (min-width: 320px) {
  .accordion-item-title{
    font-size: 19px;
  }
}
.accordion-item-description{
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media screen and (min-width: 320px) {
  .accordion-item-description{
    font-size: 13px;
  }
}
.accordion-item-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.accordion-iconStatus{
  border-radius: 7px;
  padding: 2.5px;
  text-align: center;
  font-size: 10px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media screen and (min-width: 320px) {
  .accordion-iconStatus{
    font-size: 15px;
  }
}
.accordion-iconStatus-enough{
  --tw-bg-opacity: 1;
  background-color: rgb(0 196 62 / var(--tw-bg-opacity));
}
.accordion-iconStatus-rare{
  --tw-bg-opacity: 1;
  background-color: rgb(229 85 96 / var(--tw-bg-opacity));
}
.accordion-iconStatus-end{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.accordion-btn{
  min-width: 5em;
  border-radius: 7px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 6px;
  text-align: center;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media screen and (min-width: 320px) {
  .accordion-btn{
    font-size: 16px;
  }
}
.accordion-btn-goto{
  --tw-bg-opacity: 1;
  background-color: rgb(79 135 111 / var(--tw-bg-opacity));
}
.accordion-btn-receive{
  --tw-bg-opacity: 1;
  background-color: rgb(95 165 135 / var(--tw-bg-opacity));
}
.accordion-btn-received{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.accordion-btn-end{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.home .lb-news {
  display: block;
}
.home .lb-news .lb-container {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  margin-top: 25px;
  margin-left: 25px;
}
.home .lb-news .lb-box {
  height: 100%;
  background: #ffffff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .lb-news .lb-title {
  color: #28704f;
  margin: 0;
  overflow: hidden;
}
.home .lb-news .lb-title .news-title-text {
  display: inline-block;
  position: relative;
  padding-left: 45px;
}
.home .lb-news .lb-title .news-title-icon {
  width: 41px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-6px) translateX(-4px);
  -ms-transform: translateY(-6px) translateX(-4px);
  transform: translateY(-6px) translateX(-4px);
}
.home .lb-news-newActivity-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 1px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.home .lb-news .news-list {
  display: block;
}
.home .lb-news .news-item {
  display: block;
}
.home .lb-news .news-item-info {
  padding: 15px;
}
.home .lb-news .news-item-time, .home .lb-news .news-item-description {
  font-size: 14px;
  line-height: 1.5em;
  color: #999999;
  text-align: justify;
  margin-bottom: 7px;
}
.home .lb-news .news-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  color: #28704f;
  margin-bottom: 7px;
}
.home .lb-news .news-itemBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .lb-news .news-itemBtn .btn {
  margin: 0 7px;
  min-width: 7em;
}
.home .lb-news .news-readMore {
  display: block;
  width: 100%;
  padding: 10px 0 25px 0;
}
.home .lb-news .news-readMore-btn {
  width: calc(100% - 25px);
  margin: 0 auto;
}
.home .recommend {
  padding: 10px 0;
}
.home .recommend-content {
  margin: 0 -15px 0 -15px;
}
.home .recommend-slider {
  margin-bottom: 12px;
}
.home .recommend-slide {
  padding: 0px 5px 7px;
}
.home .recommend .slick-center .recommend-box:after,
.home .recommend .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .recommend-box:after {
  opacity: 0;
}
.home .recommend-box {
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}
.home .recommend-box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  pointer-events: none;
}
.home .recommend .slick-dots {
  bottom: -12px;
}
.home .recommend .slick-dots li {
  height: 7px;
  width: 7px;
  margin: 0 4px;
  border-radius: 10px;
  background: #999;
}
.home .recommend .slick-dots li button {
  width: 0;
  height: 0;
  background: #fff;
  opacity: 0;
}
.home .recommend .slick-dots li.slick-active {
  background: #00c43e;
}
.home .studentCard {
  width: 100%;
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000;
  margin-bottom: 10px;
  padding: 0 5px;
}
.home .studentCard-transform {
  width: 100%;
  padding-bottom: 59.88%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.8s cubic-bezier(0, 1.12, 0.76, 1.06);
  -o-transition: all 0.8s cubic-bezier(0, 1.12, 0.76, 1.06);
  transition: all 0.8s cubic-bezier(0, 1.12, 0.76, 1.06);
}
.home .studentCard-transform.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.home .studentCard-front, .home .studentCard-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home .studentCard-frontBg, .home .studentCard-backBg {
  position: absolute;
  width: 100%;
}
.home .studentCard-frontBtn, .home .studentCard-backBtn {
  position: absolute;
  width: 12.5%;
  top: 16.6%;
  right: -1.5%;
  cursor: pointer;
}
.home .studentCard-back {
  z-index: 11;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.home .studentCard-front {
  z-index: 12;
  left: 0;
}
.home .studentCard-frontLeft {
  width: 48%;
  height: 72.5%;
  position: absolute;
  top: 0;
  left: 6.5%;
}
.home .studentCard-frontInfo {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.85rem;
}
@media screen and (min-width: 353px) {
  .home .studentCard-frontInfo {
    font-size: 1rem;
  }
}
@media screen and (min-width: 425px) {
  .home .studentCard-frontInfo {
    font-size: 1.125rem;
  }
}
.home .studentCard-frontInfo-title {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 10px;
  max-height: 3.6em;
  overflow: hidden;
}
.home .studentCard-frontInfo-level, .home .studentCard-frontInfo-group {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5em;
}
.home .studentCard-frontInfo-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
@media screen and (min-width: 350px) {
  .home .studentCard-frontInfo-icons {
    margin-top: 15px;
  }
}
@media screen and (min-width: 425px) {
  .home .studentCard-frontInfo-icons {
    margin-top: 20px;
  }
}
.home .studentCard-frontInfo-icons a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .studentCard-frontInfo-icons span {
  width: 16.6666666667%;
}
.home .studentCard-frontInfo-icons span.on {
  visibility: visible;
  opacity: 1;
}
.home .studentCard-frontInfo-icons span.off {
  visibility: hidden;
  opacity: 0;
}
.home .studentCard-frontHead {
  width: 37%;
  position: absolute;
  top: 2.69%;
  left: 56%;
}
.home .studentCard-backInfo {
  width: 92%;
  height: 59.5%;
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 350px) {
  .home .studentCard-backInfo {
    width: 86.55%;
    top: 34%;
  }
}
.home .studentCard-backInfo-title {
  width: 100%;
  display: block;
  font-size: 11px;
  color: #161616;
  margin-bottom: 8px;
}
@media screen and (min-width: 350px) {
  .home .studentCard-backInfo-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 425px) {
  .home .studentCard-backInfo-title {
    margin-bottom: 10px;
  }
}
.home .studentCard-backInfo .levelBar {
  width: 100%;
  height: 15px;
  background: #b1b1b1;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 350px) {
  .home .studentCard-backInfo .levelBar {
    height: 17px;
    margin-bottom: 12px;
  }
}
.home .studentCard-backInfo .levelBar-light {
  width: 0%;
  height: 100%;
  background: #4eac59;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4c9e55), to(#4eac59));
  background: -o-linear-gradient(left, #4c9e55 0, #4eac59 100%);
  background: linear-gradient(90deg, #4c9e55 0, #4eac59 100%);
  text-align: right;
  padding-left: 0;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s 0.2s ease-in;
  -o-transition: all 0.5s 0.2s ease-in;
  transition: all 0.5s 0.2s ease-in;
}
.home .studentCard-backInfo .levelBar-light > span {
  font-size: 12px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.home .studentCard-backInfo .levelBar-light-level {
  color: #ffffff;
}
.home .studentCard-backInfo .levelBar-light-percent {
  color: #404040;
}
.home .studentCard-backInfo .levelBar-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.home .studentCard-backInfo-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .studentCard-backInfo-col {
  width: calc(50% - 3px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media screen and (min-width: 425px) {
  .home .studentCard-backInfo-col {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
.home .studentCard-backInfo-label {
  width: 6.5em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 10px;
  color: #161616;
  letter-spacing: 0px;
}
@media screen and (min-width: 425px) {
  .home .studentCard-backInfo-label {
    font-size: 12px;
  }
}
.home .studentCard-backInfo-data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  color: #292929;
  background: #dddddd;
  padding: 3px 2px 2px;
  text-align: center;
}
@media screen and (min-width: 350px) {
  .home .studentCard-backInfo-data {
    font-size: 14px;
    padding: 5px 2px 4px;
  }
}
@media screen and (min-width: 425px) {
  .home .studentCard-backInfo-data {
    font-size: 16px;
  }
}
.home .studentCard-backInfo-note {
  display: block;
  font-size: 8px;
  line-height: 1.33em;
  color: #606060;
  letter-spacing: 0px;
  margin: 6px -4%;
  text-align: left;
}
@media screen and (min-width: 350px) {
  .home .studentCard-backInfo-note {
    margin: 6px -7%;
    text-align: center;
  }
}
@media screen and (min-width: 399px) {
  .home .studentCard-backInfo-note {
    margin: 6px 0;
    text-align: left;
  }
}
@media screen and (min-width: 450px) {
  .home .studentCard-backInfo-note {
    font-size: 9.3px;
  }
}
.home .student {
  margin-bottom: 20px;
}
.home .studentBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5px;
}
.home .studentBtn-item {
  width: 32%;
  padding: 8px;
}
.home .lb-share .lb-box,
.home .lb-save .lb-box {
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.home .lb-share .lb-content,
.home .lb-save .lb-content {
  padding: 30px;
}
.home .lb-share .lb-btn,
.home .lb-save .lb-btn {
  padding: 15px;
  margin-bottom: 20px;
}
.home .lb-share .lb-btn:last-child,
.home .lb-save .lb-btn:last-child {
  margin-bottom: 0;
}
.home .nonMember {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/home/nonMember-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  display: none;
}
.home .nonMember.on {
  display: block;
}
.home .nonMember-container {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.home .nonMember-logo {
  width: 100%;
  margin: 6% 0;
  padding: 0 10%;
}
.home .nonMember-img {
  width: 100%;
}
.home .nonMember-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px;
  min-height: 40%;
}
.home .nonMember-info-text {
  font-size: 1.25em;
  line-height: 2em;
  font-weight: bold;
  color: #505050;
  margin: 6% auto;
}
.home .nonMember-info-btn {
  display: inline-block;
  margin: 0 auto;
  border-radius: 8px;
  border: 2px solid #fff;
  background: #00c43e;
  margin-bottom: 6%;
}
.home .nonMember-info-btn > a {
  display: block;
  font-size: 1.25em;
  color: #fff;
  text-align: center;
  padding: 0.8em 1.5em;
}
.home .lb-mission {
  display: block;
}
.home .lb-mission .lb-box {
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.home .lb-mission .lb-title {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px;
}
.home .lb-mission .lb-content {
  padding: 0 13px 16px;
}
.home .lb-mission-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.home .lb-mission-item {
  width: 30%;
}
.home .lb-mission-text {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 16px;
}
.home .lb-levelUp {
  display: block;
}
.home .lb-levelUp .lb-box {
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.home .lb-levelUp .lb-title {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px;
}
.home .lb-levelUp .lb-content {
  padding: 0 13px 16px;
}
.home .lb-levelUp-img {
  width: 29.8%;
  margin: 0 auto 15px;
}
.home .lb-levelUp-text {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 16px;
}
.home .lb-levelUp-text span {
  color: #cc3047;
  font-weight: 700;
}
.home .home-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 5px;
  color: #4f876f;
}
.home .home-links a {
  color: #4f876f;
  font-size: 14px;
}
@media screen and (min-width: 376px) {
  .home .home-links a {
    font-size: 1rem;
  }
}
.home .home-badge {
  padding-bottom: 20px;
}
.home .home-badge-picture {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 106px;
}
.home .home-badge-picture img {
  max-width: 100%;
  height: auto;
}

.saveCard .container {
  margin: 0 auto;
  padding: 15px;
}
.saveCard-card {
  width: 100%;
  margin: 15px auto;
}
.saveCard-text {
  width: 100%;
  display: block;
  font-size: 0.875em;
  color: #595757;
  text-align: center;
  margin-bottom: 15px;
}
.saveCard-btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.saveImg .container {
  margin: 0 auto;
  padding: 15px;
}
.saveImg-img {
  width: 50%;
  margin: 15px auto;
}
.saveImg-text {
  width: 100%;
  display: block;
  font-size: 0.875em;
  color: #595757;
  text-align: center;
  margin-bottom: 15px;
}
.saveImg-btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.honor-card {
  padding: 10px 0;
}
.honor-card .studentCard {
  width: 100%;
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000;
  margin-bottom: 10px;
  padding: 0 5px;
}
.honor-card .studentCard-transform {
  width: 100%;
  padding-bottom: 59.88%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.8s cubic-bezier(0, 1.12, 0.76, 1.06);
  -o-transition: all 0.8s cubic-bezier(0, 1.12, 0.76, 1.06);
  transition: all 0.8s cubic-bezier(0, 1.12, 0.76, 1.06);
}
.honor-card .studentCard-transform.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.honor-card .studentCard-front, .honor-card .studentCard-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.honor-card .studentCard-frontBg, .honor-card .studentCard-backBg {
  position: absolute;
  width: 100%;
}
.honor-card .studentCard-frontBtn, .honor-card .studentCard-backBtn {
  position: absolute;
  width: 12.5%;
  top: 16.6%;
  right: -1.5%;
  cursor: pointer;
}
.honor-card .studentCard-back {
  z-index: 11;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.honor-card .studentCard-front {
  z-index: 12;
  left: 0;
}
.honor-card .studentCard-frontLeft {
  width: 48%;
  height: 72.5%;
  position: absolute;
  top: 0;
  left: 6.5%;
}
.honor-card .studentCard-frontInfo {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.85rem;
}
@media screen and (min-width: 353px) {
  .honor-card .studentCard-frontInfo {
    font-size: 1rem;
  }
}
@media screen and (min-width: 425px) {
  .honor-card .studentCard-frontInfo {
    font-size: 1.125rem;
  }
}
.honor-card .studentCard-frontInfo-title {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 10px;
  max-height: 3.6em;
  overflow: hidden;
}
.honor-card .studentCard-frontInfo-level, .honor-card .studentCard-frontInfo-group {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5em;
}
.honor-card .studentCard-frontInfo-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
@media screen and (min-width: 350px) {
  .honor-card .studentCard-frontInfo-icons {
    margin-top: 15px;
  }
}
@media screen and (min-width: 425px) {
  .honor-card .studentCard-frontInfo-icons {
    margin-top: 20px;
  }
}
.honor-card .studentCard-frontInfo-icons a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.honor-card .studentCard-frontInfo-icons span {
  width: 16.6666666667%;
}
.honor-card .studentCard-frontInfo-icons span.on {
  visibility: visible;
  opacity: 1;
}
.honor-card .studentCard-frontInfo-icons span.off {
  visibility: hidden;
  opacity: 0;
}
.honor-card .studentCard-frontHead {
  width: 37%;
  position: absolute;
  top: 2.69%;
  left: 56%;
}
.honor-card .studentCard-backInfo {
  width: 92%;
  height: 59.5%;
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 350px) {
  .honor-card .studentCard-backInfo {
    width: 86.55%;
    top: 34%;
  }
}
.honor-card .studentCard-backInfo-title {
  width: 100%;
  display: block;
  font-size: 11px;
  color: #161616;
  margin-bottom: 8px;
}
@media screen and (min-width: 350px) {
  .honor-card .studentCard-backInfo-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 425px) {
  .honor-card .studentCard-backInfo-title {
    margin-bottom: 10px;
  }
}
.honor-card .studentCard-backInfo .levelBar {
  width: 100%;
  height: 15px;
  background: #b1b1b1;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 350px) {
  .honor-card .studentCard-backInfo .levelBar {
    height: 17px;
    margin-bottom: 12px;
  }
}
.honor-card .studentCard-backInfo .levelBar-light {
  width: 0%;
  height: 100%;
  background: #4eac59;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4c9e55), to(#4eac59));
  background: -o-linear-gradient(left, #4c9e55 0, #4eac59 100%);
  background: linear-gradient(90deg, #4c9e55 0, #4eac59 100%);
  text-align: right;
  padding-left: 0;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s 0.2s ease-in;
  -o-transition: all 0.5s 0.2s ease-in;
  transition: all 0.5s 0.2s ease-in;
}
.honor-card .studentCard-backInfo .levelBar-light > span {
  font-size: 12px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.honor-card .studentCard-backInfo .levelBar-light-level {
  color: #ffffff;
}
.honor-card .studentCard-backInfo .levelBar-light-percent {
  color: #404040;
}
.honor-card .studentCard-backInfo .levelBar-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.honor-card .studentCard-backInfo-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.honor-card .studentCard-backInfo-col {
  width: calc(50% - 3px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media screen and (min-width: 425px) {
  .honor-card .studentCard-backInfo-col {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
.honor-card .studentCard-backInfo-label {
  width: 6.5em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 10px;
  color: #161616;
  letter-spacing: 0px;
}
@media screen and (min-width: 425px) {
  .honor-card .studentCard-backInfo-label {
    font-size: 12px;
  }
}
.honor-card .studentCard-backInfo-data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  color: #292929;
  background: #dddddd;
  padding: 3px 2px 2px;
  text-align: center;
}
@media screen and (min-width: 350px) {
  .honor-card .studentCard-backInfo-data {
    font-size: 14px;
    padding: 5px 2px 4px;
  }
}
@media screen and (min-width: 425px) {
  .honor-card .studentCard-backInfo-data {
    font-size: 16px;
  }
}
.honor-card .studentCard-backInfo-note {
  display: block;
  font-size: 8px;
  line-height: 1.33em;
  color: #606060;
  letter-spacing: 0px;
  margin: 6px -4%;
  text-align: left;
}
@media screen and (min-width: 350px) {
  .honor-card .studentCard-backInfo-note {
    margin: 6px -7%;
    text-align: center;
  }
}
@media screen and (min-width: 399px) {
  .honor-card .studentCard-backInfo-note {
    margin: 6px 0;
    text-align: left;
  }
}
@media screen and (min-width: 450px) {
  .honor-card .studentCard-backInfo-note {
    font-size: 9.3px;
  }
}
.honor-card .studentCard {
  margin-bottom: 0;
  padding-bottom: 0;
}
.honor-card .studentCard-frontInfo-icons span.on {
  position: relative;
}
.honor-card .studentCard-frontInfo-icons span.on:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/honor/honor-star-change.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.honor-card .studentCard-frontInfo-icons span.off {
  visibility: hidden;
  opacity: 0;
}
.honor .badge {
  padding-bottom: 20px;
}
.honor .badge-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.honor .badgeSelect {
  width: 8em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  margin: 7px;
  font-size: 16px;
}
.honor .badgeSelect-current {
  color: #28704f;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  border: 1px solid #28704f;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
}
.honor .badgeSelect-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 10px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.honor .badgeSelect-icon.active {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honor .badgeSelect-value {
  padding-left: 15px;
}
.honor .badgeSelect-input {
  display: none;
}
.honor .badgeSelect-input:checked + .badgeSelect-input-text {
  display: block;
}
.honor .badgeSelect-input-text {
  display: none;
  width: 100%;
  margin: 0;
}
.honor .badgeSelect-list {
  width: 100%;
  padding: 0;
  list-style: none;
  z-index: 1;
  position: absolute;
  top: calc(100% + 2px);
  border: 1px solid rgba(40, 112, 79, 0.7);
  border-radius: 7px;
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
.honor .badgeSelect-list.active {
  display: block;
}
.honor .badgeSelect-list > li {
  border-bottom: 0.5px solid rgba(40, 112, 79, 0.7);
  color: #999999;
}
.honor .badgeSelect-list > li:last-child {
  border-bottom: none;
}
.honor .badgeSelect-list > li.active {
  color: #28704f;
}
.honor .badgeSelect-list > li label {
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
}
.honor .badgeSelect-option {
  display: block;
}
.honor .badgeSelect-option:hover, .honor .badgeSelect-option:focus {
  color: #28704f;
}
.honor .badge-list {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 5px;
}
.honor .badgeItem {
  width: 100%;
  background: #ffffff;
  padding: 20px 13px 13px 13px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.honor .badgeItem-status {
  width: auto;
  min-width: 75px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  color: #fff;
  border-radius: 0 7px 0 0;
  padding: 4px 7px;
  text-align: center;
}
.honor .badgeItem-status-green {
  background: #00c43e;
}
.honor .badgeItem-status-green .numerator {
  color: #faff8c;
}
.honor .badgeItem-status-gray {
  background: #969696;
  color: #ccc;
}
.honor .badgeItem-status-gray .numerator {
  color: #ccc;
}
.honor .badgeItem-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 85px;
  margin-right: 15px;
  position: relative;
}
.honor .badgeItem-icon-img {
  margin-bottom: 5px;
}
.honor .badgeItem-tips {
  width: 100%;
  font-size: 12px;
  color: #fff;
  padding: 5px;
  border-radius: 7px;
  text-align: center;
}
.honor .badgeItem-tips-green {
  background: #00c43e;
}
.honor .badgeItem-tips-red {
  background: #e55560;
}
.honor .badgeItem-tips-gray {
  background: #666666;
}
.honor .badgeItem-tips-check {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/check.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.honor .badgeItem-content {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px;
}
.honor .badgeItem-title {
  font-size: 21px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 5px;
}
.honor .badgeItem-text {
  font-size: 13px;
  line-height: 1.5em;
  color: #999999;
  text-align: justify;
}
.honor .changeBadge .lb-box {
  max-height: calc(100% - 50px);
}
.honor .changeBadge-list {
  padding: 10px;
  background: #eee;
}
.honor .changeBadge-item {
  padding: 13px 10px;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.honor .changeBadge-item .chBadge-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66px;
  margin-right: 10px;
}
.honor .changeBadge-item .chBadge-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.honor .changeBadge-item .chBadge-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  color: #333333;
  margin-bottom: 3px;
}
.honor .changeBadge-item .chBadge-text {
  font-size: 13px;
  line-height: 1.25em;
  color: #999999;
  text-align: justify;
}
.honor .changeBadge-item-active {
  border: 2px solid #f2b200;
}
.honor .changeBadge-item-none .chBadge-title {
  color: #999999;
}
.honor .changeBadge-item-get .chBadge-title {
  color: #f2b200;
}
.honor .lb-badgeIntro-content {
  padding: 15px;
  background: #eee;
  margin-bottom: 15px;
}
.honor .lb-badgeIntro .changeBadge-item {
  -webkit-box-shadow: 2px 2px 5px rgba(127, 127, 127, 0.5);
  box-shadow: 2px 2px 5px rgba(127, 127, 127, 0.5);
  margin-bottom: 0;
}
.honor .lb-badgeIntro .changeBadge-item .chBadge-text {
  color: #666;
}
.honor .lb-badgeIntro-note {
  font-size: 13px;
  letter-spacing: 0;
  color: #d15252;
  text-align: center;
  margin: 15px 0;
}
.honor .lb-badgeIntro-note::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icons/lb-note.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.honor .lb-badgeIntro-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.honor .lb-badgeIntro-btn .lb-btn {
  margin: 0 7px;
}

.shop-title {
  margin-bottom: 10px;
}
.shopEvent {
  padding: 10px 0 15px 0;
}
.shopEvent-tab {
  width: 100%;
  background: #28704f;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopEvent-item {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}
.shopEvent-item a {
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 15px;
  opacity: 0.5;
}
.shopEvent-item-active {
  background: #4f876f;
}
.shopEvent-item-active a {
  opacity: 1;
}
.shop .product {
  width: 100%;
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.shop .product-item {
  width: 100%;
  display: block;
  background: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.shop .product-item:last-child {
  margin-bottom: 0;
}
.shop .product-statusBar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 12px;
  background: #4f876f;
}
.shop .product-statusBar-ing, .shop .product-statusBar-complete {
  background: #4f876f;
}
.shop .product-statusBar-end {
  background: #e55560;
}
.shop .product-level {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  margin-right: 3px;
}
.shop .product-date {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
  line-height: 1.25em;
}
@media screen and (min-width: 320px) {
  .shop .product-date {
    font-size: 13px;
  }
}
.shop .product-img {
  display: block;
  position: relative;
}
.shop .product-img img {
  display: block;
}
.shop .product-imgStatus {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop .product-imgStatus-complete, .shop .product-imgStatus-end, .shop .product-imgStatus-noQual {
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  min-height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop .product-imgStatus-complete {
  background: #4f876f;
}
.shop .product-imgStatus-end {
  background: #e55560;
}
.shop .product-imgStatus-noQual {
  background: #999999;
}
.shop .product-imgStatusTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .shop .product-imgStatusTitle {
    font-size: 21px;
  }
}
.shop .product-imgStatusNote {
  font-size: 10px;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
}
@media screen and (min-width: 320px) {
  .shop .product-imgStatusNote {
    font-size: 14px;
  }
}
.shop .product-imgStatusNote > br {
  display: none;
}
@media screen and (min-width: 320px) {
  .shop .product-imgStatusNote > br {
    display: block;
  }
}
.shop .product-content {
  padding: 10px;
}
.shop .product-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25em;
  color: #28704f;
  margin-bottom: 7px;
}
@media screen and (min-width: 320px) {
  .shop .product-title {
    font-size: 20px;
  }
}
.shop .product-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
}
.shop .product-info {
  font-size: 12px;
  color: #4f876f;
  border: 1px solid #4f876f;
  padding: 6px;
  border-radius: 7px;
  font-weight: bold;
}
@media screen and (min-width: 320px) {
  .shop .product-info {
    font-size: 16px;
  }
}
.shop .product-info > .count {
  margin-left: 5px;
}
.shop .product-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #28704f;
  border: 2px solid #28704f;
  padding: 6px;
  border-radius: 7px;
}
@media screen and (min-width: 320px) {
  .shop .product-btn {
    font-size: 16px;
  }
}
.shop .product-badge {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}
.shop .product-badge > span {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 350px) {
  .shop .product-badge > span {
    width: 30px;
  }
}

.ten-card {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  border-radius: 7px;
  
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px 0 rgba(0, 0, 0, 0.06); }
.ten-cardInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.ten-cardInfo-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25em;
    color: #28704f;
    margin-bottom: 7px; }
.ten-cardInfo-btns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    width: 100%;
    align-items: center;
}

.ten-btnTenEvent-Play {
  color: #ffffff;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      display: inline-block;
        width: 100%;
        align-items: center;
}

.btnTenEvent-Play {
    min-width: 11em;
    text-align: center;
    width: 100%;
}

.shopSN .product-title {
  margin-bottom: 0;
}

.shopContent section {
  padding: 15px 0;
}
.shopContent-goBack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
}
.shopContent .product {
  padding: 10px 0 20px 0;
  border-radius: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shopContent .product-item {
  margin: 0 0 13px 0;
}
.shopContent .product-statusInfo {
  width: 20px;
}
.shopContent .product-statusText {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shopContent .product .statusBtn {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopContent .product .statusBtn-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopContent .product .statusBtn-text {
  font-size: 14px;
  line-height: 1.25em;
  color: #ffffff;
  margin-right: 3px;
}
.shopContent .product .statusBtn-icon {
  width: 14px;
  margin-top: -2px;
}
.shopContent .product .statusBtn-icon > img {
  display: block;
}
.shopContent .product .statusBtn-divider {
  width: 1px;
  height: 13px;
  background: #fff;
  opacity: 0.8;
  margin: 0 12px;
}
.shopContent .product-content {
  display: block;
  padding: 10px;
}
.shopContent .product-date {
  font-size: 10px;
  color: #666666;
}
@media screen and (min-width: 320px) {
  .shopContent .product-date {
    font-size: 14px;
  }
}
.shopContent .product-title {
  margin: 8px 0;
}
.shopContent .product-note {
  font-size: 14px;
  color: #e55560;
  margin-bottom: 10px;
}
.shopContent .product-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 8px;
}
.shopContent .product-info {
  font-size: 12px;
  color: #4f876f;
  border: 2px solid #4f876f;
  padding: 6px 12px;
  border-radius: 6px;
}
.shop .product-info-margin {
  font-size: 16px;
  color: #4f876f;
  border: 2px solid #4f876f;
  padding: 6px 12px;
  border-radius: 6px; 
  margin-right: 8px; 
  margin-bottom: 7px;
}
@media screen and (min-width: 320px) {
  .shopContent .product-info {
    font-size: 16px;
  }
}
.shopContent .product-info > .count {
  margin-left: 5px;
}
.shopContent .product-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #28704f;
  border: 2px solid #28704f;
  padding: 6px;
  border-radius: 7px;
}
@media screen and (min-width: 320px) {
  .shopContent .product-btn {
    font-size: 16px;
  }
}
.shopContent .product-badgeItem {
  margin-bottom: 10px;
  border: 2px solid #efefef;
  border-radius: 7px;
  cursor: pointer;
}
.shopContent .product-badgeItem:last-child {
  margin-bottom: 0;
}
.shopContent .product-badgeItem-focus {
  border: 2px solid #ffd34d;
}
.shopContent .product-badgeItem a {
  width: 100%;
  border-radius: 7px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shopContent .product .badgeItem-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 85px;
  margin-right: 15px;
  position: relative;
}
.shopContent .product .badgeItem-iconImg {
  margin-bottom: 5px;
}
.shopContent .product .badgeItem-iconStatus {
  width: 100%;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 3px;
  border-radius: 7px;
  color: #ffffff;
  text-align: center;
}
.shopContent .product .badgeItem-iconStatus-enough {
  background: #00c43e;
}
.shopContent .product .badgeItem-iconStatus-rare {
  background: #e55560;
}
.shopContent .product .badgeItem-iconStatus-end {
  background: #969696;
}
.shopContent .product .badgeItem-content {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shopContent .product .badgeItem-title {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 3px;
}
.shopContent .product .badgeItem-text {
  font-size: 14px;
  line-height: 1.33em;
  color: #999999;
}
.shopContent .lb-shopContent .lb-box {
  width: 100%;
}
.shopContent .lb-shopContent-textBox {
  padding: 15px;
  background: #eee;
  margin-bottom: 15px;
}
.shopContent .lb-shopContent-text {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.shopContent .lb-shopContent-text:last-child {
  margin-bottom: 0;
}
.shopContent .lb-shopContent-note {
  font-size: 13px;
  letter-spacing: 0;
  color: #d15252;
  text-align: center;
  margin: 15px 0;
}
.shopContent .lb-shopContent-note::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icons/lb-note.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shopContent .lb-shopContent-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.shopContent .lb-shopContent-btn .lb-btn {
  margin: 0 7px;
}

.shopContent .snBox {
  width: 100%;
  background: #ececec;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 15px;
}
.shopContent .snBox-tips {
  font-size: 12px;
  line-height: 1.33em;
  color: #999999;
  margin-bottom: 5px;
}
.shopContent .snBox-code {
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}
.shopContent .snBox-code > input {
  width: 100%;
  border: 0;
  border-radius: 7px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  color: #999999;
}
.shopContent .snBox-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shopContent .snBox-btn {
  width: calc(50% - 7px);
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shopContent .snBox-btn:last-child {
  margin-bottom: 0px;
}
.shopContent .snBox-btn-cancel {
  background: #aaaaaa;
}
.shopContent .snBox-btn-scanning {
  width: 100%;
  background: #ffffff;
  color: #424242;
}
.shopContent .product-history-list {
  width: 100%;
  display: block;
}
.shopContent .product-history-item {
  display: block;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.shopContent .product-history-item:last-child {
  border-bottom: 0;
}
.shopContent .product-history-sn, .shopContent .product-history-reward, .shopContent .product-history-time {
  margin-bottom: 7px;
}
.shopContent .product-history-sn:last-child, .shopContent .product-history-reward:last-child, .shopContent .product-history-time:last-child {
  margin-bottom: 0;
}
.shopContent .product-history-sn, .shopContent .product-history-reward {
  font-size: 16px;
  color: #666666;
}
.shopContent .product-history-time {
  font-size: 14px;
  color: #cccccc;
}

.map-recommend {
  padding: 10px 0;
}
.map-recommend-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -10px 20px;
}
.map-recommend-col {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 10px;
}
.map-recommend-col:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.map-recommend-title {
  margin-bottom: 0;
  padding: 0;
}
.map-recommend-btn {
  min-width: 0px;
  margin-bottom: 3px;
  margin-right: 10px;
}
.map-recommend .map-cardInfo {
  padding-left: 15px;
}
.map-card {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
}
.map-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}
.map-cardInfo, .map-cardIcon {
  padding: 0 10px;
}
.map-cardInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.map-cardInfo-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  color: #000;
  margin-bottom: 7px;
}
.map-cardInfo-description {
  font-size: 14px;
  line-height: 1.25em;
  color: #666;
}
.map-cardInfo-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.map-cardInfo-btn {
  min-width: 1px;
  margin-right: 8px;
}
.map-cardIcon {
  width: 115px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.map .filter {
  padding: 10px 0;
}
.map .filter-hashtag {
  margin-bottom: 15px;
}
.map .filter-hashtag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.map .filter-hashtag-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: calc(25% - 4px);
  font-size: 16px;
  line-height: 2em;
  color: #4f876f;
  text-align: center;
  padding: 0 8px;
  margin: 0 2px 2px;
  border-radius: 1em;
  border: 1px solid #4f876f;
  cursor: pointer;
}
.map .filter-hashtag-item.active {
  color: #fff;
  background: #4f876f;
}
.map .filter .map-card {
  padding: 15px 13px;
  margin-bottom: 13px;
}
.map .filter .map-card-content {
  margin: 0 -13px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.map .filter .map-cardInfo-title {
  color: #4f876f;
}
.map .filter .map-cardInfo-description {
  margin-bottom: 12px;
}
.map .filter .map-cardInfo-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.map-mainCard {
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}
.map-mainCard-image {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.map-mainCard-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.map-mainCard-info {
  padding: 20px 10px;
}
.map-mainCard-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  color: #000;
}
.map-mainCard-mainTitle {
  color: #28704f;
}
.map-mainCard-mainButton {
  margin-top: 17px;
  font-size: 20px;
  font-weight: 700;
}

.mapContent section {
  margin: 15px 0;
}
.mapContent-goBack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
}
.mapContent .game-wrap {
  width: 100%;
  background: #fff;
  padding: 10px 11px;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
}
.mapContent .game-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 17px;
}
.mapContent .game-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  margin-right: 16px;
}
@media screen and (min-width: 375px) {
  .mapContent .game-icon {
    width: 117px;
  }
}
.mapContent .game-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.mapContent .game-info-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (min-width: 375px) {
  .mapContent .game-info-title {
    font-size: 22px;
  }
}
.mapContent .game-info-subtitle {
  font-size: 12px;
  line-height: 1.25em;
  color: #666;
}
.mapContent .game-info-btn {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: auto;
}
@media screen and (min-width: 375px) {
  .mapContent .game-info-btn {
    font-size: 21px;
  }
}
.mapContent .game-info-btn.gray {
  background: #7f7f7f;
}
.mapContent .game-info-description {
  font-size: 15px;
  line-height: 1.5em;
}
.mapContent .game-card-slider {
  margin-top: 20px;
  margin-left: -11px;
  margin-right: -11px;
}
.mapContent .game-card-slider .slick-list {
  padding: 0 10% 0 0 !important;
}
@media screen and (min-width: 375px) {
  .mapContent .game-card-slider .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.mapContent .game-card-slide {
  padding-left: 11px;
  padding-bottom: 15px;
}
.mapContent .game-card-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
}
.mapContent .game-card-img {
  width: 100%;
  display: block;
}
.mapContent .game-card-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 7px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mapContent .game-card-title {
  height: 2.66em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 375px) {
  .mapContent .game-card-title {
    font-size: 20px;
  }
}
.mapContent .game-card-btn {
  display: block;
  width: 5em;
  min-width: auto;
  margin-left: auto;
  margin-right: 0;
}
.mapContent .functionalMsg-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 12px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 7px;
}
.mapContent .functionalMsg-msg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 375px) {
  .mapContent .functionalMsg-msg {
    font-size: 19px;
  }
}
.mapContent .functionalMsg-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 5em;
  margin-left: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mapContent .divider {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 20px 0;
}
.mapContent .suggest-title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 13px;
}
@media screen and (min-width: 375px) {
  .mapContent .suggest-title {
    font-size: 19px;
  }
}
.mapContent .suggest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.mapContent .suggest-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 77px;
  border-radius: 7px;
}

.mapTopic section {
  margin: 15px 0;
}
.mapTopic-goBack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
}
.mapTopic .topic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.mapTopic .map-mainCard-statusBar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 12px;
  background: #4f876f;
}
.mapTopic .map-mainCard-statusBar-notStarted {
  background: #f2b200;
}
.mapTopic .map-mainCard-statusBar-ing {
  background: #4f876f;
}
.mapTopic .map-mainCard-statusBar-complete {
  background: #4f876f;
}
.mapTopic .map-mainCard-statusBar-end {
  background: #e55560;
}
.mapTopic .map-mainCard-statusBar-noQual {
  background: #999999;
}
.mapTopic .map-mainCard-image {
  display: block;
  position: relative;
}
.mapTopic .map-mainCard-imageStatus {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mapTopic .map-mainCard-imageStatus-box {
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  min-height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mapTopic .map-mainCard-imageStatus-notStarted {
  background: #f2b200;
}
.mapTopic .map-mainCard-imageStatus-complete {
  background: #4f876f;
}
.mapTopic .map-mainCard-imageStatus-end {
  background: #e55560;
}
.mapTopic .map-mainCard-imageStatus-noQual {
  background: #999999;
}
.mapTopic .map-mainCard-imageStatusTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .mapTopic .map-mainCard-imageStatusTitle {
    font-size: 21px;
  }
}
.mapTopic .map-mainCard-imageStatusNote {
  font-size: 10px;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
}
@media screen and (min-width: 320px) {
  .mapTopic .map-mainCard-imageStatusNote {
    font-size: 14px;
  }
}
.mapTopic .map-mainCard-imageStatusNote > br {
  display: none;
}
@media screen and (min-width: 320px) {
  .mapTopic .map-mainCard-imageStatusNote > br {
    display: block;
  }
}

.tutorial-img .slider1-house, .tutorial-img .slider-bottomCircle,
.tutorial-img .slider-bottomShadow, .tutorial-img .slider-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tutorial {
  background: #fff;
}
.tutorial-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tutorial-slider,
.tutorial .slick-list,
.tutorial .slick-track {
  height: 100%;
  overflow: hidden;
}
.tutorial .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 15px;
}
.tutorial .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.tutorial .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #89c8ad;
}
.tutorial .slick-dots .slick-active button {
  background-color: #a8a7a7;
}
.tutorial-slide {
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tutorial-slide-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tutorial-slide:nth-child(1) .tutorial-box {
  padding: 20px 35px 40px;
}
.tutorial-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 30px 35px 40px;
}
.tutorial-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tutorial-img .slider-bg {
  height: 100%;
}
.tutorial-img .slider-bottomCircle,
.tutorial-img .slider-bottomShadow {
  bottom: -1px;
}
.tutorial-img .slider1-balloon {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}
.tutorial-img .slider1-boy {
  width: 43.867%;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.tutorial-img .slider1-girl {
  width: 45.73%;
  position: absolute;
  bottom: 0;
  right: 5%;
}
.tutorial-img .slider2-bg-box {
  width: 100%;
  height: 100%;
}
.tutorial-img .slider2-content-box {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-height: 600px) {
  .tutorial-img .slider2-content-box {
    width: 100%;
  }
}
.tutorial-img .slider2-card {
  width: 114.93%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tutorial-img .slider2-step1-arrow {
  position: absolute;
  width: 23.2%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-118%, -108%);
  -ms-transform: translate(-118%, -108%);
  transform: translate(-118%, -108%);
}
.tutorial-img .slider2-step1-text {
  position: absolute;
  width: 68.53%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -500%);
  -ms-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
}
.tutorial-img .slider2-step2-arrow {
  position: absolute;
  width: 12.53%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-207%, 25%);
  -ms-transform: translate(-207%, 25%);
  transform: translate(-207%, 25%);
}
.tutorial-img .slider2-step2-text {
  position: absolute;
  width: 68.267%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 350%);
  -ms-transform: translate(-50%, 350%);
  transform: translate(-50%, 350%);
}
.tutorial-img .slider3-bg-box {
  width: 100%;
  height: 100%;
}
.tutorial-img .slider3-content-box {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-height: 600px) {
  .tutorial-img .slider3-content-box {
    width: 85%;
  }
}
@media (min-height: 700px) {
  .tutorial-img .slider3-content-box {
    width: 100%;
  }
}
.tutorial-img .slider3-img {
  width: 78%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tutorial-img .slider-finger {
  width: 19.333333%;
  position: absolute;
}
.tutorial-img .slider4-bg-box {
  width: 100%;
  height: 100%;
}
.tutorial-img .slider4-content-box {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-height: 600px) {
  .tutorial-img .slider4-content-box {
    width: 85%;
  }
}
@media (min-height: 700px) {
  .tutorial-img .slider4-content-box {
    width: 100%;
  }
}
.tutorial-img .slider4-img {
  width: 82.93%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tutorial-img .slider4-finger {
  top: 69.5%;
  left: 60%;
}
.tutorial-img .slider5-bg-box {
  width: 100%;
  height: 100%;
}
.tutorial-img .slider5-content-box {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-height: 600px) {
  .tutorial-img .slider5-content-box {
    width: 85%;
  }
}
@media (min-height: 700px) {
  .tutorial-img .slider5-content-box {
    width: 100%;
  }
}
.tutorial-img .slider5-img {
  width: 84.267%;
  position: absolute;
  left: 8%;
  bottom: 0;
}
.tutorial-img .slider5-finger {
  top: 83.2%;
  left: 49.5%;
}
.tutorial-slide-5 .tutorial-info {
  position: relative;
}
.tutorial-slide-5 .tutorial-info .tutorial-description {
  max-width: 50%;
}
.tutorial-slide-5 .tutorial-info .slider5-text {
  width: 50%;
  max-width: 164px;
  position: absolute;
  top: 0;
  right: 0;
}
.tutorial-title {
  font-size: 23px;
  font-weight: 700;
  color: #515151;
  margin-bottom: 15px;
}
.tutorial-description {
  font-size: 16px;
  line-height: 1.67em;
  font-weight: 500;
  color: #515151;
  margin-bottom: 15px;
}
.tutorial-btn {
  font-size: 22px;
  font-weight: 500;
}
.tutorial-btn .btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tutorial-btn-icon {
  width: 12px;
  margin-left: 8px;
}