/* 头部 */
/* 网站logo */
.logo {
	font-size: 0;
	text-align: left;
}

.logo img {
	object-fit: contain;
}

/* 公告栏 Start */
.j-announcement-newswiper {
	max-width: var(--max-width);
	width: 55%;
	padding: 0 var(--side-padding);
	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;
	}
}

/* 公告栏 End */
/* 页头 Start */
header {
	background-color: var(--nav-bg-color);
}

header .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;
	background: transparent;
	border: 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;
}

.header-nav .nav-item.has-children::after {
	content: "";
	display: none;
	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;
}

.header-nav .nav-item.has-children:hover::after {
	display: block;
}

.nav-item .nav-link {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: var(--theme-nav-font-size);
	line-height: var(--theme-nav-line-height);
	color: var(--nav-font-color);
	cursor: pointer;
}

.header-nav .nav-item i {
	padding-left: 6px;
	font-size: 12px;
	vertical-align: middle;
}

.nav-item .nav-link>* {
	font-size: inherit;
	font-weight: inherit;
}

@media screen and (min-width: 769px) {

	.nav-item .animation-underline,
	.menu-item .animation-underline {
		--animation-color: var(--nav-font-color);
	}
}

.nav-link.animation-underline::before {
	background-color: var(--nav-font-color);
}

/* header-dropdown */
.header-nav .nav-item:hover .header-dropdown {
	display: flex;
}

.header-dropdown {
	display: none;
	position: fixed;
	top: 168px;
	z-index: 200;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.08);
}

.header-dropdown .animation-underline::before {
	background-color: var(--main-color);
}

.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 vertical */
.header-dropdown.vertical {
	flex-direction: row;
	flex-wrap: wrap;
	padding: 16px;
	min-width: 140px;
	max-height: 52vh;
	background-color: #fff;
	column-count: 2;
	column-gap: 10px;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
}

.header-dropdown.vertical section {
	font-weight: bold;
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
}

.header-dropdown.vertical .dropdown-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-height: 50vh;
	background-color: #fff;
}

.header-dropdown.vertical .second-link {
	display: block;
	padding: 5px 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: var(--theme-font-color);
}

.header-dropdown.vertical .second-link:hover {
	background-color: var(--highlight-bg-color);
}

.header-dropdown.vertical section:hover>a {
	color: var(--main-color);
}

.header-dropdown:not(.vertical) .dropdown-wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 20px;
	margin: auto;
	width: 100%;
	max-width: var(--max-width);
	row-gap: 10px;
}

.header-dropdown:not(.vertical) .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:not(.vertical) .second-link:hover {
	background-color: var(--highlight-bg-color);
}

.header-dropdown:not(.vertical) section {
	width: 100%;
}

.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 (min-width: 769px) {
	.second-link.animation-underline {
		--animation-color: var(--highlight-font-color);
	}

	.vertical .second-link.animation-underline {
		--animation-color: var(--theme-font-color);
	}

	.third-links .animation-underline {
		--animation-color: var(--theme-font-color);
		;
	}

}

@media screen and (max-width: 1200px) {

	header .header-left {
		padding: 0 50px;
	}

	.header-dropdown:not(.vertical) section {
		width: calc(25% - 30px * 3 / 4);
		margin-right: 30px;

	}
}

/* sticky-header */
.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: var(--nav-font-color);
	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: #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;
	/* border-right: 1px solid var(--theme-border-color); */
}

.sticky-nav .nav-left::-webkit-scrollbar {
	display: none;
}

/* first-link */
.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 .nav-left .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);
}

.sticky-nav .nav-right {
	flex: 1;
	padding: 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-right .nav-panel {
	display: none;
	flex-wrap: wrap;
	gap: 10px;
}

.sticky-nav .nav-panel section {
	min-width: calc(25% - 7.5px);
}

.nav-panel h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.nav-panel .second-link {
	display: block;
	width: fit-content;
	padding: 5px 16px;
	white-space: nowrap;
	color: var(--theme-font-color);
	font-size: 16px;
	line-height: 20px;
}

.nav-panel .second-link:hover {
	background-color: var(--highlight-bg-color);
}

.nav-panel a.second-link {
	cursor: pointer;
}

.nav-panel .third-links {
	margin-top: 0;
}

.nav-panel .third-link {
	margin-top: 10px;
}


.nav-panel .third-link,
.nav-panel .third-link a {
	color: var(--theme-font-color);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.nav-panel .third-link a {
	display: inline-block;
	padding: 5px 16px 5px 24px;
	font-size: 16px;
	line-height: 20px;
}

.nav-panel .third-link a: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: all .1s ease;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
}

.mobile-nav-top {
	max-height: 73%;
	overflow-y: auto;
	margin-bottom: 10px;
}

.mobile-nav .remind {
	margin-bottom: 10px;
	line-height: 20px;
	text-align: left;
}

.mobile-nav-bottom {
	line-height: 20px;
}

.mobile-nav-item {
	margin-bottom: 10px;
}

.mobile-nav a {
	color: var(--main-color);
}

.mobile-nav-top>.side-menu {
	margin-bottom: 22px;
	max-height: 100%;
	overflow-y: auto;
}

.side-menu li,
.side-menu h3 {
	position: relative;
	padding: 19px 0;
	border-bottom: 1px solid var(--theme-border-color);
}

.side-menu .menu-item,
.side-menu h2 {
	font-weight: 400;
	font-size: 16px;
	color: var(--theme-font-color);
	line-height: 20px;
}

.menu-item.no-next {
	display: block;
	width: 100%;
}

.j-menu-item>.iconfont {
	position: absolute;
	right: 0;
	top: 23px;
	color: rgba(0, 0, 0, .9);
	font-size: 12px;
}

.menu-header {
	padding: 16px 0;
	text-align: center;
	color: var(--nav-bg-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: 24px;
}

.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 {
		padding-top: 90px;
	}

	header .wrapper {
		padding: 0 var(--side-padding) 7px;
		width: 100%;
		height: 90px;
	}

	.header-top-fixed {
		position: 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;
		text-align: center;
	}

	.logo img {
		height: 25px;
	}

	.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;
	text-align: left;
}

.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: #fff;
	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: #fff;
	font-size: 14px;
	line-height: 19px;
}

.site-service::before {
	margin-right: 10px;
	font-family: 'iconfont';
	content: '\e7ee';
	color: var(--theme-back-gray);
	font-size: 19px;
}

.footer-menu .menu-title {
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	pointer-events: none;
}

.footer-menu .menu-item {
	padding: 4px 0;
}

.footer-menu .menu-item a {
	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: unset;
	}
	.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 .menu-item {
		padding: 0;
	}

	.footer-menu .menu-item a {
		margin: 0;
		padding: 10px 0;
		font-size: 16px;
		line-height: 24px;
	}

	.footer-menu .menu-item:first-child a {
		padding-top: 0;
	}

	.footer-menu .menu-item:last-child a {
		padding-bottom: 20px;
	}

	

	/* bottom */
	.footer-bottom {
		font-size: 14px;
		border: 0;
	}

	.footer-infomation {
		margin-bottom: 15px;
	}

	.footer-bottom img {
		max-height: 25px;
	}
}


/* 页尾 End */