body {
  font-family: Microsoft YaHei, system-ui, sans-serif;
}
.overflow-hidden {
  overflow: hidden;
}
header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  min-width: 1200px;
  background-color: #FFF;
}
header .top-sec {
  background-color: #1a1a1a;
  height: 32px;
}
header .top-sec .top-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
header .top-sec .top-wrap .only {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
header .top-sec .top-wrap .only:hover {
  color: #ffffff;
}
header .top-sec .top-wrap .only .onlyicon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
header .top-sec .top-wrap .trust {
  display: flex;
  align-items: center;
}
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 16px;
}
header .top-sec .top-wrap .trust .trust-item:first-child {
  border-left: none;
}
header .top-sec .top-wrap .trust .trust-item:hover {
  color: #ffffff;
}
header .top-sec .top-wrap .trust .trust-item svg {
  margin-top: 1px;
}
header .top-sec .top-wrap .trust .trust-item .flag {
  width: 30px;
  height: 20px;
  transform: scale(1) !important;
}
header .top-sec .top-wrap .trust .trust-item .ssl {
  width: 90px;
  height: 20px;
}
header .logo-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 72px;
  padding: 0 30px;
}
header .logo-sec .head-logo {
  display: flex;
  align-items: center;
}
header .logo-sec .head-logo .logo-title {
  margin-left: 10px;
  font-style: italic;
  font-weight: 700;
}
header .logo-sec .head-logo .logo-title .shop-name {
  font-size: 24px;
  line-height: 24px;
}
header .logo-sec .head-logo .logo-title .logo-title-en {
  font-size: 14px;
}
header .logo-sec .logo-right {
  display: flex;
  align-items: center;
  gap: 16px;
  /* .cart-sec{         
                position: relative;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                
                .cart{
                    position: relative;
                    
                }

                
                    
                
                
            } */
}
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;
}
header .logo-sec .logo-right .nav-icon.turnbig {
  animation: bigger 0.15s 0.85s;
}
@keyframes bigger {
  to {
    transform: scale(1.2);
  }
}
header .logo-sec .logo-right .nav-icon:hover .nav-ico {
  color: rgba(0, 0, 0, 0.4);
}
header .logo-sec .logo-right .nav-icon:hover .dot {
  transform: scale(1.2);
}
header .logo-sec .logo-right .nav-icon .nav-ico {
  position: relative;
  transition: all 0.3s;
  color: #000000;
}
header .logo-sec .logo-right .nav-icon .nav-ico i {
  font-size: 22px;
}
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);
}
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;
}
header .logo-sec .logo-right .nav-icon .cart-section.close {
  transform: translateY(0);
  opacity: 0;
  z-index: -99;
  height: 0;
  padding-top: 0;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap {
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .cart-header {
  width: 100%;
  height: 64px;
  background: #fff;
  padding: 20px;
  /* .close-cart{
                                position: absolute;
                                right: 15px;
                                top: 50%;
                                transform: translate(0,-50%);
                                cursor: pointer;
                                i{
                                    font-size: 20px;
                                    font-weight: 600;
                                }
                            } */
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .cart-header .title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .cart-header .sub {
  font-size: 12px;
  font-weight: 400;
  color: #b3b3b3;
  letter-spacing: 0;
}
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;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
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(97, 184, 179, 0.1);
  background: #000;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #ededed;
}
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;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods {
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding: 16px 0;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods:last-child {
  padding: 16px 0 0;
}
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;
}
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;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .img-wrap img {
  width: 100%;
  height: 100%;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info {
  margin-left: 10px;
  width: 100%;
}
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;
                                                        }
                                                    } */
}
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;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .brand-box .del {
  width: 22px;
  height: 22px;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s;
}
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;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .cart-goods .goods .column .info .name {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
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;
}
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;
}
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;
}
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;
}
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;
}
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;
}
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);
}
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);
}
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;
}
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;
}
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;
}
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;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .products .checkout {
  display: none;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill {
  width: 100%;
  background-color: #FFF;
  padding: 20px;
  flex-shrink: 0;
}
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;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .label {
  font-size: 14px;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .amount {
  font-size: 12px;
  color: #ef4f1f;
  font-weight: 700;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .amount-price,
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .cart-discount-price,
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .amount-freight-price {
  font-size: 18px;
  letter-spacing: 0;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li.freight {
  font-size: 14px;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .statistics li .freight-part {
  display: flex;
  align-items: baseline;
}
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: #999;
  margin-right: 4px;
}
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;
}
header .logo-sec .logo-right .nav-icon .cart-section .cart-wrap .main .bill .forward .close-btn {
  font-size: 16px;
}
header .logo-sec .logo-right .nav-icon .cart-section .empty {
  text-align: center;
  padding-bottom: 40px;
}
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: #000;
  border-radius: 99px;
  transform: translateX(20px);
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
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;
}
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);
  }
}
header .logo-sec .logo-right .goshop-btn-hide:hover {
  transform: scale(1.03);
}
header .logo-sec .logo-right .goshop-btn-hide:hover .goshop-btn-text i {
  animation: goShop 1s infinite;
}
header .logo-sec .logo-right .goshop-btn-show {
  width: 148px;
  height: 44px;
  opacity: 1;
  transform: translateX(0);
}
.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-section {
  position: sticky;
  top: 104px;
  left: 0;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  z-index: 99;
}
.nav-section .nav-wrap {
  padding: 0 20px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
}
.nav-section .nav-wrap .base {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.nav-section .nav-wrap .base li a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  width: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin-top: 2px;
}
.nav-section .nav-wrap .base li a .en {
  font-size: 9px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
  margin-top: 2px;
}
.nav-section .nav-wrap .base li a:hover {
  transition-delay: 0.1s;
  margin-top: 0;
}
.nav-section .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-section .nav-wrap .tips {
  height: 48px;
  overflow: hidden;
}
.nav-section .nav-wrap .tips .tips-item {
  height: 48px;
  display: flex;
  align-items: center;
  text-align: end;
  justify-content: flex-end;
  font-size: 12px;
  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-section .nav-wrap .tips .tips-item .tips-ico i {
  font-size: 24px;
  margin-right: 8px;
}
.nav-section .nav-wrap .tips .tips-item .tips-ico1 {
  color: #52bf54;
}
.nav-section .nav-wrap .tips .tips-item .tips-ico2 {
  color: #ee960f;
}
.nav-section .nav-wrap .tips .tips-item .tips-ico3 {
  color: #ef4f1f;
}
.nav-section .nav-wrap .tips .tips-item .tips-ico4 {
  color: #4878e9;
}
.nav-section .nav-wrap .tips .tips-item p {
  transition: all 0.2s;
  text-decoration: 1px underline transparent;
  text-underline-offset: 5px;
}
.nav-section .nav-wrap .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 {
  background-color: #1a1a1a;
  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;
}
footer .footer-wrap .content .footer-logo .footer-logo-sec {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  /* background-color: rgba(255,255,255,0.1); */
  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-nav {
  color: #FFF;
  display: grid;
  grid-template-columns: repeat(4, 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 a {
  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 a:hover {
  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;
}
.breadcrumb {
  margin: 0 auto;
  padding: 24px 20px;
  display: flex;
  font-size: 12px;
  font-style: italic;
  width: 100%;
  max-width: 1280px;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 10px;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li.active {
  color: var(--main-color);
  font-weight: 700;
}
.loading-action-btn-disabled {
  opacity: 0.7;
}
