/* 右侧悬浮按钮 */
.customerServicePlugContain {
  z-index: 300 !important;
}
/* 头部 */
/* logo */
.logo {
  font-size: 0;
  text-align: left;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* announcement Start */
.j-announcement-newswiper {
  max-width: var(--max-width);
  width: 55%;
  margin: auto;
}
.announcement-wrapper {
  display: block;
  margin: auto;
  width: 100%;
  max-width: var(--max-width);
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.announcement .announcement-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  cursor: pointer;
  z-index: 10;
}
.announcement-btn.icon-left {
  left: var(--side-padding);
}
.announcement-btn.icon-right {
  right: var(--side-padding);
}
.announcement-btn.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media screen and (max-width: 1100px) {
  .j-announcement-newswiper {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .j-announcement-newswiper {
    width: 100%;
  }
  .announcement {
    line-height: 30px;
  }
  .announcement-wrapper {
    padding: 9px;
  }
}
/* announcement end */
/* header Start */
[data-section-type='header'] {
  --header-opacity: 1;
  background-color: var(--nav-bg-color);
  transition: all 0.2s;
}
[data-template-type='15'] [data-section-type='header'] {
  padding-top: -81px;
  background-color: transparent;
}
.header-top-fixed {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 299;
}
[data-section-type='header'].is-scroll .header-top-fixed {
  position: fixed;
  background-color: var(--nav-bg-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.header-top-fixed {
  --header-opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 256;
  background-color: var(--nav-bg-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-section-type='header'] .wrapper {
  padding: 0 var(--side-padding);
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
/* search */
[data-section-type='header'] .header-left {
  flex: 1;
  padding: 0 115px;
}
/* pc */
.header-search-input:focus {
  border: 0;
}
.header-search-form {
  display: none;
}

.header-search-modal-overlay {
  position: fixed;
  z-index: 600;
  top: calc(-1 * 0px);
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition:
    visibility 300ms,
    opacity 300ms;
}

.header-search-modal-content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30rem;
  height: 100%;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255);
  padding: 24px 40px;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
}
@media screen and (max-width: 768px) {
  .header-search-modal-content {
    width: 100%;
    padding: 24px;
  }
}
.header-search-modal-content .close-search-box {
  border: 2px solid #000;
  color: #000 !important;
  margin-left: 20px;
  background-color: transparent !important;
}
/* 👇 弹窗激活时滑入 */
.header-search-modal-overlay.active .header-search-modal-content {
  transform: translateX(0);
}

.header-search-box .header-search-input {
  height: 40px;
  width: 100%;
  padding: 0 25px 0 12px;
  background: #f9f9f9;
  border: 0.1rem solid rgba(22, 33, 53, 0.03);
  border-radius: 6px;
  color: #000;
}
.header-search-input {
  padding: 0 25px 0 40px !important;
}

.header-search-box .header-search-input::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.header-search-box .header-search-input::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

.header-search-modal-overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header-search-box {
  position: relative;
  margin-right: var(--header-icon-gap-half);
}
/* .header-search-box .header-search-input {
  height: 38px;
  width: 200px;
  padding: 0 25px 0 0;
  background: transparent;
  border-bottom: 1px solid var(--nav-font-color);
  border-radius: 0;
  color: var(--nav-font-color);
} */
.header-search-input::-webkit-input-placeholder {
  color: var(--nav-font-color);
}
.header-search-box .iconfont {
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #000;
}
.top .header-search-box .iconfont {
  background-color: #ffffff;
  color: #ce2f3b;
}
.header-search-box .j-search {
  position: absolute;
  right: 0;
  top: 3px;
}
/* mobile */
.search-bar {
  flex: 1;
  display: flex;
  font-size: 14px;
  position: relative;
}
.search-bar .iconfont {
  position: absolute;
  line-height: 40px;
  background-color: transparent !important;
  text-align: center;
  color: #000 !important;
}

.search-bar .search {
  flex: 1;
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
}
.search-bar .icon-search {
  color: var(--nav-bg-color);
  cursor: pointer;
}
/* minicart 和 header-right-account */
[data-section-type='header'] .header-right {
  right: var(--side-padding);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0;
}
.top .header-right-minicart .icon-cart,
.top .header-right-account .icon-account {
  color: #ce2f3b;
  background-color: #ffffff;
}

.top .header-right-account,
.top .header-right-minicart {
  background-color: #fff;
}
.header-right-account,
.header-right-minicart {
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  --highlight-font-color: #fff;
  background-color: #000;
}
.header-right-minicart {
  margin-right: var(--header-icon-gap-half);
}

.header-cart {
  position: relative;
}

.cart-badge {
  display: none;
  position: absolute;
  top: -16px;
  right: -100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
}
.top .cart-badge {
  color: var(--nav-font-color);
  background-color: var(--highlight-bg-color);
}
.header-account-info,
.header-minicart-info {
  display: none;
  position: absolute;
  right: 35px;
  z-index: 201;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #eee;
  color: var(--theme-font-color);
  background-color: #fff;
}
.header-account-info {
  min-width: 200px;
}
/* minicart Start */
.header-minicart-info {
  min-width: 368px;
  max-width: 450px;
  padding: 24px;
}
.header-minicart-subtotal {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--theme-border-color);
}
.minicart-subtotal-price {
  font-weight: 700;
}

#paypal-button-container-cart-popup {
  margin-top: 8px;
  overflow: hidden;
  font-size: 0;
  border-radius: var(--theme-border-radius);
}
.minicart-list {
  max-height: 400px;
  margin-top: 24px;
  background-color: #fff;
  overflow-y: auto;
}

.minicart-list::-webkit-scrollbar {
  display: none;
}

.minicart-item {
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 20px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.minicart-item:last-child {
  margin-bottom: 0;
}

.minicart-item-content {
  display: flex;
  color: var(--theme-font-color);
}

.minicart-item-img {
  flex-shrink: 0;
  --img-box-width: 80px;
  --img-box-padding-bottom: calc(80px * var(--product-img-pd-math));
  margin-right: 16px;
  /* border: 1px solid #e6e6e6; */
}
.minicart-button {
  --highlight-font-color: #000;
}
.minicart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

.minicart-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.minicart-item-sku {
  color: #8b8b8b;
}

.minicart-item-price {
  font-weight: 700;
}

.show-now-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
  --highlight-font-color: #000;
}
.header-minicart-subtotal .button--primary {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.minicart-header .minicart-subtotal {
  font-size: 16px;
}

.header-minicart-subtotal .minicart-header a {
  font-size: 16px;
}

.cartEmpty-link-wrapper {
  max-width: 368px;
  font-size: 14px;
}

/* header-right-account */
.header-account-info a {
  display: inline-block;
}
.header-info-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 22px; */
  border-bottom: 1px solid var(--theme-border-color);
}

.header-login-btn {
  width: 175px;
  --btn-side-padding: 10px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.header-login-btn:hover {
  --btn-font-color: #000 !important;
}

.header-register-btn {
  margin-bottom: 8px;
  font-size: 14px;
}

.header-register-btn a {
  text-decoration: underline;
  font-weight: 700;
}

.header-info-list {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.header-info-list .header-login-i {
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--theme-font-color);
  cursor: pointer;
  line-height: 14px;
  text-align: left;
}

.header-info-list .header-login-i:hover {
  color: #ce2f3b;
}

.header-sign-out {
  padding-top: 16px;
  font-size: 14px;
  border-top: 1px solid var(--theme-border-color);
}

.sign-out-btn {
  color: #ce2f3b;
}

/* nav */
.header-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--max-width);
}
.header-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.header-nav .nav-item {
  position: relative;
  padding: 6px var(--nav-column-gap-half);
  line-height: 1;
  font-weight: normal;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 22px;
}

/* 滚动 ≥10 时：hover / 展开 = 黑底白字（使用你的变量色） */
.header-nav .nav-item:hover,
.header-nav [aria-expanded='true'] {
  --nav-font-color: var(--nav-bg-color);
  background-color: #000;
}

.top .nav-item:hover,
.top [aria-expanded='true'] {
  --nav-font-color: #000;
  background-color: #fff;
}

.nav-item .nav-link {
  font-weight: 600;
  font-size: var(--theme-nav-font-size);
  line-height: var(--theme-nav-line-height);
  color: var(--nav-font-color);
}
.nav-item .nav-link .iconfont {
  font-size: 12px;
  margin-left: 4px;
}
.nav-item .nav-link > * {
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (min-width: 768px) {
  .nav-item .animation-underline,
  .header-menu-item .animation-underline {
    --animation-color: var(--nav-font-color);
  }
}

/* header-dropdown */
.header-dropdown {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.08);
  min-height: 20%;
  max-height: 60%;
}
.header-dropdown-imgtext {
  height: 100%;
}
.header-dropdown::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

.header-dropdown::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.5);
}

/*  nav not(vertical) */
.header-dropdown .dropdown-wrapper {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 30px var(--side-padding);
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-width);
  overflow: auto;
}
.dropdown-wrapper.dropdown-wrapper-text {
  display: block;
  padding: 16px;
}
.header-dropdown .dropdown-wrapper-imgtext {
  justify-content: center;
  align-content: flex-start;
}
.header-dropdown .dropdown-wrapper-onlyimg {
  display: grid;
  align-content: flex-start;
  grid-gap: 20px;
}
.dropdown-wrapper-text {
  flex-direction: column;
}
.is-vertical .dropdown-wrapper-text {
  flex-direction: row;
}
.dropdown-imgtext-left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  flex-shrink: 0;
  height: 100%;
}
.dropdown-imgtext-right {
  flex: 1;
  display: grid;
  grid-gap: 20px;
}
.dropdown-imgtext-left .header-dropdown-item {
  writing-mode: horizontal-tb;
}
.dropdown-wrapper .header-dropdown-item {
  position: relative;
}
.header-dropdown-imgitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.dropdown-wrapper-imgtext .header-dropdown-imgitem {
  width: 100%;
  min-width: 250px;
  max-width: 350px;
}
.dropdown-wrapper-onlyimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-dropdown-imgitem .second-link {
  padding-bottom: 5px;
  border-bottom: 0;
}
.dropdown-wrapper-text .second-link {
  padding-bottom: 5px;
  border-bottom: 0;
}
.second-link {
  display: block;
  width: fit-content;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: var(--theme-font-color);
  border-bottom: 1px solid var(--theme-border-color);
}
.second-link.has-third-children {
  font-weight: 400;
  font-size: 12px;
  border-bottom: none;
  padding-bottom: 0px;
}
.dropdown-wrapper .third-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
}
.dropdown-wrapper-text .third-links {
  margin-top: 0px;
  margin-left: 16px;
}
.dropdown-wrapper .third-link-item {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.dropdown-wrapper .third-link-item:not(:last-child) {
  margin-bottom: 10px;
}
.dropdown-wrapper .third-link {
  white-space: normal;
  color: var(--theme-font-color);
}

@media screen and (min-width: 768px) {
  .header-dropdown .second-link:hover,
  .header-dropdown .second-link:hover a {
    color: var(--highlight-font-color);
  }
  .second-link.animation-underline {
    --animation-color: var(--highlight-font-color);
  }
  .third-links .animation-underline {
    --animation-color: var(--theme-font-color);
  }
}

@media screen and (max-width: 1200px) {
  .header-main {
    /* justify-content: flex-start; */
  }
  [data-section-type='header'] .header-left {
    padding: 0 80px;
  }
  .header-dropdown .second-link {
    font-size: 14px;
  }
  .header-dropdown .second-link {
    padding-bottom: 5px;
  }
  .dropdown-wrapper .third-links {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  [data-section-type='header'] .header-right {
    position: initial;
  }
}
.shelter {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.3;
}

/* mobile-nav */
.mobile-nav {
  --nav-font-color: #000;
  --nav-bg-color: #fff;
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -100vw;
  z-index: 512;
  /* padding: 0 var(--side-padding); */
  width: 100vw;
  font-size: 16px;
  color: var(--nav-font-color);
  background-color: var(--nav-bg-color);
  transition: var(--theme-transition);
  -webkit-transition: var(--theme-transition);
  -moz-transition: var(--theme-transition);
  -o-transition: var(--theme-transition);
}
.mobile-nav .nav-need {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.12);
}
.mobile-nav .nav-need .j-leftsidenav-colse {
  font-size: 22px;
  margin-right: 10px;
}
.mobile-nav .nav-need-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav .nav-need-right {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.mobile-nav .nav-need-right .j-leftsidenav-search {
  font-size: 14px;
}
.mobile-nav .m-account-inner,
.mobile-nav a {
  color: var(--nav-font-color);
}
/* mobile bottom */
.mobile-nav-bottom {
  padding: 24px;
}

.mobile-nav .remind {
  text-align: left;
}

.mobile-account-item {
  margin-bottom: 15px;
}
/* mobile top */
.mobile-nav-top {
  padding: 24px;
  max-height: 63%;
  overflow-y: auto;
}

.mobile-nav-top > .mobile-side-menu {
  margin-bottom: 20px;
  max-height: 100%;
  overflow-y: auto;
}
.menu-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.menu-item-wrapper:last-child {
  border-bottom: none;
}
.header-menu-item {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.menu-img-item {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.header-menu-item.no-next {
  width: 100%;
}
.j-menu-item .iconfont {
  font-weight: 400;
  font-size: 12px;
}

.msec-imgtext-imgs {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.m-secondary-onlyimg {
  display: grid;
  grid-gap: 10px;
  margin-top: 10px;
}

.menu-header {
  padding: 16px 0;
  text-align: center;
  color: var(--nav-font-color);
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.menu-header .iconfont {
  float: left;
  font-size: 16px;
  line-height: 33px;
}

.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  left: 100vw;
  top: 84px;
  padding: 24px;
  height: 100%;
  width: 100vw;
  overflow: hidden auto;
  background-color: var(--nav-bg-color);
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

.secondary-menu {
  z-index: 15;
}

.third-menu {
  z-index: 20;
}

@media screen and (max-width: 767px) {
  [data-section-type='header'] .wrapper {
    padding: 0 var(--side-padding) 0px;
    width: 100%;
  }
  .header-main {
    position: relative;
    justify-content: space-between;
    padding: 15px 0;
  }
  .header-main > .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  [data-section-type='header'] .header-left {
    flex: none;
    padding: 0;
    font-size: 0;
    display: flex;
  }
  .header-right-minicart .header-cart {
    padding-left: 0;
  }
  .header-main .header-left .iconfont {
    font-size: 24px !important;
    color: var(--nav-font-color);
    margin-right: 20px;
  }

  .header-right-account .header-account {
    padding-right: 0;
  }
  .cart-badge {
    top: -15px;
    right: -15px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .search-bar {
    align-items: center;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    border: none;
  }
  .search-bar .search {
    font-size: 16px;
  }
  .search-bar .iconfont {
    font-size: 24px;
  }
}
/* 页头 End */
/* 页尾 Start */
[data-section-type='footer'] {
  background-color: #000;
}
.footer-main.wrapper {
  display: flex;
  color: #fff;
  --wrapper-padding: var(--section-space) var(--side-padding);
}
.footer-main .main-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-right: var(--section-space);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding-right: var(--section-space);
}
/* left */
.footer-main .logo {
  height: 50px;
  margin-bottom: 40px;
  object-fit: contain;
  text-align: left;
}
/* footer email */
.email-subs {
  margin-bottom: 20px;
}
.email-subs-inputdiv {
  display: flex;
  width: 100%;
}
.email-subs-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
}
.email-subs-des {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

input.email-subs-input {
  flex: 1;
  /* border-top-right-radius: 0;
  border-bottom-right-radius: 0; */
}
.email-subs-btn {
  margin-top: 10px;
  padding: 0 18px;
  height: var(--btn-height);
  color: var(--highlight-bg-color);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 80px;
}
.email-subs-btn:hover {
  background-color: var(--highlight-bg-color);
  color: #fff;
}
/* social */
.social-item {
  color: #fff !important;
}
.social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.social a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff !important;
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover {
  color: var(--highlight-font-color);
}
.footer-info {
  margin-top: 10px;
}
.footer-info.rich-text * {
  color: #fff;
  font-size: 14px;
}
/* right menu */
.footer-main .main-right {
  flex: 1;
}

.footer-menu .menu-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
}
.footer-menu-inner {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  --animation-color: #fff;
  font-weight: 600;
}

/*  bottom */
.footer-bottom {
  display: flex;
  margin: auto;
  padding: 40px 0 0;
  margin-top: 40px;
  max-width: var(--max-width);
  font-size: 14px;
  color: var(--nav-font-color);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* justify-content: space-between; */
  gap: 40px;
}
.footer-bottom a {
  color: var(--nav-font-color);
}
.footer-bottom img {
  max-height: 30px;
  object-fit: contain;
}

.footer-special-desc {
  display: flex;
  gap: 20px;
  flex: 1;
  justify-content: space-evenly;
}
.footer-special-desc img:not(:last-child) {
  margin-right: 5px;
}
.footer-special-desc .footer-special-imgs {
  display: flex;
  align-items: center;
}
.footer-menu .menu-title .iconfont {
  float: right;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .footerMenu {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* 菜单间距 */
  }
  .footerMenu .footer-menu {
    flex: 1 1 220px; /* 每个菜单占至少220px，剩余空间平均分配 */
  }
  .social-item {
    flex: 1 1 220px;
  }
  .footer-infomation {
    /* flex: 1; */
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  .footer-bottom {
    --side-padding: 10px;
    padding: 40px var(--side-padding);
  }
}
@media screen and (max-width: 1200px) {
  .footer-main .main-left {
    margin-right: 40px;
    width: 40%;
  }
  .footer-infomation {
    /* flex: 1; */
    position: absolute;
    bottom: 0;
  }
  .footerMenu {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1000px) {
  .footer-main.wrapper,
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom {
    gap: 20px;
  }
  .footer-main .main-left {
    margin-right: 40px;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .footerMenu {
    flex-direction: column;
  }
  .footer-infomation {
    /* flex: 1; */
    position: static;
  }
  .footer-special-desc {
    display: block;
  }
  .footer-main.wrapper {
    flex-direction: column;
  }
  /* logo */
  .footer-main .main-left {
    margin-right: unset;
    width: 100%;
    border: none;
    order: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: var(--section-space);
    padding-top: var(--section-space);
    padding-right: unset;
  }
  .footer-main .logo {
    height: 24px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    display: none;
  }
  /* email */
  .email-subs-inputdiv .email-subs-input {
    margin-right: 10px;
    width: 100%;
    border-radius: var(--theme-border-radius);
  }
  .email-subs {
    margin-bottom: 15px;
  }
  .email-subs-btn {
    border-radius: 80px;
  }
  /* social */
  .social {
    margin-bottom: 5px;
  }
  .footer-info {
    margin: 0 0 15px 0;
  }
  /* menu */
  .footer-main .main-right {
    flex-direction: column;
    row-gap: unset;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-menu {
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    padding: 0 10px;
  }
  .footer-menu .menu-title {
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .footer-menu .menu-list {
    display: none;
    margin-left: 10px;
  }
  .footer-menu-item {
    margin-bottom: 15px;
  }
  .footer-menu-item a {
    margin: 0;
    font-size: 14px;
  }
  /* bottom */
  .footer-bottom {
    flex-direction: column;
    padding: 20px var(--side-padding) 20px;
    font-size: 14px;
    border: 0;
  }
  .footer-infomation {
    margin-bottom: 15px;
  }
  .footer-bottom img {
    max-height: 25px;
  }
}
/* 页尾 End */
