/* 头部 */
/* 网站logo */
.logo {
	font-size: 0;
	text-align: left;
}

.logo img {
	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;
	}
}

/* announcement end */
/* 页头 Start */
header {
	background-color: var(--nav-bg-color);
}

header .wrapper {
	--wrapper-padding: 0 var(--side-padding);
}

.header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0 50px;
}

/* search */
header .header-left {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	margin: 0 var(--header-icon-gap-half);
}

.search-bar {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	width: 100%;
	max-width: 320px;
	height: 40px;
	font-size: 14px;
	background-color: #fff;
	border-radius: var(--theme-border-radius);
}

.search-bar .search {
	flex: 1;
	height: 100%;
	padding: 0;
	border:0 none;
}

.search-bar .icon-search {
	font-size: 24px;
	color: rgba(0, 0, 0, .9);
	cursor: pointer;
}

/* minicart 和 header-right-account */
header .header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 0;
}

.header-right-minicart .icon-cart,
.header-right-account .icon-account {
	display: flex;
	align-items: center;
	font-size: 25px;
	color: var(--nav-font-color);
}

.header-action-label {
	padding: 4px 0 0 13px;
	font-family: var(--main-font-family);
	font-size: var(--theme-nav-font-size);
	font-weight: bold;
}

.header-right-minicart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: var(--header-icon-gap-half);
	height: 40px;
	font-size: 0;
}

.header-right-account {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 var(--header-icon-gap-half);
	height: 40px;
}

.header-cart {
	position: relative;
}

.cart-badge {
	display: none;
	position: absolute;
	top: -5px;
	left: 12px;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 22px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: var(--nav-bg-color);
	background-color: var(--highlight-bg-color);
	border-radius: 50%;
}

.header-account-info,
.header-minicart-info {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	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 {
	min-width: 368px;
	max-width: 450px;
	padding: 24px;
}

.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: auto;
}

.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;
	color: var(--theme-font-color);
}

.minicart-item-img {
	flex-shrink: 0;
	width: 80px;
	padding-bottom: 80px;
	margin-right: 16px;
	border: 1px solid #e6e6e6;
}

.minicart-item-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	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;
}

.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-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 a {
	margin-bottom: 16px;
	font-size: 14px;
	color: var(--theme-font-color);
}

.header-info-list a: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;
	column-gap: calc(var(--nav-column-gap-half) * 2);
	max-width: var(--max-width);
	margin: auto;
	padding: 0 var(--side-padding);
}

.header-nav .nav-item {
	position: relative;
	padding-bottom: 21px;
	line-height: 1;
	font-weight: normal;
}
.nav-item.has-children .nav-link::before{
	content: "\e7e8";
	font-family: "iconfont";
	font-size: 12px;
	padding-left: 5px;
}
.hover.nav-item.has-children::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 8px);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
}
.nav-item .nav-link {
	display: flex;
	flex-direction: row-reverse;
	font-weight: bold;
	font-size: var(--theme-nav-font-size);
	line-height: 24px;
	color: var(--nav-font-color);
	cursor: pointer;
}

.nav-item .nav-link>* {
	font-size: inherit;
	font-weight: inherit;
}

/* header-dropdown */
.header-nav .nav-item:hover .header-dropdown {
	display: flex;
}
.header-dropdown {
	display: none;
	position: fixed;
	top: 168px;
	max-height: 60%;
	overflow-y: auto;
	z-index: 200;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.08);
}
.header-dropdown-onlyimg, .header-dropdown-imgtext{
	width: 100%;
	left: 0;
	right: 0;
}
.header-dropdown::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
}

.header-dropdown::-webkit-scrollbar-thumb {
	border-radius: 6px;
	border: 2px solid rgba(255, 255, 255, .4);
	background-color: rgba(0, 0, 0, .5);
}

/* nav  */
.header-dropdown .dropdown-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	row-gap: 10px;
	padding: 20px;
	margin: auto;
	width: 100%;
	max-width: var(--max-width);
	max-height: 60vh;
	background-color: #fff;
}
.header-dropdown .dropdown-wrapper-imgtext {
	flex-direction: row;
	justify-content: center;
	gap: 20px 40px;
}

.header-dropdown .dropdown-wrapper-onlyimg {
	display: grid;
	align-content: flex-start;
	grid-gap: 20px;
}
.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;
}
.second-link[data-has-icon], .third-link[data-has-icon]{
	--nav-icon-bg-position:2px 5px;
}
.header-dropdown .second-link:hover {
	background-color: var(--highlight-bg-color);
}

.header-dropdown .second-link {
	display: block;
	padding: 5px 16px;
	width: 100%;
	color: var(--theme-font-color);
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	
}
.header-dropdown-imgitem .second-link{
	text-align: center;
}
.second-link a {
	color: var(--theme-font-color);
}

.header-dropdown .second-link:hover {
	background-color: var(--highlight-bg-color);
}

.dropdown-wrapper .third-links {
	display: flex;
	flex-direction: column;
}

.dropdown-wrapper h3 {
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
}

.dropdown-wrapper .third-link {
	display: block;
	padding: 5px 16px 5px 24px;
	margin-top: 10px;
	white-space: normal;
	color: var(--theme-font-color);
	font-size: 16px;
	line-height: 20px;
}

.dropdown-wrapper .third-link:hover {
	background-color: var(--highlight-bg-color);
}

@media screen and (max-width: 1200px) {
	header .header-left {
		padding: 0 50px;
	}
}
/* sticky-header */
.sticky-header {
	/* display: none; */
	position: fixed;
	top: -100px;
	left: 0;
	z-index: 256;
	width: 100%;
	height: 50px;
	background-color: var(--nav-bg-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 .main-left {
	display: flex;
	align-items: center;
	min-width: 320px;
	font-size: 0;
}

.sticky-menu-button {
	font-size: 24px;
	line-height: 20px;
	color: var(--nav-font-color);
	cursor: pointer;
}

.sticky-header .logo {
	height: 32px;
}

.sticky-header .logo img {
	position: relative;
	bottom: 2px;
	margin: 0 40px 0 102px;
	height: 100%;
	width: auto;
}

.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: #fff;
}

.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;
	background-color: #fff;
}

.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: 12px;
}

.nav-left .first-link.current {
	font-weight: bold;
	background-color: #fafafa;
	border-right: 2px solid var(--main-color);
	color: var(--main-color);
}
/* 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;
	gap: 10px;
}

.header-dropdown-imgtext.nav-panel {
	gap: 40px;
}

.sticky-nav .nav-panel.active {
	display: flex;
}

.nav-panel.header-dropdown-imgtext.active {
	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.header-dropdown-text .header-dropdown-item {
	min-width: calc(25% - 7.5px);
}
.nav-panel .second-link {
	display: block;
	width: fit-content;
	padding: 5px 16px;
	/* white-space: nowrap; */
	font-size: 16px;
	line-height: 24px;
	color: var(--theme-font-color);
}
.nav-panel .second-link:hover {
	background-color: var(--highlight-bg-color);
}
.nav-panel .third-links {
	margin-top: 0;
}

.nav-panel .third-link {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 16px 5px 24px;
	color: var(--theme-font-color);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.nav-panel .third-link:hover {
	background-color: var(--highlight-bg-color);
}

.shelter {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: #000;
	opacity: .3;
}
/* 滚动菜单 End */
/* mobile-nav */
.mobile-nav {
	display: none;
	position: fixed;
	top: 84px;
	bottom: 0;
	left: -100vw;
	z-index: 512;
	padding: 0 25px;
	width: 100vw;
	font-size: 16px;
	color: var(--theme-font-color);
	background-color: #fff;
	transition: var(--theme-transition);
	-webkit-transition: var(--theme-transition);
	-moz-transition: var(--theme-transition);
	-o-transition: var(--theme-transition);
}

.mobile-nav a {
	color: var(--theme-font-color);
}

/* mobile bottom */
.mobile-nav-bottom {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.mobile-nav .remind {
	order: -1;
	text-align: left;
}

.mobile-account-item {
	margin-top: 10px;
}
.mobile-account-item a,.remind a{
	color: var(--main-color);
}

/* mobile top */
.mobile-nav-top {
	max-height: 73%;
	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: 59px;
	border-bottom: 1px solid var(--theme-border-color);
}

.header-menu-item {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.menu-img-item {
	width: 100%;
	margin-top: 5px;
	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(--main-color);
	font-size: 20px;
		font-weight: bold;
	border-bottom: 1px solid var(--theme-border-color);
}

.menu-header i {
	float: left;
	font-size: 16px;
	line-height: 25px;
}

.secondary-menu,
.third-menu {
	display: none;
	position: fixed;
	left: -100vw;
	top: 84px;
	padding: 0 var(--side-padding) 60px;
	height: 100%;
	width: 100vw;
	overflow: hidden auto;
	background-color: #fff;
	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;
}
@media screen and (max-width: 1100px){
	.sticky-header .logo img{
		margin:0 20px 0 20px;
	}
	.header-action-label {
		display: none;
	}
	.header-main {
		padding: 10px 5px 20px;
	}
}
@media screen and (max-width: 767px) {
	header .wrapper {
		--wrapper-padding: 0 var(--side-padding) 7px;
		width: 100%;
		height: 90px;
	}

	.header-top-fixed {
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 256;
		background-color: var(--nav-bg-color);
	}

	.header-main {
		padding: 6px 5px 4px;
	}

	.header-main .logo {
		flex: 1;
		padding: 0 10px;
		text-align: center;
	}

	.header-main .header-left {
		flex: none;
		padding: 0;
		margin: 0;
		font-size: 0;
	}

	.header-left .search-bar {
		display: none;
	}

	header .header-right {
		height: 24px;
	}

	.header-main .iconfont {
		font-size: 20px;
		color: var(--nav-font-color);
	}

	.header-main .header-right .iconfont {
		padding-top: 3px;
	}

	.header-main .header-left .iconfont {
		font-size: 24px;
	}

	

	.cart-badge {
		top: -3px;
		right: -5px;
		left: unset;
		width: 16px;
		height: 16px;
		font-size: 12px;
		line-height: 16px;
	}

	.search-bar {
		align-items: center;
		padding: 0 10px;
		margin: 4px 0 0;
		width: 100%;
		max-width: unset;
		height: 36px;
		background-color: #fff;
		border-radius: var(--theme-border-radius);
		border: none;
	}

	.search-bar .search {
		font-size: 16px;
	}

	.search-bar i.iconfont {
		font-size: 18px;
	}

	.header-nav {
		display: none;
	}

	.header-right-account {
		padding-left: 0;
	}

	.announcement-wrapper {
		font-size: 12px;
		line-height: 14px;
		padding: 9px;
	}
}

/* 页头 End */

/* 页尾 Start */
footer {
	background-color: var(--nav-bg-color);
}

.footer-main.wrapper {
	display: flex;
	padding: 40px var(--side-padding);
	color: var(--nav-font-color);
}

.footer-main .main-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}

/* left */
.footer-main .logo {
	height: 50px;
	max-width: 400px;
	margin-bottom: 40px;
	object-fit: contain;
}

.footer-main .footer-menu-list {
	display: flex;
	gap: var(--h-space) 130px;
}

/* footer email */
.email-subs {
	margin-bottom: 40px;
}

.email-subs-inputdiv {
	display: flex;
	width: 100%;
}

.email-subs-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 14px;
}

.email-subs-des {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 18px;
}

.email-subs-input {
	flex: 1;
}

.email-subs-input:focus {
	border: 0;
}

.email-subs-btn {
	margin-left: var(--v-space);
	height: var(--btn-height);
}

/* social */
.social{
	display: flex;
	flex-wrap: wrap;
}
.social a {
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 32px;
	color: var(--nav-font-color);
}

.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: var(--nav-font-color);
	font-size: 14px;
}

/* right menu */
.footer-main .main-right {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 130px;
	max-width: 483px;
}

.site-service {
	display: inline-flex;
	align-items: center;
	margin: 22px 0 44px;
	color: var(--nav-font-color);
	font-size: 14px;
	line-height: 19px;
}

.site-service::before {
	content: '\e7ee';
	font-family: 'iconfont';
	margin-right: 10px;
	font-size: 19px;
}

.footer-menu .menu-title {
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	pointer-events: none;
}

.footer-menu-item {
	padding: 4px 0;
}

.footer-menu-inner {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: var(--nav-font-color);
}

/*  bottom */
.footer-bottom{
	background-color: #fff;
}
.footer-bottom .wrapper{
	display: flex;
	align-items: center;
	margin: auto;
	padding: 25px var(--side-padding);
	max-width: calc(var(--max-width) - var(--side-padding) * 2);
	font-size: 14px;
	color: var(--theme-color-font);
}

.footer-bottom a {
	color: var(--nav-font-color);
}

.footer-bottom img {
	max-height: 30px;
	object-fit: contain;
}

.footer-infomation {
	flex: 1;
}

.footer-special-desc {
	display: flex;
	gap: 20px;
}

.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 i {
	float: right;
	font-size: 12px;
	line-height: 24px;
}

/* ?????? Start */
#backTop {
	position: fixed;
	right: var(--side-padding);
	bottom: 38.2%;
	z-index: 2048;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 36px;
	width: 36px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	background-color: var(--highlight-bg-color);
	border-radius: 50%;
	border: 1px solid var(--highlight-bg-color);
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	-moz-transition: .3s all ease;
}

#backTop::before {
	font-family: 'iconfont';
	content: '\e7f0';
	color: inherit;
	font-size: 10px;
}

#backTop.hidden {
	opacity: 0;
	visibility: hidden;
}

@media screen and (min-width: 1550px) {
	#backTop {
		right: calc(((100% - var(--max-width)) / 2) - 18px);
	}
}
/* ?????? End */

@media screen and (max-width: 1200px) {
	.footer-bottom .wrapper{
		flex-direction: column;
		align-items: flex-start;
		padding: 15px var(--side-padding);
	}
	.footer-main .main-left {
		margin-right: 40px;
	}
}

@media screen and (max-width: 1000px) {
	.footer-main.wrapper {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 31px 20px 50px;
	}
	.footer-main .main-right {
		margin: 0;
		max-width: 100%;
	}
	.footer-main .main-left {
		flex-direction: column-reverse;
		margin-right: unset;
		width: 100%;
		border: none;
	}
	.footer-main .logo {
		height: 45px;
		margin-top:30px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.footer-special-desc {
		display: block;
	}

	.footer-special-desc>div:first-child {
		margin-bottom: 15px;
	}

	/* logo */
	.site-service {
		margin-top: 0;
		margin-bottom: 38px;
	}

	/* email */
	.email-subs-title {
		margin-bottom: 9px;
	}

	.email-subs-des {
		margin-bottom: 20px;
	}

	.email-subs-input {
		margin-right: 10px;
	}

	.email-subs {
		margin-bottom: 20px;
	}

	.email-subs-btn {
		font-size: 16px;
	}

	/* social */
	.social {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 5px;
	}

	.footer-info {
		margin: 0 0 15px 0;
	}

	/* menu */
	.footer-main .footer-menu-list {
		flex-direction: column;
		row-gap: unset;
		margin-top: 27px;
		width: 100%;
		border-top: 1px solid #fff;
	}

	.footer-menu {
		margin-top: 0;
		border-bottom: 1px solid #fff;
	}

	.footer-menu .menu-title {
		margin-bottom: 0;
		padding: 20px 0;
		font-size: 20px;
		line-height: 24px;
		pointer-events: initial;
	}

	.footer-menu .menu-list {
		display: none;
	}

	.footer-menu-item {
		padding: 0;
	}

	.footer-menu-inner {
		margin: 0;
		padding: 10px 0;
		font-size: 16px;
		line-height: 24px;
	}

	.footer-menu-item:first-child .footer-menu-inner {
		padding-top: 0;
	}

	.footer-menu-item:last-child .footer-menu-inner {
		padding-bottom: 20px;
	}
	/* bottom */
	.footer-bottom {
		font-size: 14px;
		border: 0;
	}

	.footer-infomation {
		margin-bottom: 15px;
	}

	.footer-bottom img {
		max-height: 25px;
		margin-bottom: 8px;
	}
}
/* 页尾 End */