body {
  font-family: Microsoft YaHei, system-ui, sans-serif;
  background-image: url(/static/img/bg2.gif), url(/static/img/bg.gif) !important;
  background-repeat: repeat repeat !important;
  background-color: #0a0a0a !important;
  background-blend-mode: difference;
}
a {
  color: rgba(255, 255, 255, 0.9);
}
.overflow-hidden {
  overflow: hidden;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.main-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  min-width: 1200px;
  background-color: rgba(50, 50, 50, 0.6);
  backdrop-filter: blur(3px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.main-header .top-sec {
  height: 32px;
}
.main-header .top-sec .top-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
.main-header .top-sec .top-wrap .only {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
.main-header .top-sec .top-wrap .only .onlyicon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.main-header .top-sec .top-wrap .trust {
  display: flex;
  align-items: center;
}
.main-header .top-sec .top-wrap .trust .trust-item {
  height: 14px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  font-size: 10px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 8px;
}
.main-header .top-sec .top-wrap .trust .trust-item:first-child {
  border-left: none;
}
.main-header .top-sec .top-wrap .trust .trust-item:hover {
  color: #ffffff;
}
.main-header .top-sec .top-wrap .trust .trust-item svg {
  margin-top: 1px;
}
.main-header .top-sec .top-wrap .trust .trust-item .flag {
  width: 30px;
  height: 20px;
  transform: scale(1) !important;
}
.main-header .top-sec .top-wrap .trust .trust-item .ssl {
  width: 90px;
  height: 20px;
}
.main-header .logo-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  padding: 0 15px;
}
.main-header .logo-sec .head-logo {
  display: flex;
  align-items: center;
}
.main-header .logo-sec .head-logo .logo-title {
  margin-left: 10px;
  font-style: italic;
  font-weight: 700;
}
.main-header .logo-sec .head-logo .logo-title .shop-name {
  font-size: 24px;
  line-height: 24px;
}
.main-header .logo-sec .head-logo .logo-title .logo-title-en {
  font-size: 14px;
}
.main-header .logo-sec .logo-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-header .logo-sec .logo-right .nav-icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.main-header .logo-sec .logo-right .nav-icon.turnbig {
  animation: bigger 0.15s 0.85s;
}
@keyframes bigger {
  to {
    transform: scale(1.2);
  }
}
.main-header .logo-sec .logo-right .nav-icon:hover .nav-ico {
  color: rgba(255, 255, 255, 0.7);
}
.main-header .logo-sec .logo-right .nav-icon:hover .dot {
  transform: scale(1.2);
}
.main-header .logo-sec .logo-right .nav-icon .nav-ico {
  position: relative;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.9);
}
.main-header .logo-sec .logo-right .nav-icon .nav-ico i {
  font-size: 22px;
}
.main-header .logo-sec .logo-right .nav-icon .nav-ico .dot {
  width: 20px;
  height: 20px;
  background: #ff4c4c;
  position: absolute;
  top: -8px;
  right: -13px;
  color: #fff;
  border-radius: 50%;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  font-family: sans-serif;
  line-height: 0;
  transition: all 0.3s cubic-bezier(0.5, 3, 0.75, 1.25);
}
.main-header .logo-sec .logo-right .nav-icon .cart-section {
  width: 400px;
  height: 100vh;
  position: absolute;
  pointer-events: auto;
  top: 42px;
  padding-top: 30px;
  right: 0;
  z-index: 99;
  transition: all 0.5s;
  opacity: 1;
  overflow: hidden;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section.close {
  transform: translateY(0);
  opacity: 0;
  z-index: -99;
  height: 0;
  padding-top: 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap {
  background-color: #222;
  overflow: hidden;
  border-radius: 20px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .cart-header {
  width: 100%;
  height: 64px;
  background: #222;
  padding: 20px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .cart-header .title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .cart-header .sub {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.9);
  background: #000;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products {
  padding: 0 20px;
  flex-grow: 1;
  overflow-y: auto;
  max-height: 60vh;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 16px 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods:last-child {
  padding: 16px 0 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .img-wrap {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .img-wrap img {
  width: 100%;
  height: 100%;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info {
  margin-left: 10px;
  width: 100%;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .brand-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* .remove-cart-goods{
                                                        font-size: 14px;
                                                        color: #999;
                                                        &:hover{
                                                            color: #ff2525;
                                                        }
                                                    } */
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .brand-box .brand {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 2px 8px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s;
  letter-spacing: 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .brand-box .del {
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .brand-box .del:hover {
  opacity: 0.9;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .name {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 4px;
  letter-spacing: 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .sub .ml {
  font-size: 11px;
  border-radius: 6px;
  padding: 2px 8px;
  letter-spacing: 0;
  font-weight: 500;
  color: #0085ff;
  border: 1.5px solid #0085ff;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .cart-quantity {
  width: 100px;
  height: 28px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .cart-quantity i {
  font-size: 14px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .cart-quantity i.cart-reduce {
  left: 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .cart-quantity i.cart-add {
  right: 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .cart-quantity i.disable {
  color: #eee !important;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .cart-quantity i:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .cart-quantity i:active {
  transition: all 0.1s;
  font-size: 18px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .cart-quantity input {
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 16px;
  pointer-events: none;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .price {
  font-size: 11px;
  letter-spacing: 0;
  color: red;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .pricebox .price .price-num {
  font-size: 14px;
  margin-left: 2px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .checkout {
  display: none;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill {
  width: 100%;
  background-color: #222;
  padding: 20px;
  flex-shrink: 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
  color: rgba(255, 255, 255, 0.9);
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .label {
  font-size: 14px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .amount {
  font-size: 12px;
  color: red;
  font-weight: 700;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .amount-price,
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .cart-discount-price,
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .amount-freight-price {
  font-size: 18px;
  letter-spacing: 0;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li.freight {
  font-size: 14px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .freight-part {
  display: flex;
  align-items: baseline;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .freight-part .freight-tips {
  font-size: 12px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 4px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .forward .checkout-btn {
  width: 328px;
  height: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  display: block;
  margin: 20px auto;
  border-radius: 6px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .forward .close-btn {
  font-size: 16px;
}
.main-header .logo-sec .logo-right .nav-icon .cart-section .empty {
  text-align: center;
  padding-bottom: 40px;
}
.main-header .logo-sec .logo-right .goshop-btn-hide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  width: 0;
  height: 32px;
  background-color: #0086ff;
  border-radius: 99px;
  transform: translateX(20px);
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.main-header .logo-sec .logo-right .goshop-btn-hide .goshop-btn-text {
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  color: #FFF;
  font-size: 15px;
}
.main-header .logo-sec .logo-right .goshop-btn-hide .goshop-btn-text i {
  color: #FFF;
  margin-left: 4px;
  display: inline-block;
}
@keyframes goShop {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(3px);
  }
}
.main-header .logo-sec .logo-right .goshop-btn-hide:hover {
  transform: scale(1.03);
}
.main-header .logo-sec .logo-right .goshop-btn-hide:hover .goshop-btn-text i {
  animation: goShop 1s infinite;
}
.main-header .logo-sec .logo-right .goshop-btn-show {
  width: 148px;
  height: 44px;
  opacity: 1;
  transform: translateX(0);
}
.banner-section {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.banner-section .banner-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 855px;
  margin: auto;
  border-radius: 20px;
}
.banner-section .banner-wrap video {
  width: 100%;
  display: block;
  opacity: 0;
  animation: videoshow 0.3s 0.3s ease forwards;
}
@keyframes videoshow {
  to {
    opacity: 1;
  }
}
.banner-section .banner-wrap img {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 2;
}
.cart-shade {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -99;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.cart-shade-on {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.nav-wrap {
  padding: 0 10px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  gap: 30px;
}
.nav-wrap nav {
  width: 100%;
}
.nav-wrap nav .nav-box {
  display: flex;
  align-items: center;
}
.nav-wrap nav .nav-box .nav-item {
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  padding: 6px 0;
  border-radius: 6px;
  flex: auto;
}
.nav-wrap nav .nav-box .nav-item:hover {
  background-color: #0086ff;
}
.nav-wrap nav .nav-box .nav-item:hover .nav-name .nav-sub {
  color: #fff;
}
.nav-wrap nav .nav-box .nav-item .nav-name {
  font-size: 13px;
  font-weight: 500;
  text-wrap: nowrap;
  display: flex;
  flex-direction: column;
}
.nav-wrap nav .nav-box .nav-item .nav-name .nav-sub {
  font-size: 9px;
  font-weight: 500;
  color: #9e9e9e;
  line-height: 1;
  transition: all 0.3s;
  margin-top: 2px;
}
.nav-wrap .slider {
  position: absolute;
  width: 110px;
  height: 48px;
  border-radius: 6px;
  background-color: #e5e5e5;
  transition: all 0.4s;
  z-index: 0;
  opacity: 1;
}
.nav-wrap .tips-sec {
  flex-shrink: 0;
}
.nav-wrap .tips-sec .tips {
  height: 48px;
  overflow: hidden;
  position: relative;
}
.nav-wrap .tips-sec .tips .tips-item {
  height: 48px;
  display: flex;
  align-items: center;
  text-align: end;
  justify-content: flex-end;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(48px);
  cursor: pointer;
  animation: tipsrun 30s 1s infinite;
}
@keyframes tipsrun {
  0% {
    transform: translateY(48px);
  }
  1% {
    transform: translateY(0);
  }
  24% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-48px);
  }
  49% {
    transform: translateY(-48px);
  }
  50% {
    transform: translateY(-96px);
  }
  74% {
    transform: translateY(-96px);
  }
  75% {
    transform: translateY(-144px);
  }
  99% {
    transform: translateY(-144px);
  }
  100% {
    transform: translateY(-192px);
  }
}
.nav-wrap .tips-sec .tips .tips-item .tips-ico i {
  font-size: 24px;
  margin-right: 8px;
}
.nav-wrap .tips-sec .tips .tips-item .tips-ico1 {
  color: #52bf54;
}
.nav-wrap .tips-sec .tips .tips-item .tips-ico2 {
  color: #ee960f;
}
.nav-wrap .tips-sec .tips .tips-item .tips-ico3 {
  color: #ef4f1f;
}
.nav-wrap .tips-sec .tips .tips-item .tips-ico4 {
  color: #4878e9;
}
.nav-wrap .tips-sec .tips .tips-item p {
  transition: all 0.2s;
  text-decoration: 1px underline transparent;
  text-underline-offset: 5px;
}
.nav-wrap .tips-sec .tips .tips-item:hover p {
  text-decoration: 1px underline rgba(0, 0, 0, 0.5);
  text-underline-offset: 7px;
}
.logo-wrap .place {
  display: flex;
  align-items: center;
}
.logo-wrap .place .compose {
  width: 102px;
  height: 60px;
  position: relative;
}
.logo-wrap .place .compose img {
  position: absolute;
}
.logo-wrap .place .compose img.fra-1 {
  width: 54px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo-wrap .place .compose img.fra-2 {
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
}
.logo-wrap .place .compose img.fra-3 {
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: 26px;
}
.logo-wrap .place .intact {
  margin-left: 18px;
}
.logo-wrap .place .intact .xenical-logo {
  width: 150px;
}
.logo-wrap .place .intact .text {
  font-size: 16px;
  margin-top: 3px;
}
.logo-wrap .place .intact .text.white {
  color: #fff;
}
.logo-wrap.hover-logo:hover .place .compose img.fra-2 {
  opacity: 0.4;
}
.logo-wrap.hover-logo:hover .place .compose img.fra-3 {
  opacity: 0.4;
}
footer {
  width: 100%;
  min-width: 1200px;
}
footer .footer-wrap {
  width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1200px;
}
footer .footer-wrap .content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 40px;
}
footer .footer-wrap .content .footer-logo {
  flex-shrink: 0;
}
footer .footer-wrap .content .footer-logo .footer-logo-sec {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 14px 30px;
  border-radius: 12px;
  transition: all 0.3s;
  cursor: pointer;
}
footer .footer-wrap .content .footer-logo .footer-logo-sec:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-wrap .content .footer-logo .footer-logo-sec .footer-logo-title {
  margin-left: 4px;
  font-style: italic;
  font-weight: 700;
  color: #FFF;
}
footer .footer-wrap .content .footer-logo .footer-logo-sec .footer-logo-title .footer-logo-title-cn {
  font-size: 22px;
}
footer .footer-wrap .content .footer-logo .footer-logo-sec .footer-logo-title .footer-logo-title-en {
  font-size: 14px;
}
footer .footer-wrap .content .footer-logo .about {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 40px;
  line-height: 48px;
}
footer .footer-wrap .content .footer-logo .other-sec {
  padding-left: 40px;
}
footer .footer-wrap .content .footer-logo .other-sec .other-item {
  display: flex;
  align-items: center;
  height: 48px;
}
footer .footer-wrap .content .footer-logo .other-sec .other-item .other-title {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
}
footer .footer-wrap .content .footer-logo .other-sec .other-item .yamato {
  width: 28px;
  height: 28px;
  margin: 0 20px 0 6px;
}
footer .footer-wrap .content .footer-logo .other-sec .other-item .lalamove {
  width: 140px;
  height: 24px;
}
footer .footer-wrap .content .footer-logo .other-sec .other-item .dmca {
  width: 52px;
  height: 26px;
  margin: 2px 10px 0 0;
}
footer .footer-wrap .content .footer-logo .other-sec .other-item .ssl {
  width: 90px;
  height: 24px;
}
footer .footer-wrap .content .footer-logo .other-sec .other-item .social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
}
footer .footer-wrap .content .footer-logo .other-sec .other-item .social .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 10px;
  border-radius: 8px;
  padding: 8px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  cursor: pointer;
}
footer .footer-wrap .content .footer-logo .other-sec .other-item .social .social-icon:hover {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  transform: scale(1.2);
}
footer .footer-wrap .content .footer-nav {
  color: #FFF;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-right: 30px;
}
footer .footer-wrap .content .footer-nav .footer-nav-item .footer-line {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
  pointer-events: none;
  border-bottom: 2px solid;
  padding-bottom: 6px;
}
footer .footer-wrap .content .footer-nav .footer-nav-item .footer-nav-vox {
  display: flex;
  flex-direction: column;
}
footer .footer-wrap .content .footer-nav .footer-nav-item .footer-nav-vox li {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
  transition: all 0.3s;
}
footer .footer-wrap .content .footer-nav .footer-nav-item .footer-nav-vox li:hover a {
  color: #ffffff;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  padding: 14px 0;
}
button {
  background: none;
  border: none;
  padding: unset;
}
.breadcrumb {
  margin: 0 auto;
  padding: 30px;
  display: flex;
  font-size: 12px;
  font-style: italic;
  width: 100%;
  max-width: 1200px;
  letter-spacing: 0;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li.active {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}
.loading-action-btn-disabled {
  opacity: 0.7;
}
.faq-section {
  margin-top: 200px;
  margin-bottom: 20px;
}
.faq-section .title {
  font-size: 28px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 60px;
}
.faq-section .faq-container {
  max-width: 800px;
  padding: 0 30px;
  margin: 0 auto;
}
.faq-section .faq-container .faq-item {
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  height: var(--collapsed-height, 60px);
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-section .faq-container .faq-item[open] {
  height: var(--expanded-height, auto);
}
.faq-section .faq-container .faq-item[open] i {
  transform: rotate(90deg);
}
.faq-section .faq-container .faq-item .faq-question {
  height: 60px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.faq-section .faq-container .faq-item .faq-question::-webkit-details-marker {
  display: none;
}
.faq-section .faq-container .faq-item .faq-question .question-text {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}
.faq-section .faq-container .faq-item .faq-question i {
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 0.9);
}
.faq-section .faq-container .faq-item .faq-answer {
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
