/* 头部 */
/* logo */
.logo {
  font-size: 0;
  text-align: left;
}
.header-main .logo {
	margin: 8px 0;
}
.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;
  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;
  }
  .header-main .logo{
    max-width: 200px;
  }
}

/* 公告栏 End */
/* 页头 Start */
header {
  --header-opacity:1;
  background-color: var(--nav-bg-color) ;
}
.header-top-fixed {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 256;
  background-color: var(--nav-bg-color);
	box-shadow: 0 0 4px #00000036;
}
@media screen and (min-width: 968px) {
	[data-template-type="15"] .header-top-fixed {
		position: fixed;
	}
}

header .wrapper {
  padding: 0 var(--side-padding) 0 calc(var(--side-padding) - 26px);
}

.header-main {
  display: grid;
	grid-template-columns: 1fr auto 1fr;
	column-gap: 20px;
  justify-content: center;
  align-items: center;
}

/* search */
header .header-left {
  flex: 1;
  padding: 0 115px ;
}
/* pc */
.search-mack {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff82;
	z-index: -1;
}
.header-search-input:focus {
  border: 0;
}
.header-search-box .iconfont {
  color: var(--nav-font-color);
  font-size: 30px;
  cursor: pointer;
}

/* mobile */
header .search-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--main-color);
	padding: 30px 12.5%;
	display: flex;
	align-items: center;
	transform: translateY(-100%);
	transition: all .5s ease;
	z-index: 1000;
}
header .search-fixed-show {
	transform: translateY(0);
}
.search-bar .search {
  flex: 1;
  height: 100%;
  padding: 0;
  background: transparent;
  font-size: 16px;
	line-height: 1.3;
	display: block;
	color: #4e4e4e;
	opacity: .8;
}
.search-bar {
	display: flex;
  font-size: 14px;
	align-items: center;
	padding: 8px 20px 8px 21px;
	margin: 0;
	height: 50px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #c6c2c2;
}
.search-bar i.iconfont {
	cursor: pointer;
	font-size: 18px;
	color: #2E2E2E;
	opacity: .3;
	margin-right: 15px;
}
/* minicart 和 header-right-account */
header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0;
}
.header-search-box,
.header-right-minicart,
.header-right-account {
	padding: 8px 0 8px 14px;
}
.header-search-box .iconfont,
.header-right-minicart .header-cart, 
.header-right-account .icon-account {
	border-radius: 50%;
  font-size: 14px;
  color: var(--nav-bg-color);
	height: 38px;
	width: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--nav-font-color);
	transition: all .3s ease;
}
.header-search-box:hover .iconfont,
.header-right-minicart:hover .header-cart, 
.header-right-account:hover .icon-account {
	color: var(--nav-font-color);
	background-color: var(--nav-bg-color);
	border: 1px solid var(--nav-font-color);
}

.header-right-minicart { 
  font-size: 0;
}

.header-cart {
  position: relative;
	cursor: pointer;
}
.header-right-mask {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
}
.header-right-mask {
	display: none;
	background-color: rgba(46, 46, 46, 0.5);
}
.cart-badge {
  display: none;
  position: absolute;
  top: 6px;
  right: 10%;
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background-color: var(--theme-font-color-sub);
	border: 2px solid #fff;
  border-radius: 50%;
	animation: up-down ease-in-out .7s infinite alternate;
}
@keyframes up-down {
	0%{
		transform: translateY(3px);
	}
	100%{
		transform: translateY(0);
	}
}
.header-account-info,
.header-minicart-info {
  display: none;
  position: absolute;
  right: 35px;
  z-index: 128;
  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 {
  width: 540px;
	height: 100vh;
	position: fixed;
	top: 0;
	display: flex;
	flex-direction: column;
	padding: 0;
	right: -540px;
	transition: all .3s ease;
}

.header-minicart-subtotal {
  padding: 20px 40px;
  border-top: 1px solid #ededed;
	order: 3;
}
.minicart-subtotal-price {
  font-weight: 700;
}
.header-minicart-top {
	display: flex;
	justify-content: space-between;
	order: 1;
	padding: 10px 40px;
	align-items: center;
	border-bottom: 1px solid #ededed;
}
.header-minicart-title {
	font-size: 24px;
	text-transform: capitalize;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.header-minicart-title::before {
	font-size: 15px;
	margin-right: 12px;
	font-weight: 600;
}
.header-minicart-top .icon-close,
.search-bar-close,
.category-filter .icon-close {
	display: block;
	font-size: 20px;
	padding: 11px;
	color: #2e2e2e;
	position: relative;
	transition: .4s ease;
}
.search-bar-close {
	height: 44px;
	width: 44px;
	margin-left: 12px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header-minicart-top .icon-close::after,
.search-bar-close::after,
.category-filter .icon-close::after {
	position: absolute;
	content: "";
	width: 54px;
	height: 54px;
	z-index: -1;
	border-radius: 50%;
	top: -5px;
	left: -5px;
	background-color: #2e2e2e;
	transition: .4s ease;
	transform: scale(0);
}
.search-bar-close::after,
.category-filter .icon-close::after {
	width: 44px;
	height: 44px;
	top: 0px;
	left: -1px;
}
.header-minicart-top .icon-close:hover,
.search-bar-close:hover,
.category-filter .icon-close:hover {
	color: #fff;
}
.header-minicart-top .icon-close:hover::after,
.search-bar-close:hover::after,
.category-filter .icon-close:hover::after {
	transform: scale(1);
}
#paypal-button-container-cart-popup {
  margin-top: 8px;
  overflow: hidden;
  font-size: 0;
  border-radius:var(--theme-border-radius);
}
.minicart-list {
  background-color: #fff;
  overflow-y: auto;
	padding: 30px 40px;
	order: 2;
	flex: 1;
}

.minicart-list::-webkit-scrollbar {
  display: none;
}

.minicart-item {
  margin-bottom: 24px;
  width: 100%;
}

.minicart-item:last-child {
  margin-bottom: 0;
}

.minicart-item-content {
  display: flex;
  color: var(--theme-font-color);
}

.minicart-item-img {
  flex-shrink: 0;
  width: 99px;
  padding-bottom: 99px;
  margin-right: 20px;
  border: 1px solid #1b1b1b;
	border-radius: var(--theme-border-radius);
	overflow: hidden;
}

.minicart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
	height: fit-content;
  font-size: 14px;
}

.minicart-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	margin-bottom: 2px;
	font-size: 12.24px;
}

.minicart-item-sku {
  color: var(--theme-font-color);
	margin-bottom: 5px;
	font-size: 12.24px;
	opacity: .6;
}

.minicart-item-price {
  font-weight: 700;
	margin-bottom: 5px;
	font-size: 16.32px;
}

.show-now-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16.32px;
	order: 3;
	width: fit-content;
	margin: 30px auto 0;
}
.header-minicart-subtotal .button--primary {
  width: 100%;
  font-size: 16px;
  text-align: center;
	--btn-height:54px;
	border-radius: 27px;
}
.minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#paypal-button-container-cart-popup {
	border-radius: 25px;
}

.minicart-header .minicart-subtotal {
  font-size: 14.28px;
}

.header-minicart-subtotal .minicart-header a {
  font-size: 14.28px;
}

.cartEmpty-link-wrapper {
  width: 100%;
	padding: 0 80px;
  font-size: 16.32px;
	height: 45%;
	order: 2;
	display: flex;
	align-items: end;
	text-align: center;
}

/* 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-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;
}

.header-info-list .header-login-i {
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--theme-font-color);
}

.header-info-list .header-login-i:hover {
  color: var(--highlight-font-color);
}

.header-sign-out {
  padding-top: 16px;
  font-size: 14px;
  border-top: 1px solid var(--theme-border-color);

}

.sign-out-btn {
  color: var(--highlight-font-color);
}

/* nav */
.header-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--max-width);
  margin: auto;
}

.header-nav .nav-item {
  position: relative;
  padding: 17px 10px;
	margin: 0 16px;
  line-height: 1;
  font-weight: normal;
}

.nav-item .nav-link {
  font-weight: 400;
  font-size: var(--theme-nav-font-size);
  line-height: 1.3;
  color: var(--nav-font-color);
  cursor: pointer;
	display: flex;
	align-items: center;
}

.nav-item .nav-link>*{
  font-size: inherit;
  font-weight: inherit;
}
.nav-link .iconfont{
	font-size: 9px;
	margin-left: 10px;
}

@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,.4); 
	background-color: rgba(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;
}
.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;
}
.header-dropdown .dropdown-wrapper.dropdown-wrapper-text {
  /* flex-direction: column; */
	align-content: normal;
	justify-content: center;
}
.header-dropdown.is-vertical .dropdown-wrapper.dropdown-wrapper-text {
  flex-direction: column;
	align-content: center;
}
.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;
}
.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;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: var(--theme-font-color);
}
.second-link a {
  color: var(--theme-font-color);
}
.dropdown-wrapper .third-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
}
.dropdown-wrapper h3 {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
.dropdown-wrapper h3: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;
		column-gap: 10px;
  }
	header .search-fixed {
		padding: 30px 5%;
	}
  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;
  }
}

.header-dropdown-text.is-vertical {
	width: 200px;
}
.header-dropdown-text.is-vertical .dropdown-wrapper {
	flex-wrap: nowrap;
	padding: 10px 30px;
	gap: 0;
}
.header-dropdown .second-link {
	padding: 8px 0;
	margin-bottom: 10px;
	font-size: 16.32px;
	line-height: 1.3;
}
.header-dropdown-text.is-vertical .second-link {
	font-weight: 400;
}

.shelter {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: .3;
}

/* mobile-nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 102px;
  bottom: 0;
  left: -100vw;
  z-index: 512;
  padding: 15px 30px;
  width: 100vw;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  transition: var(--theme-transition);
  -webkit-transition: var(--theme-transition);
  -moz-transition: var(--theme-transition);
  -o-transition: var(--theme-transition);
}
.mobile-nav a {
  color: #fff;
}
/* mobile bottom */
.mobile-nav-bottom {
	padding-top: 20px;
  margin-top: 20px;
	text-align: center;
	border-top: 1px solid #1B1B1B;
}

.mobile-nav .remind {
  text-align: center;
}

.mobile-account-item {
  margin-bottom: 15px;
}
/* mobile top */
.mobile-nav-top {
  max-height: 63%;
  overflow-y: auto;
}

.mobile-nav-top>.mobile-side-menu {
  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;
}

.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: 16px;
}

.msec-imgtext-imgs {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.m-secondary-onlyimg {
  display: grid;
  grid-gap: 10px;
  margin-top: 10px;
}

.menu-header {
  padding: 15px 0;
  color: #fff;
  font-size: 20.4px;
  border-bottom: 1px solid #1B1B1B;
	display: flex;
	align-items: center;
	line-height: 1.3;
	margin-bottom: 20px;
}

.menu-header i {
  font-size: 15px;
	margin-right: 10px;
}

.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  left: -100vw;
  top: 84px;
  padding: 0 30px 30px;
  height: 100%;
  width: 100vw;
  overflow: hidden auto;
  background-color: #000;
  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;
}
.currencies-dropdown-menu {
	top: initial;
	bottom: 100%;
}

@media screen and (max-width: 767px) {
  header .wrapper {
    padding: 0 var(--side-padding);
    width: 100%;
  }
	header .search-fixed {
		padding: 30px 15px;
	}
	header .search-fixed {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.search-bar-close::after {
		transform: scale(1);
	}
	.search-bar-close {
		color: #fff;
	}
  .header-main {
    position: relative;
    justify-content: space-between;
  }
  
  .header-main .header-left {
    flex: none;
    padding: 0;
    font-size: 0;
  }
  .header-main .header-left i {
		font-size: 24px;
	}
  .header-right-minicart .header-cart {
    padding-left: 0;
  }
  .header-right-account .header-account {
    padding-right: 0;
  }
  
	[data-menu-step="1"] {
		padding: 12px 0;
	}
	[data-menu-step="1"] .header-menu-item {
		font-size: 22.44px;
		line-height: 1.3;
	}
	[data-has-icon] {
		--nav-icon-bg-position: 0 4px;
	}

	.secondary-menu .mobile-side-menu,
	.third-menu .mobile-side-menu {
		padding-left: 20px;
		padding-bottom: 100px;
	}
	.mobile-side-menu h2,
	.mobile-side-menu h3 {
		padding: 10px 0;
	}
	.mobile-side-menu h2 .header-menu-item,
	.mobile-side-menu h3 .header-menu-item {
		font-size: 18.36px;
		line-height: 1.3;
	}
}

/* 页头 End */

/* 页尾 Start */
footer {
  background-color: var(--main-color);
	display: flex;
}
.footer-bg {
	width: 100%;
	margin: var(--section-wrapper-padding, 30px var(--side-padding) );
	border: 2px solid #313b4e;
	border-radius: 40px;
	background-color: var(--nav-bg-color);
}

.footer-main.wrapper {
  display: grid;
  padding: 60px 0 20px;
  color: var(--nav-font-color);
	--max-width: 90%;
	grid-template-columns: .5fr 1fr;
	column-gap: 14%;
}

.footer-main .main-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* left */
.footer-main .logo {
  height: 50px;
  margin-bottom: 10px;
  object-fit: contain;
  text-align: left;
}
/* footer email */
.email-subs {
  margin-bottom: 10px;
}
.email-subs-inputdiv {
  display: flex;
  width: 100%;
}
.email-subs-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.email-subs-des {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
input.email-subs-input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.email-subs-btn {
  padding: 0 18px;
  height: var(--btn-height);
  color: #fff;
  background-color: var(--highlight-bg-color);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* social */
.social {
  display: flex;
  flex-wrap: wrap;
	width: 33.33%;
	height: fit-content;
}
.social a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  color: var(--nav-font-color);
  height: fit-content;
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover {
  color: var(--highlight-font-color);
}
.footer-info {
  margin-bottom: 10px;
	--rich-text-line-height: 1.3;
}
.footer-info.rich-text * {
  color: #000;
  font-size: 14px;
	line-height: 1.3;
}
/* right menu */
.footer-main .main-right {
  display: flex;
	justify-content: flex-end;
  flex: 1;
  flex-wrap: wrap;
  row-gap: 20px;
}
.footer-menu {
	width: 33.33%;
}

.footer-menu .menu-title {
  margin-bottom: 20px;
  font-weight: bold;
	font-size: 18.36px;
	line-height: 1.3;
}
.footer-menu-inner {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14.28px;
  line-height: 1.3;
  color: var(--nav-font-color);
  --animation-color: var(--nav-font-color);
}

/*  bottom */
.footer-bottom {
  display: flex;
	align-items: center;
  margin: auto;
  padding: 20px 0;
  max-width: 90%;  
  font-size: 14px;
  color: var(--nav-font-color);
  border-top: 1px solid #fff;
}
.footer-bottom a {
  color: var(--nav-font-color);
}
.footer-bottom img {
  max-height: 30px;
  object-fit: contain;
}

.footer-infomation {
  flex: 1;
	line-height: 1.3;
	opacity: .8;
}
.footer-special-desc {
  display: flex;
  gap: 20px;
}
.footer-special-desc div {
	padding-top: 2px;
}
.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 svg {
  float: right;
  height: 22px;
	width: 9px;
}
.currencies {
	padding: 4.5px 0 4.5px 10px;
}
.selcurrenct>.currencies-item-icon {
	--header-currency-bg-padding: 4px 10px 4px 33px;
	--header-shop-currency-size: 14.28px;
	color: #939393;
}
.currencies .icon-down {
	font-size: 8px;
	opacity: .8;
}
@media screen and (max-width: 1400px) {
  .footer-main.wrapper {
		column-gap: 10%;
		--max-width: 97%;
		padding: 60px 15px 20px;
	}
	.footer-bottom {
		max-width: 97%;
		padding: 20px 15px;
	}
}
@media screen and (max-width: 1000px) {
  .footer-main.wrapper,.footer-bottom {
    flex-direction: column;
  }
  .footer-main .main-left {
    margin-right: 40px;
    width: 80%;
  }
	.footer-menu {
		width: 50%;
	}
	.social {
		width: 50%;
	}
	.footer-infomation {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
  .footer-special-desc {
    display: block;
  }
  /* .footer-special-desc>div:first-child{
    margin-bottom: 15px;
  } */
  .footer-main.wrapper {
    padding: 20px var(--side-padding);
		grid-template-columns: 1fr;
		gap: 30px;
  }
  /* logo */
  .footer-main .main-left {
    margin-right: unset;
    width: 100%;
    border: none;
  }
  .footer-main .logo {
    height: 24px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  /* email */
  .email-subs-inputdiv .email-subs-input {
    margin-right: 10px;
    width: 100%;
    border-radius: var(--theme-border-radius);
  }
  .email-subs {
    margin-bottom: 10px;
  }
  .email-subs-btn {
    border-radius: var(--theme-border-radius);
  }
  /* social */
  .social {
    margin-bottom: 15px;
		width: 100%;
  }
  .footer-info {
    margin: 0 0 10px 0;
  }
  /* menu */
  .footer-main .main-right {
    flex-direction: column;
    row-gap: unset;
    border-top: 1px solid #fff;
  }
  
  .footer-menu {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
		width: 100%;
  }
  .footer-menu .menu-title {
    margin-bottom: 0;
    padding: 0 0 10px;
  }
  .footer-menu-item {
    margin-bottom: 7px;
		opacity: .7;
  }
  .footer-menu-inner {
    margin: 0;
    font-size: 14px;
  }
  /* bottom */
  .footer-bottom {
    flex-direction: column;
    padding: 20px var(--side-padding) 20px;
    font-size: 14px;
    border: 0;
  }
  .footer-bottom img {
    max-height: 25px;
  }

	.currencies {
		padding-bottom: 14.5px;
		margin: 0 auto;
	}
	.mobile-nav-bottom .currencies {
		left: 50%;
		transform: translate(-50%);
	}
	.mobile-nav-bottom .selcurrenct>.currencies-item-icon,
	.mobile-nav-bottom .currencies .icon-down {
		color: #fff;
	}
	.selcurrenct>.currencies-item-icon {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.footer-infomation {
		text-align: center;
	}
}

.animation-underline[data-has-icon]::after {
	display: none;
	color: var(--theme-font-color-sub);
}
.animation-underline:not([data-has-icon]):hover {
	background-size: 0;
	color: var(--theme-font-color-sub);
}
.nav-item .nav-link-hover {
	color: var(--theme-font-color-sub);
}
/* 页尾 End */


.mobile-dock {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 5px 1px rgba(46, 46, 46, .2);
	background-color: #fff;
	transform: translateY(100%);
	transition: all .4s ease;
}
.mobile-dock-show {
	transform: translateY(0);
}
.mobile-dock .mobile-dock-ul {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	width: 100%;
}
.mobile-dock-role {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 12px;
	color: var(--theme-font-color);
}
.mobile-dock-role svg {
	height: 21px;
	width: 21px;
}
.mobile-dock-role path {
	font-size: 16px;
}
.mobile-dock-role .iconfont {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 21px;
	width: 21px;
}

.showandhide {
	display: none;
}

@media screen and (min-width: 768px) {
	h2 [data-has-icon] {
		--nav-icon-bg-position: 0 8px;
	}
}


h3 [data-has-icon] {
	--nav-icon-bg-position: 0 0;
}

@media screen and (min-width: 968px) {
	[data-template-type="15"] .header-top-fixed {
		background-color: rgba(0, 0, 0, .0);
		box-shadow: initial;
	}
	[data-template-type="15"] [data-section-type="header"] {
		padding-top: 0 !important;
	}
	[data-template-type="15"]  .header-top-fixed::before {
		content: "";
		position: absolute;
		width: 92%;
		left: 4%;
		top: 0;
		height: 100%;
		background-color: var(--nav-bg-color);
		border-radius: 0 0 40px 40px;
		z-index: -1;
		transform: translateY(-100%);
		transition: all .4s ease;
		box-shadow: 0 0 4px #00000036;
	}
	[data-template-type="15"]  .header-top-fixed.header-show::before {
		transform: translateY(0);
	}
	[data-template-type="15"] [data-section-type="header"]:hover .header-top-fixed::before {
		transform: translateY(0);
	}
}
