/** Shopify CDN: Minification failed

Line 435:0 Unexpected "}"

**/
.footer {
	border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
	font-size: 12px;
}

.site-footer__bottom {
	margin: 0 auto;
}

.footer:not(.color-scheme-1) {
	border-top: none;
}

.footer__content-top {
	/* padding-bottom: 5rem; */
	display: block;
	max-width: 1136px !important;
	margin-bottom: var(--spacing-48);
	@media (min-width: 810px) and (max-width: 1199.9px) {
		max-width: 100% !important;
	margin: 0;
  }

  /* 手机端 */
  @media (max-width: 809.9px) {
	margin:0;
	max-width: 100% !important;
  }
}

.footer-large-up--hide {
	display: none;
}

.footer__content-top .grid.footer__blocks-wrapper {
	justify-content: space-between;
	/* margin: var(--spacing-16) 0 var(--spacing-48) 0; */
}
.social_newsletter{
	margin-top: var(--spacing-40);
	 /* iPad / 平板 */
 @media (min-width: 810px) and (max-width: 1199.9px) {
	margin-top: var(--spacing-24);
  }

  /* 手机端 */
  @media (max-width: 809.9px) {
	margin-top: var(--spacing-24);
  }
}

.footer__left-blocks {
	display: flex;
	flex-direction: column;
	color: var(--Gray-Gray-1, #1A1A1A);
	font-family: "MiSans Latin VF";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	letter-spacing: 0.28px;
	@media (min-width: 810px) and (max-width: 1199.9px) {
		margin-bottom: var(--spacing-40);
	}

	/* 手机端 */
	@media (max-width: 809.9px) {
		margin-bottom: var(--spacing-40);

  }

}

.footer__right-blocks {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 400px;
    gap: 16px;

 	@media (min-width: 810px) and (max-width: 1199.9px) {
		flex-wrap: wrap;
	 	max-height: 800px;

        grid-template-columns: 1fr;
	}
	@media (max-width: 809.9px) {
	 	max-height: 800px;
	}

}

.footer-block {
	width: 240px;
}

.footer-block.grid__item {
	max-width: 100%;
	margin-top: 0;
	/* iPad / 平板 */
	@media (min-width: 810px) and (max-width: 1199.9px) {
		margin-top: var(--spacing-24);
	}

	/* 手机端 */
	@media (max-width: 809.9px) {
		margin-top: var(--spacing-24);
		margin-bottom:0;
	}


}

.footer-block.grid__item:first-of-type {
	padding-left: 0;
}

.footer__content-top .grid {
	column-gap: 0;
}


@media screen and (max-width: 809.9px) {
	.footer__content-top .grid.footer__blocks-wrapper {
		margin-bottom: 0;
	}

	.footer__right-blocks {
		flex-wrap: wrap;
		gap: 0px;
		grid-template-columns: 1fr;
	}

	/* .footer__right-blocks .footer-block.grid__item {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		padding-bottom: 16px;
		border-bottom: 1px solid #77777733;
		flex-wrap: wrap;
	} */

	.footer__right-blocks .footer-block.grid__item:last-child {
		border-bottom: none;
	}

	.footer__right-blocks .footer-block.grid__item .footer__title {
		height: 35px;
	}

	.site-footer__bottom {
		padding: 0 var(--spacing-16);
	}

	.footer-large-up--hide {
		display: block;
	}

	.footer .grid {
		display: block;
	}

	.footer-block__details-content {
		display: none;
	}

	.footer .email-box.contact-box {
		margin-bottom: 0;
	}

	.footer-block.grid__item {
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 0px;
	}

	.footer-block.grid__item:first-child {
		margin-top: 0;
	}

	.footer__content-top {
		/* padding-bottom: 3rem; */
		padding: 0 var(--spacing-16);
	}

	.footer__title {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: 1;
		cursor: pointer;
	}

	.footer .footer-block__heading {
		margin: 0;
		color: initial;
	}

	.footer__title .i-plus,
	.footer__title .i-minus {
		width: 20px;
		height: 20px;
		align-items: center;
		line-height: 0;
	}

	.footer__title .i-minus {
		display: none;
	}

	.footer__title.active .i-minus {
		display: block;
	}

	.footer__title.active .i-plus {
		display: none;
	}

	.social_newsletter .footer-block__heading {
		margin-bottom: 15px;
	}
	.social_newsletter {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 821px) {
	.footer__content-top .grid {
		row-gap: 6rem;
		margin-bottom: 0;
	}
}
.footer__content-bottom{
max-width: 1136px !important;
	/* iPad / 平板 */
  @media (min-width: 810px) and (max-width: 1199.9px) {
  max-width: 100% !important;
  }

  /* 手机端 */
  @media (max-width: 809.9px) {
    max-width: 100% !important;
  }
}

.footer__content-bottom:only-child {
	border-top: 0;
}

.footer__content-bottom-wrapper {
	display: flex;
	width: 100%;
}

@media screen and (max-width: 809.9px) {
	.footer__content-bottom {
		flex-wrap: wrap;
		padding-top: 0;
		padding-left: 16px;
		padding-right: 16px;
		row-gap: 1.5rem;
	}

	.footer__content-bottom-wrapper {
		flex-wrap: wrap;
		row-gap: 1.5rem;
		justify-content: center;
	}

	.footer__content-bottom.scroll-trigger.animate--slide-in {
		animation: none;
		opacity: 1;
		transform: inherit;
	}
}

.footer__localization:empty + .footer__column--info {
	align-items: center;
}

@media screen and (max-width: 809.9px) {
	.footer__localization:empty + .footer__column {
		padding-top: 1.5rem;
	}
}

.footer__column {
	width: 100%;
	align-items: flex-end;
}

.footer__column--info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* padding-left: 2rem;
  padding-right: 2rem; */
}

/* @media screen and (min-width: 821px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
} */

.footer-block:only-child:last-child {
	max-width: 76rem;
	margin: 0 auto;
	@media (min-width: 810px) and (max-width: 1199.9px){
		max-width: 100%;
		margin: 0;
	}
	@media (max-width: 809.9px){
		max-width: 100%;
		margin: 0;
	}

}

@media screen and (min-width: 821px) {
	.footer-block {
		display: block;
		margin-top: 0;
	}
}

.footer-block:empty {
	display: none;
}

.footer-block--newsletter {
	display: flex;
	align-items: flex-end;
	margin-top: 3rem;
	gap: 1rem;
}

.footer-block--newsletter:only-child {
	margin-top: 0;
}

@media screen and (max-width: 809.9px) {
	.footer-block.footer-block--menu:only-child {
		text-align: left;
	}
}

@media screen and (min-width: 821px) {
	.footer-block--newsletter {
		flex-wrap: nowrap;
		justify-content: center;
	}
}

.footer-block__heading {
	color: var(--Font-Color-Font-gy-1, #1A1A1A);
	font-family: "MiSans Latin VF";
	font-size: var(--Font-size-Body-B4, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	margin-bottom: 12px;
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
	display: none;
}

.footer__follow-on-shop {
	display: flex;
	text-align: center;
}

.footer__list-social.list-social:only-child {
	justify-content: center;
}

.footer-block__newsletter {
	text-align: center;
	flex-grow: 1;
}

.newsletter-form__field-wrapper {
	max-width: 36rem;
}

/* @media screen and (min-width: 821px) {
	/* Pushes other components to the right of the flexbox */
	.footer-block__newsletter:not(:only-child) {
		text-align: left;
		margin-right: auto;
	}

	.footer-block__newsletter:not(:only-child) .footer__newsletter {
		justify-content: flex-start;
		margin: 0;
	}

	.footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
		left: auto;
	}

	.footer__follow-on-shop {
		margin-bottom: 0.4rem;
	}

	/* Follow on shop is the first button but it has siblings*/
	.footer__follow-on-shop:first-child:not(:last-child) {
		justify-content: flex-start;
		margin-right: auto;
		text-align: left;
	}

	/*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
	.footer__follow-on-shop:not(:first-child):not(:last-child) {
		justify-content: flex-end;
		text-align: right;
	}
} */

@media screen and (max-width: 809.9px) {
	/*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
	.footer-block--newsletter {
		display: flex;
		flex-direction: column;
		flex: 1 1 100%;
		align-items: center;
		gap: 3rem;
	}

	.footer__list-social.list-social,
	.footer__follow-on-shop,
	.footer-block__newsletter {
		display: flex;
		justify-content: center;
	}

	.footer-block__newsletter {
		flex-direction: column;
	}
}

@media screen and (min-width: 821px) {
	.footer-block__newsletter + .footer__list-social {
		margin-top: 0;
	}
}

.footer__localization {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 1rem 1rem 0;
}

.footer__localization:empty {
	display: none;
}

.footer__localization h2 {
	margin: 1rem 1rem 0.5rem;
	color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 821px) {
	.footer__localization {
		padding: 0.4rem 0;
		justify-content: flex-start;
	}

	.footer__localization h2 {
		margin: 1rem 0 0;
	}
}

.footer__payment {
	text-align: center;
	margin-top: 24px;
}

.footer__payment .footer-block__heading {
	color: inherit;
	margin: 0 0 8px 0;
}

.footer__content-bottom-wrapper--center {
	justify-content: center;
}

@media screen and (min-width: 821px) {
	.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
		text-align: right;
	}
}

@keyframes appear-down {
	0% {
		opacity: 0;
		margin-top: -1rem;
	}

	100% {
		opacity: 1;
		margin-top: 0;
	}
}

.footer-block__details-content li a  {
	color: var(--Font-Color-Font-gy-2, #6B6B6B) !important ;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "MiSans Latin VF";
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 14.4px */
	padding: 0;
}
.footer-block__details-content li a:hover{
	color:#1A1A1A !important ;
}
/* 
@media screen and (min-width: 821px) {
	.footer-block__details-content > p,
	.footer-block__details-content > li {
		padding: 0;
		margin-bottom: 8px;
	}

	.footer-block:only-child li {
		display: inline;
	}

	.footer-block__details-content > li:not(:last-child) {
		margin-right: 1.5rem;
	}
} */

.footer-block__details-content .list-menu__item--active {
	transition: text-decoration-thickness var(--duration-short) ease;
	color: rgb(var(--color-foreground));
}

@media screen and (min-width: 821px) {
	.footer-block__details-content .list-menu__item--link:hover,
	.copyright__content a:hover {
		text-decoration: underline;
		text-underline-offset: 0.3rem;
	}

	/* .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  } */
}

/* @media screen and (max-width: 989px) {
	.footer-block__details-content .list-menu__item--link {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
} */

.footer-block-image {
	display: flex;
}

.footer-block-image.left {
	justify-content: flex-start;
}

.footer-block-image.center {
	justify-content: center;
}

.footer-block-image.right {
	justify-content: flex-end;
}

@media screen and (max-width: 809.9px) {
	.footer-block-image,
	.footer-block-image.left,
	.footer-block-image.center,
	.footer-block-image.right {
		justify-content: center;
	}
}

.footer-block__image-wrapper {
	margin-bottom: 2rem;
	overflow: hidden !important;
}

.footer-block__image-wrapper img {
	display: block;
	height: auto;
	max-width: 100%;
}

.footer-block__brand-info {
	text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
	text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
	height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
	justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
	justify-content: flex-start;
	margin-left: -1.3rem;
	margin-right: -1.3rem;
}

.footer-block__details-content .placeholder-svg {
	max-width: 20rem;
}

.copyright__content {
	font-size: 1.1rem;
	color: var(--Font-Color-Font-gy-1, #1A1A1A);
	font-family: "MiSans Latin VF";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 14.4px */
}

.copyright__content a {
	color: currentColor;
	text-decoration: none;
}

.policies {
	display: inline;
}

.policies li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.policies li::before {
	content: "\00B7";
	padding: 0 0.8rem;
}

.policies li a {
	padding: 0.6rem 0;
	display: block;
}

@media screen and (min-width: 821px) {
	.policies li a {
		padding: 0;
	}
}

@keyframes animateLocalization {
	0% {
		opacity: 0;
		transform: translateY(0);
	}

	100% {
		opacity: 1;
		transform: translateY(-1rem);
	}
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
	@media screen and (max-width: 809.9px) {
		.footer .grid {
			margin-left: 0;
		}
	}

	@media screen and (min-width: 821px) {
		.footer__content-top .grid {
			margin-left: -3rem;
		}

		.footer__content-top .grid__item {
			padding-left: 3rem;
		}
	}
}

.footer-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #77777733;
	border-left: 0;
	border-right: 0;
	padding: 32px 0;
/* iPad / 平板 */
  @media (min-width: 810px) and (max-width: 1199.9px) {
		padding: 24px 0;
  }

  /* 手机端 */
  @media (max-width: 809.9px) {
	padding: 24px 0 !important;
	margin: 0 16px !important;

  }

}

.footer-info ul {
	border: none;
	display: flex;
	gap: 20px;
	margin-left: 20px;
	justify-content: center;
	padding-left: 0;
}

.footer-info ul li {
	padding-right: 16px;
}

.footer-info .footer-lang-box {
	margin-top: 0;
	border-bottom: 1px solid #77777733;
}

.footer-info .footer-lang-box > span {
	color: var(--Font-Color-Font-gy-2, #6B6B6B);
	font-family: "MiSans Latin VF";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 14.4px */
	letter-spacing: 0.24px;
}

.footer-info .footer-lang-box a {
	margin-left: 16px;
	font-size: 14px;

	border-radius: 4px;
	background: var(--Gray-Gray-5, #DEDEDE);
}

.footer-info a {
	font-size: 12px;
}

.footer-info a:hover {
	text-decoration: underline;
}

.footer .contact-type {
	display: flex;
	flex-direction:column;
	gap:var(--spacing-16);
	color: var(--Gray-Gray-1, #1A1A1A);
	font-family: "MiSans Latin VF";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	letter-spacing: 0.28px;
}

.footer .footer__logo {
	margin-bottom: 32px;
	/* iPad / 平板 */
	@media (min-width: 810px) and (max-width: 1199.9px) {
		margin-bottom: 24px;
	}

	/* 手机端 */
	@media (max-width: 809.9px) {
		margin-bottom: 24px;
	}
}
.footer .footer__logo svg{
	width: 102.156px;
	height: 23.797px;
}

.footer .contact-box {
	display: flex;
	gap:12px;
}

.footer .icon-box {
	/* margin-right: var(--spacing-12); */
	  /* iPad / 平板 */
  @media (min-width: 810px) and (max-width: 1199.9px) {
	/* margin-right: var(--spacing-8); */
  }

  /* 手机端 */
  @media (max-width: 809.9px) {

  }
}

.icon-box svg {
	display: block;
}

.footer .email-box {
	display:flex;
	align-items:center;
	/* iPad / 平板 */
	@media (min-width: 810px) and (max-width: 1199.9px) {
			
	}

	/* 手机端 */
	@media (max-width: 809.9px) {

	}
}

.social_newsletter .list-social {
	justify-content: flex-start !important;
	gap:var(--spacing-16);
}

.social_newsletter .list-social__link {
	background: #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding: 0;
	/* iPad / 平板 */
	@media (min-width: 810px) and (max-width: 1199.9px) {
		width: 32px;
		height: 32px;
	}

	/* 手机端 */
	@media (max-width: 809.9px) {
		width: 32px;
		height: 32px;
	}
}
.social_newsletter .list-social__link svg:hover{
	opacity: 0.8;
}

.social_newsletter .list-social__link svg {
	background: #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding: 0;
	/* iPad / 平板 */
	@media (min-width: 810px) and (max-width: 1199.9px) {
		width: 32px;
		height: 32px;
	}

	/* 手机端 */
	@media (max-width: 809.9px) {
		width: 32px;
		height: 32px;
	}
}

.social_newsletter .list-social__item {
	margin-right: 0px;
	@media (min-width: 810px) and (max-width: 1199.9px) {
		margin-right: 0;
		
	}

	/* 手机端 */
	@media (max-width: 809.9px) {
		margin-right: 0;
	}
}

.social_newsletter .list-social__item:last-of-type {
	margin-right: 0;
}
.footer-info-Location .footer-lang-box{
	border-bottom: none;
}
.footer-info-Location{
	/* iPad / 平板 */
  @media (min-width: 810px) and (max-width: 1199.9px) {
	margin: 0 var(--spacing-24) !important;
  }

  /* 手机端 */
  @media (max-width: 809.9px) {
	margin:  0 0 !important;
  }
}

@media screen and (max-width: 999px) {
	.footer-info ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		border-top: 0;
		padding: 0 0 20px;
	}
}

@media screen and (max-width: 809.9px) {
	.footer-info {
		flex-wrap: wrap;
		padding: 0px;
		border-top: 1px solid #77777733;
	}

	.footer-info ul {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 0;
		column-gap: 20px;
		row-gap: 8px;
		padding: 24px 0 16px 20px;
		border: 1px solid #77777733;
		border-left: 0;
		border-right: 0;
		margin: 0;
	}

	.footer-info .footer-lang-box {
		/* padding: 16px 0 24px; */
		justify-content: space-between;
		width: 100%;
		
	}
}
@media (min-width: 810px) and (max-width: 1199.9px) {
	.footer-info .footer-lang-box{
		border-bottom: none;
		padding:var(--spacing-24) 0;
	}
}

/* 国家跳转 */
.footer-language-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	position: relative;
}

.language-box {
	display: inline-block;
}

.website_change_wrapper img {
	width: 20px;
	height: 20px;
	margin-right: 3px;
}

.website_change_wrapper .left-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	gap: 10px;
	font-size: var(--regular-size);
}

.website_change_wrapper .left-box span {
	color: #fff;
}

.website_change_wrapper .item,
.website_change_wrapper .item > a {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0px;
}

.website_change_wrapper {
	display: none;
	position: relative;
	margin-left: 10px;
	color: #ffffff;
	background: #3d3d3d;
	padding: 5px;
}

.website_change_wrapper img {
	display: none;
}

.mb-language-box .website_change_wrapper,
.pc-language-box .website_change_wrapper {
	display: block;
}

.mb-language-box .website_change_wrapper img,
.pc-language-box .website_change_wrapper img {
	display: block;
}

.website_change_wrapper .language-box-option-box {
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	opacity: 0;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	z-index: -1;
	position: absolute;
	background: #fff;
	border: 1px solid #ebeef0;
	align-items: center;

	white-space: nowrap;
}

.website_change_wrapper.show .language-box-option-box {
	transform: translateY(-120%);
	opacity: 1;
	z-index: 19;
}

.website_change_wrapper .language-box-option-box .item {
	color: #212529;
	font-weight: 400;
}

.website_change_wrapper .item.first {
	cursor: pointer;
}

.website_change_wrapper .language-box-option-box .item {
	padding: 5px 15px;
}

.pc-language-box .website_change_wrapper .language-box-option-box {
	width: 90px;
	overflow: hidden;
	right: 0px;
	transform: translateY(-120%);
}

.website-icon-wrapper .icon-box {
	line-height: 0;
	transform: rotate(90deg);
	transition: all 0.5s ease;
	filter: invert(1);
}

.website-icon-wrapper .icon-box svg {
	width: 15px;
	height: 15px;
}

.website_change_wrapper.show .icon-box {
	transform: rotate(-90deg);
}

.website-icon-wrapper .icon-box svg g {
	stroke: #000000;
}

.siteselect-wrapper {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.website-icon-wrapper .name {
}

.siteselect-wrapper .siteselect-inner {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.siteselect-wrapper .siteselect_box {
	position: relative;
	width: 799px;
	height: 450px;
	margin: 0 auto;
	background: #ffffff;
}

.siteselect-wrapper .siteselect_box .corner-mark {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 200px;
}

.siteselect-wrapper .siteselect_box .mark-costway {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
	width: 160px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 50px;
	margin: 50px auto 20px;
	background: #b6b6b6;
	border-radius: 50%;
	padding: 20px;
}

.siteselect-wrapper .ss_desc {
	margin: 40px auto 55px;
	text-align: center;
	color: #333333;
}

.siteselect-wrapper ._ss {
	color: #282826;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}

.siteselect-wrapper ._sd {
	color: #666666;
	margin-top: 20px;
}

.siteselect-wrapper .ss_sits {
	margin: 0 85px;
	letter-spacing: -4px;
	font-size: 0;
	text-align: center;
}

.siteselect-wrapper .ss_sits ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-right: -68px;
}

.siteselect-wrapper ul li {
	display: inline-block;
	white-space: normal;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 26px;
	width: 135px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	border-radius: 30px;
	padding: 3px;
	margin-right: 68px;
	color: #333333;
	text-align: left;
}

.siteselect-wrapper li {
	background-color: #f4f4f4;
	border-radius: 30px;
	padding: 3px;
	margin: 0;
	color: #333333;
	text-align: left;
	transition: all 0.2s;
}

.siteselect-wrapper li div.li_inner:hover {
	background-color: #be4141;
	box-shadow: 0px 1px 7px 2px rgba(97, 97, 97, 0.25);
	color: #fff !important;
}

.siteselect-wrapper li div.li_inner a {
	display: block;
}

.siteselect-wrapper li div.li_inner a:hover {
	color: #fff !important;
}

.siteselect-wrapper li i {
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 31px;
}

.siteselect-wrapper ul li img {
	max-width: 25px;
}

.siteselect-wrapper ul li span {
	text-align: center;
	display: block;
	width: 100%;
}

.siteselect-wrapper ul li .item,
.siteselect-wrapper ul li .item a {
	width: 100%;
	display: flex;
}

.siteselect-wrapper li:hover {
	background-color: #be4141;
	box-shadow: 0px 1px 7px 2px rgba(97, 97, 97, 0.25);
	color: #fff !important;
}

.siteselect-wrapper li:hover a {
	color: #fff !important;
}

.siteselect-inner .popup-close {
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	cursor: pointer;
	top: -5px;
	right: -42px;
	transition: all 0.5s;
}

.website_change_wrapper .language-box-option-box .item:hover {
	background: #f5f5f5;
}

.mb-website_change_wrapper {
	padding: 0px 20px;
}

.mb-website_change_wrapper select {
	width: 100%;
}

.mb-language-box .website_change_wrapper {
	margin-left: 0px;
	color: #000000;
}

.mb-language-box .website_change_wrapper .language-box-option-box .item {
	padding: 8px 15px;
}

.mb-language-box .website_change_wrapper .language-box-option-box {
	width: 100%;
}

.footer-pc-language-box .website_change_wrapper.show .language-box-option-box,
.mb-language-box .website_change_wrapper.show .language-box-option-box {
	transform: translateY(-10px) !important;
}

.footer-pc-language-box {
	position: absolute;
}

.mb-language-box .website_change_wrapper .language-box-option-box {
	bottom: 100%;
	transform: translateY(0px) !important;
	left: 0;
}

.footer-pc-language-box .website_change_wrapper .language-box-option-box {
	bottom: 30px;
	left: 0px;
	right: unset;

	transform: translateY(0px) !important;
}

.footer-pc-language-box .website_change_wrapper {
	margin-left: 0px;
}

.mb-language-box .website_change_wrapper .item.first {
	position: relative;
	padding: 5px;
}

.mb-language-box .website_change_wrapper .item.first::after {
	content: "\1F892";
	font-size: 30px;
	right: 10px;
	position: absolute;
	transform: rotate(90deg);
	/* top: 50%; */
	width: 20px;
	height: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	transition: all 0.5s ease;
	filter: invert(1);
	display: none;
}

.mb-language-box .website_change_wrapper.show .item.first::after {
	transform: rotate(270deg);
}

@media screen and (max-width: 850px) {
	.website_change_wrapper .item > a {
		padding: 0px !important;
	}

	.website_change_wrapper img {
		margin-right: 15px;
	}
	/* 
  .website-icon-wrapper .icon-box {
    display: none;
  } */

	.footer-pc-language-box {
		position: relative;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	.footer-pc-language-box .website_change_wrapper .language-box-option-box {
		transform: translateY(0px) translateX(-50%) !important;
		left: 50%;
	}

	.footer-pc-language-box .website_change_wrapper.show .language-box-option-box {
		transform: translateY(-10px) translateX(-50%) !important;
	}

	.siteselect-inner .popup-close {
		top: -28px;
		right: 4px;
	}

	.siteselect-wrapper .ss_sits ul {
		margin-left: 0px;
		margin-right: -20px;
	}

	.siteselect-wrapper ul li {
		margin-right: 20px;
		width: 120px;
	}
}

.footer-shop-link-wrapper .shop-link-box {
	text-align: center;
}
.footer-shop-link-wrapper .shop-link-content {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.footer-shop-link-wrapper .small-title {
	font-size: calc(12px + 0.5vw);
	font-weight: 600;
}
.footer-shop-link-wrapper .shop-link-content img {
	padding: 0 2vw;
	box-sizing: content-box;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.footer-shop-link-wrapper .shop-link-content img {
		padding: 0 6vw;
	}
}

.footer-block__details-content-describe{
		padding-left: 0;
}

/* iPad / 平板 */
@media (min-width: 810px) and (max-width: 1199.9px) {

	.footer-block__details-content li a {
		color: var(--Font-Color-Font-gy-2, #6B6B6B) !important;
		text-align: center;
		font-feature-settings: 'liga' off, 'clig' off;
		font-family: "MiSans Latin VF";
		font-size: 12px;
		font-style: normal;
		font-weight: 300;
		line-height: 120%; /* 14.4px */
	}


	.footer__content-top .grid.footer__blocks-wrapper {
		margin: 0;
	}

	.footer__right-blocks {
		flex-wrap: wrap;
		gap: 0px;
		grid-template-columns: 1fr;
	}

	/* .footer__right-blocks .footer-block.grid__item {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		padding-bottom: 16px;
		border-bottom: 1px solid #77777733;
		flex-wrap: wrap;
	} */

	.footer__right-blocks .footer-block.grid__item:last-child {
		border-bottom: none;
	}

	.footer__right-blocks .footer-block.grid__item .footer__title {
		height: 35px;
	}

	.site-footer__bottom {
		/* padding: 0 var(--spacing-24) !important; */
	}

	.footer-large-up--hide {
		display: block;
	}

	.footer .grid {
		display: block;
	}

	.footer-block__details-content {
		display: none;
		padding: 0 var(--spacing-8);

	}

	.footer .email-box.contact-box {
		margin-bottom: 0;
	}

	.footer-block.grid__item {
		padding: 0;
		/* margin: 4rem 0; */
		width: 100%;
		max-width: 100%;
	}

	.footer-block.grid__item:first-child {
		margin-top: 0;
	}

	.footer__content-top {
		/* padding-bottom: 3rem; */
		padding-left: var(--spacing-24);
		padding-right: var(--spacing-24);
	}

	.footer__title {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: 1;
		cursor: pointer;
	}

	.footer .footer-block__heading {
		margin: 0;
		color: var(--Font-Color-Font-gy-1, #1A1A1A);
		font-family: "MiSans Latin VF";
		font-size: var(--Font-size-Body-B4, 14px);
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 19.6px */
	}

	.footer__title .i-plus,
	.footer__title .i-minus {
		width: 20px;
		height: 20px;
		align-items: center;
		line-height: 0;
	}

	.footer__title .i-minus {
		display: none;
	}

	.footer__title.active .i-minus {
		display: block;
	}

	.footer__title.active .i-plus {
		display: none;
	}

	.social_newsletter .footer-block__heading {
		margin-bottom: 15px;
	}
	.social_newsletter {
		margin-bottom: 10px;
	}
	.footer-block__details-content > li {
		padding: 0;
		margin: 0 0 var(--spacing-8) 0 !important;
	}
	.footer__right-blocks .grid__item_box{
		border-bottom: 1px solid var(--Application-Divider, #DEDEDE);
		padding: var(--spacing-16) 0 ;
		margin: 0;
	}
	.footer__right-blocks .grid__item_box:first-child{
		border-top: 1px solid var(--Application-Divider, #DEDEDE);
	}
	.footer-block__details-content-item{
		padding-top: var(--spacing-12);
	}
	
	.footer-block__details-content-describe{
		display: block;
		padding-left: 0;
	}
	.footer-newcontent {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

/* 手机端 */
@media (max-width: 809.9px) {
	.footer__content-top .grid.footer__blocks-wrapper {
		margin: 0;
	}
		.footer__right-blocks .grid__item_box{
		border-bottom: 1px solid var(--Application-Divider, #DEDEDE);
		padding: var(--spacing-16) 0 ;
		margin: 0;
	}
	.footer__right-blocks .grid__item_box:first-child{
		border-top: 1px solid var(--Application-Divider, #DEDEDE);
	}
	.footer-block__details-content-item{
		padding-top: var(--spacing-12);
	}
	.footer-block__details-content-describe{
		display: block;
		padding-left: 0;
	}
	.footer-newcontent {
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}
}
.ht-tms-dropdown__list-item__label{
	color: var(--Font-Color-Font-gy-1, #1A1A1A);
	font-family: "MiSans Latin VF";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
}
