.fliter::-webkit-scrollbar {
  width: 2px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  position: absolute;
}
html {
  scroll-behavior: smooth;
}
body {
  text-rendering: optimizeLegibility;
  background-color: #f7f7f7;
  position: relative;
  font-family: Noto Sans SC, sans-serif;
  /* font-weight: lighter; */
  font-size: 16px;
  /* line-height: 1.5;
    letter-spacing: 0.03rem; */
  width: 100%;
}
body button {
  cursor: pointer;
}
body.overflow-y-h {
  overflow-y: hidden;
  padding-right: 7px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  body.overflow-y-h {
    padding-right: 0;
  }
}
body a {
  color: #333;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
body a,
body a:hover,
body a:active,
body a:visited,
body a:link,
body a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}
/* .global-loading{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 1;
    display: none;
}

&._show_loading{
    overflow: hidden;
    .loadinglogo{
        width: 60%;
        margin: 0 auto;
        animation: logonup 0.5s 1.2s forwards;
        @keyframes logonup {
            0% {
                transform: translateY(0);
                opacity: 1;
            }
            100% {
                transform: translateY(-600px);
                opacity: 0;
            }
        }
    }
    .slogan{
        white-space: nowrap;
        font-size: 18px;
        font-weight: 700;
        margin: 60px auto 0;
        text-align: center;
        color: #333333;
        animation: sloganup 0.5s 1.2s forwards;
        @keyframes sloganup {
            0% {
                transform: translateY(0);
                opacity: 1;
            }
            100% {
                transform: translateY(-600px);
                opacity: 0;
            }
        }
    }
    .circle{
        text-align: center;
        margin-top: 30px;
        animation: circleup 0.5s 1.2s forwards;
        @keyframes circleup {
            0% {
                transform: translateY(0);
                opacity: 1;
            }
            100% {
                transform: translateY(-600px);
                opacity: 0;
            }
        }
    }
    &:before{
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255);
        top: 0;
        left: 0;
        z-index: 100;
        animation: showup 0.5s 1.2s forwards;
        @keyframes showup {
            0% {
                height: 100%;
            }
            100% {
                height: 0;
            }
        }
    }


    .global-loading{
        display: block;
    }
} */
@media screen and (min-width: 769px) {
  .pc-hide {
    display: none!important;
  }
}
.main-header {
  width: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 12px 6px;
  gap: 10px 0;
}
@media screen and (min-width: 1025px) {
  .main-header {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.main-header .logo-sec {
  display: flex;
  flex-direction: column;
}
.main-header .logo-sec .logo {
  display: block;
  width: 100%;
  height: 32px;
}
.main-header .logo-sec .logo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .main-header .logo-sec .logo {
    height: 28px;
  }
}
.main-header .logo-sec .slogan {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
}
.main-header .base {
  position: relative;
  width: 100%;
  max-width: 1024px;
}
.main-header .base .base-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .main-header .base .base-box {
    justify-content: end;
    gap: 0 60px;
  }
}
.main-header .base .base-box .base-item .base-link {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .main-header .base .base-box .base-item .base-link {
    font-size: 16px;
  }
}
.main-header .base .base-box .base-item:hover {
  color: #000;
}
.main-header .base .base-box .base-item.activate {
  color: #000;
}
.main-header .contect {
  position: relative;
  height: 40px;
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  place-content: center;
  gap: 0 6px;
  background-color: #000;
  border-radius: 99px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.75, -1.62, 0.47, 2.27);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #ffcb00;
  z-index: 1;
}
.main-header .contect .lineicon {
  width: 28px;
  height: 28px;
  fill: #ffcb00;
  grid-row: 1 / span 2;
}
@media screen and (max-width: 768px) {
  .main-header .contect .lineicon {
    width: 24px;
    height: 24px;
  }
}
.main-header .contect .line-text-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 12px;
  overflow: hidden;
}
.main-header .contect .line-text-box .line-text {
  font-size: 0.7em;
  line-height: 1;
  height: 12px;
  animation: line-text-box 5s linear infinite;
}
@keyframes line-text-box {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-12px);
  }
  55% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .main-header .contect {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1025px) {
  .main-header .contect {
    padding: 0 30px;
  }
  .main-header .contect:hover {
    transform: scale(1.1);
  }
}
.main-header .contect:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-75deg, #000000, #979797, #000000);
  animation: shinning 5s linear infinite;
  z-index: -1;
}
@keyframes shinning {
  0% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.container {
  background-color: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .container {
    margin: 96px 0;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    margin: 68px auto 0;
    gap: 0 30px;
    display: grid;
    grid-template-columns: 1fr minmax(0, 800px) minmax(0, 400px) 1fr;
  }
}
.container.no-curtain:before {
  content: unset;
}
.container .intro {
  width: 80vw;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .container .intro {
    width: 100%;
  }
}
.container .intro .text {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.container .intro .title {
  font-size: 42px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .container .intro .title {
    font-size: 22px;
  }
}
.container .intro .sub {
  opacity: 0.15;
}
@media screen and (max-width: 768px) {
  .container .intro .sub {
    font-size: 14px;
  }
}
.container .main {
  position: relative;
  z-index: 2;
  width: 100%;
}
.container .main .wrap {
  width: 100%;
  margin: 0 auto;
  /*background-color: #fff;*/
  /*padding: 80px 15% 100px;*/
}
.quicklink-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 0 20px;
}
@media screen and (min-width: 1025px) {
  .quicklink-section {
    display: none;
  }
}
.quicklink-section .quick {
  position: relative;
  display: flex;
  overflow-x: auto;
  padding-left: 18px;
  mask-image: linear-gradient(to right, transparent 0, black 20px, black calc(100% - 20px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 20px, black calc(100% - 20px), transparent 100%);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.quicklink-section .quick::-webkit-scrollbar {
  display: none;
}
.quicklink-section .quick .quicklink {
  display: flex;
  width: 100px;
  flex-direction: column;
  text-align: center;
  flex-shrink: 0;
}
.quicklink-section .quick .quicklink.active .quicktitle {
  background-color: #ffcb00;
}
@media screen and (max-width: 1024px) {
  .quicklink-section .quick .quicklink {
    width: 72px;
    margin-right: 10px;
    min-height: 95px;
  }
}
.quicklink-section .quick .quicklink a {
  position: relative;
}
.quicklink-section .quick .quicklink a img {
  aspect-ratio: 16 / 21;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .quicklink-section .quick .quicklink .quicktitle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    border: 2px solid #ffcb00;
    border-radius: 19px;
    background-color: #fff2c3;
  }
}
.cityindex {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 10px;
  position: relative;
  grid-column: 1 / -1;
  mask-image: linear-gradient(to right, transparent 0, black 20px, black calc(100% - 20px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 20px, black calc(100% - 20px), transparent 100%);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cityindex::-webkit-scrollbar {
  display: none;
}
.cityindex .city-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  padding: 10px 0;
}
@media screen and (min-width: 1025px) {
  .cityindex .city-box {
    gap: 8px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.cityindex .city-item {
  flex: 0 0 auto;
  min-width: 100px;
  padding: 4px 10px;
  background-color: #fff2c3;
  border: 1px solid #ffcb00;
  border-radius: 99px;
  text-align: center;
  white-space: nowrap;
}
.cityindex .city-item.active {
  order: -1;
  background-color: #ffcb00;
}
.cityindex .city-item .city-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 13px;
  font-weight: 500;
}
.cityindex .city-item .city-link .count {
  font-size: 11px;
  font-weight: 700;
  background-color: #e42525;
  color: #fff;
  padding: 0 4px;
  border-radius: 99px;
}
.pc {
  width: 100%;
  padding: 0 10px;
  min-height: 3000px;
}
@media screen and (min-width: 1025px) {
  .pc {
    max-width: 800px;
    margin: 60px 0 0 auto;
    grid-column: 2;
  }
}
.pc .hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 20px;
}
.pc .hero .heroname {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  grid-column: 1;
  grid-row: 1;
}
.pc .hero .herosub {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .pc .hero .herosub {
    font-size: 12px;
  }
}
.pc .hero .searchopen {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: fit-content;
  background-color: #ffcb00;
  display: flex;
  align-items: center;
  height: 36px;
  transition: all 0.5s;
  gap: 2px;
  font-weight: 500;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 99px;
}
.pc .hero .searchopen .search-icon {
  width: 26px;
  height: 26px;
  position: relative;
}
.pc .hero .searchopen .search-icon .i-search {
  width: 100%;
  height: 100%;
  color: #e42525;
  transform: translate(5%, 5%);
}
.pc .hero .searchopen .search-icon .item-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.pc .hero .searchopen .searchtext {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .pc .hero .searchopen {
    display: none;
  }
}
.goods-section {
  width: 100%;
  /* display: flex;
    flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .goods-section {
    gap: 10px;
    margin-top: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .goods-section {
    /* gap: 20px; */
    margin-top: 20px;
  }
}
.goods-section.hide {
  opacity: 0;
}
.goods-section .goods {
  position: relative;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  /* .masonry-layout(3, 20px, 20px, 10px, 30); 
        @media screen and (max-width: 1024px) {
            .masonry-layout(2, 20px, 10px, 10px, 20); 
        }
        contain-intrinsic-size: 300px; */
  will-change: transform;
}
.goods-section .goods:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  background-color: #818181;
  top: 14px;
  left: -4px;
  border-radius: 0 0 0 4px;
}
@media screen and (min-width: 1025px) {
  .goods-section .goods:before {
    top: 20px;
  }
}
.goods-section .goods .label {
  width: fit-content;
  font-size: 12px;
  font-style: italic;
  color: #ffcb00;
  padding: 2px 11px;
  border-radius: 12px 2px 12px 0;
  background: linear-gradient(-45deg, black, #4d4d4d);
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: -4px;
  left: -4px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.goods-section .goods .label .i-type {
  width: 12px;
  height: 12px;
  transform: skewX(-20deg);
}
@media screen and (min-width: 1025px) {
  .goods-section .goods .label .i-type {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .goods-section .goods .label {
    font-size: 14px;
    padding: 2px 12px;
  }
}
.goods-section .goods .cover {
  position: relative;
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.goods-section .goods .cover .codebox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  padding-top: 6px;
}
@media screen and (min-width: 1025px) {
  .goods-section .goods .cover .codebox {
    padding-top: 10px;
  }
}
.goods-section .goods .cover .codebox .codetitle {
  display: none;
}
.goods-section .goods .cover .codebox .codeitem {
  display: flex;
  align-items: baseline;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .goods-section .goods .cover .codebox .codeitem {
    font-size: 12px;
  }
}
.goods-section .goods .cover .codebox .codeitem:last-child:after {
  display: none;
}
.goods-section .goods .cover .codebox .codeitem:after {
  content: "";
  display: inline-block;
  height: 14px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 4px;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .goods-section .goods .cover .codebox .codeitem:after {
    margin: 0 8px;
  }
}
.goods-section .goods .cover .codebox .codeitem .num {
  font-size: 15px;
  color: #ffcb00;
  font-style: italic;
  margin-right: 2px;
}
@media screen and (min-width: 1025px) {
  .goods-section .goods .cover .codebox .codeitem .num {
    font-size: 20px;
    margin-right: 4px;
  }
}
.goods-section .goods .cover img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: relative;
  z-index: 0;
  aspect-ratio: 15 / 16;
}
.goods-section .goods .cover img.blur {
  filter: blur(5px);
}
.goods-section .goods .cover video {
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 15 / 16;
}
.goods-section .goods .message {
  position: relative;
  padding: 8px;
  background-color: #FFF;
  border-radius: 0 0 12px 12px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .goods-section .goods .message {
    padding: 14px;
  }
}
.goods-section .goods .message .namebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.goods-section .goods .message .goodname {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .goods-section .goods .message .goodname {
    font-size: 20px;
  }
}
.goods-section .goods .message .goodname .type {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 15px;
  color: #ffcb00;
  background-color: #000;
  padding: 0 6px;
  border-radius: 99px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .goods-section .goods .message .goodname .type {
    font-size: 11px;
  }
}
.goods-section .goods .message .goodname .type .i-type {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .goods-section .goods .message .goodname .type .i-type {
    width: 24px;
    height: 24px;
  }
}
.goods-section .goods .message .flag {
  border-radius: 2px;
  width: 21px;
  height: 14px;
  overflow: hidden;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.goods-section .goods .message .price {
  font-size: 14px;
  color: #ee2d2e;
  font-weight: 700;
  letter-spacing: 0;
}
.goods-section .goods .message .price .twd {
  font-size: 0.7em;
  margin-right: 2px;
}
@media screen and (min-width: 1025px) {
  .goods-section .goods .message .price {
    font-size: 18px;
  }
}
.goods-section .goods .message .serve {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  width: 100%;
  gap: 3px;
  mask-image: linear-gradient(to right, #000 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, #000 0%, transparent 100%);
}
@media screen and (max-width: 1024px) {
  .goods-section .goods .message .serve {
    max-width: 140px;
  }
}
.goods-section .goods .message .serve .item {
  font-size: 11px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .goods-section .goods .message .serve .item {
    font-size: 13px;
  }
}
.goods-section .goods .message .serve .item .i-tick {
  width: 14px;
  height: 14px;
  color: #2bca2a;
}
@media screen and (min-width: 1024px) {
  .goods-section .goods .message .serve .item .i-tick {
    width: 18px;
    height: 18px;
  }
}
.goods-section .goods .message .i-right-arrow {
  position: absolute;
  right: 6px;
  bottom: 6px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  .goods-section .goods .message .i-right-arrow {
    width: 14px;
    height: 14px;
    bottom: 9px;
  }
}
.goods-section .goods:hover .cover img {
  transform: scale(1.1);
}
.goods-section .goods:hover .cover video {
  transform: scale(1.2);
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin: 30px 0;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 0 10px;
  }
}
.breadcrumb li a {
  color: #000;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 8px;
  color: #000;
}
.breadcrumb li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li.active {
  color: #000;
}
.breadcrumb li.active a {
  color: #000;
}
.main-footer {
  width: 100%;
  background: #000000;
  position: relative;
  overflow: hidden;
}
.main-footer .office {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 8%;
}
.main-footer .office .slogan {
  position: relative;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .main-footer .office .slogan {
    height: 140px;
  }
}
.main-footer .office .slogan .footertitle {
  font-size: 80px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* transition: top 0.3s ease-in-out; */
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 2px;
  animation: footertitle 3s cubic-bezier(0, 0, 0, 1);
  animation: shift 1s ease-in-out infinite alternate;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .main-footer .office .slogan .footertitle {
    font-size: 40px;
  }
}
.main-footer .office .slogan .footertitle:before,
.main-footer .office .slogan .footertitle:after {
  display: block;
  content: attr(data-footertitle);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.main-footer .office .slogan .footertitle:before {
  animation: footertitle 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  color: #8b00ff;
  z-index: -1;
}
.main-footer .office .slogan .footertitle:after {
  animation: footertitle 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  color: #00e1e5;
  z-index: -2;
}
@keyframes footertitle {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-3px, 3px);
  }
  40% {
    transform: translate(-3px, -3px);
  }
  60% {
    transform: translate(3px, 3px);
  }
  80% {
    transform: translate(3px, -3px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes shift {
  0%,
  40%,
  44%,
  58%,
  61%,
  65%,
  69%,
  73%,
  100% {
    transform: translate(-50%, -50%) rotateX(0deg) skewX(0deg);
  }
  41% {
    transform: translate(-50%, -50%) rotateX(10deg) skewX(10deg);
  }
  42% {
    transform: translate(-50%, -50%) rotateX(-10deg) skewX(-10deg);
  }
  59% {
    transform: translate(-50%, -50%) rotateX(20deg) rotateY(10deg) skewX(20deg) skewY(10deg);
  }
  60% {
    transform: translate(-50%, -50%) rotateX(-20deg) rotateY(-10deg) skewX(-20deg) skewY(-10deg);
  }
  63% {
    transform: translate(-50%, -50%) rotateX(10deg) rotateY(-5deg) skewX(-10deg) skewY(-5deg);
  }
  70% {
    transform: translate(-50%, -50%) rotateX(-20deg) rotateY(-20deg) skewX(-20deg) skewY(-20deg);
  }
  71% {
    transform: translate(-50%, -50%) rotateX(10deg) rotateY(-10deg) skewX(10deg) skewY(-10deg);
  }
}
.main-footer .office .footerdesc {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.main-footer .footer-inner {
  width: 100%;
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1024px;
}
@media screen and (max-width: 1024px) {
  .main-footer .footer-inner {
    width: 90%;
  }
}
.main-footer .footer-inner .footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 100%;
}
.main-footer .footer-inner .footer-nav .base {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5% 0;
  height: auto;
}
.main-footer .footer-inner .footer-nav .base > li {
  width: 100%;
}
.main-footer .footer-inner .footer-nav .base > li .base-link {
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  color: #b8babc;
  padding: 1% 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  justify-content: center;
}
.main-footer .footer-inner .footer-nav .base > li .base-link:hover {
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .main-footer .footer-inner .footer-nav .base > li .base-link {
    font-size: 32px;
  }
}
.main-footer .footer-inner .footer-nav .base > li .base-link.activate {
  color: #b8babc;
}
.main-footer .footer-inner .footer-nav .base > li .base-link.activate:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #ffffff;
}
.main-footer .footer-inner .footer-nav .base > li .base-link.open {
  color: #fff;
}
.main-footer .footer-inner .footer-nav .base > li .base-link.open i:not(.front) {
  transform: rotate(90deg);
}
.main-footer .footer-inner .footer-nav .base > li .current {
  background: radial-gradient(circle at 50% 0, #ff009e, rgba(255, 0, 0, 0) 70.71%), radial-gradient(circle at 6.7% 75%, #5e00ff, rgba(0, 0, 255, 0) 70.71%), radial-gradient(circle at 93.3% 75%, rgba(255, 77, 0, 0.8), rgba(0, 255, 0, 0) 70.71%) #62fffd;
  /* -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        -webkit-background-size: auto; */
  margin: 0 auto;
  border-radius: 99px;
  color: #fff;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .main-footer .footer-inner .footer-nav .base > li .current {
    width: 60%;
    font-size: 32px;
  }
}
.main-footer .footer-inner .footer-nav .base > li .current.activate {
  color: #b8babc;
}
.main-footer .footer-inner .footer-nav .base > li .current.activate:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #ffffff;
}
.main-footer .footer-inner .footer-nav .base > li .current.open {
  color: #fff;
}
.main-footer .footer-inner .footer-nav .base > li .current.open i:not(.front) {
  transform: rotate(90deg);
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu {
  text-align: center;
  font-size: 15px;
  width: 100%;
  padding-left: 16px;
  display: none;
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu .drop-li {
  color: #b8babc;
  position: relative;
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu .drop-li > a {
  color: #b8babc;
  display: flex;
  padding: 16px 10px;
  padding-left: 16px;
  align-items: center;
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu .drop-li > a i {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  margin-right: 6px;
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu .drop-li > a.open {
  color: #fff;
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu .drop-li > a.open i {
  /*transform: rotate(90deg);*/
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu .drop-li .dropdown-menu2 {
  padding-left: 16px;
  display: none;
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu .drop-li .dropdown-menu2 li {
  display: block;
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu .drop-li .dropdown-menu2 li > a {
  padding: 16px 10px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b8babc;
}
.main-footer .footer-inner .footer-nav .base > li .dropdown-menu .drop-li .dropdown-menu2 li:hover > a {
  color: #b8babc;
}
.main-footer .footer-inner .footer-nav .btnbox-col {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main-footer .footer-inner .footer-nav .btnbox-col {
    margin-top: 5%;
  }
}
.main-footer .footer-inner .footer-nav .qrcodebox {
  position: sticky;
  margin-top: 80px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main-footer .footer-inner .footer-nav .qrcodebox .qrcode {
  position: relative;
  border-radius: 1.6em;
  padding: 10px;
  background-color: #000;
}
.main-footer .footer-inner .footer-nav .qrcodebox .qrcode img {
  width: 120px;
  height: 120px;
}
.main-footer .footer-inner .footer-nav .qrcodebox .qrcode:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1.6em;
  position: absolute;
  mix-blend-mode: darken;
  background-image: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000);
  pointer-events: none;
  background-size: 1500% 1200%;
  animation: steam 20s linear infinite;
}
@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.main-footer .footer-inner .footer-nav .qrcodebox .btn-bg {
  position: absolute;
  z-index: -1;
  inset: -2px;
  border-radius: 1.6em;
  overflow: hidden;
}
.main-footer .footer-inner .footer-nav .qrcodebox .uwu {
  filter: blur(8px);
  transition: filter 0.3s;
}
.main-footer .footer-inner .footer-nav .qrcodebox .btn-bg::before {
  content: '';
  position: absolute;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  min-width: 150%;
  min-height: 150%;
  background-image: conic-gradient(hsl(0, 100%, 50%), hsl(30, 100%, 50%), hsl(60, 100%, 50%), hsl(90, 100%, 50%), hsl(120, 100%, 50%), hsl(150, 100%, 50%), hsl(180, 100%, 50%), hsl(210, 100%, 50%), hsl(240, 100%, 60%), hsl(270, 100%, 50%), hsl(300, 100%, 50%), hsl(330, 100%, 50%), hsl(0, 100%, 50%));
  animation: speeen 4s linear infinite;
  transform-origin: 0% 0%;
  transform: rotate(0deg) translate(-50%, -50%);
}
@keyframes speeen {
  from {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
.main-footer .footer-inner .footer-nav .qrcodebox:hover {
  transform: scale(1.05);
}
.main-footer .copyright {
  color: #b8babc;
  font-size: 14px;
  text-align: center;
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .main-footer .copyright {
    width: 100%;
    text-align: center;
    right: 50%;
    position: unset;
    font-size: 12px;
    padding: 0 26px;
    margin: 10px;
  }
}
.form-btn {
  width: 340px;
  height: 60px;
  margin: 0 auto;
  margin-top: 40px;
  border: none;
}
.form-btn div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 6px;
}
.form-btn div p {
  color: white;
  line-height: 1;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.15em;
  padding-right: 50px;
  position: relative;
}
.form-btn div p:before,
.form-btn div p:after {
  content: '';
  height: 1px;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: 0.25em;
  transform-origin: 100% 100%;
}
.form-btn div p:before {
  width: 7px;
  transform: rotate(45deg);
}
.form-btn div p:after {
  width: 40px;
}
.loopWrap {
  height: 600px;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .loopWrap {
    height: 300px;
  }
}
.loopWrap .group {
  display: flex;
}
.loopWrap .group .item {
  width: 140px;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 120px;
  opacity: 0.7;
  transition: all 0.5s;
}
.loopWrap .group .item:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .loopWrap .group .item {
    width: 80px;
    height: 80px;
    margin-right: 60px;
  }
}
.goods-loading {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 90;
  margin-top: 140px;
}
.goods-loading .loader {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin: 0 auto;
}
.goods-loading .loader .loader-bar {
  width: 8%;
  height: 24%;
  background: #808080;
  position: absolute;
  left: 50%;
  top: 30%;
  opacity: 0;
  border-radius: 50px;
  animation: fade458 1s linear infinite;
}
.goods-loading .loader .loader-bar.bar1 {
  transform: rotate(0deg) translate(0, -130%);
  animation-delay: 0s;
}
.goods-loading .loader .loader-bar.bar2 {
  transform: rotate(30deg) translate(0, -130%);
  animation-delay: -1.1s;
}
.goods-loading .loader .loader-bar.bar3 {
  transform: rotate(60deg) translate(0, -130%);
  animation-delay: -1s;
}
.goods-loading .loader .loader-bar.bar4 {
  transform: rotate(90deg) translate(0, -130%);
  animation-delay: -0.9s;
}
.goods-loading .loader .loader-bar.bar5 {
  transform: rotate(120deg) translate(0, -130%);
  animation-delay: -0.8s;
}
.goods-loading .loader .loader-bar.bar6 {
  transform: rotate(150deg) translate(0, -130%);
  animation-delay: -0.7s;
}
.goods-loading .loader .loader-bar.bar7 {
  transform: rotate(180deg) translate(0, -130%);
  animation-delay: -0.6s;
}
.goods-loading .loader .loader-bar.bar8 {
  transform: rotate(210deg) translate(0, -130%);
  animation-delay: -0.5s;
}
.goods-loading .loader .loader-bar.bar9 {
  transform: rotate(240deg) translate(0, -130%);
  animation-delay: -0.4s;
}
.goods-loading .loader .loader-bar.bar10 {
  transform: rotate(270deg) translate(0, -130%);
  animation-delay: -0.3s;
}
.goods-loading .loader .loader-bar.bar11 {
  transform: rotate(300deg) translate(0, -130%);
  animation-delay: -0.2s;
}
.goods-loading .loader .loader-bar.bar12 {
  transform: rotate(330deg) translate(0, -130%);
  animation-delay: -0.1s;
}
@keyframes fade458 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
.goods-loading .loadtext {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  text-align: center;
}
.goods-loading .spin {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
}
.goods-loading .arc {
  stroke: rgba(128, 128, 128, 0.9);
  stroke-width: 4;
  stroke-linecap: round;
  /* 不做 dash 動畫，弧長固定 */
  transform-origin: 50% 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .goods-loading .arc {
    animation: none;
  }
}
.goods-complete {
  display: none;
  position: relative;
  bottom: 0;
  left: 0;
}
.goods-complete .spinner {
  height: 50px;
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1em;
  color: #999;
  filter: drop-shadow(0 0 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.goods-complete .spinner span {
  animation: loading6454 1.75s ease infinite;
}
.goods-complete .spinner span:nth-child(2) {
  animation-delay: 0.25s;
}
.goods-complete .spinner span:nth-child(3) {
  animation-delay: 0.5s;
}
.goods-complete .spinner span:nth-child(4) {
  animation-delay: 0.75s;
}
.goods-complete .spinner span:nth-child(5) {
  animation-delay: 1s;
}
.goods-complete .spinner span:nth-child(6) {
  animation-delay: 1.25s;
}
@keyframes loading6454 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.goods-complete .completetext {
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.faq-section {
  width: 100%;
  margin: 60px auto 20px;
  padding: 0 20px;
  grid-column: 1 / -1;
}
.faq-section .heroname {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
.faq-section .faq-item {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px;
  border-radius: 12px;
  border: 1.5px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.faq-section .faq-item[open] .faq-question {
  color: #000;
}
.faq-section .faq-item[open] .faq-question .i-right {
  transform: rotate(270deg);
}
.faq-section .faq-item .faq-question {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-question {
    padding: 10px 14px;
  }
}
.faq-section .faq-item .faq-question::-webkit-details-marker {
  display: none;
}
.faq-section .faq-item .faq-question .question-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-question .question-text {
    font-size: 13px;
  }
}
.faq-section .faq-item .faq-question .i-right {
  transition: transform 0.3s ease;
  color: #000;
  font-weight: 700;
  transform: rotate(90deg);
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-question .i-right {
    width: 10px;
    height: 10px;
  }
}
.faq-section .faq-item .faq-answer {
  padding: 0 60px 15px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-answer {
    padding: 0 20px 14px;
    font-size: 12px;
  }
}
.shade {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  z-index: 98;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  pointer-events: none;
}
.shade.shade-on {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
}
.editor {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 20px;
  padding: 0 20px;
  grid-column: 1 / -1;
}
.news {
  width: 100%;
  margin: 60px auto 20px;
  padding: 0 20px;
  grid-column: 1 / -1;
}
.news .heroname {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
.news .news-list {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .news .news-list {
    max-width: 800px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.news .news-list .news-item {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 12px;
  background-color: #FFF;
  overflow: hidden;
}
.news .news-list .news-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news .news-list .news-item .news-link {
  position: relative;
}
.news .news-list .news-item .news-link .img-wrap {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news .news-list .news-item .news-link .img-wrap {
    margin-bottom: 6px;
  }
}
.news .news-list .news-item .news-link .img-wrap .contact-wrap {
  position: absolute;
  bottom: 4px;
  left: 6px;
}
.news .news-list .news-item .news-link .img-wrap .contact-wrap .qrcode-box {
  width: 60px;
  height: 60px;
  padding: 4px;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .news .news-list .news-item .news-link .img-wrap .contact-wrap .qrcode-box {
    width: 50px;
    height: 50px;
    padding: 2px;
    border-radius: 4px;
  }
}
.news .news-list .news-item .news-link .img-wrap .contact-wrap .line {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
@media screen and (max-width: 768px) {
  .news .news-list .news-item .news-link .img-wrap .contact-wrap .line {
    font-size: 16px;
  }
}
.news .news-list .news-item .news-link .news-title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .news .news-list .news-item .news-link .news-title {
    font-size: 16px;
    padding: 10px 16px;
  }
}
.news .news-list .news-item .news-link .desc {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .news .news-list .news-item .news-link .desc {
    font-size: 12px;
    padding: 0 16px;
  }
}
.news .news-list .news-item .news-link .labelbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  font-weight: 700;
  font-style: italic;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .news .news-list .news-item .news-link .labelbox {
    padding: 10px 16px;
  }
}
.news .news-list .news-item .news-link .labelbox .editor {
  margin-right: 20px;
}
.news .news-list .news-item .news-link .labelbox .views {
  display: flex;
  align-items: center;
}
.news .news-list .news-item .news-link .labelbox .views svg {
  width: 14px;
  height: 14px;
}
.news .news-list .news-item .news-link .labelbox .views svg path {
  fill: #999;
}
.news .news-list .news-item .news-link .labelbox .views .num {
  margin-left: 4px;
}
