@font-face {
  font-family: 'SCProsperSans-Regular';
  src:
    url('../fonts/SCProsperSans-Regular.woff') format("woff"),
    url('../fonts/SCProsperSans-Regular.ttf') format("truetype"),
    url('../fonts/SCProsperSans-Regular.eot') format("embedded-opentype");
}

@font-face {
  font-family: 'SCProsperSans-Medium';
  src:
    url('../fonts/SCProsperSans-Medium.woff') format("woff"),
    url('../fonts/SCProsperSans-Medium.ttf') format("truetype"),
    url('../fonts/SCProsperSans-Medium.eot') format("embedded-opentype");
}

@font-face {
  font-family: 'SCProsperSans-Light';
  src:
    url('../fonts/SCProsperSans-Light.woff') format("woff"),
    url('../fonts/SCProsperSans-Light.ttf') format("truetype"),
    url('../fonts/SCProsperSans-Light.eot') format("embedded-opentype");
}

@font-face {
  font-family: 'SCProsperSans-Bold';
  src:
    url('../fonts/SCProsperSans-Bold.woff') format("woff"),
    url('../fonts/SCProsperSans-Bold.ttf') format("truetype"),
    url('../fonts/SCProsperSans-Bold.eot') format("embedded-opentype");
}

body {
  position: relative;
  width: 100%;
  font-family: 'SCProsperSans-Regular', sans-serif;
  color: #525355;
  background-color: #fff;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}

section {
  width: 100%;
  position: relative;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hide {
  display: none !important;
}

:hover,
a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}

:focus {
  outline: none;
}

@keyframes parent-tab-image {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  40% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

a {
  color: #525355;
  cursor: pointer;
}

a:hover {
  color: #0473EA;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  text-wrap: balance;
}

p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

ul li {
  list-style: none;
  padding: 0;
}

ul li::marker {
  font-weight: bold;
}

em {
  font-style: normal;
}

button {
  border: none;
  cursor: pointer;
}

button.defult {
  cursor: default;
}

button:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
  color: #000;
  outline: none;
  border: 0px solid #dddddd;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select {
  box-shadow: none;
  border: 0px solid #ffffff;
}

::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 4px;
  opacity: 0.4;
}

::-webkit-scrollbar-track {
  background: #cacaca;
}

::-webkit-scrollbar-thumb {
  height: 1px;
  background: #989898;
}

::-webkit-scrollbar-thumb:hover {
  height: 1px;
  background: #c8c8c8;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
}

@media (max-width: 1300px) {
  .wrapper {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 6vw;
  }
}

.greybg {
  color: #fff !important;
  background: #38d200 !important;
}

.bluebg {
  color: #fff !important;
  background: #0473ea !important;
}

.redtxt {
  font-weight: 700;
  color: #0473ea !important;
}

a.redtxt:hover {
  color: #0e66c4 !important;
}

.greentxt {
  color: #0473ea !important;
  font-weight: 700;
}

a.greentxt:hover {
  color: #011b41 !important;
}

.yellowtxt {
  color: #f0eb2e !important;
  font-weight: bold;

}

p.redtxt {
  margin: 6px 0 10px 0;
  font-size: 0.875rem;
  font-weight: 400;
}

.fulltable {
  width: 100%;
  max-width: 100%;
  margin: 10px auto 50px auto;
  overflow-x: auto;
}

.fulltable h4 {
  color: #525355;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
}

table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  font-weight: normal;
  font-size: .93rem;
  margin: 0 auto;
}

table tr th {
  background: #0473ea;
  color: #fff;
  font-weight: 500;
  width: 7vw;
}

table tbody tr th {
  background: #38d200;
}

table tr th,
table tr td {
  padding: 10px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 1.6;
  width: auto;
}

.info-txt .fulltable tbody th {
  background: #d4d4d4;
  color: #525355;
}

table tr th.nowrap {
  white-space: nowrap;
}

.info-txt table p {
  font-size: 0.875rem;
  margin: 0;
}

table tr.highlight th,
table tr.highlight td {
  background: #e35f07;
  color: #fff;
}

table tr.highlight td {
  text-align: left;
}

table tr.highlight td ul {
  margin: 0px 0px 0px 20px;
}

table tr.highlight td ul li {
  list-style: decimal;
  font-size: 0.93rem;
  line-height: 1.8;
}

@media (max-width: 1090px) {
  table {
    font-size: 0.93rem;
  }

  table tr th,
  table tr td {
    padding: 8px;
  }
}

/* banner */
section.banner {
  z-index: 0;
  position: relative;
}

.bannerVideo {
  position: relative;
  padding-bottom: 56.2%;
  width: 100%;
  overflow: hidden;
}

.videoembed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

section.banner .main-kv {
  padding-bottom: 38%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

section.banner .main-kv.pc-kv {
  background-image: url("../images/banner.jpg");
}

section.banner .main-kv.mobile-kv {
  display: none;
}

@media only screen and (max-width: 500px) {
  section.banner .main-kv.pc-kv {
    display: none;
  }

  section.banner .main-kv.mobile-kv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    background-image: url("../images/m-banner.jpg");
    -o-background-size: contain;
    background-size: contain;
    padding-bottom: 133%;
  }
}

/* 賽事目的 */
p.bg-gr {
  text-align: center;
  color: #fff;
  margin: 0 auto !important;
  padding: 4px 20px !important;
  background: rgb(4, 181, 202);
  background: -webkit-linear-gradient(left, rgb(4, 139, 202) 0%, rgb(27, 197, 84) 100%);
  background: -moz-linear-gradient(left, rgb(4, 139, 202) 0%, rgb(27, 197, 84) 100%);
  background: -o-linear-gradient(left, rgb(4, 139, 202) 0%, rgb(27, 197, 84) 100%);
  background: linear-gradient(90deg, rgb(4, 139, 202) 0%, rgb(27, 197, 84) 100%);
}

section.h-about {
  border-top: 10px solid;
  -moz-border-image: -moz-radial-gradient(rgb(4 181 202), rgb(179 229 227)) 1;
  -o-border-image: -o-radial-gradient(rgb(4 181 202), rgb(179 229 227)) 1;
  border-image: -webkit-radial-gradient(rgb(4 181 202), rgb(179 229 227)) 1;
  border-image: radial-gradient(rgb(4 181 202), rgb(179 229 227)) 1;
  background: #083a68;
  color: #fff;
  padding: 4vw 0 8vw 0;
}

section.h-about .titleA {
  position: relative;
  text-align: center;
}

section.h-about .titleA h2 {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #e9d53e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.right-txt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
}

b.s-title {
  position: relative;
  margin: 2vw auto;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  color: #fff;
  font-weight: normal;
}

b.s-title:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 60%;
  height: 10px;
  border-radius: 2px;

  background: rgb(231, 191, 19, 0.8);
  z-index: -10;
}

.right-txt p {
  width: 100%;
  line-height: 1.8;
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.right-txt ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.right-txt ul li {
  width: 19%;
  padding: 0px 10px;
  margin: 0 0.5%;
  font-size: 1rem;
  border-radius: 4px;

}

.right-txt ul li img {
  width: 50px;
  height: 50px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

@media(max-width:1024px) {
  .right-txt ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .right-txt ul li {
    width: 49%;
    padding: 0px 10px;
    margin: 0.5%;
  }

  section.h-about .titleA {
    text-align: center;
  }

  section.h-about .titleA h2 {
    padding: 10px;
    font-size: 2rem;
  }

  b.s-title {
    font-size: 1.6rem;
    margin: 4vw auto 2vw auto;
  }
}

/* gotop */
.btn-top {
  position: fixed;
  right: 2%;
  bottom: 1rem;
  display: none;
  width: auto;
  line-height: 3rem;
  text-align: center;
  font-size: 0.8rem;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  display: none;
}

.btn-top.change {
  color: #fff;
}

.btn-top .bg {
  height: 70px;
  -o-background-size: contain;
  background-size: contain;
  background-image: url("../images/gotop.svg");
  background-repeat: no-repeat;
  background-position: center 10px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn-top:hover .bg {
  background-position: center 0px;
}

.btn-top.change .bg {
  background-image: url("../images/gotop-change.svg");
}

/* fixed list */
.s-info-right {
  position: fixed;
  right: 1%;
  bottom: 8%;
  z-index: 1;
  width: 100px;
  /* background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16); */
  border-radius: 14px;
  font-family: 'SCProsperSans-Regular',
    sans-serif;
  text-align: center;
  padding-bottom: 20px;
}

.s-info-right .titleTop {
  border-radius: 14px 14px 0px 0px;
  background: #0473EA;
  padding: 13px 14px;
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 14px;
}

.s-info-right .titleTop .big {
  font-size: 1.06rem;
}

.s-info-right a {
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 9px auto;
  font-size: .875rem;
}

.s-info-right a img {
  /* margin-top: 4px; */
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
}

.s-info-right a b.android {
  color: #37D200;
}

.s-info-right a b.ios {
  color: #0473EA;
}

.s-info-right a.gotolist,
a.gotolist {
  animation: pulse 1s infinite;
}

.s-info-right a:hover {
  animation: pulse 1s infinite;
}

.s-info-right.gobtm {
  bottom: 8%;
}

@media (max-width: 500px) {
  .s-info-right {
    width: 70px;
    right: 2%;
    bottom: 3%;
    padding-bottom: 4px;
  }

  .s-info-right.gobtm {
    bottom: 4%;
  }

  .s-info-right .titleTop {
    padding: 6px;
    font-size: .68rem;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .s-info-right a {
    width: 60px;
    font-size: .75rem;
    line-height: 1.2;
  }

  .s-info-right .titleTop .big {
    font-size: .75rem;
  }
}

section.page {
  padding: 20px 0 120px 0;
  width: 100%;
  height: auto;
  min-height: 1000px;
  background-color: #ececec;
  background-repeat: no-repeat;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: 0px 70px;
  background-attachment: fixed;
}

section.page .wrapperfaq {
  padding: 40px;
  background: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 4px 15px #d2d8e0;
  border-radius: 10px;
}

section.page .titleA {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px auto;
}

section.page .titleA h2 {
  font-size: 2.6rem;
  font-weight: 900;
  color: #525355;
}

section.page .titleA p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0473EA;
  margin-top: 0px;
}

@media (max-width:1300px) {
  section.page {
    padding: 20px 0;
    min-height: 500px;
    background-image: none;
  }

  section.page .wrapper,
  section.page .wrapperfaq {
    width: 94%;
    padding: 0px;
    margin-top: 18px;
  }

  section.page .titleA h2 {
    font-size: 2rem;
  }

  section.page .titleA p {
    margin-bottom: 20px;
  }

  section.page .titleA {
    margin: 0px auto;
  }
}

@media (max-width: 767px) {

  section.page .wrapper,
  section.page .wrapperfaq {
    margin-top: 0px;
  }

  .info-txt ul.rules {
    margin-left: 15px;
  }
}

/* FAQ */
.qa_box {
  margin-bottom: 20px;
}

.mpgdetail h1 {
  position: relative;
  padding-left: 0px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #525355;
}

.faq-drawer__content-wrapper {
  font-size: 1rem;
  line-height: 1rem;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.faq-drawer__content-wrapper .faq-drawer__content {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 500;
}

.faq-drawer__content-wrapper .faq-drawer__content p {
  display: inline-block;
  align-items: baseline;
  justify-content: flex-start;
  color: #525355;
  font-weight: 400;
  line-height: 1.8;
}

.faq-drawer__content-wrapper .faq-drawer__content p img {
  width: 150px;
  margin-left: 10px;
}

.faq-drawer__title {
  position: relative;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  padding: 10px;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-bottom: 1px solid #D9D9D9;
  color: #525355;
  margin-bottom: 10px;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 18px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

.faq-drawer__title p {
  width: 92%;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
  color: #3e3b42;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
  max-height: 1200px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.faq-points {
  padding-left: 24px;
}

.faq-point {
  width: 100%;
  flex-direction: column;
  padding-left: 30px;
  margin-top: 10px;
}

.lastlast {
  margin-bottom: 5px;
}

input[type="checkbox"] {
  display: none;
}

@media (max-width: 1090px) {
  .mpgdetail h1 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .faq-drawer__title {
    font-size: 0.93rem;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }

  .faq-point {
    padding-left: 0px;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .faq-drawer__title {
    margin-bottom: 0px;
  }

  .faq-drawer__title p {
    max-width: 82%;
    line-height: 1.6;
  }
}

.info-txt {
  margin: 0px auto 40px auto;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #525355;
}

.info-txt h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 900;
  color: #525355;
}

.info-txt h3 {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 900;
  text-align: left;
  color: #525355;
  padding-left: 18px;
  display: flex;
  align-items: center;
}

.info-txt h3::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 90%;
  border-radius: 1vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #38D200;
}

.info-txt h4 {
  font-size: 1.25rem;
}

.info-txt p {
  color: #525355;
  font-weight: 400;
  line-height: 2;
  margin: 12px 0;
}

.info-txt p a {
  position: relative;
  color: #0473EA;
  font-weight: 600;
  margin-top: 10px;
  z-index: 100;
  cursor: pointer;
}

.info-txt p a:hover {
  color: #0065d1;
}

.info-txt p a.link {
  font-size: 1.6rem;
  line-height: 1.8;
}

.info-txt img.qrcode {
  width: 100%;
  max-width: 180px;
  margin: 20px 0;
}

.info-txt ul.rules,
.info-txt ul.dot {
  padding: 0px 14px;
  margin-left: 15px;
}

.info-txt ul.rules li {
  list-style: decimal;
  line-height: 2;
  font-size: 1rem;
}

.info-txt ul.rules.big {
  margin-left: 20px;
}

.info-txt ul.rules.big li {
  font-weight: 400;
  list-style: trad-chinese-informal;
}

.info-txt ul.dot,
.info-txt ul.rules li ol {
  padding-left: 20px;
  margin: 0px 0 20px 0px;
}

.info-txt ul.dot li,
.info-txt ul.rules li ol li {
  list-style-type: disc;
  font-size: 0.93rem;
  line-height: 2;
  color: #555;
}

.info-txt ul.rules li ol.small-d li {
  list-style-type: decimal-leading-zero;
  font-size: 0.93rem;
  line-height: 2;
}

.info-txt ul.rules li ol.small-d li ol li {
  list-style-type: disc;
}

.info-txt ul.rules.big li ol li {
  list-style: decimal;
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 2;
}

.info-txt ul.rules li .fulltable {
  margin-bottom: 10px;
}

.info-txt ul.rules li table tr:nth-child(odd) {
  background: #f6f6f6;
}

@media (max-width: 1090px) {

  .info-txt h2,
  .info-txt h3 {
    font-size: 1.4rem;
    padding: 8px 0px;
  }

  .info-txt p a.link {
    font-size: 1.4rem;
  }

  .info-txt h3 {
    padding-left: 16px;
  }

  .info-txt ul.rules li {
    line-height: 2;
    font-size: 1rem;
  }
}

img.bag {
  width: 200px;
}

.gift-box {
  width: 100%;
  margin: 10px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  flex-wrap: wrap;
}

.gift-box .list {
  width: 48%;
  margin: 2% 1%;
}

.gift-box .list.full {
  width: 100%;
  margin: 2% 0 0 0%;
}

.full-box {
  margin: 0 auto;
}

@media(max-width:500px) {
  .gift-box .list {
    width: 100%;
    margin: 2% 0%;
  }
}

.gift-box .list .p-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto 20px auto;
  text-align: center;
}

.gift-box .list .p-name p {
  background: #d81b70;
  color: #Fff;
  border-radius: 4px;
  padding: 1px 12px;
  font-size: 0.93rem;
  text-align: center;
  display: inline-flex;
  margin-bottom: 8px;
}

.gift-box .list .p-name b {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal;
}

.gift-box .list .p-name b span {
  font-size: 0.81rem;
  color: #6a6a6a;
}

.gift-box .list img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.gift-box .list img:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}

@media (max-width: 768px) {
  .gift-box .list .p-name p {
    font-size: 0.875rem;
  }

  .gift-box .list .p-name b {
    font-size: 1rem;
  }
}

p.noData {
  width: 40%;
  position: relative;
  margin: 50px auto;
  text-align: center;
  color: #525355;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 12px 20px;
}

p.noData span {
  z-index: 100;
  padding: 10px;
  font-size: 1.06rem;
  font-weight: 300;
}

@media(max-width:768px) {
  p.noData {
    width: 60%;
    margin: 40px auto;
  }
}

@media(max-width:500px) {
  p.noData {
    width: 90%;
  }
}

/* 推薦商品 */
.big-title-p {
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  background: #cf8453;
  border-bottom: 2px solid #fff;
  color: #fff;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
  font-weight: bold;
}

.big-title-p b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 0 auto;
  font-size: 2.4rem;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.info-p .txt {
  color: #001E62;
  font-size: 1.16rem;
  margin: 20px auto 60px auto;
  line-height: 2;
}

.shoes-panel {
  margin: 20px auto;
}

.shoes-box {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-wrap: wrap;
  margin-bottom: 60px;
}

.shoes-panel p {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.shoes-panel p span {
  position: relative;
  padding: 10px 12px;
  margin-bottom: 40px;
  display: inline-flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.shoes-panel p span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -75%;
  width: 65%;
  height: 1px;
  background: #001E62;
  z-index: -10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.shoes-panel p span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75%;
  width: 65%;
  height: 1px;
  background: #001E62;
  z-index: -10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.shoes-box .list {
  width: 29.333%;
  margin: 20px 2%;
  text-align: center;
}

.shoes-box.clothes .list {
  width: 48%;
  margin: 20px 1%;
  text-align: center;
}

.shoes-box .list .p-name p {
  position: relative;
  color: #001E62;
  margin: 40px auto;
  font-size: 1rem;
  font-weight: 400;
}

.shoes-box.clothes .list .p-name p {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #001E62;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0px 10px;
}

a.find-your {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  flex-wrap: Wrap;
  margin-bottom: 60px;
}

a.find-your {
  background: -webkit-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background: -moz-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background: -o-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  -o-background-size: 400% 400%;
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  -moz-animation: gradient 15s ease infinite;
  -o-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-o-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

a.find-your span {
  text-align: center;
  color: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  animation: pulse 1.6s infinite;
  font-size: 1.2rem;
}

a.find-your img {
  width: 50%;
  margin: 40px auto;
  animation: pulse 1.6s infinite;
}

@media(max-width:768px) {
  .big-title-p {
    padding: 2px 10px;
    font-size: 0.93rem;
  }

  .big-title-p b {
    font-size: 1.6rem;
    margin: -10px auto 0px auto;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
  }

  .shoes-box .list {
    width: 80%;
    margin: 10px auto;
  }


  .shoes-box.clothes .list {
    width: 100%;
    margin: 10px auto;
  }

  .shoes-box.clothes .list .p-name p {
    font-size: 0.93rem;
  }

  .info-p .txt {
    margin-bottom: 40px;
  }
}

ul.ulfaq {
  margin-left: 20px;
  line-height: 1.4;
  font-weight: normal;
}

ul.ulfaq li {
  list-style: decimal;
}

/* 最新消息 */
.n-list a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #dfdfdf;
}

.n-tag {
  background: #38D200;
  color: #fff;
  font-size: 0.875rem;
  padding: 1px 10px;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;

}

.n-list .date,
.info-txt .date {
  position: relative;
  font-size: .875rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.n-list .title,
.n-list .in-txt {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
}

.n-list .title {
  margin-top: 10px;
  margin-bottom: 4px;
}

.n-list .in-txt {
  font-size: 1rem;
  font-weight: normal;
  color: #525355;
}

.n-list .date {
  position: relative;
  width: 100%;
  font-family: 'SCProsperSans-Regular',
    sans-serif;
  font-weight: 600;
  color: #525355;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.title-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}

.title-top h3 {
  width: 90%;
  margin-right: 20px;
}

.title-top .date {
  width: 10%;
  justify-content: flex-end;
  white-space: nowrap;
}

.n-list .info-txt {
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  padding: 3.4vw;
}

.n-list .info-txt .txt h4 {
  color: #0473EA;
  margin: 12px 0 0px 0;
}

.n-list .info-txt .txt p {
  line-height: 1.8;
  margin: 12px 0;
  display: inline-block;
  font-size: .93rem;
}

.n-list .info-txt .txt span.hint-txt {
  color: #0473EA;
  font-size: .78rem;
}

.info-txt p a.linksmall {
  border: 0px;
  flex-direction: unset;
  display: inline-flex;
  padding-bottom: 0;
  margin: 0;
}

@media(max-width:640px) {
  .title-top {
    flex-direction: column-reverse;
  }

  .title-top h3,
  .title-top .date {
    width: 100%;
  }

  .title-top .date {
    font-size: .75rem;
    justify-content: flex-start;
  }

  .n-list .info-txt .txt p {
    font-size: .875rem;
  }

  .info-txt h4 {
    font-size: 1rem;
  }
}

span.read-more {
  position: absolute;
  bottom: 18px;
  right: 5px;
  text-align: right;
  font-size: 1rem;
}

h2.h2-title {
  line-height: 1.6;
  margin-bottom: 8px;
  color: #525355;
  font-size: 1.4rem;
}

table.news {
  margin: 20px auto;
}

.table-th th {
  background: #40629c;
}

.txt-news {
  font-size: 1.06rem;
  line-height: 2;
  color: #6a6a6a;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.txt-news a {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: inline-flex;
}


.list-img img {
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media(max-width:640px) {

  .n-list .title,
  .n-list .in-txt {
    font-size: 0.86rem;
  }

  .n-list .title {
    width: 100%;
    font-size: 1.36rem;
    line-height: 1.5;
  }

  span.read-more {
    position: relative;
    bottom: auto;
    right: auto;
  }

  section.page.faq {
    height: auto;
    min-height: 612px;
  }
}

/* countdown */
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
  }

  100% {
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -o-transform: translatey(0px);
    transform: translatey(0px);
  }
}

section.countdown {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 350px;
  background-color: rgb(204, 233, 255);
  background: -moz-linear-gradient(90deg, rgb(204, 233, 255) 0%, rgba(200, 224, 245, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

section.countdown .wrapper {
  position: relative;
  padding: 0;
  z-index: 1;
}

section.countdown .left-pic {
  position: absolute;
  width: 16vw;
  height: 14vw;
  bottom: -10vw;
  left: 8vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/left-pic-index.png");
  background-position: right top;
  animation: float 4s ease-in-out infinite;
  display: none;
}

section.countdown .right-pic {
  position: absolute;
  width: 12vw;
  height: 14vw;
  bottom: -10vw;
  right: 12vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/right-pic-index.png");
  background-position: right top;
  animation: float 4s ease-in-out infinite;
  display: none;
}

section.countdown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: auto;
  min-height: 388px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../images/countdown-bg.png");
  z-index: -1;
  display: none;
}

section.countdown .title-s {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 1.2s ease-in-out infinite;
  padding: 0vw 2vw;
  line-height: normal;
  margin: 10px auto;
}

section.countdown .title-s h2 {
  color: #0473EA;
  font-weight: 800;
  text-align: center;
}

section.countdown .title-s h1 {
  line-height: normal;
  text-align: center;
  font-size: 2.46rem;
  font-weight: 900;
}

@media(max-width:500px) {
  section.countdown .title-s h1 {
    font-size: 1.6rem;
  }
}

section.countdown .title-s h2 b {
  position: relative;
  color: #525355;
  padding-left: 14px;
  margin-left: 14px;
  font-weight: 900;
}

section.countdown .title-s h2 b::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #525355;
}

.count-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'SCProsperSans-Bold';
}

.count-block .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 2vw;
}

.count-block .item.dot {
  font-size: 5.75rem;
  color: #0473EA;
  margin: 0;
}

.count-block .item .amount {
  flex: 1;
}

.count-block .item .amount span {
  font-size: 6.75rem;
  font-weight: bold;
  font-family: "SCProsperSans-Bold";
  color: #0473EA;
}

.count-block .item p {
  font-size: 1.25rem;
  color: #0C3A66;
  margin-top: -2vw;
}

@media(max-width:1024px) {

  .count-block .item.dot,
  .count-block .item .amount span {
    font-size: 5rem;
  }

  section.countdown .left-pic,
  section.countdown .right-pic {
    display: none;
  }

  .count-block .item.dot {
    margin-top: -20px;
  }
}

@media(max-width:860px) {
  section.countdown .title-s {
    font-size: 1.2rem;
  }

  section.countdown::after {
    background-size: 200%;
  }

  .count-block .item.dot,
  .count-block .item .amount span {
    font-size: 4rem;
  }

  .count-block .item p {
    font-size: 1rem;
  }
}

@media(max-width:768px) {

  section.countdown::after,
  section.countdown {
    /* min-height: 72vw; */
    min-height: 42vw;
  }
}

@media(max-width:640px) {
  section.countdown .title-s h2 {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  section.countdown .title-s h2 b {
    padding: 0;
    margin: 0;
  }

  section.countdown .title-s h2 b::before {
    display: none;
  }

  .count-block .item.dot,
  .count-block .item .amount span {
    font-size: 4rem;
  }

  .count-block .item p {
    font-size: .875rem;
    margin-top: -3vw;
  }
}

@media(max-width:500px) {
  .count-block .item {
    margin: 0 3vw;
  }

  section.countdown .title-s {
    font-size: .875rem;
  }

  .count-block .item.dot,
  .count-block .item .amount span {
    font-size: 3.5rem;
  }
}

@media(max-width:414px) {

  .count-block .item.dot,
  .count-block .item .amount span {
    font-size: 2.8rem;
  }

  .count-block .item p {
    font-size: .75rem;
  }
}

/* 優惠好康 */
section.promotion {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(253, 247, 227, 1) 100%);
}

section.promotion.p-page {
  background: #ececec;
}

section.promotion .title-s {
  position: relative;
}

section.promotion .title-s h2 {
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
}

section.promotion .wrapper {
  max-width: 100%;
  padding: 50px;
}

section.promotion.p-page .wrapper {
  padding-top: 0px;
  padding-bottom: 40px;
}

.pro-row {
  display: flex;
  margin-top: 35px;
}

.pro-row.big {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.pro-row.big .pro-item {
  width: 100%;
  max-width: 100%;
  background: unset;
  border: unset;
}

.pro-row.big .img {
  width: 100%;
  max-width: 400px;
}

@media(max-width:640px) {
  .pro-row.big {
    grid-template-columns: 1fr;
  }
}

section.promotion.p-page .pro-row {
  margin-top: 0;
}

.pro-row .pro-item {
  width: 20%;
  max-width: 20%;
  padding: 1vw;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  border-radius: 8px;
  margin-right: 20px;
  border: 2px solid #FAF4DC;
  background: rgb(255, 250, 235);
  background: linear-gradient(0deg, rgba(255, 250, 235, 1) 0%, rgba(238, 230, 198, 1) 100%);
}

.pro-row .pro-item:last-child {
  margin-right: 0px;
}

.pro-row .pro-item .p-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.pro-row .pro-item .p-name p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 4px;
  border-radius: 3px;
  font-size: 1rem;
  background: #0473EA;
  color: #fff;
}

.pro-row .pro-item .p-name b {
  width: 100%;
  color: #525355;
  font-size: .93rem;
  margin-top: 6px;
  padding-bottom: 20px;
}

@media(max-width:1400px) {
  section.promotion .wrapper {
    padding: 4vw;
  }

  section.promotion.p-page .wrapper {
    padding: 0;
  }
}

@media(max-width:1300px) {
  .pro-row {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .pro-row .pro-item {
    width: 30%;
    max-width: 30%;
    margin: 8px 0;
  }
}

@media(max-width:1024px) {
  section.promotion .title-s h2 {
    font-size: 2rem;
  }
}

@media(max-width:768px) {
  section.promotion .title-s h2 {
    font-size: 1.6rem;
  }

  .pro-row {
    margin-top: 10px;
  }

  .pro-row .pro-item {
    width: 46%;
    max-width: 46%;
  }

  .pro-row .pro-item .p-name p {
    font-size: .72rem;
  }
}

@media(max-width:500px) {
  section.promotion .title-s h2 {
    font-size: 1.4rem;
  }

  .pro-row .pro-item .p-name b {
    font-size: .75rem;
    padding-bottom: 10px;
  }
}

section.route {
  background: #D6E9FF;
}



/* tabs */
.tabs input[name=tab-control] {
  display: none;
}

.tabs ul li label {
  font-size: 1rem;
}

.content-block .tabs ul li label {
  background: #E0E0E0;
}

.content-block .tabs ul li label em {
  color: #E13000;
  font-weight: bold;
}

.content-block .tabs ul li.active label em {
  color: #FFFFFF;
}

.tabs ul {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tabs ul li {
  position: relative;
  width: 100%;
  max-width: 120px;
  margin: 0;
}

.tabs.route ul li {
  width: 100%;
  max-width: 100%;
  margin-right: 10px;
}

.tabs.route ul li:last-child {
  margin-right: 0;
}

.tabs ul li:first-child,
.tabs ul li:first-child label {
  margin-left: 0px;
}

.tabs ul li label {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  background: #fff;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  user-select: none;
}

.tabs.route ul li label {
  font-size: 1.25rem;
}

.tabs.route ul li label span {
  font-weight: 500;
}

.tabs.route ul li label b {
  font-weight: 800;
  margin-top: -5px;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  background: #38D200;
  color: #fff;
}

.tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .content {
  margin-top: 20px;
  padding: 12px;
}

.tabs .content h2 {
  font-size: 1.875rem;
  margin-bottom: 18px;
}

.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  -moz-animation-name: content;
  -o-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
  cursor: default;
  background: #38D200;
  color: #fff;
  font-weight: bold;
}


.tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label em {
  color: #fff;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.slider {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.content>section:nth-child(1) {
  display: block;
  font-weight: bold;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
  cursor: default;
  background: #38D200;
  color: #fff;
  font-weight: bold;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label em {
  color: #fff;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~.slider {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.tabs input[name=tab-control]:nth-of-type(2):checked~.content>section:nth-child(2) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
  cursor: default;
  background: #38D200;
  color: #fff;
  font-weight: bold;
}

.tabs input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label em {
  color: #fff;
}

.tabs input[name=tab-control]:nth-of-type(3):checked~.slider {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.tabs input[name=tab-control]:nth-of-type(3):checked~.content>section:nth-child(3) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
  background: #38D200;
  color: #fff;
}

.tabs input[name=tab-control]:nth-of-type(4):checked~.slider {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}

.tabs input[name=tab-control]:nth-of-type(4):checked~.content>section:nth-child(4) {
  display: block;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes content {
  from {
    opacity: 0;
    -moz-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes content {
  from {
    opacity: 0;
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media (max-width: 1024px) {
  .tabs ul li {
    width: 32%;
    max-width: unset;
  }

  .tabs.route ul {
    flex-wrap: wrap;
  }

  .tabs.route ul li {
    width: 49%;
    max-width: unset;
    margin: 1% 0;
  }

  .tabs ul li label {
    width: 100%;
    max-width: unset;
  }

  .tabs.route ul li label {
    font-size: .875rem;
  }

  .tabs .content {
    padding: 0
  }

  .tabs .content h2 {
    text-align: center;
    font-size: 1.6rem;
  }
}

@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
}

@media (max-width: 600px) {
  .tabs .slider {
    display: none;
  }
}

.two-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}

ul.side-menu {
  position: sticky;
  left: 0;
  top: 100px;
  width: 100%;
  max-width: 200px;
  padding: 4px 16px;
  border: 2px solid #e6e6e6;
  background: #0473ea;
}

ul.side-menu li {
  margin: 18px 0;
  position: relative;
  padding-left: 10px;
  line-height: normal;
}

ul.side-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  color: #0473ea;
}

ul.side-menu li a {
  font-size: .93rem;
  line-height: 1;
  color: #ffffff;
}

.two-block .info-txt {
  width: calc(100% - 240px);
  margin: 0 0 40px 40px;
}

@media(max-width:1180px) {
  ul.side-menu {
    top: 80px;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
  }

  ul.side-menu li {
    margin: 12px;
  }

  ul.side-menu li a {
    white-space: nowrap;
  }

  .two-block .info-txt {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25% !important;
  /* 16:9 Aspect Ratio */
  padding-bottom: 10px;
}

.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.video-box .item {
  width: 100%;
  margin: 1%;
}

.tabs ul.video {
  margin: 0 auto;
  justify-content: center;
}

.tabs ul.video li {
  max-width: 120px;
}

.tabs ul.video li label {
  max-width: 120px;
  padding: 4px 10px;
}

@media(max-width:960px) {
  .video-box {
    flex-wrap: wrap;
  }
}

.info-txt h2 span {
  font-weight: 700;
}

.lucky-table table td {
  padding: 2px 10px;
}

/* app download */
section.appdown {
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); */
  background: #fff;
}

section.appdown .wrapper {
  max-width: 1620px;
  padding: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.appdown .wrapper .box {
  width: 100%;
}

section.appdown .wrapper .box:first-child {
  width: 100%;
  max-width: 536px;
  margin-right: 63px;
}

section.appdown .wrapper .box h2 {
  font-size: 2.75rem;
  font-weight: 900;
  color: #525355;
  line-height: 60px;
  margin-bottom: 30px;
}

section.appdown .wrapper .box h2 strong {
  font-weight: 900;
}

section.appdown .wrapper .box p {
  font-size: 1.25rem;
  line-height: 1.8;
}

section.appdown .wrapper .box .pic-all,
section.appdown .wrapper .box .app-link .qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.appdown .wrapper .box .app-link .qrcode {
  margin: 15px 0 15px 47px;
}

section.appdown .wrapper .box .pic-all img {
  width: 100%;
  max-width: 448px;
}

section.appdown .wrapper .box .pic-all .qrcode img:first-child {
  width: 100%;
  max-width: 120px;
  margin-right: 26px;
}

section.appdown .wrapper .box .pic-all .qrcode img:last-child {
  width: 100%;
  max-width: 280px;
}

@media(max-width:1600px) {
  section.appdown .wrapper {
    flex-wrap: wrap;
    padding: 6vw;
  }

  section.appdown .wrapper .box:first-child {
    max-width: 100%;
    margin-bottom: 4vw;
    margin-right: 0;
  }

  section.appdown .wrapper .box .app-link .qrcode {
    margin-left: 30px;
  }
}

@media(max-width:768px) {
  section.appdown .wrapper .box .pic-all {
    flex-wrap: wrap;
  }

  section.appdown .wrapper .box h2 {
    font-size: 1.8rem;
    line-height: 36px;
  }

  section.appdown .wrapper .box p {
    font-size: 1.06rem;
  }

  section.appdown .wrapper .box .app-link .qrcode {
    margin-left: 0px;
  }
}

.pic-box {
  display: flex;
  margin: 20px auto;
}

@media (max-width:640px) {
  .pic-box {
    flex-direction: column;
    margin: 10px auto;
  }
}

.info-txt .app-link {
  margin-top: 40px;
}

.info-txt .app-link .qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}

.info-txt .app-link .qrcode img:first-child {
  width: 100%;
  max-width: 120px;
  margin-right: 26px;
}

.info-txt .app-link .qrcode img:last-child {
  width: 100%;
  max-width: 280px;
}

.hint {
  text-align: center;
  margin: 8px auto 0;
  font-size: .875rem;
}

.list_contact {
  display: grid;
  align-items: center;
  grid-template-columns: 60px minmax(0, 800px);
  gap: 12px;
  margin: 20px 0 28px;
  font-size: 1.2rem;
}