@charset "UTF-8";
/* CSS Document */
/*css reset*/
* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

::-moz-selection {
  background-color: rgba(186, 109, 23, 0.5);
}

::selection {
  background-color: rgba(186, 109, 23, 0.5);
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

h1, h2 {
  font-size: 48px;
  letter-spacing: 2px;
}

h3 {
  font-size: 24px;
  letter-spacing: 1px;
}

h4 {
  font-size: 20px;
  letter-spacing: 1px;
}

h5 {
  font-size: 18px;
  letter-spacing: 1px;
}

h6 {
  font-size: 14px;
  letter-spacing: 1px;
}

p {
  font-size: 16px;
  letter-spacing: 1px;
}

.titlefont {
  font-family: 'Noto Serif TC', serif;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bold {
  font-weight: bold;
}

html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  overflow-x: hidden;
  background: #000;
  color: #fff;
  font-family: '微軟正黑體',serif;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

a, i, img, span,
button, input, select, textarea {
  -webkit-transition: .3s;
  transition: .3s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

span#about1, span#about2, span#about3, span#about4,
span#about5, span#atm-return, span#bonuslist,
span#bonus-set {
  top: -70px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

a.yellowline {
  color: #f0c372;
  text-decoration: underline;
}

a.yellowline:hover, a.yellowline:focus {
  color: #73bed7;
}

.color-yellow {
  color: #f0c372;
}

.color-green {
  color: #9acc15;
}

.color-blue {
  color: #6ddbff;
}

.color-gray {
  color: #bbb;
}

.container {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.inner-banner {
  width: 100%;
  height: 500px;
  background-image: url("../img/innerbanner.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.inner-banner .title-en {
  font-size: 60px;
  line-height: 1.5;
}

.inner-banner .title {
  font-size: 36px;
}

.inner-banner .fontbox {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

ul.weblink {
  margin-top: 40px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

ul.weblink li {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.weblink li a:hover, ul.weblink li a:focus {
  color: #6ddbff;
}

ul.weblink li a:hover i, ul.weblink li a:focus i {
  color: #6ddbff;
}

ul.weblink li i {
  font-size: 18px;
}

ul.weblink li::after {
  content: '>';
  padding: 0 5px;
}

ul.weblink li:last-child::after {
  display: none;
}

.btnbox {
  width: 100%;
}

a.more {
  background-color: #cf736b;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 15px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

a.more.blue {
  background-color: #4baccc;
}

a.more.gray {
  background-color: #666;
}

a.more:hover, a.more:focus {
  background-color: #bbb;
}

a.bigmore, button.bigmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1;
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
  font-weight: bold;
}

a.bigmore i, button.bigmore i {
  color: #fff;
}

a.bigmore.blue, button.bigmore.blue {
  background-color: #73bed7;
  border-color: #73bed7;
}

a.bigmore.white, button.bigmore.white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

a.bigmore:hover, a.bigmore:focus, button.bigmore:hover, button.bigmore:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

a.bigmore:hover i, a.bigmore:focus i, button.bigmore:hover i, button.bigmore:focus i {
  color: #fff;
}

a.btn {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
}

a.btn i {
  color: #000;
  font-size: 28px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

a.btn i.icon-shopping i.icon-check {
  display: none;
}

a.btn i.icon-shopping i.icon-arrow-right {
  left: 50%;
  right: auto;
  font-size: .9em;
}

a.btn:hover, a.btn:focus {
  background-color: #8698a0;
  color: #fff;
}

a.btn:hover i, a.btn:focus i {
  color: #fff;
}

a.btn.add {
  background-color: #f67f2f;
  color: #fff;
}

a.btn.add i {
  color: #fff;
}

a.btn.add:hover {
  background-color: #bbb;
}

a.btn.add:hover i.icon-shopping i.icon-arrow-right {
  left: 80%;
}

a.btn.add.active {
  background-color: #73bed7;
}

a.btn.add.active::before {
  content: '已';
}

a.btn.add.active i.icon-shopping i.icon-check {
  display: block;
  left: 20%;
  top: 80%;
  font-size: 1.2em;
}

a.btn.add.active i.icon-shopping i.icon-arrow-right {
  display: none;
}

.btn-border {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #999;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 5px;
  font-family: '微軟正黑體';
}

.btn-border.blue {
  background-color: #73bed7;
}

.btn-border.white {
  background-color: #fff;
  color: #000;
}

.btn-border:hover, .btn-border:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

input, select, textarea, button {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input:focus, select:focus, textarea:focus, button:focus {
  border-color: #73bed7;
  background-color: #333;
}

select {
  cursor: pointer;
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*改變右邊箭頭樣式*/
  background: transparent;
  background-position: calc(100% - 8px) center;
  background-image: url("../img/select.svg");
  background-repeat: no-repeat;
  background-size: auto 40%;
  padding-right: 40px;
}

/*IE隱藏箭頭樣式*/
select::-ms-expand {
  display: none;
}

.selectbox select, .selectbox input, .selectbox button {
  font-size: 12px;
}

.selectbox select {
  padding: 4px 10px;
  width: 90%;
/*  width: 131px;*/
}

.selectbox input, .selectbox button {
  padding: 5px 10px;
}

.selectbox button {
  background-color: #bbb;
  border-color: #bbb;
}

.selectbox button:disabled {
  background-color: #333;
  border-color: #333;
  color: #999;
}

.selectbox .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectbox .amount input {
  width: 62px;
  margin: 0 5px;
  text-align: center;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s;
  transition: .5s;
}

#menu.scroll {
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 2px solid #ba6d17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6%;
}

#menu.scroll .menu-bar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 200px;
  margin: 0;
  padding: 0;
}

#menu.scroll .menu-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 6px 0;
  width: calc(100% - 200px);
}

#menu.scroll .menu-wrap .logo {
  margin: 0 30px 0 0;
  height: 60px;
}

#menu a {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

#menu a:hover, #menu a:focus {
  opacity: .7;
}

#menu .menu-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 6%;
  margin-top: 15px;
  z-index: 2;
}

#menu .menu-bar::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: #4a4a4a;
  opacity: 0.11;
}

#menu .menu-bar .small-logo {
  display: none;
  width: 60px;
}

#menu .menu-bar .small-logo img {
  width: 100%;
  height: auto;
}

#menu .menu-bar ul.menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu .menu-bar ul.menu-icon li {
  margin: 0 7px;
}

#menu .menu-bar ul.menu-icon li a i {
  font-size: 30px;
}

#menu .menu-bar ul.menu-icon li a span {
  position: absolute;
  bottom: -5px;
  right: -5px;
  background-color: #ff0000;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}

#menu .menu-bar ul.menu-icon li a:hover i, #menu .menu-bar ul.menu-icon li a:focus i {
  opacity: .7;
}

#menu .menu-bar ul.menu-icon li a:hover span, #menu .menu-bar ul.menu-icon li a:focus span {
  background-color: #cf736b;
}

#menu .menu-bar ul.menu-icon li.out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu .menu-bar ul.menu-icon li.out a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1;
}

#menu .menu-bar #burger {
  font-size: 22px;
  display: none;
  margin-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

#menu .menu-bar #burger::after {
  content: 'MENU';
}

#menu .menu-bar #burger ul.bar {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}

#menu .menu-bar #burger ul.bar li {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

#menu .menu-bar #burger ul.bar li:first-child {
  top: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

#menu .menu-bar #burger ul.bar li:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}

#menu .menu-bar #burger ul.bar li:last-child {
  top: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

#menu .menu-bar #burger.active {
  color: #ccc;
}

#menu .menu-bar #burger.active ul.bar li {
  background-color: #ccc;
}

#menu .menu-bar #burger.active ul.bar li:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#menu .menu-bar #burger.active ul.bar li:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) scale(0, 1);
          transform: translate(-50%, -50%) scale(0, 1);
}

#menu .menu-bar #burger.active ul.bar li:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#menu .menu-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

#menu .menu-wrap .logo {
  width: auto;
  height: 70px;
  margin: 0 30px 0 45px;
}

#menu .menu-wrap .logo img {
  width: auto;
  height: 100%;
}

#menu .menu-wrap .logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

#menu .menu-wrap ul.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu .menu-wrap ul.link li {
  padding: 15px;
}

#menu .menu-wrap ul.link li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#gotop {
  position: fixed;
  right: 2%;
  bottom: 4%;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  z-index: 9999;
}

#gotop img {
  width: 100%;
  height: auto;
}

#gotop.scroll {
  opacity: .6;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#gotop:hover {
  opacity: 1;
}

#footer {
  width: 100%;
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
}

#footer a {
  color: #fff;
}

#footer a:hover, #footer a:focus {
  opacity: .7;
}

#footer .wrap {
  width: 96%;
  max-width: 1250px;
  padding: 100px 0;
  margin: 0 auto;
  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;
}

#footer .wrap .title {
  height: 50px;
  margin-top: 50px;
}

#footer .wrap .footer-link {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#footer .wrap .footer-link a {
  color: #dcdcdc;
  font-size: 18px;
}

#footer .wrap .footer-link > ul > li {
  margin: 20px 0;
}

#footer .wrap .footer-contact {
  padding-right: 1%;
}

.footer-contact {
  width: 50%;
}

.footer-contact .logo {
  width: 90%;
  max-width: 280px;
}

.footer-contact .logo img {
  width: 100%;
  height: auto;
}

.footer-contact ul.link {
  margin-top: 35px;
}

.footer-contact ul.link a:hover, .footer-contact ul.link:focus {
  text-decoration: underline;
}

.footer-contact ul.link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.footer-contact ul.link li i {
  color: #f0c372;
  margin-right: 10px;
}

.footer-contact ul.follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-contact ul.follow li i {
  font-size: 34px;
  margin-right: 10px;
}

.footer-contact ul.follow li a:hover, .footer-contact ul.follow li a:focus {
  opacity: .7;
}

.footer-contact ul.follow li.line {
  height: 50px;
  padding: 10px 3px;
  margin-left: 10px;
}

.footer-contact ul.follow li.line img {
  width: auto;
  height: 100%;
}

.copyright {
  width: 100%;
}

.copyright .wrap {
  width: 96%;
  max-width: 1110px;
  padding: 15px 0;
  margin: 0 auto;
  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;
}

.copyright .wrap a {
  color: #6a6a6a;
}

.copyright .wrap a:hover, .copyright .wrap a:focus {
  text-decoration: underline;
}

.copyright .wrap h6 {
  color: #6a6a6a;
  letter-spacing: 0;
  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;
}

.copyright .wrap h6 span {
  color: #999;
  font-size: 1.3em;
  margin-right: 20px;
}

#index-banner {
  width: 100%;
}

#index-banner img {
  width: 100%;
}

#index-banner a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index-banner a.pcimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index-banner a.mimg {
  display: none;
}

#index-banner img.bannerfont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

section#index-what {
  width: 100%;
  padding: 40px 0;
}

section#index-what > ul {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  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;
}

section#index-what > ul > li {
  width: 25%;
  padding: 0 15px;
  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;
}

section#index-what > ul > li h3, section#index-what > ul > li h6 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

section#index-what > ul > li h6 {
  line-height: 1.5;
}

section#index-what > ul > li .img {
  height: 90px;
}

section#index-what > ul > li .img img {
  height: 100%;
  width: auto;
}

section#index-what > ul > li .btnbox {
  padding-top: 20px;
}

section#index-ayu {
  width: 100%;
  background-image: url("../img/index/ayu-bg.jpg");
  background-size: cover;
  background-position: center center;
  border-top: 10px solid #9a8260;
}

section#index-ayu .wrap {
  width: 96%;
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 5% 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section#index-ayu .wrap .img, section#index-ayu .wrap .img img {
  max-width: 100%;
  height: auto;
}

section#index-ayu .wrap h4 {
  margin-top: 40px;
  line-height: 1.8;
  text-align: right;
  color: #35434e;
}

section#index-ayu .wrap h4 span {
  color: #ba6d17;
  font-size: 1.8em;
  letter-spacing: 0;
  margin-right: 10px;
}

section#index-king {
  width: 100%;
  background-image: url("../img/index/king-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

section#index-king .wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

section#index-king .wrap .img {
  width: 50%;
  margin: 0 10% 10% 0;
}

section#index-king .wrap .img img {
  width: 100%;
  height: auto;
}

section#index-king .wrap .font-box {
  width: 40%;
}

section#index-king .wrap .font-box h2 {
  font-size: 58px;
  margin-bottom: 40px;
}

section#index-king .wrap .font-box p {
  line-height: 2;
}

section#index-cup {
  width: 100%;
  background-image: url("../img/index/cup-bg.jpg");
  background-size: cover;
  background-position: center center;
}

section#index-cup .font-box {
  padding: 6% 7%;
  width: 50%;
  font-size: 70px;
}

section#index-cup .font-box h4, section#index-cup .font-box h3, section#index-cup .font-box p {
  letter-spacing: 0;
  font-weight: bold;
}

section#index-cup .font-box h4 {
  color: #73bed7;
  font-size: 0.57em;
}

section#index-cup .font-box h3 {
  color: #8698a0;
  font-size: 1em;
  line-height: 1.3;
  margin: 30px 0 50px 0;
}

section#index-cup .font-box p {
  color: #2a85a3;
  font-size: 0.46em;
  text-align: right;
}

section#index-news {
  margin: 100px 0;
}

section#index-news h2 {
  margin-bottom: 50px;
}

section#index-news ul.news-list {
  margin-bottom: 20px;
}

ul.news-list {
  width: 100%;
  padding: 0 20px;
  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;
}

ul.news-list li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 50px;
}

ul.news-list li > a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.news-list li > a img {
  width: 100%;
  height: auto;
}

ul.news-list li > a .title {
  -webkit-transition: .3s;
  transition: .3s;
}

ul.news-list li > a:hover img, ul.news-list li > a:hover .title, ul.news-list li > a:focus img, ul.news-list li > a:focus .title {
  opacity: .7;
}

ul.news-list li .btnbox {
  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;
}

ul.news-list li .title {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 30px;
}

ul.news-list li .sum {
  margin: 15px 0;
  line-height: 1.6;
}

ul.news-list li .date {
  font-size: 12px;
}

section.hot-product {
  background-image: url("../img/index/product-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.hot-product.innerpage {
  background-image: none;
}

section.hot-product.innerpage .wrap {
  width: 100%;
  border-width: 7px;
}

section.hot-product.innerpage .wrap .img {
  border-width: 7px;
}

section.hot-product.innerpage .wrap .font-box h1 {
  font-size: 36px;
  margin: 0;
}

section.hot-product.innerpage .wrap .des {
  font-size: 14px;
}

section.hot-product h2 {
  width: 100%;
  margin-bottom: 50px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

section.hot-product .wrap {
  width: 96%;
  max-width: 1450px;
  margin-bottom: 50px;
  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;
  background-color: rgba(48, 48, 48, 0.8);
  padding: 5px;
  border: 13px solid rgba(154, 204, 21, 0.53);
  border-radius: 300px;
}

section.hot-product .wrap .img {
  width: 35%;
  border: 13px solid rgba(154, 204, 21, 0.53);
  border-radius: 100%;
  overflow: hidden;
}

section.hot-product .wrap .img a {
  width: 100%;
}

section.hot-product .wrap .img a:hover, section.hot-product .wrap .img a:focus {
  opacity: .7;
}

section.hot-product .wrap .img img {
  width: 100%;
  height: auto;
}

section.hot-product .wrap .selectbox {
  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;
  margin-bottom: 15px;
}

section.hot-product .wrap .selectbox .spec {
  margin-right: 20px;
}

section.hot-product .wrap .font-box {
  width: 65%;
  padding: 20px 15% 20px 5%;
}

section.hot-product .wrap .font-box h1 {
  font-size: 40px;
}

section.hot-product .wrap .font-box h1 span {
  display: block;
  margin-top: 15px;
  color: #999;
  font-size: .6em;
  font-weight: bold;
}

section.hot-product .wrap .font-box .price {
  margin: 25px 0;
}

section.hot-product .wrap .font-box .des {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.hot-product .wrap .font-box .btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

section.hot-product .wrap .font-box a.btn {
  width: 49%;
}

.cartbtn-block {
  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;
}

.cartbtn-block button.account, .cartbtn-block input.num {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.cartbtn-block button.account:hover, .cartbtn-block button.account:focus {
  background-color: #a3b0b6;
}

.cartbtn-block button.account:focus {
  outline: 2px dotted #bbb;
}

.cartbtn-block input.num {
  border-radius: 100%;
  margin: 0 7px;
}

ul.about-fast {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px 0;
}

ul.about-fast li a {
  color: #fff;
  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;
  text-align: center;
}

ul.about-fast li a:hover .icon-b, ul.about-fast li a:focus .icon-b {
  background-color: #f67f2f;
}

ul.about-fast li a:hover .img img, ul.about-fast li a:focus .img img {
  opacity: .7;
}

ul.about-fast li .img {
  width: auto;
  height: 75px;
}

ul.about-fast li .img img {
  width: auto;
  height: 100%;
}

ul.about-fast li h3 {
  width: 100%;
  padding: 25px 0 15px 0;
}

ul.about-fast li .icon-b {
  width: 40px;
  height: 40px;
  background-color: #73bed7;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}

section.about-wrap {
  width: 100%;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.about-wrap .imgbox {
  width: 55%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

section.about-wrap .imgbox img {
  width: 100%;
  height: auto;
}

section.about-wrap .fontbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 55%;
  margin-left: -10%;
  margin-top: 20%;
  padding: 5% calc(50% - 600px) 5% 5%;
  z-index: 2;
  background: #333;
  background: linear-gradient(-45deg, rgba(17, 17, 17, 0.95), rgba(51, 51, 51, 0.95));
}

section.about-wrap .fontbox h2 {
  font-weight: bold;
  margin-bottom: 30px;
  color: #dcdcdc;
}

section.about-wrap .fontbox p {
  line-height: 1.6;
}

section.about-wrap.ins .imgbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

section.about-wrap.ins .fontbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: -10%;
  padding: 5% 5% 5% calc(50% - 600px);
}

section.about-certi {
  width: 100%;
  margin-bottom: 50px;
  padding: 50px;
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-container#certificate {
  padding: 50px 0;
}

.swiper-container#certificate .swiper-slide img {
  width: 100%;
  height: auto;
}

.flower-box {
  position: absolute;
  width: 390px;
  height: 390px;
}

.flower-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.flower-box img.flowerBefore {
  z-index: -2;
  -webkit-animation: flowerBefore 20s linear infinite;
          animation: flowerBefore 20s linear infinite;
}

.flower-box img.flowerAfter {
  z-index: -1;
  -webkit-animation: flowerAfter 20s linear infinite;
          animation: flowerAfter 20s linear infinite;
}

.flower-box.flower1 {
  top: -170px;
  left: 10%;
}

.flower-box.flower2 {
  top: -170px;
  right: 10%;
}

@-webkit-keyframes flowerBefore {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes flowerBefore {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes flowerAfter {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes flowerAfter {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

ul.category-list {
  width: 100%;
  margin-bottom: 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.category-list li {
  font-size: 24px;
  margin: 0 20px;
  font-family: '微軟正黑體';
}

ul.category-list li input[type="radio"] {
  display: none;
}

ul.category-list li a, ul.category-list li label {
  color: #999;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

ul.category-list li a:hover, ul.category-list li a:focus, ul.category-list li label:hover, ul.category-list li label:focus {
  color: #f0c372;
}

ul.category-list li::after {
  content: '';
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: .3s;
  transition: .3s;
}

ul.category-list li.active a, ul.category-list li.active label {
  color: #fff;
}

ul.category-list li.active::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

ul.product-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

ul.product-list li {
  width: calc(100% / 4);
  text-align: center;
  padding: 10px 15px 50px 15px;
}

ul.product-list li a.img {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 5px solid #ddd;
  border-radius: 100%;
  overflow: hidden;
}

ul.product-list li a.img img {
  width: 100%;
  height: auto;
}

ul.product-list li a.img:hover, ul.product-list li a.img:focus {
  border-color: #ba6d17;
}

ul.product-list li a.img:hover img, ul.product-list li a.img:focus img {
  opacity: .7;
}

ul.product-list li .cate, ul.product-list li .name, ul.product-list li .price {
  line-height: 1.5;
}

ul.product-list li .name {
  color: #bbb;
  margin: 5px 0;
}

ul.product-list li .btnbox {
  width: 100%;
  margin-top: 15px;
  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;
}

ul.product-list li .btnbox a.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60px;
  height: 50px;
  margin: 5px;
}

ul.product-list li .btnbox a.btn.add.active::before {
  display: none;
}

ul.product-list li .selectbox .spec {
  margin: 10px 0 15px 0;
}

ul.product-list li .selectbox .amount {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagewrap {
  width: 100%;
  margin-bottom: 100px;
  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;
}

.pagewrap.btnbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagewrap .backbox a {
  font-size: 16px;
  padding: 10px 20px;
  background-color: #999;
  border: 1px solid #999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagewrap .backbox a i {
  margin-right: 10px;
  color: #fff;
  margin-left: -5px;
}

.pagewrap .backbox a:hover, .pagewrap .backbox a:focus {
  background-color: transparent;
  border-color: #73bed7;
  color: #73bed7;
}

.pagewrap .backbox a:hover i, .pagewrap .backbox a:focus i {
  color: #73bed7;
  margin-right: 15px;
  margin-left: -10px;
}

.pagewrap .pagebox {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pagewrap .pagebox .prev a, .pagewrap .pagebox .next a, .pagewrap .pagebox ul.num li a {
  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;
  font-size: 16px;
  border: 1px solid #fff;
}

.pagewrap .pagebox .prev a:hover, .pagewrap .pagebox .prev a:focus, .pagewrap .pagebox .next a:hover, .pagewrap .pagebox .next a:focus, .pagewrap .pagebox ul.num li a:hover, .pagewrap .pagebox ul.num li a:focus {
  background-color: #2a85a3;
  border-color: #2a85a3;
}

.pagewrap .pagebox .prev a, .pagewrap .pagebox .next a {
  padding: 10px 20px;
}

.pagewrap .pagebox .prev {
  margin-right: 5px;
}

.pagewrap .pagebox .prev a i {
  margin-right: 5px;
  margin-left: -5px;
}

.pagewrap .pagebox .prev a:hover i, .pagewrap .pagebox .prev a:focus i {
  margin-right: 10px;
  margin-left: -10px;
}

.pagewrap .pagebox .next {
  margin-left: 5px;
}

.pagewrap .pagebox .next a i {
  margin-right: -5px;
  margin-left: 5px;
}

.pagewrap .pagebox .next a:hover i, .pagewrap .pagebox .next a:focus i {
  margin-right: -10px;
  margin-left: 10px;
}

.pagewrap .pagebox ul.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagewrap .pagebox ul.num li {
  margin: 5px;
}

.pagewrap .pagebox ul.num li a {
  padding: 10px 0;
  width: 40px;
}

.pagewrap .pagebox ul.num li.active a {
  background-color: #999;
  border-color: #999;
}

.pagewrap .article-box {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagewrap .article-box > div a {
  width: 100%;
  padding: 20px;
  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;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid transparent;
}

.pagewrap .article-box > div a span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.pagewrap .article-box > div a:hover, .pagewrap .article-box > div a:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.pagewrap .article-box > div a:hover span, .pagewrap .article-box > div a:focus span {
  color: #fff;
}

.pagewrap .article-box .back {
  width: 150px;
  margin: 0 10px;
}

.pagewrap .article-box .back a {
  background-color: #fff;
  color: #000;
}

.pagewrap .article-box .next, .pagewrap .article-box .prev {
  width: calc((100% - 170px) / 2);
}

.pagewrap .article-box .next a, .pagewrap .article-box .prev a {
  background-color: #8698a0;
}

.product-top {
  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;
  margin: 100px 0;
}

.product-top .imgbox {
  width: 45%;
  border: 5px solid #ddd;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
}

.product-top .imgbox img {
  width: 100%;
  height: auto;
}

.product-top .fontbox {
  width: 55%;
  padding-left: 5%;
}

.product-top .fontbox .name {
  color: #bbb;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 15px 0;
}

.product-top .fontbox .price {
  font-size: 30px;
}

.product-top .fontbox .selectbox {
  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;
  margin: 30px 0;
}

.product-top .fontbox .selectbox > li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-top .fontbox .selectbox > li p {
  margin-right: 5px;
  width: 70px;
}

.product-top .fontbox .des {
  line-height: 1.8;
}

.product-top .fontbox .btnbox {
  margin-top: 30px;
  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;
}

.product-top .fontbox .btnbox a.btn {
  width: 49%;
}

.product-bottom {
  width: 100%;
  padding: 50px;
  margin-bottom: 30px;
  background: #333;
  background: linear-gradient(-45deg, rgba(17, 17, 17, 0.95), rgba(51, 51, 51, 0.95));
}

.product-bottom .titlefont {
  font-size: 36px;
  margin-bottom: 40px;
}

.edit-block {
  width: 100%;
}

.edit-block h1, .edit-block h2, .edit-block h3, .edit-block h4, .edit-block h5, .edit-block h6, .edit-block p {
  line-height: 1.5;
}

.edit-block h1 {
  font-size: 32px;
}

.edit-block h2 {
  font-size: 28px;
}

.edit-block img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.innerpage h1.titlefont, .innerpage h2.titlefont {
  margin: 50px 0;
}

.innerpage .pagewrap {
  margin-top: 50px;
}

.news-inner {
  margin-top: 30px;
}

.news-inner .date {
  color: #ccc;
  padding: 10px 0;
}

.news-inner h1 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}

ul#faq-list {
  width: 100%;
  margin-bottom: 100px;
}

ul#faq-list li {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
  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;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

ul#faq-list li:hover {
  background-color: #222;
}

ul#faq-list li .iconbox {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul#faq-list li .iconbox i {
  color: #ddd;
  font-size: 60px;
}

ul#faq-list li .quest {
  width: calc(100% - 100px);
  padding-right: 100px;
  line-height: 1.5;
}

ul#faq-list li .ans {
  width: 100%;
  padding-left: 100px;
  padding-right: 30px;
  padding-bottom: 0;
  line-height: 1.5;
  opacity: 0;
  height: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

ul#faq-list li i.icon-faq-arrow {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%) rotate(0);
  font-size: 30px;
  color: #ddd;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

ul#faq-list li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/faq-a.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

ul#faq-list li.active .ans {
  opacity: 1;
  height: auto;
  padding-bottom: 10px;
}

ul#faq-list li.active .quest {
  color: #9acc15;
}

ul#faq-list li.active i.icon-faq-arrow {
  opacity: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

ul#faq-list li.active::before {
  opacity: .3;
}

.contact-top {
  width: 100%;
  margin-bottom: 100px;
  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;
}

.contact-top .mapbox, .contact-top .footer-contact {
  width: 50%;
}

.contact-top .footer-contact {
  padding-left: 5%;
}

section.contact-bottom {
  width: 100%;
  padding-bottom: 100px;
  background-image: url("../img/contact-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}

form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form .form-item {
  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;
  margin-bottom: 30px;
}

form .form-item.half {
  width: 49%;
}

form .form-item input, form .form-item textarea, form .form-item select {
  width: 100%;
  padding: 7px 15px;
  font-size: 14px;
}

form .form-item input[type="checkbox"] {
  display: none;
}

form .form-item.check {
  cursor: pointer;
}

form .form-item.check h6 {
  width: 100%;
  padding: 3px 0 3px 30px;
  background-image: url("../img/uncheck.svg");
  background-size: auto 20px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #aaa;
}

form .form-item.check input[type="checkbox"]:checked ~ h6 {
  background-image: url("../img/checked.svg");
  color: #fff;
}

form .form-item.time {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form .form-item.time select, form .form-item.time .store {
  width: 49%;
}

form .form-item.time .store {
  padding-left: 10px;
}

form .form-item.time input {
  margin-top: 10px;
}

form .form-item .form-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

form .form-item.required .form-title::before {
  content: '*';
  margin-right: 5px;
}

form .form-item.captcha input {
  width: calc(100% - 138px);
  margin-right: 10px;
}

form .form-item.captcha a {
  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;
}

form .form-item.captcha img {
  width: 128px;
  height: 32px;
}

form .form-item.datetime {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form .form-item.datetime input.half {
  width: 49%;
}

form .form-item.datetime h6 {
  margin-top: 5px;
}

form.contact-form {
  padding: 60px;
  background: #333;
  background: linear-gradient(-45deg, rgba(17, 17, 17, 0.95), rgba(51, 51, 51, 0.95));
}

form.contact-form h2.titlefont {
  margin: 10px 0 30px 0;
}

form.contact-form .des {
  margin-bottom: 60px;
  line-height: 1.8;
}

form.contact-form h2.titlefont, form.contact-form .des {
  width: 100%;
  text-align: center;
}

form.contact-form .form-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  font-family: 'Noto Serif TC', serif;
  font-weight: bold;
}

form.contact-form .form-item .form-title {
  font-size: 30px;
  width: 95px;
  margin-bottom: 0;
}

form.contact-form .form-item input {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 6px 15px;
}

form.contact-form .form-item textarea {
  padding: 10px 15px;
  line-height: 1.8;
}

form.contact-form .form-item input, form.contact-form .form-item textarea {
  width: calc(100% - 95px);
  font-size: 16px;
  background: transparent;
}

form.contact-form .form-item input:focus, form.contact-form .form-item textarea:focus {
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f0c372;
}

form.contact-form .form-item.captcha input {
  width: calc(100% - 95px - 138px);
  margin-right: 10px;
}

form.contact-form .form-item.captcha img {
  width: 128px;
  height: 32px;
}

form.contact-form button.form-btn {
  width: 100%;
  background-color: #2a85a3;
  border: none;
  font-size: 24px;
  font-weight: bold;
  padding: 18px;
  margin-top: 30px;
}

form.contact-form button.form-btn:hover, form.contact-form button.form-btn:focus {
  background-color: #73bed7;
}

.bil-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  font-family: 'Noto Serif TC', serif;
}

.bil-title .en {
  margin-right: 10px;
  margin-bottom: 5px;
}

.bil-title .cn {
  margin-bottom: 10px;
  color: #999;
  font-weight: bold;
}

section.login-wrap {
  width: 100%;
  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;
  margin: 100px 0;
}

section.login-wrap .login-block {
  width: 50%;
}

section.login-wrap .login-block h6 {
  line-height: 2;
}

section.login-wrap .login-block.left {
  border-right: 1px solid #fff;
  padding-right: 30px;
}

section.login-wrap .login-block.right {
  padding-left: 30px;
}

section.login-wrap .login-block.center {
  width: 100%;
  max-width: 700px;
}

section.login-wrap .login-block .btnbox {
  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;
}

section.login-wrap .login-block .btnbox.forget {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.login-wrap .login-block .btnbox.signup {
  margin-top: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.remove-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.remove-icon:hover {
  opacity: .7;
}

.remove-icon > div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}

.remove-icon > div:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.remove-icon > div:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.bg-gray {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.8);
  z-index: 1001;
}

.forget-block {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  width: 96%;
  max-width: 700px;
  padding: 40px;
  z-index: 1002;
}

.forget-block .remove-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

.forget-block .bil-title {
  margin: 0;
}

.forget-block h6.des {
  color: #f0c372;
  line-height: 1.5;
  margin: 20px 0 30px 0;
}

.forget-block .btnbox {
  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;
}

.forget-block .btnbox a.bigmore {
  width: 100%;
}

.forget-block .middle {
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.forget-block ul.bonus-info {
  font-size: 14px;
  line-height: 1.8;
  margin: -15px 0 10px 0;
}

.innerpage.cart h1.titlefont, .innerpage.cart h2.titlefont {
  font-size: 32px;
}

ul#cart-step {
  width: 100%;
  margin: 50px 0 80px 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul#cart-step .dash {
  width: 40px;
  height: 1px;
  border-bottom: 2px dashed #999;
  margin: 0 5px;
}

ul#cart-step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 15px 40px;
  border: 2px dashed #999;
  border-radius: 50px;
  color: #999;
}

ul#cart-step li h6 {
  font-weight: bold;
}

ul#cart-step li .iconbox {
  width: 40px;
  height: 40px;
  margin-left: 25px;
  border: 2px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}

ul#cart-step li .iconbox i {
  font-size: 28px;
}

ul#cart-step li.active {
  background-color: #cf736b;
  color: #fff;
  border-color: transparent;
}

ul#cart-step li.active .iconbox {
  border-color: #fff;
}

ul.buylist {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}

ul.buylist li {
  padding: 12px 0;
  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;
}

ul.buylist li > div {
  text-align: center;
}

ul.buylist li .photo {
  width: 80px;
}

ul.buylist li .photo a {
  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;
  width: 100%;
}

ul.buylist li .photo a img {
  width: 100%;
  height: auto;
}

ul.buylist li .photo a:hover, ul.buylist li .photo a:focus {
  opacity: .7;
}

ul.buylist li .name {
  width: calc(100% - 660px);
  padding: 0 20px;
  text-align: left;
  line-height: 1.5;
}

ul.buylist li .name a:hover, ul.buylist li .name a:focus {
  text-decoration: underline;
}

ul.buylist li .spec select {
  width: calc(100% - 20px);
}

ul.buylist li .amount {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.buylist li .amount input {
  width: 50px;
}

ul.buylist li .spec, ul.buylist li .amount {
  width: 150px;
}

ul.buylist li .unit, ul.buylist li .sub {
  width: 100px;
}

ul.buylist li .del {
  width: 80px;
  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;
}

ul.buylist li.thead {
  background-color: #666;
}

ul.buylist li.tbody {
  border-bottom: 1px solid #aaa;
}

ul.buylist li.tbody .remove-icon {
  width: 20px;
  height: 20px;
}

.cart-btnbox {
  width: 100%;
  margin: 50px 0 100px 0;
  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;
}

.cart-btnbox .bigmore {
  width: 49%;
  max-width: 300px;
  border-radius: 50px;
}

.cart-btnbox .bigmore i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 24px;
}

.cart-btnbox .bigmore.left i {
  left: 10%;
}

.cart-btnbox .bigmore.right i {
  right: 10%;
}

.cart-btnbox .bigmore:hover.left i {
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}

.cart-btnbox .bigmore:hover.right i {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

.table-section {
  width: 100%;
  margin-bottom: 50px;
}

.table-section h3.tar {
  margin-top: 30px;
}

.table-section .table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-section .table .thead, .table-section .table .tbody {
  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;
  font-size: 14px;
}

.table-section .table .thead {
  background-color: #666;
  padding: 12px 20px;
  font-weight: bold;
}

.table-section .table .tbody {
  border-bottom: 1px solid #999;
  padding: 20px;
  line-height: 1.5;
}

.table-section .table .tbody.code input {
  width: 200px;
  padding: 5px 15px;
  margin: 0 7px;
  line-height: 1;
}

.table-section .table .tbody.code h6.success, .table-section .table .tbody.code h6.fail {
  margin-left: 10px;
}

.table-section .table .tbody.code h6.success {
  color: #9acc15;
}

.table-section .table .tbody.code h6.fail {
  color: #f0c372;
}

.table-section .table .tbody.code a.apply {
  padding: 7px 25px;
  line-height: 1;
  background-color: #cf736b;
}

.table-section .table .tbody.code a.apply:hover, .table-section .table .tbody.code a.apply:focus {
  background-color: #73bed7;
}

.table-section .table label.tbody {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.table-section .table label.tbody:hover {
  background-color: #222;
}

.table-section .table > .half {
  width: 50%;
}

.table-section .table > .half .tbody {
  width: 100%;
  padding: 20px 20px 0 20px;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-section .table > .half .form-item:last-child {
  margin-bottom: 0;
}

.table-section .table > .half.left {
  border-right: 1px solid #666;
}

.table-section .table.send .thead > div.type, .table-section .table.send .tbody > div.type {
  width: 25%;
}

.table-section .table.send .thead > div.shipping, .table-section .table.send .tbody > div.shipping {
  width: 25%;
}

.table-section .table.send .thead > div.note, .table-section .table.send .tbody > div.note {
  width: 50%;
}

.table-section .table.send .thead > div.notebig, .table-section .table.send .tbody > div.notebig {
  width: 75%;
}

.table-section .table.send .tbody .type {
  padding-left: 25px;
  padding-right: 10px;
  background-image: url("../img/unradio.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 16px;
}

.table-section .table.send input[type="radio"] {
  display: none;
}

.table-section .table.send input[type="radio"]:checked ~ .type {
  background-image: url("../img/radio.svg");
  color: #9acc15;
}

.center-wrap {
  width: 96%;
  margin: 100px auto;
  max-width: 650px;
  padding: 35px;
  background: #333;
  background: linear-gradient(-45deg, rgba(17, 17, 17, 0.95), rgba(51, 51, 51, 0.95));
}

.center-wrap .titlelink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.center-wrap .middle {
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.center-wrap .middle p {
  line-height: 2;
}

.center-wrap .middle ul.cart-total {
  width: 100%;
}

.center-wrap .middle ul.cart-total li {
  padding: 10px 0;
  width: 100%;
  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;
}

.center-wrap h3.tar {
  margin-top: 20px;
}

.center-wrap .btnbox {
  width: 100%;
  margin-top: 30px;
  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;
}

.center-wrap .btnbox .bigmore {
  width: 100%;
  padding: 12px;
}

.center-wrap .btnbox .bigmore.half {
  width: 49%;
}

.send-order h1.titlefont, .send-order h2.titlefont {
  margin: 25px 0;
}

.send-order p {
  line-height: 1.8;
}

.send-order .center-wrap {
  margin: 40px auto 70px auto;
}

.send-order .center-wrap.cod {
  padding: 0;
  background: transparent;
  margin-bottom: 100px;
}

.member-wrap {
  margin: 50px auto;
  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;
}

ul#member-link {
  width: 20%;
}

ul#member-link li {
  width: 100%;
  font-weight: bold;
}

ul#member-link li.top {
  background-color: #73bed7;
  padding: 10px 20px;
}

ul#member-link li.list a {
  width: 100%;
  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: 15px 20px;
  border-bottom: 1px solid #bbb;
}

ul#member-link li.list a i {
  font-weight: normal;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

ul#member-link li.list a:hover, ul#member-link li.list a:focus {
  background-color: #333;
  color: #fff;
}

ul#member-link li.list a:hover i, ul#member-link li.list a:focus i {
  color: #fff;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

ul#member-link li.list.active {
  background-color: #fff;
}

ul#member-link li.list.active a {
  color: #2a85a3;
}

ul#member-link li.list.active a i {
  color: #2a85a3;
}

ul#member-link li.list.active a:hover, ul#member-link li.list.active a:focus {
  background-color: #fff;
}

.code-wrap {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.code-wrap #copy, .code-wrap button {
  height: 36px;
  font-size: 14px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.code-wrap #copy {
  width: 200px;
  border: 1px solid #fff;
}

.code-wrap button {
  border: 1px solid #cf736b;
  background-color: #cf736b;
  color: #fff;
  margin-left: 10px;
}

.code-wrap button i {
  margin-left: 5px;
}

.code-wrap button:hover, .code-wrap button:focus {
  background-color: #73bed7;
  border-color: #73bed7;
}

.member-main {
  width: 80%;
  padding-left: 20px;
}

.member-main h6, .member-main p {
  line-height: 1.8;
}

.member-main .pagewrap {
  margin: 20px 0;
}

.member-main .pagewrap .pagebox {
  width: auto;
}

.member-main .bigmore {
  font-size: 16px;
  padding: 15px 30px;
}

.member-main .btnbox {
  margin-top: 20px;
}

.member-main .btnbox .bigmore:nth-child(2) {
  margin-left: 5px;
}

.member-main .card-block, .member-main .table-block {
  width: 100%;
}

.member-main .card-block .titlebox, .member-main .table-block .titlebox {
  padding-bottom: 20px;
}

.member-main .card-block .titlebox h2, .member-main .table-block .titlebox h2 {
  font-size: 32px;
  font-weight: bold;
}

.member-main .card-block {
  padding: 35px 30px;
  margin-bottom: 30px;
  background: #333;
  background: linear-gradient(-45deg, rgba(17, 17, 17, 0.95), rgba(51, 51, 51, 0.95));
}

.member-main .card-block .titlebox {
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}

.member-main .card-block form {
  padding-top: 10px;
}

.member-main .card-block form .btnbox {
  margin-top: 0;
}

.member-main .card-block ul.member-info {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
}

.member-main .card-block ul.member-info li {
  line-height: 1.5;
  padding: 5px 0;
}

.member-main .card-block ul.member-info li span a.more {
  margin-left: 15px;
  border-radius: 0;
}

.member-main .card-block ul.member-info.half {
  padding: 0;
  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;
}

.member-main .card-block ul.member-info.half li {
  width: 50%;
}

.member-main .card-block ul.member-info.send {
  padding: 0;
  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;
}

.member-main .card-block ul.member-info.send li {
  width: 50%;
  padding: 0;
}

.member-main .card-block ul.member-info.send li h6 {
  line-height: 2;
}

.member-main .card-block.order-inner a.yellowline {
  margin-left: 5px;
}

.member-main .card-block.order-inner a.yellowline.anchor {
  margin-right: 5px;
}

.member-main .table-block {
  margin: 60px 0;
}

.member-main .table-block.m0 {
  margin: 0;
}

.member-main .table-block .titlebox .des {
  margin-top: 15px;
}

.member-main .table-block ul.table {
  width: 100%;
  padding-bottom: 20px;
}

.member-main .table-block ul.table li {
  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;
  font-size: 14px;
  padding: 15px;
  line-height: 1.5;
}

.member-main .table-block ul.table li a.more {
  border-radius: 0;
  padding: 7px 12px;
}

.member-main .table-block ul.table li a.yellowline {
  display: block;
}

.member-main .table-block ul.table li > div {
  width: calc((100% - 100px) / 5);
}

.member-main .table-block ul.table li .detail {
  width: 100px;
  line-height: 1;
}

.member-main .table-block ul.table li.thead {
  background-color: #666;
}

.member-main .table-block ul.table li.tbody {
  border-bottom: 1px solid #999;
}

.member-main .table-block ul.table.five li > div {
  /*width: 150px;*/
  width:16%;
  text-align: center;
}

.member-main .table-block ul.table.five li > div:first-child {
  text-align: left;
}
/*
.member-main .table-block ul.table.five li > div:nth-child(3), .member-main .table-block ul.table.five li > div:nth-child(4) {
  width: calc((100% - 370px ) / 2);
}

.member-main .table-block ul.table.five li > div:last-child {
  width: 70px;
}
*/
.member-main .table-block ul.table.four li > div {
  width: 25%;
  text-align: center;
}

.member-main .table-block ul.buylist li .name {
  width: calc(100% - 580px);
}

@media screen and (max-width: 1440px) {
  .inner-banner {
    height: 400px;
  }
  .inner-banner .title-en {
    font-size: 50px;
  }
  .inner-banner .title {
    font-size: 30px;
  }
  .inner-banner .fontbox {
    top: 65%;
  }
  #footer .wrap .footer-contact {
    padding-left: 5%;
  }
  #menu.scroll {
    padding: 0 3%;
  }
  #menu .menu-bar {
    padding: 3px 3%;
  }
  #menu .menu-wrap a {
    font-size: 18px;
  }
  #menu .menu-wrap .logo {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 30px;
  }
  section#index-cup .font-box {
    font-size: 54px;
  }
  section.about-wrap .fontbox, section.about-wrap.ins .fontbox {
    padding: 5%;
  }
  section.about-wrap .imgbox {
    width: 70%;
  }
  section.about-wrap .fontbox {
    width: 70%;
    margin-left: -45%;
    margin-top: 30%;
  }
  section.about-wrap.ins .fontbox {
    margin-right: -45%;
  }
  .flower-box.flower1 {
    left: 2%;
  }
  .flower-box.flower2 {
    right: 2%;
  }
}

@media screen and (max-width: 1200px) {
  section#index-cup .font-box {
    padding: 6% 4%;
  }
  ul.about-fast li {
    width: 20%;
  }
}

@media screen and (max-width: 1024px) {
  img {
    -webkit-transition: 0s;
    transition: 0s;
  }
  h1, h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 15px;
  }
  span#atm-return,
  span#bonuslist,
  span#bonus-set {
    top: -100px;
  }
  a.btn {
    font-size: 16px;
  }
  .inner-banner {
    height: 300px;
  }
  .inner-banner .title-en {
    font-size: 40px;
  }
  .inner-banner .title {
    font-size: 24px;
  }
  ul.news-list li {
    width: calc(100% / 3 - 12px);
  }
  #menu, #menu.scroll {
    padding: 0;
    border-bottom: 2px solid #ba6d17;
  }
  #menu .menu-bar, #menu.scroll .menu-bar {
    width: 100%;
    margin-top: 0;
    padding: 5px 3%;
    background-color: #000;
  }
  #menu .menu-bar .small-logo, #menu.scroll .menu-bar .small-logo {
    display: block;
    margin-right: auto;
  }
  #menu .menu-bar #burger, #menu.scroll .menu-bar #burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #menu .menu-bar form.search-block, #menu.scroll .menu-bar form.search-block {
    right: calc(3% + 127px);
  }
  #menu .menu-wrap, #menu.scroll .menu-wrap {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 70px;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #menu .menu-wrap.active, #menu.scroll .menu-wrap.active {
    opacity: 1;
    pointer-events: auto;
  }
  #menu .menu-wrap .logo, #menu.scroll .menu-wrap .logo {
    display: none;
  }
  #menu .menu-wrap ul.link, #menu.scroll .menu-wrap ul.link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0;
    background: #2a85a3;
  }
  #menu .menu-wrap ul.link li, #menu.scroll .menu-wrap ul.link li {
    width: 100%;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  #menu .menu-wrap ul.link li a, #menu.scroll .menu-wrap ul.link li a {
    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;
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  #menu .menu-wrap ul.link li a:hover, #menu .menu-wrap ul.link li a:focus, #menu.scroll .menu-wrap ul.link li a:hover, #menu.scroll .menu-wrap ul.link li a:focus {
    background-color: #000;
  }
  #index-banner {
    margin-top: 70px;
  }
  #index-banner a.pcimg {
    display: none;
  }
  #index-banner a.mimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section#index-what > ul > li {
    padding: 0 5px;
  }
  section#index-what > ul > li h6 {
    margin-top: 10px;
  }
  section#index-ayu {
    height: auto;
  }
  section#index-king .wrap .img {
    width: 45%;
    margin: 0 5% 10% 0;
  }
  section#index-king .wrap .font-box {
    width: 50%;
  }
  section#index-king .wrap .font-box h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  section#index-cup .font-box {
    font-size: 44px;
  }
  section.hot-product .wrap {
    border-width: 7px;
  }
  section.hot-product .wrap .img {
    border-width: 7px;
  }
  section.hot-product .wrap .font-box {
    padding: 20px 15% 20px 3%;
  }
  section.hot-product .wrap .font-box h1 {
    font-size: 28px;
  }
  section.hot-product .wrap .font-box h1 span {
    margin-top: 8px;
    font-size: .8em;
  }
  section.hot-product .wrap .font-box .price {
    margin: 20px 0 15px 0;
  }
  section.hot-product .wrap .font-box .des {
    line-height: 1.5;
  }
  ul.product-list li {
    width: calc(100% / 3);
  }
  .product-top .imgbox {
    width: 35%;
  }
  .product-top .fontbox {
    width: 65%;
  }
  .product-top .fontbox .name {
    font-size: 20px;
    margin: 5px 0 15px 0;
  }
  .contact-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-top .mapbox {
    width: 100%;
  }
  .contact-top .footer-contact {
    width: auto;
    padding-top: 50px;
    padding-left: 0;
  }
  form.contact-form {
    padding: 60px 4%;
  }
  ul#cart-step .dash {
    width: 25px;
  }
  ul#cart-step li {
    padding: 8px 8px 8px 30px;
  }
  ul#cart-step li .iconbox {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
  ul#cart-step li .iconbox i {
    font-size: 22px;
  }
  ul.buylist li.thead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.buylist li.thead > div {
    display: none;
  }
  ul.buylist li.thead::before {
    content: '產品列表';
    font-size: 18px;
  }
  ul.buylist li > div {
    text-align: left;
  }
  ul.buylist li > div::before {
    content: attr(data-title);
    display: block;
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
    color: #f0c372;
    font-size: 16px;
  }
  ul.buylist li .photo::before, ul.buylist li .name::before, ul.buylist li .del::before {
    display: none;
  }
  ul.buylist li .photo {
    width: 150px;
  }
  ul.buylist li .name {
    width: calc(100% - 150px);
  }
  ul.buylist li .spec {
    width: 200px;
  }
  ul.buylist li .amount {
    width: 135px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  ul.buylist li .unit, ul.buylist li .sub {
    text-align: center;
    width: calc((100% - 335px) / 2);
  }
  ul.buylist li .del {
    width: auto;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  ul#member-link {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  ul#member-link li.list {
    display: none;
    background-color: rgba(51, 51, 51, 0.95);
  }
  ul#member-link.buractive {
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
  }
  ul#member-link.buractive li.list {
    display: block;
  }
  ul#member-link li.top {
    padding: 15px 20px;
    background-color: #ee9a39;
  }
  ul#member-link li.top p::before {
    content: 'MEMBER-';
  }
  ul#member-link li.top .burger {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  ul#member-link li.top .burger > div {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
  }
  ul#member-link li.top .burger > div:first-child {
    top: 20%;
  }
  ul#member-link li.top .burger > div:last-child {
    top: 80%;
  }
  ul#member-link li.top .burger.active > div:first-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  ul#member-link li.top .burger.active > div:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) scale(0, 1);
            transform: translate(-50%, -50%) scale(0, 1);
  }
  ul#member-link li.top .burger.active > div:last-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  ul#member-link li.list.active a {
    color: #f67f2f;
  }
  ul#member-link li.list.active a i {
    color: #f67f2f;
  }
  .member-main {
    width: 100%;
    padding-left: 0;
  }
  .member-main .table-block ul.buylist li .name {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 1000px) {
  section#index-cup .font-box {
    width: 90%;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  }
  section.hot-product .wrap {
    border-radius: 100px;
    padding: 40px 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.hot-product .wrap .selectbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.hot-product .wrap .img {
    width: 50%;
  }
  section.hot-product .wrap .font-box {
    width: 100%;
    padding: 20px 0 0 0;
  }
  section.hot-product .wrap .font-box h1, section.hot-product .wrap .font-box .price {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .bil-title .cn {
    margin-bottom: 6px;
  }
  .innerpage.cart h1.titlefont, .innerpage.cart h2.titlefont {
    font-size: 24px;
    margin: 20px 0;
  }
  .table-section .table .thead, .table-section .table .tbody {
    padding: 10px;
  }
  .table-section .table .tbody.code h6.success, .table-section .table .tbody.code h6.fail {
    margin-left: 0;
    width: 100%;
  }
  .table-section .table > .half {
    width: 100%;
  }
  .table-section .table > .half.left {
    border-right: none;
    margin-bottom: 30px;
  }
  .table-section .table > .half .tbody {
    padding: 20px 10px;
  }
  .table-section .table.send .thead > div.type, .table-section .table.send .tbody > div.type {
    width: 100%;
  }
  .table-section .table.send .thead > div.notebig, .table-section .table.send .thead > div.note, .table-section .table.send .thead > div.shipping, .table-section .table.send .tbody > div.notebig, .table-section .table.send .tbody > div.note, .table-section .table.send .tbody > div.shipping {
    width: 100%;
    padding-left: 25px;
  }
  .table-section .table.send .thead > div.shipping, .table-section .table.send .thead > div.notebig, .table-section .table.send .thead > div.note {
    display: none;
  }
  section.hot-product.innerpage {
    padding: 20px 0;
  }
  ul.news-list {
    padding: 0;
  }
  ul.news-list li {
    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;
    border: 1px solid #999;
    padding: 5px;
    margin-bottom: 15px;
  }
  ul.news-list li .rwdbox {
    width: 100%;
  }
  ul.news-list li .rwdbox .img {
    width: 20%;
  }
  ul.news-list li .sum {
    display: none;
  }
  ul.news-list li .title {
    width: 80%;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    padding-left: 30px;
    text-align: left;
    margin: 0;
  }
  ul.news-list li .btnbox {
    width: auto;
    position: absolute;
    right: 6px;
    top: 6px;
  }
  ul.news-list li .btnbox .date {
    color: #bbb;
  }
  ul.news-list li .btnbox a.more {
    display: none;
  }
  ul#faq-list li {
    padding: 15px 0;
  }
  ul#faq-list li h3 {
    font-size: 18px;
  }
  ul#faq-list li .iconbox {
    width: 70px;
  }
  ul#faq-list li .iconbox i {
    font-size: 40px;
  }
  ul#faq-list li .ans {
    padding-left: 70px;
  }
  ul#faq-list li .quest {
    width: calc(100% - 70px);
    padding-right: 60px;
  }
  ul#faq-list li i.icon-faq-arrow {
    font-size: 20px;
    right: 3%;
  }
  .copyright .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .copyright .wrap h6 {
    font-size: 12px;
  }
  .copyright .wrap h6 span {
    font-size: 1em;
    margin-right: 10px;
  }
  section#index-what > ul > li {
    width: 50%;
    padding: 10px;
  }
  section#index-cup .font-box {
    padding: 12% 4%;
  }
  section#index-king .wrap .img {
    width: 60%;
    margin: 0;
  }
  section#index-king .wrap .font-box {
    width: 100%;
    padding-top: 50px;
  }
  section#index-ayu .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 5%;
  }
  section#index-ayu .wrap h4 {
    text-align: left;
  }
  section.hot-product .wrap .img {
    width: 70%;
  }
  ul.about-fast li h3 {
    padding: 20px 0;
  }
  ul.about-fast li .img {
    height: 60px;
  }
  ul.about-fast li .icon-b {
    width: 35px;
    height: 35px;
  }
  section.about-wrap .fontbox {
    width: 90%;
    margin-left: -60%;
  }
  section.about-wrap.ins .fontbox {
    margin-right: -60%;
  }
  .flower-box {
    width: 250px;
    height: 250px;
  }
  .flower-box.flower1, .flower-box.flower2 {
    top: -70px;
  }
  .product-top {
    margin: 60px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-top .imgbox {
    width: 100%;
    max-width: 400px;
  }
  .product-top .fontbox {
    width: 100%;
    padding: 5%;
  }
  .product-bottom {
    padding: 30px 5%;
  }
  .product-bottom .titlefont {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .pagewrap .article-box .next, .pagewrap .article-box .prev, .pagewrap .article-box .back {
    width: 100%;
    margin: 7px 0;
  }
  .pagewrap .article-box .prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagewrap .article-box .next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pagewrap .article-box .back {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  ul#cart-step .dash {
    width: 13px;
  }
  ul#cart-step li {
    padding: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
  }
  ul#cart-step li h6 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    width: 100%;
    font-size: 12px;
  }
  ul#cart-step li .iconbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 5px 0;
  }
  section.login-wrap {
    padding: 0 20px;
    margin: 60px 0;
  }
  section.login-wrap .login-block {
    width: 100%;
  }
  section.login-wrap .login-block.left {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  section.login-wrap .login-block.right {
    padding-top: 30px;
    padding-left: 0;
  }
  section.login-wrap .login-block.center .bil-title {
    margin-bottom: 20px;
  }
  .member-main .card-block .titlebox h2, .member-main .table-block .titlebox h2 {
    font-size: 28px;
  }
  .member-main .card-block .titlebox {
    margin-bottom: 10px;
  }
  .member-main .card-block ul.member-info.half li {
    width: 100%;
  }
  .member-main .card-block ul.member-info.send li {
    width: 100%;
  }
  .member-main .card-block ul.member-info.send li:first-child {
    padding-bottom: 15px;
  }
  .member-main .table-block {
    margin: 100px 0;
  }
  .member-main .table-block ul.table {
    padding-bottom: 0;
  }
  .member-main .table-block ul.table li {
    padding: 10px;
    margin-bottom: 8px;
    border: 1px solid #999;
  }
  .member-main .table-block ul.table li a.yellowline {
    display: inline-block;
    margin-left: 5px;
  }
  .member-main .table-block ul.table li.thead {
    display: none;
  }
  .member-main .table-block ul.table li.tbody > div {
    text-align: left;
    margin: 5px 0;
    width: 50%;
  }
  .member-main .table-block ul.table li.tbody > div:first-child {
    width: 100%;
    font-size: 20px;
  }
  .member-main .table-block ul.table li.tbody > div.detail {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .member-main .table-block ul.table li.tbody > div.detail::before {
    display: none;
  }
  .member-main .table-block ul.table li.tbody > div.detail a.more {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    padding: 10px;
  }
  .member-main .table-block ul.table li.tbody > div::before {
    content: attr(data-title);
    font-weight: 700;
    margin-right: 10px;
    color: #aaa;
  }
  .member-main .table-block ul.table.five {
    padding-bottom: 15px;
  }
  .member-main .table-block ul.table.five li > div:nth-child(3), .member-main .table-block ul.table.five li > div:nth-child(4) {
    width: 50%;
  }
  .member-main .table-block ul.table.four li.tbody > div {
    width: 100%;
  }
  .member-main .table-block ul.table.four li.tbody > div:first-child {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  h1, h2 {
    font-size: 36px;
  }
  h4 {
    font-size: 16px;
  }
  .footer-contact {
    width: 100%;
    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;
  }
  .footer-contact .logo {
    max-width: 300px;
  }
  .footer-contact ul.link {
    margin-top: 10px;
  }
  .footer-contact ul.follow {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .wrap .footer-contact {
    padding: 0;
  }
  #footer .wrap .footer-link {
    width: 100%;
  }
  #footer .wrap .footer-link a {
    font-size: 16px;
  }
  #footer .wrap .footer-link > ul {
    width: 100%;
    padding-top: 30px;
    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;
    text-align: center;
  }
  #footer .wrap .footer-link > ul > li {
    width: 25%;
    margin: 10px 0;
  }
  section#index-king .wrap .img {
    width: 80%;
  }
  section.hot-product .wrap {
    border-radius: 40px;
    padding: 30px;
  }
  section.about-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.about-wrap .imgbox {
    width: 100%;
  }
  section.about-wrap .fontbox {
    width: 100%;
    margin: 0;
    padding: 7% 5%;
    z-index: -1;
  }
  section.about-wrap.ins .imgbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.about-wrap.ins .fontbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 7% 5%;
  }
  .flower-box.flower1, .flower-box.flower2 {
    top: -125px;
  }
  ul.product-list li {
    width: 50%;
  }
  ul.buylist li > div::before {
    margin: 15px 0 10px 0;
    font-size: 14px;
  }
  ul.buylist li .photo {
    width: 80px;
  }
  ul.buylist li .name {
    width: calc(100% - 80px);
  }
  ul.buylist li .spec, ul.buylist li .amount, ul.buylist li .unit, ul.buylist li .sub {
    width: 50%;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  ul.buylist li .del {
    top: 10px;
    right: 5px;
  }
  .member-main .table-block ul.buylist li .name {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 500px) {
  h1, h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 18px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 13px;
  }
  a.bigmore, button.bigmore {
    font-size: 16px;
  }
  .bil-title {
    margin-bottom: 10px;
  }
  .inner-banner {
    height: 250px;
  }
  .inner-banner .title-en {
    font-size: 32px;
  }
  .inner-banner .title {
    font-size: 20px;
  }
  #menu .menu-wrap a {
    font-size: 16px;
  }
  #menu .menu-bar #burger::after {
    display: none;
  }
  #menu .menu-bar #burger ul.bar {
    margin-right: 8px;
  }
  .copyright .wrap h6, .copyright .wrap a {
    width: 100%;
    line-height: 1.5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright .wrap a {
    margin-top: 10px;
  }
  section#index-cup .font-box {
    font-size: 36px;
  }
  .swiper-container#certificate {
    padding: 30px 0 50px 0;
  }
  section.hot-product .wrap .img {
    width: 90%;
  }
  section.hot-product .wrap .font-box .btnbox {
    margin-top: 15px;
  }
  section.hot-product .wrap .font-box a.btn {
    width: 100%;
    margin-top: 10px;
  }
  section.hot-product.innerpage .wrap .font-box h1 {
    font-size: 28px;
  }
  ul.about-fast {
    margin: 60px 0;
  }
  ul.about-fast li {
    width: calc(100% / 3);
    margin: 15px 0;
  }
  ul.about-fast li .img {
    height: 50px;
  }
  section.about-certi {
    padding: 25px;
  }
  ul.category-list li {
    font-size: 20px;
    margin: 0 10px;
  }
  ul.product-list li {
    padding: 10px 5px 50px 5px;
  }
  .pagewrap {
    padding: 0;
  }
  .pagewrap .article-box > div a {
    padding: 15px;
    font-size: 14px;
  }
  .pagewrap .backbox {
    width: 100%;
  }
  .pagewrap .backbox a {
    width: 100%;
  }
  .pagewrap .pagebox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pagewrap .pagebox .prev, .pagewrap .pagebox .next {
    width: 49%;
    margin: 0;
  }
  .pagewrap .pagebox .prev a, .pagewrap .pagebox .next a {
    width: 100%;
  }
  .pagewrap .pagebox ul.num {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .pagewrap .backbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .product-top .fontbox .price {
    font-size: 24px;
  }
  .product-top .fontbox .btnbox a.btn {
    width: 100%;
  }
  .product-top .fontbox .btnbox a.btn.add {
    margin-bottom: 12px;
  }
  .product-top .fontbox .selectbox {
    margin: 20px 0;
  }
  .product-top .fontbox .selectbox > li {
    width: 100%;
    margin: 10px 0;
  }
  ul.news-list li {
    margin-bottom: 10px;
  }
  ul.news-list li .title {
    font-size: 14px;
    padding-left: 15px;
    width: calc(100% - 100px);
  }
  ul.news-list li .rwdbox .img {
    width: 100px;
  }
  ul#faq-list li .quest {
    padding-right: 20px;
  }
  ul#faq-list li .ans {
    padding-top: 5px;
    padding-left: 50px;
  }
  ul#faq-list li .iconbox {
    width: 50px;
  }
  ul#faq-list li .iconbox i {
    font-size: 32px;
  }
  form .form-item {
    margin-bottom: 20px;
  }
  form .form-item .form-title {
    font-size: 16px;
  }
  form .form-item.datetime input.half {
    width: 100%;
    margin-bottom: 8px;
  }
  form.contact-form {
    padding: 5%;
  }
  form.contact-form .des {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  form.contact-form h2.titlefont {
    margin: 10px 0 15px 0;
  }
  form.contact-form .form-item {
    padding: 15px 0;
    margin-bottom: 0;
  }
  form.contact-form .form-item .form-title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
  }
  form.contact-form .form-item input, form.contact-form .form-item textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 14px;
  }
  form.contact-form .form-item.captcha input {
    width: 100%;
    margin-right: 0;
  }
  form.contact-form .form-item.captcha img {
    height: 38px;
    margin-top: 5px;
  }
  form.contact-form button.form-btn {
    font-size: 20px;
    padding: 15px;
    margin-top: 10px;
  }
  .forget-block {
    padding: 5%;
  }
  .forget-block h6.des {
    margin: 5px 0 15px 0;
  }
  ul#cart-step::before {
    content: 'STEP';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Noto Serif TC', serif;
  }
  ul#cart-step .dash {
    width: 100%;
    height: 15px;
    border: none;
  }
  ul#cart-step .dash::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 2px;
    height: 100%;
    border-right: 2px dashed #999;
  }
  ul#cart-step li {
    width: 100%;
  }
  .cart-btnbox .bigmore {
    font-size: 16px;
    border-radius: 0;
  }
  .cart-btnbox .bigmore.left i {
    left: 5%;
  }
  .cart-btnbox .bigmore.right i {
    right: 5%;
  }
  ul.buylist {
    margin-bottom: 20px;
  }
  .center-wrap {
    margin: 60px auto;
    padding: 5%;
  }
  .center-wrap .titlelink {
    margin-bottom: 15px;
  }
  .center-wrap .btnbox {
    margin-top: 20px;
  }
  .center-wrap .middle {
    padding: 15px 0;
  }
  .center-wrap .middle ul.cart-total li {
    padding: 2px 0;
  }
  .table-section {
    margin-bottom: 30px;
  }
  .table-section h3.tar {
    margin-top: 20px;
  }
  .table-section .table .tbody.code h6 {
    width: 100%;
  }
  .table-section .table .tbody.code input {
    margin: 7px 7px 7px 0;
    width: calc(100% - 85px);
  }
  .code-wrap #copy {
    width: calc(100% - 90px);
  }
  .member-main .btnbox {
    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;
  }
  .member-main .bigmore {
    padding: 15px 5px;
    font-size: 15px;
    margin: 0;
    width: calc(50% - 5px);
  }
  .member-main .bigmore.blue {
    width: 100%;
  }
  .member-main .card-block {
    padding: 7% 5%;
  }
  .member-main .card-block .titlebox {
    padding-bottom: 15px;
  }
  .member-main .card-block .titlebox h2 {
    font-size: 24px;
  }
  .member-main .card-block ul.member-info {
    font-size: 14px;
  }
  .member-main .table-block ul.table li.tbody > div {
    width: 100%;
  }
  .member-main .table-block ul.table.five li > div:nth-child(3), .member-main .table-block ul.table.five li > div:nth-child(4) {
    width: 100%;
  }
  .member-main .pagewrap .pagebox {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  h1, h2 {
    font-size: 28px;
  }
  p {
    font-size: 14px;
  }
  span#about1, span#about2, span#about3, span#about4, span#about5 {
    top: -60px;
  }
  .innerpage h1.titlefont, .innerpage h2.titlefont {
    margin: 30px 0;
  }
  section.login-wrap {
    padding: 0 10px;
  }
  #menu .menu-wrap, #menu.scroll .menu-wrap {
    top: 60px;
  }
  #menu .menu-bar .small-logo, #menu.scroll .menu-bar .small-logo {
    width: 48px;
  }
  #index-banner {
    margin-top: 60px;
  }
  section#index-what > ul > li {
    width: 100%;
  }
  section#index-king .wrap .font-box p {
    line-height: 1.8;
  }
  section#index-cup .font-box {
    width: 100%;
    font-size: 28px;
  }
  section#index-cup .font-box h4 {
    font-size: .7em;
  }
  section#index-cup .font-box h3 {
    margin: 30px 0;
  }
  section#index-cup .font-box p {
    font-size: .6em;
  }
  section.hot-product .wrap {
    padding: 20px 20px 30px 20px;
  }
  section.hot-product .wrap .font-box h1 {
    font-size: 24px;
  }
  section.hot-product .wrap .selectbox .spec {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  section.hot-product .wrap .selectbox .amount {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.hot-product .wrap .selectbox .spec, section.hot-product .wrap .selectbox .amount {
    width: 100%;
  }
  ul.product-list li h5.name {
    font-size: 13px;
  }
  ul.product-list li .btnbox a.btn {
    margin: 3px;
  }
  section.about-wrap .fontbox h2 {
    margin-bottom: 20px;
  }
  ul#faq-list li h3 {
    font-size: 16px;
  }
  .cart-btnbox {
    margin: 30px 0 60px 0;
  }
  .cart-btnbox .bigmore {
    padding: 15px;
  }
  .cart-btnbox .bigmore i {
    font-size: 18px;
  }
  ul#member-link {
    top: 60px;
  }
  ul#member-link li.top {
    padding: 12px 20px;
  }
  .member-main .card-block ul.member-info li span a.more {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
}



#abc{ max-width: 100%;}
#abc th{ padding:5px 10px; border:#CCC solid 1px;}
#abc td{ padding: 5px 10px; border:#CCC solid 1px;}
.line-height{line-height: 80px;}

.edit-block table{
  max-width: 100%;
}

.edit-block table th,
.edit-block table td{
  padding:5px 10px; border:#CCC solid 1px;
}
