@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.clean::after, .container::after {
  display: block;
  clear: both;
  content: "";
}

.imgCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fade, .nav-control, .nav-control .dropdown-content a, .menu-item {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.fade:hover, .nav-control:hover, .nav-control .dropdown-content a:hover, .menu-item:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.fade-transform {
  -webkit-transition-property: position, left, top, right, bottom, display, -webkit-transform;
  transition-property: position, left, top, right, bottom, display, -webkit-transform;
  transition-property: transform, position, left, top, right, bottom, display;
  transition-property: transform, position, left, top, right, bottom, display, -webkit-transform;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fade-transform:hover {
  -webkit-transition-property: position, left, top, right, bottom, -webkit-transform;
  transition-property: position, left, top, right, bottom, -webkit-transform;
  transition-property: transform, position, left, top, right, bottom;
  transition-property: transform, position, left, top, right, bottom, -webkit-transform;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fade-color {
  -webkit-transition-property: background-color, color, opacity, background-image, text-shadow, -webkit-box-shadow;
  transition-property: background-color, color, opacity, background-image, text-shadow, -webkit-box-shadow;
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow;
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow, -webkit-box-shadow;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fade-color:hover {
  -webkit-transition-property: background-color, color, opacity, background-image, text-shadow, -webkit-box-shadow;
  transition-property: background-color, color, opacity, background-image, text-shadow, -webkit-box-shadow;
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow;
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow, -webkit-box-shadow;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.scroller {
  overflow-y: scroll;
  scrollbar-color: #d4dde4 #f4f6f8;
  scrollbar-width: thin;
}

.card-scoll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.card-scoll ::-webkit-scrollbar {
  width: 5px;
}

.card-scoll ::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  background: #f4f6f8;
}

.card-scoll ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #d4dde4;
}

.card-scoll ::-webkit-scrollbar-thumb:hover {
  background: #d4dde4;
}

@-webkit-keyframes fading {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

@keyframes fading {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

.clean::after, .container::after {
  display: block;
  clear: both;
  content: "";
}

.imgCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fade, .nav-control, .nav-control .dropdown-content a, .menu-item {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.fade:hover, .nav-control:hover, .nav-control .dropdown-content a:hover, .menu-item:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.fade-transform {
  -webkit-transition-property: position, left, top, right, bottom, display, -webkit-transform;
  transition-property: position, left, top, right, bottom, display, -webkit-transform;
  transition-property: transform, position, left, top, right, bottom, display;
  transition-property: transform, position, left, top, right, bottom, display, -webkit-transform;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fade-transform:hover {
  -webkit-transition-property: position, left, top, right, bottom, -webkit-transform;
  transition-property: position, left, top, right, bottom, -webkit-transform;
  transition-property: transform, position, left, top, right, bottom;
  transition-property: transform, position, left, top, right, bottom, -webkit-transform;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fade-color {
  -webkit-transition-property: background-color, color, opacity, background-image, text-shadow, -webkit-box-shadow;
  transition-property: background-color, color, opacity, background-image, text-shadow, -webkit-box-shadow;
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow;
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow, -webkit-box-shadow;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fade-color:hover {
  -webkit-transition-property: background-color, color, opacity, background-image, text-shadow, -webkit-box-shadow;
  transition-property: background-color, color, opacity, background-image, text-shadow, -webkit-box-shadow;
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow;
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow, -webkit-box-shadow;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.scroller {
  overflow-y: scroll;
  scrollbar-color: #d4dde4 #f4f6f8;
  scrollbar-width: thin;
}

.card-scoll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.card-scoll ::-webkit-scrollbar {
  width: 5px;
}

.card-scoll ::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  background: #f4f6f8;
}

.card-scoll ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #d4dde4;
}

.card-scoll ::-webkit-scrollbar-thumb:hover {
  background: #d4dde4;
}

@keyframes fading {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

body.open {
  overflow: hidden;
}

body.open .header::after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

nav.open {
  top: 0;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99;
}

nav.open .ul {
  margin-top: 20vh;
}

/* pc nav */
.header .menu {
  float: right;
}

.nav-control {
  float: right;
  margin-top: 25px;
}

.nav-control .dropdown {
  position: relative;
  display: inline-block;
}

.nav-control .dropdown-content {
  display: none;
  position: absolute;
  background-color: #edbe93;
  min-width: 55px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 5px;
}

.nav-control .dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.nav-control .dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-control .show {
  display: block;
}

.menu-btn {
  position: relative;
  display: none;
  cursor: pointer;
  margin-top: 7px;
  width: 25px;
  height: 25px;
}

.menu-btn:before, .menu-btn:after {
  content: "";
  position: absolute;
  height: 4px;
  background: #fde800;
  top: 50%;
  left: 50%;
  right: 50%;
}

.menu-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

.menu-btn:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn > span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 4px;
  background-color: #fde800;
}

.menu-btn > span:nth-child(1) {
  top: 5px;
  -webkit-transition: width .3s ease .5s,background .7s ease 1s;
  transition: width .3s ease .5s,background .7s ease 1s;
}

.menu-btn > span:nth-child(2) {
  top: 14px;
  -webkit-transition: width .3s ease .4s,background .7s ease 1s;
  transition: width .3s ease .4s,background .7s ease 1s;
}

.menu-btn > span:nth-child(3) {
  top: 23px;
  -webkit-transition: width .3s ease .3s,background .7s ease 1s;
  transition: width .3s ease .3s,background .7s ease 1s;
}

.menu-btn.close-btn {
  z-index: 100;
}

.menu-btn.close-btn:before {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
  width: auto;
  background: #fde800;
}

.menu-btn.close-btn:after {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .4s;
  transition: all .3s ease .4s;
  background: #fde800;
}

.menu-btn.close-btn span {
  width: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn.scroll span {
  background: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-item {
  float: left;
  padding: 2.2vw 1.5vw 1.2vw 1.5vw;
  color: #333;
  text-align: center;
}

.menu-item span {
  display: block;
}

.menu-item .zh {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.menu-item .en {
  font-size: 14px;
  font-family: 'Anton', sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
  color: #b0b0b0;
}

.menu-item:hover, .menu-item.active {
  background-color: #000;
  color: #fff;
}

.menu-item:hover .zh, .menu-item.active .zh {
  color: #fae701;
  font-weight: normal;
}

.menu-item:hover .en, .menu-item.active .en {
  color: #fff;
}

nav {
  display: none;
  position: absolute;
  top: 60px;
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

nav .menu-item {
  float: none;
  display: block;
  color: #fff;
  padding: 2.5vh 5%;
}

nav .menu-item .en {
  font-size: 12px;
  font-weight: normal;
}

nav .menu-item .zh {
  font-size: 16px;
  font-weight: normal;
}

nav .menu-item.active {
  background-color: #fae701;
}

nav .menu-item.active .en {
  color: #000;
}

nav .menu-item.active .zh {
  color: #000;
  font-weight: bold;
}

@media (max-width: 1266px) {
  .menu-item .zh {
    font-size: 18px;
  }
  .menu-item .en {
    font-size: 13px;
  }
}

@media (min-width: 1025px) {
  body.open .menu-btn.close-btn {
    display: block;
  }
  body.open .nav-control {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 1024px) {
  .menu {
    display: none;
  }
  .menu-btn {
    display: block;
  }
}

@media (max-width: 767px) {
  .nav-control {
    margin-top: 0;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-custom,
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-custom {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

form label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  height: 50px;
  line-height: 50px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 18px;
}

@media (max-width: 1266px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.edictor {
  line-height: 2;
}

@media (max-width: 1266px) {
  .edictor {
    line-height: 1.7;
  }
}

body {
  font-family: 'Noto Sans TC', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  background-color: #000;
}

html, body {
  margin: 0;
  padding: 0;
}

:link, :visited, ins {
  text-decoration: none;
}

p {
  margin: 0;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: 0;
}

input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: -1px 8px 3px 0px;
  position: relative;
  border-radius: 0;
  background: white;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]:not(old) + label {
  padding: 5px 7px;
}

input[type=checkbox]:not(old) + label > span {
  margin-right: 7px;
  width: 25px;
  height: 25px;
  border-color: #fae701;
  border-width: 2px;
  border-radius: 3px;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 0;
  background: url(../images/others/icon-check.svg) no-repeat center center;
  background-size: 100% auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(192, 192, 192, 0) inset;
  /*淡淡的白*/
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
  -webkit-text-fill-color: #37414f;
  /*字體顏色*/
}

input, textarea {
  outline: none;
  background: none;
  border: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c7c8c9;
}

input::-webkit-autofill, textarea::-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: none !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c7c8c9;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

.objectfit {
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  min-width: 200px;
  padding: 18px 0.75rem;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.btn-shape {
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.btn-shape > p {
  position: relative;
  z-index: 1;
}

.btn-shape::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background-color: #fae701;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-shape:hover {
  color: #000;
  border-color: #fae701;
}

.btn-shape:hover::before {
  width: 100%;
}

.btn-growth {
  position: relative;
  color: #000;
  background: #fae701;
  border: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.btn-growth i {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #000000 transparent;
}

.btn-growth:hover {
  background: transparent;
  color: #fae701;
}

.btn-growth:hover i {
  border-color: transparent transparent #fae701 transparent;
}

.btn-growth:hover:before, .btn-growth:hover:after {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}

.btn-growth:before, .btn-growth:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 0px;
  height: 3px;
  background: #fae701;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-growth:after {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}

.btn-rect {
  position: relative;
  background: #fae701;
  color: #000;
}

.btn-rect:after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #000000 transparent;
}

.btn-rect svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn-rect rect {
  fill: none;
  stroke: #fae701;
  stroke-width: 0;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.btn-rect:hover {
  color: #fae701;
  background: rgba(0, 0, 0, 0);
}

.btn-rect:hover:after {
  border-color: transparent transparent #fae701 transparent;
}

.btn-rect:hover rect {
  stroke-width: 2;
  stroke-dashoffset: 0;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-sheen {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid transparent;
}

.btn-sheen:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -6em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}

.btn-sheen:hover {
  background-color: #000;
  color: #fff;
  border-bottom: 4px solid black;
}

.btn-sheen:hover:before {
  -webkit-transform: skewX(-45deg) translateX(22em);
          transform: skewX(-45deg) translateX(22em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.yellow {
  color: #fae701;
}

.red {
  color: #d70000;
}

/* */
body.open .header {
  z-index: 10;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 9;
}

.header .container {
  position: relative;
  padding: 0;
  width: 96%;
  margin: 0 auto;
}

.header .navbar_logo {
  margin-top: 2.2vw;
  display: inline-block;
  vertical-align: middle;
  width: 145px;
}

.header .navbar_logo img {
  width: 100%;
}

.layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  width: 100%;
  height: 50vw;
  background-image: url("../images/comm/banner.jpg");
  background-size: cover;
  background-position: center bottom;
}

.banner .banner-title {
  position: absolute;
  right: 8vw;
  top: calc((50vw - 280px) / 2 - 3vw);
  width: 670px;
}

.banner .banner-title img {
  display: block;
  width: 100%;
}

.banner .ml12 {
  position: absolute;
  color: #fae701;
  font-family: 'Anton', sans-serif;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  top: 132px;
  left: 300px;
  font-size: 20px;
  letter-spacing: 2px;
}

.banner .ml12 .letter {
  display: inline-block;
}

.banner > img {
  display: block;
  width: 100%;
}

.banner .effect-layer {
  position: absolute;
  bottom: 0;
}

.banner .effect-layer.right {
  right: 0;
  width: 24vw;
}

.banner .effect-layer.left {
  left: 0;
  width: 37vw;
}

.banner .effect-layer img {
  display: block;
  width: 100%;
}

.quota-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 40vw;
  font-size: 20px;
}

.quota-wrap span {
  display: inline-block;
  margin-right: 4px;
}

.quota-wrap .inline > div {
  display: inline-block;
}

.quota-wrap .txt-xs {
  font-size: 15px;
}

.quota-wrap .txt-date {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.quota-wrap .txt-number {
  font-family: 'Saira Stencil One', cursive;
  font-size: 30px;
}

.quota-wrap .quota-bg img {
  width: 100%;
}

.quota-wrap .quota-info {
  position: absolute;
  left: 10vw;
  top: 5.5vw;
}

.block .container {
  padding: 0;
  max-width: 1366px;
  width: 90%;
}

.section-title {
  margin-bottom: 3.5rem;
  text-align: center;
  color: #fff;
}

.section-title .zh {
  margin: 0;
  font-size: 35px;
}

.section-title .en {
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
}

.section-title .en:first-letter {
  color: #fae701;
}

.section-title.black {
  color: #000;
  text-align: left;
}

.section-title.black .en:first-letter {
  color: #ff0000;
}

.tabs .tabs-swiper {
  padding: 5px 2px;
}

.tabs .tabs-swiper .swiper-wrapper {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.tabs .tabs-swiper .swiper-wrapper .swiper-slide {
  display: inline-block;
  float: none;
  position: relative;
  margin: 0 7px;
  width: 190px;
}

.tabs .tabs-swiper .swiper-wrapper.disabled {
  -webkit-transform: translate3d(0px, 0, 0) !important;
          transform: translate3d(0px, 0, 0) !important;
}

.tabs .tab-item {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.tabs .tab-item > span {
  display: block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

.tabs .tab-item.active {
  background-color: #fae701;
  border-color: #fae701;
  color: #000;
}

.tabs .tab-item:hover {
  border-color: #fae701;
  color: #000;
}

.tabs .tab-content {
  margin-top: 6vh;
}

.tabs .tab-content .tab-pane {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}

.activity {
  padding: 9vh 0 10vw 0;
  background: url("../images/comm/activity-bg.jpg") left bottom no-repeat;
  background-size: 100% auto;
}

.edictor-title {
  padding-bottom: 10px;
  color: #fff;
}

.edictor-title .title {
  font-weight: bold;
  font-size: 26px;
}

.edictor-title .date {
  float: right;
}

.edictor {
  font-family: "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif, sans-serif;
  color: #fff;
}

.edictor * {
  color: #fff;
}

.edictor > div::after {
  display: block;
  clear: both;
  content: "";
}

.sponser {
  padding: 2vw 0;
  background-color: #fae701;
}

.sponser .section-title,
.sponser .sponser-swiper {
  display: inline-block;
  vertical-align: top;
}

.sponser .section-title {
  margin: 0;
  width: 23%;
}

.sponser .sponser-swiper {
  width: 75%;
}

.sponser .sponser-swiper .swiper-slide {
  margin: 15px 0 !important;
  padding: 0 10px;
}

.sponser .sponser-logo {
  display: block;
}

.sponser .sponser-logo img {
  width: 100%;
}

.footer {
  position: relative;
  margin-top: -2px;
  color: #fff;
  border-top: 1px solid #fae701;
  border-bottom: 12px solid #000;
  font-family: 'Roboto', sans-serif;
}

.footer:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fae701;
}

.footer .info-left {
  position: relative;
  float: left;
  padding-top: 30px;
  width: 40%;
}

.footer .info-left::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 121px 121px 0;
  border-color: transparent #fae701 transparent transparent;
}

.footer .info-right {
  position: relative;
  float: left;
  width: 60%;
  height: 120px;
  background-color: #fae701;
  text-align: center;
}

.footer .info-right .copyright {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.footer .info-right .copyright > span:first-of-type::after {
  content: " / ";
}

.footer .navbar_logo {
  width: 115px;
}

.footer .navbar_logo img {
  width: 100%;
}

.footer .info {
  padding-left: 5%;
  font-size: 18px;
  font-weight: bold;
}

.footer .info label {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  width: 90px;
}

.footer .navbar_logo,
.footer .info {
  display: inline-block;
  vertical-align: middle;
}

#toTop {
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  width: 155px;
  height: 155px;
}

#toTop span {
  opacity: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

#toTop::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 155px 155px;
  border-color: transparent transparent #000000 transparent;
}

#toTop::after {
  content: "TOP";
  position: absolute;
  color: #fff;
  bottom: 20%;
  right: 10%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 26px;
  font-weight: bold;
}

.cloud {
  overflow: hidden;
  position: absolute;
  bottom: 4.8vw;
  width: 100%;
  height: 100%;
}

.cloud .cloud-1 {
  -webkit-animation: cld-1 calc(1s * var(--i)) linear infinite;
          animation: cld-1 calc(1s * var(--i)) linear infinite;
  opacity: .6;
  max-width: 100%;
  position: absolute;
  bottom: 0px;
}

.cloud .cloud-2 {
  -webkit-animation: cld-2 calc(1s * var(--i)) linear infinite;
          animation: cld-2 calc(1s * var(--i)) linear infinite;
  opacity: .4;
  max-width: 100%;
  position: absolute;
  bottom: 0px;
}

@media (max-width: 1600px) {
  .banner .effect-layer.right {
    width: 385px;
  }
  .banner .banner-title {
    top: calc((50vw - 240px) / 2 - 3vw);
    width: 40vw;
  }
  .banner .ml12 {
    top: 7.8vw;
    left: 17vw;
    font-size: 1.3vw;
  }
  .quota-wrap {
    min-width: 660px;
  }
  .quota-wrap .quota-info {
    left: 155px;
    top: 85px;
  }
  .sponser .section-title {
    width: 160px;
  }
  .sponser .sponser-swiper {
    width: calc(100% - 165px);
  }
  .footer .info-left {
    width: 520px;
  }
  .footer .info-right {
    width: calc(100% - 520px - 130px);
  }
  .edictor-title .title {
    font-size: 24px;
  }
}

@media (max-width: 1266px) {
  .activity {
    padding: 4rem 0 6rem 0;
  }
  .section-title {
    margin-bottom: 2.5rem;
  }
  .tabs .tab-content {
    margin-top: 2rem;
  }
}

@media (max-width: 1024px) {
  .header .navbar_logo {
    position: relative;
    z-index: 100;
  }
  .banner {
    height: 95vh;
    background-position: 25% center;
  }
  .banner:before {
    content: "";
    position: absolute;
    bottom: 9vh;
    width: 100%;
    height: 70vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .banner .effect-layer {
    display: none;
  }
  .banner .banner-title {
    width: 500px;
    top: calc((100vh - 208px) / 2 - 0vh);
    right: 0;
  }
  .banner .ml12 {
    top: 98px;
    left: 205px;
    font-size: 16px;
  }
  .quota-wrap {
    font-size: 17px;
  }
  .quota-wrap .txt-date {
    font-size: 20px;
  }
  .quota-wrap .txt-number {
    font-size: 26px;
  }
  .quota-wrap .txt-xs {
    font-size: 13px;
  }
  .section-title .zh {
    font-size: 28px;
  }
  .section-title .en {
    font-size: 18px;
  }
  .sponser .section-title,
  .sponser .sponser-swiper {
    width: 100%;
  }
  .sponser .section-title {
    margin-bottom: 2vw;
    text-align: center;
  }
  .footer {
    background-color: #fae701;
    border-bottom: none;
  }
  .footer.block .container {
    width: 100%;
  }
  .footer:before {
    display: none;
  }
  .footer .info-left,
  .footer .info-right {
    float: none;
    width: 100%;
  }
  .footer .info-right {
    padding: 10px 0;
    background-color: #000;
    height: auto;
  }
  .footer .info-right .copyright {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: #fff;
    font-weight: normal;
    bottom: 0;
  }
  .footer .info-left {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .footer .navbar_logo {
    display: none;
  }
  .footer .info {
    color: #000;
  }
  .tabs .tabs-swiper {
    padding-left: 10%;
    padding-right: 10%;
  }
  .tabs .tab-item {
    font-size: 18px;
  }
  #toTop {
    width: 110px;
    height: 110px;
    bottom: 40px;
  }
  #toTop::before {
    border-width: 0 0 110px 110px;
  }
  #toTop::after {
    font-size: 20px;
  }
  .edictor-title .title {
    font-size: 20px;
  }
  .cloud {
    bottom: 9vh;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 15px;
  }
  .header .container {
    width: 90%;
  }
  .header .navbar_logo {
    width: 100px;
  }
  .banner .banner-title {
    top: initial;
    bottom: calc((95vh - 155px) / 2);
  }
  .quota-wrap {
    min-width: initial;
    width: 100%;
  }
  .quota-wrap::after {
    content: "";
    position: absolute;
    top: -5vw;
    left: 0;
    width: 25vw;
    height: 25vw;
    background-image: url("../images/comm/quota-clock.png");
    background-size: 100%;
  }
  .quota-wrap .quota-bg {
    display: none;
  }
  .quota-wrap .quota-info {
    position: relative;
    width: 90%;
    left: 10%;
    top: 0;
    padding: 6% 0 6% 17vw;
    background-image: url("../images/comm/quota-s.png");
    background-size: 100% 100%;
  }
  .quota-wrap .inline > div {
    line-height: 24px;
  }
  .section-title .zh {
    font-size: 24px;
  }
  .section-title .en {
    font-size: 16px;
  }
  .activity {
    padding: 3rem 0;
  }
  .sponser {
    padding: 3rem 0;
  }
  .footer .info-right .copyright > span {
    display: block;
  }
  #toTop {
    bottom: 60px;
  }
  .edictor img {
    width: 100% !important;
    margin: 10px 0;
  }
  .edictor-title .title {
    font-size: 16px;
  }
  .cloud {
    display: none;
  }
}

@media (max-width: 576px) {
  .sponser .sponser-swiper .swiper-slide {
    margin: 5px 0 !important;
  }
}

@media (max-width: 480px) {
  .btn {
    min-width: 180px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }
  .banner {
    background-position: 15% center;
  }
  .banner .banner-title {
    width: 95%;
    top: initial;
    bottom: calc((95vh - 155px) / 2 - 8vh);
  }
  .banner .ml12 {
    top: 18.5vw;
    left: 37vw;
    font-size: 12px;
  }
  .banner:before {
    height: 60vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .activity {
    padding-top: 2rem;
  }
  .sponser .section-title {
    margin-bottom: 20px;
  }
  .quota-wrap {
    font-size: 13px;
  }
  .quota-wrap::after {
    width: 100px;
    height: 100px;
  }
  .quota-wrap .txt-xs {
    font-size: 12px;
  }
  .quota-wrap .txt-date {
    font-size: 15px;
  }
  .quota-wrap .txt-number {
    font-size: 20px;
  }
  .quota-wrap .quota-info {
    padding-left: 65px;
  }
  .tabs .tab-item {
    padding: 9px 0;
    font-size: 16px;
  }
  .tabs .tabs-swiper .swiper-wrapper .swiper-slide {
    width: 150px;
  }
  .footer .info-right .copyright {
    font-size: 12px;
  }
  .footer .info {
    font-size: 14px;
  }
  .footer .info label {
    width: 75px;
    font-size: 13px;
    font-weight: bold;
  }
  #toTop {
    width: 80px;
    height: 80px;
    bottom: 55px;
  }
  #toTop::before {
    border-width: 0 0 80px 80px;
  }
  #toTop::after {
    bottom: 14px;
    right: 7px;
    font-size: 15px;
  }
  .edictor-title {
    text-align: center;
  }
  .edictor-title .date {
    margin-bottom: 5px;
  }
  .edictor-title .title, .edictor-title .date {
    float: none;
    display: block;
  }
}

@media (max-width: 325px) {
  .quota-wrap {
    font-size: 12px;
  }
  .quota-wrap::after {
    width: 90px;
    height: 90px;
  }
  .quota-wrap .quota-info {
    padding-left: 60px;
  }
  .quota-wrap .txt-number {
    font-size: 15px;
  }
  .quota-wrap .txt-date {
    font-size: 12px;
  }
  .quota-wrap span {
    margin-right: 2px;
  }
  .banner .banner-title {
    width: 320px;
    bottom: calc((95vh - 133px) / 2 - 8vh);
  }
  .banner .ml12 {
    top: 61px;
    left: 90px;
  }
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@media (orientation: portrait) and (max-width: 1024px) and (min-width: 768px) {
  .banner .banner-title {
    width: 700px;
    top: calc((100vh - 100px) / 2 - 0vh);
  }
  .banner .ml12 {
    top: 136px;
    left: 315px;
    font-size: 22px;
  }
}

@media (orientation: landscape) and (max-width: 1024px) and (min-width: 768px) {
  .banner {
    background-position: 55% center;
  }
}

@media (orientation: landscape) and (max-height: 420px) {
  body.open .header {
    padding: 0;
  }
  .header .navbar_logo {
    margin-top: 4vh;
    width: 90px;
  }
  .nav-control {
    margin-top: 4vh;
  }
  nav .menu-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  nav.open .ul {
    margin-top: calc(40px + 5vh);
  }
  .banner {
    height: 70vw;
  }
  .banner .banner-title {
    top: 15vw;
    bottom: initial;
  }
}

@media (orientation: landscape) and (max-height: 325px) {
  nav .menu-item .zh {
    font-size: 14px;
  }
  nav .menu-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .banner .banner-title {
    width: 400px;
  }
  .banner .ml12 {
    top: 76px;
    left: 120px;
  }
}

@-webkit-keyframes cld-1 {
  0% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

@keyframes cld-1 {
  0% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

@-webkit-keyframes cld-2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes cld-2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
