/* logo（页头页尾） */
.logo {
  font-size: 0;
  text-align: left;
}

.logo img {
  height: 54px;
  margin-top: 16px;
  object-fit: contain;
}
.sticky-header .logo img{
  height: 48px ;
  margin-top: unset;
}
/* 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;
  padding: 9px 0;
}

.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: .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 */
/* 页头 Start */
header {
  background-color: var(--main-color) ;
}

header .wrapper {
--wrapper-side-padding: 0;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0 5px;
}

header .header-left {
  width: 300px;
  margin-right: 48px;
}

.search-bar {
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  height: 38px;
  background-color: #fff;
}

.search-bar .search {
  flex: 1;
  padding: 0;
  color: var(--theme-font-color-sub);
  font-size: 14px;
  height: 100%;
  line-height: 40px;
  background: transparent;
  border: none;
}

header .header-left .search-bar i,
header .sticky-header .search-bar i {
  color: var(--main-color);
}

header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-right-account{
  margin-right: 24px;
}

header .header-right a.iconfont {
  display: block;
  line-height: 40px;
}

.header-cart {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: 6px;
  right: -8px;
  width: 16px;
  height: 16px;
  color: var(--main-color);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.wrapper .icon-account,.wrapper .icon-cart {
  font-size: 24px;
  cursor: pointer;
}
header .header-right .iconfont,
.sticky-header .main-right .iconfont
,.header-main .header-left .icon-menu,
.header-main .header-left .icon-close{
  color: #fff;
}
/* mobile-nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 102px;
  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 a {
  color: var(--nav-font-color);
}
/* mobile bottom */
.mobile-nav-bottom {
  margin-top: 10px;
}

.mobile-nav .remind {
  text-align: left;
}

.mobile-account-item {
  margin-bottom: 15px;
}
/* mobile top */
.mobile-nav-top{
  max-height: 63%;
  overflow-y: auto;
}

.mobile-nav-top>.mobile-side-menu {
  margin-bottom: 20px;
  max-height: 100%;
  overflow-y: auto;
}
.j-menu-item,.mobile-side-menu h3,
.mobile-side-menu h2{
  display:flex;
  justify-content: space-between;
  align-items: center;

}
.j-menu-item,
.mobile-side-menu h3{
  height: 46px;
  border-bottom: 1px solid var(--nav-font-color);
}
.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 i{
  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 var(--nav-font-color);
}

.menu-header i {
  float: left;
  font-size: 16px;
  line-height: 33px;
}

.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  left: -100vw;
  top: 84px;
  padding: 0 var(--side-padding) 160px;
  height: 100%;
  width: 100vw;
  overflow: hidden auto;
  background-color: var(--nav-bg-color);
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}

.secondary-menu {
  z-index: 15;
}

.third-menu {
  z-index: 20;
}

/* mobile-nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 102px;
  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 a {
  color: var(--nav-font-color);
}

/* mobile bottom */
.mobile-nav-bottom {
  margin-top: 10px;
}

.mobile-nav .remind {
  text-align: left;
}

.mobile-account-item {
  margin-bottom: 15px;
  font-size: 14px;
}

/* mobile top */
.mobile-nav-top {
  max-height: 63%;
  overflow-y: auto;
}

.mobile-nav-top>.mobile-side-menu {
  margin-bottom: 20px;
  max-height: 100%;
  overflow-y: auto;
}

.j-menu-item,
.mobile-side-menu h3,
.mobile-side-menu h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.j-menu-item,
.mobile-side-menu h3 {
  height: 62px;
  border-bottom: 1px solid var(--nav-font-color);
}

.header-menu-item {
  display: inline-block;
  font-size: 16px;
  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 i {
  font-weight: 400;
  font-size: 20px;
}

.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;
  font-size: 20px;
  color: var(--nav-font-color);
  border-bottom: 1px solid var(--nav-font-color);
}

.menu-header i {
  float: left;
  font-size: 22px;
  line-height: 26px;
}

.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  left: -100vw;
  top: 84px;
  padding: 0 var(--side-padding) 160px;
  height: 100%;
  width: 100vw;
  overflow: hidden auto;
  background-color: var(--nav-bg-color);
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}

.secondary-menu {
  z-index: 15;
}

.third-menu {
  z-index: 20;
}
/* nav */
.header-nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
  margin-left: -20px;
}

.header-nav .nav-item {
  position: relative;
  padding: 0 var(--nav-column-gap-half) 10px;
  line-height: 1;
  font-weight: normal;
}

.nav-item .nav-link {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: var(--theme-nav-font-size);
  line-height: var(--theme-nav-line-height);
  color: var(--nav-font-color);
  cursor: pointer;
}
.nav-item.has-children .nav-link::after {
  content: "\e78c";
  font-family: "iconfont";
  font-size: 12px;
  padding-left: 8px;
  font-weight: 600;
}
.nav-item .nav-link>* {
  font-size: inherit;
  font-weight: inherit;
}

/* header-dropdown */
.header-dropdown {
  display: none;
  position: fixed;
  z-index: 200;
  background-color: var(--main-color);
  overflow: auto;
}
.header-dropdown:not(.is-vertical){
  left: 0;
  right: 0;
}

.header-dropdown.is-vertical{
  padding: 16px 26px;
  border-top: 1px solid var(--theme-font-color);
}

.header-dropdown:not(.is-vertical) .dropdown-wrapper{
  border-top: 1px solid var(--theme-font-color);
}
/*  nav not(vertical) */
.header-dropdown .dropdown-wrapper {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 22px 0;
  margin: 0 auto;
  width: 100%;
  max-width: calc(var(--max-width) - 50px);
  max-height: 70vh;
  overflow: auto;
}

.header-dropdown .dropdown-wrapper-imgtext {
  justify-content: center;
}

.header-dropdown .dropdown-wrapper-onlyimg {
  display: grid;
  align-content: flex-start;
  grid-gap: 20px;
}

.dropdown-wrapper-text {
  flex-direction: column;
}
.header-dropdown-text.is-vertical .dropdown-wrapper-text{
    flex-wrap: nowrap
}
.dropdown-imgtext-left {
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
  gap: 20px;
  flex-shrink: 0;
  height: 100%;
}

.dropdown-imgtext-right {
  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;
}
.header-dropdown-imgitem .second-link {
  text-decoration: none;
}
.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;
}

.second-link {
  display: block;
  width: fit-content;
  color: var(--nav-font-color);
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
.is-vertical .second-link{
  font-size: 14px;
  text-decoration:none;
}
.second-link a {
  color: var(--nav-font-color);
}

.dropdown-wrapper .third-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 15px;
}

.dropdown-wrapper h3 {
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-wrapper h3:not(:last-child) {
  margin-bottom: 2px;
}

.dropdown-wrapper .third-link {
  display: inline-block;
  line-height: 24px;
  white-space: normal;
  color: var(--nav-font-color);
}

.header-dropdown .second-link:hover,
.header-dropdown .second-link:hover a,
.dropdown-wrapper .third-link:hover {
  opacity: .5;
}
.nav-item.hover .nav-link,.nav-item:hover .nav-link{
  color: #fff;
}
@media screen and (max-width: 1370px){
  .header-dropdown:not(.is-vertical) .dropdown-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-dropdown:not(.is-vertical) .dropdown-wrapper {
    max-height: 75vh;
  }
}
@media screen and (max-width: 1200px) and (min-width: 767px){
  .header-top-header .header-main{
    flex-direction: column-reverse;
  }
  .header-top-header .header-right{
    position: absolute;
    right: var(--side-padding);
    top: 20px;
  }
    .header-top-header .header-nav{
    margin-right: 0;
    width: 100%;
  }
  .header-top-header .header-left{
    position: absolute;
    top: 20px;
    left: 55%;
    transform: translateX(-50%);
    width: 200px;
    margin: 0;
  }
}
@media screen and (max-height: 800px){
  .header-dropdown:not(.is-vertical) .dropdown-wrapper{
    max-height: 85vh;
  }
}
/* sticky header  Start */
.sticky-header {
  /* display: none; */
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 256;
  width: 100%;
  height: 50px;
  background-color: var(--main-color);
  visibility: hidden;
  transition: .3s all ease;
  -moz-transition: .3s all ease;
  -webkit-transition: .3s all ease;
}

.sticky-header .header-main {
  padding: 9px 0;
}

.sticky-header .logo img {
  height: 40px;
}

.sticky-header .main-left {
  display: flex;
  align-items: center;
  min-width: 320px;
  font-size: 0;
}

.sticky-menu-button {
  font-size: 24px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}

.sticky-header .logo {
  display: flex;
  align-items: center;
  height: 32px;
}

.sticky-header .logo img {
  position: relative;
  bottom: 2px;
  margin: 0 40px 0 102px;
  height: 100%;
  width: auto;
  object-fit: contain;
}

.sticky-header .main-center {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  margin: 0 var(--header-icon-gap-half);
  height: 32px;
}

.sticky-header .search-bar {
  height: 32px;
}

.sticky-header .main-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0;
}

.sticky-header .header-right-account,
.sticky-header .header-right-minicart {
  height: 32px;
}

.sticky-header .header-account-info,
.sticky-header .header-minicart-info {
  top: 32px;
}

.sticky-nav {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  background-color: var(--main-color);
}

.sticky-header .nav-wrapper {
  display: flex;
  margin: auto;
  padding: 0 var(--side-padding);
  width: 100%;
  max-width: var(--max-width);
  min-height: 38.2vh;
  max-height: 61.8vh;
}

.sticky-nav .nav-left {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  width: 240px;
  overflow-y: auto;
}

.sticky-nav .nav-left::-webkit-scrollbar {
  display: none;
}

/* first-link */
.sticky-nav .first-link[data-has-icon] {
  --nav-icon-bg-position: 0 center;
}

.sticky-nav .nav-left .first-link {
  display: inline-block;
  padding: 0 10px 0 30px;
  height: 54px;
  line-height: 54px;
  color: var(--theme-font-color);
}

.sticky-nav .first-link i {
  float: right;
  color: inherit;
  font-size: 20px;
}

.nav-left .first-link.current {
  font-weight: bold;
  color: #fff;
}

/* right */
.sticky-nav .nav-right {
  flex: 1;
  padding: 20px 0 20px 40px;
  overflow: auto;
}

.sticky-nav .nav-right::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

.sticky-nav .nav-right::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, .4);
  background-color: rgba(0, 0, 0, .5);
}

.sticky-nav .nav-panel {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  height: 100%;
  gap: 20px;
}
.sticky-nav .header-dropdown-text{
  gap: 24px 50px;
}
.header-dropdown-imgtext.nav-panel {
  gap: 40px;
}

.sticky-nav .nav-panel.active {
  display: flex;
}

.sticky-nav .header-dropdown-imgtext {
  flex-direction: row;
}

.sticky-nav .header-dropdown-onlyimg.active {
  display: grid;
}

.sticky-nav .dropdown-imgtext-left {
  height: min-content;
}

.sticky-nav .header-dropdown-imgtext .header-dropdown-imgitem {
  width: 100%;
  min-width: 150px;
  max-width: 350px;
}

.nav-panel .second-link {
  line-height: 24px;
}

.nav-panel .second-link:hover,.nav-panel .third-link:hover {
  color: #fff;
}

.nav-panel .third-links {
  margin-top: 0;
}

.nav-panel .third-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--theme-font-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.shelter {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: .3;
}

.sticky-header .cart-badge {
  top: -4px;
}
@media screen and (max-width: 1200px){
  .sticky-header .search-bar{
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-header {
    display: none;
  }
  header .currencies  i{
    color: var(--nav-font-color);
  }
  .currencies .currencies-item-icon{
    letter-spacing: unset;
    text-overflow: unset;
  }
  
}
/* minicart Start */
.header-right-minicart {
  font-size: 0;
}

.header-minicart-subtotal{
  padding-bottom: 16px;
  border-bottom: 1px solid var(--theme-border-color);
}
#paypal-button-container-cart-popup{
  margin-top: 8px;
}

.minicart-list{
  max-height: 400px;
  margin-top: 24px;
  background-color: #fff;
  overflow-y: scroll;
}
.minicart-list::-webkit-scrollbar{display: none;}
.minicart-item{
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
}

.minicart-item:last-child {
  margin-bottom: 0;
}

.minicart-item-content{
  display: flex;
}

.minicart-item-img{
  flex-shrink: 0;
  width: 80px;
  padding-bottom: 80px;
  margin-right: 16px;
  border: 1px solid #e6e6e6;
}

.minicart-item-img img {
  width: 80px;
}

.minicart-item-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(100% - 5rem);
  font-size: 14px;
}

.minicart-item-name {
  color: var(--theme-font-color);
  overflow: hidden;
  text-overflow:ellipsis ;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.minicart-item-sku{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--theme-font-color-sub);
}
.minicart-item-price{
  font-weight: 600;
}
.show-now-link {
  display: inline-block;
  margin-top: 24px;
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
}
.header-account-info, .header-minicart-info{
  display: none;
  position: absolute;
  right: 0;
  z-index: 128;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
}

.header-main .header-right .header-account-info a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}

.header-main .header-right .header-account-info .header-login-btn {
  line-height: 1;
}

.header-minicart-info{
  min-width: 368px;
  max-width: 400px;
  padding: 24px;
}

.header-minicart-subtotal .button--primary {
  width: 100%;
  padding: 0 56px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.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;
  height: 48px;
  margin-bottom: 16px;
  padding: 14px 0;
  border: 1px solid var(--main-color);
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--nav-font-color);
  background-color: var(--main-color);
}
.header-register-btn{
  margin-bottom: 8px;
  font-size: 14px;
}
.header-register-btn a {
  text-decoration: underline;
  font-weight: 600;
}
.header-info-list{
  display: inline-flex;
  flex-direction: column;
}
.header-info-list a{
  margin-bottom: 16px;
  color: #333;
  font-size: 15px;
}

.header-info-list a:hover {
  color: var(--main-color);
}

.header-info-list a:hover::before {
  background-color: var(--main-color);
}

.header-sign-out{
  padding-top: 16px;
  font-size: 14px;
  border-top: 1px solid var(--theme-border-color);

}
.sign-out-btn{
  color: var(--main-color);
}

.sign-out-btn.animation-underline::before {
  background-color: var(--theme-font-color-link);
}

.header-main .header-right .header-right-account .header-account {
  line-height: 1;
}

.minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.minicart-header .minicart-subtotal {
  font-size: 16px;
}
.minicart-header .minicart-subtotal i{
  font-weight: 700;
}
.header-minicart-subtotal .minicart-header a {
  font-size: 16px;
}

.cartEmpty-link-wrapper {
  max-width: 368px;
  font-size: 14px;
}

.show-now-link {
  margin-top: 16px;
  font-size: 14px;
}


/* minicart End */

@media screen and (max-width: 767px) {
 .header-top-fixed{
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 300;
 }
  header .wrapper {
    /* position: fixed;
    top: 0;
    z-index: 256; */
    padding: 0 12.5px 8px;
    width: 100%;
    background-color: var(--main-color);
  }
  .header-main {
    align-items: center;
    padding: 15px 0;
  }
  .header-main .search-bar {
    display: none;
  }
  header .wrapper .header-main .iconfont {
    font-size: 24px;
  }
  header .header-right a.iconfont {
    line-height: 1;
  }
  header .wrapper .header-main .header-left i {
    font-size: 20px;
  }
  header .wrapper .header-main .header-left .icon-hanbaoguanbi {
    font-size: 20px;
  }
  header .wrapper .header-main .header-left .icon-hanbaotubiao2 {
    font-size: 24px;
    line-height: 32px;
  }
  header .header-left {
    flex: 1;
    width: unset;
    margin: unset;
  }
  .header-main .logo {
    padding: 0 10px;
    text-align: center;
  }
  .header-main .logo img {
    height: 32px;
    margin: unset;
  }
  .header-main .header-right {
    order: 2;
    flex: 1;
    width: 100%;
  }
  
  .cart-badge {
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .header-nav {
    display: none;
  }
  .search-bar {
    align-items: center;
    padding: 0 12px;
    margin: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    border: none;
  }
  .search-bar .search {
    order: 0;
    padding: 0;
    margin-right: 12px;
    height: 40px;
    color: var(--main-color);
    font-size: 16px;
  }
  .search-bar i.iconfont {
    order: 1;
    color: var(--main-color);
    font-size: 24px;
  }
  .footer-info {
    margin-top: 0;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
  .header-main .logo {
    padding-right: 16px;
    min-width: 300px;
  }
}
/* 页头 End */

/* 页尾 Start */

.footer-main{
  background-color: var(--main-color);
}
.footer-main.wrapper {
  display: flex;
  padding: 40px 25px;
}
.footer-bottom{
  background-color: #333;
}
.footer-main .main-left,
.footer-bottom .footer-contact {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
  width: 300px;
}

.footer-main .logo {
  height: 48px;
  object-fit: contain;
  object-position: left;
}

.social {
  margin-top: 16px;
  white-space: normal;
}

.social a {
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}

.social a:last-child {
  margin-right: 0;
}

.footer-main .main-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}

/* .footer-menu {
  margin-right: 256px;
} */

.footer-menu .menu-title,.footer-info-text .menu-title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
}

.footer-menu .menu-title i {
  float: right;
  font-size: 16px;
  line-height: 20px;
}

.footer-menu-inner, .footer-service-email {
  color: #fff;
  font-size: 14px;
}

.footer-menu-item .animation-underline::before {
  background-color: #fff;
}

.footer-bottom {
  display: flex;
  /* margin: auto; */
  /* padding: 24px 25px; */
  /* max-width: var(--max-width);   */
  color: #fff;
  font-size: 14px;
}

/* .footer-bottom p {
  margin-right: 40px;
} */

.footer-bottom img {
  max-height: 40px;
  margin-right: 6px;
  object-fit: contain;
}

.footer-info {
  margin-top: 4px;
}

.footer-info.rich-text * {
  color: #fff;
  font-size: 14px;
}

.footer-infomation {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-special-desc{
      align-self: end;
}
@media screen and (max-width: 767px) {
  .footer-main.wrapper {
    flex-direction: column;
    padding: 20px 12.5px;
  }
  .footer-main .main-left {
    margin-right: unset;
    width: 100%;
    border: none;
  }
  .footer-main .main-right {
    flex-direction: column;
    row-gap: unset;
    border-top: 1px solid #fff;
    padding: 0 12.5px 20px ;
  }
  
  .footer-menu {
    margin-top: 0;
    border-bottom: 1px solid #fff;
  }
  .footer-menu .menu-title {
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 18px;
  }
  .footer-menu .menu-list {
    display: none;
  }
  .footer-menu-item {
    margin-bottom: 20px;
  }
  .footer-menu-inner,.footer-service-email  {
    font-size: 16px;
  }
  .footer-info-text{
    margin-top: 20px;
  }
  .footer-bottom {
    font-size: 15px;
  }
  .footer-infomation{
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom p {
    margin-right: 0;
    font-size: 15px;
  }
  .footer-special-desc{
    align-self: unset;
    margin: 10px 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .footer-menu .menu-title i {
    display: none;
  }
  .footer-menu-inner, .footer-service-email {
    display: inline-block;
    margin: 3px 0;
    line-height: 1.5;
  }
  .footer-menu-item .animation-underline{
    background: linear-gradient(to right, #fff, #fff) no-repeat right bottom;
    background-size: 0 1px;
  }
  .footer-menu-item .animation-underline:hover{
    background-position-x: left;
    background-size: 100% 1px;
  }
}
/* 页尾 End */