.footer-wrapper{
	background-color: #1d1d1f;
	color: #ffffff8f;
}
.footer-container{
	max-width: 1024px;
	padding: 0 22px;
	margin: 0 auto;
}
.footer-directory{
	display: flex;
	flex-wrap: nowrap;
	font-size: 12px;
	line-height: 1.333333333;
	font-weight: 400;
	padding-top: 20px;
	padding-top: 30px;
}
.breadcrumbs + .footer-directory{
	padding-top: 0;
}
.with-5-column .footer-directory-column{
	width: calc(100% / 5);
}
.with-4-column .footer-directory-column{
	width: calc(100% / 4);
}
.with-3-column .footer-directory-column{
	width: calc(100% / 3);
}
.with-2-column .footer-directory-column{
	width: calc(100% / 2);
}
.with-1-column .footer-directory-column{
	width: calc(100% / 1);
}
.footer-directory-column-section-list{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-inline-end: 20px;
}
.footer-directory-column-section-title-button{
	all: unset;
	box-sizing: border-box;
    font-weight: 400;
    margin: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(255,255,255,.92);
    background: #1d1d1f;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 2;
    line-height: 1.3333733333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
	display: none;
}
.footer-directory-column-section-title{
	margin: 0;
	color: rgba(255,255,255,.92);
	font-size: inherit;
}
.footer-directory-column-section-title > .footer-directory-column-section-title-text{	
	display: block;
	margin-inline-end: 20px;
	margin-bottom: .8em;
	font-weight: 600;
}
.footer-directory-column-section-item a{
	color: rgba(255,255,255,.8);
	font-weight: 400;
}
.footer-directory-column-section ~ .footer-directory-column-section {
    padding-top: 24px;
}
.footer-directory-column-section-item{
    display: block;
    pointer-events: auto;
    margin-bottom: .8em;
}
.footer a:hover {
    text-decoration: underline;
}
.footer-bottom{
	padding: 17px 0 16px;
	border-top: 1px solid rgba(255,255,255,.24);
	font-size: 12px;
	line-height: 1.333333333;
    font-weight: 400;
}
.footer-directory + .footer-bottom{
	padding-top: 37px;
	padding-top: 30px;
	border-top: none;
}
.footer-customer-service{
	font-size: 12px;
	color: rgba(255, 255, 255, .56);
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-action{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 19px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .24);
    border-top: 1px solid rgba(255, 255, 255, .24);
    margin-bottom: 16px;
}
.footer-action-popup button.footer-action-popup-btn{
	display: none;
    border: none;
    background: none;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: #333336;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	margin-top: 25px;
}
.footer-action-choose{
	display: flex;
	align-items: flex-start;
	align-items: center;
	gap: 24px;
}
.footer-action button{
	all: unset;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.footer-action-contact-box{
	display: flex;
}
.footer-action-contact button{
	display: flex;
	gap: 4px;
	cursor: pointer;
}
.footer-action-contact button .footer-action-contact-box svg:last-child{
	transition: transform 0.3s ease;
}
.footer-action-contact button.active .footer-action-contact-box svg:last-child{
	transform: rotate(180deg);
}
.footer-action-contact button .footer-action-contact-title{
	color: rgba(255, 255, 255, .92);
    font-weight: 600;
}
.footer-action-contact button svg path{
	fill: rgba(255, 255, 255, 0.56);
}
.footer-action-contact button .footer-action-contact-box{
	display: flex;
	gap: 4px;
	align-items: center;
}
.footer-action-contact{
	position: relative;
}
.footer-action-popup{
	position: absolute;
	z-index: 20;
}
.footer-action-contact-popup{
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease,visibility 0.4s ease;
	left: 0;
	bottom: 50px;
}
.footer-action-contact-popup.active{
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.footer-action-popup-box{
	padding: 16px 0;
	background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(20px);
    width: 300px;
    border-radius: 16px;
    box-shadow: 0 6px 20px #00000014;
    box-shadow: 0 6px 20px #00000014;
}
.footer-action-contact-popup ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-action-contact-popup li{
	color: #1d1d1f;
	display: flex;
    flex-direction: column;
	line-height: 1.3;
}
.footer-action-contact-popup li > a{
	display: flex;
	align-items: center;
	padding: 10px 20px;
	gap: 12px;
	font-size: 14px;
}
.popup-inner-down{
	font-size: 14px;
	color: inherit;
	padding-left: 57px;
	padding-right: 20px;
}
.footer-action-contact-popup .popup-contact-left{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-action-contact-popup .popup-contact-left svg{
	width: 24px;
	height: 24px;
}
.footer-action-contact-popup li.popup-text .popup-contact-left svg{
	margin-top: -3px;
}
.footer-action-contact-popup .popup-contact-left svg path{
	fill: #1d1d1f;
}
.footer-action-contact-popup .popup-contact-right{
	display: flex;
}
.footer-action-contact-popup li a .popup-contact-right{
	align-items: center;
	justify-content: space-between;
	flex: 1;
}
.footer-action-contact-popup li a,
.footer-action-contact-popup li a:hover{
	color: inherit;
}
.footer-action-choose-social-list{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 4px;
}
.footer-action-choose-language{
	position: relative;
}
.footer-action-choose-language-popup{
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
	right: 0;
	bottom: 50px;
}
.footer-action-choose-language-popup.active{
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.footer-action-choose-language-popup h4 {
    margin: 0;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 10px;
}
.footer-action-choose-language-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-action-choose-language-popup li a {
    display: flex;
    flex-direction: column;
    padding: 8px 16px;
}
.footer-action-choose-language-popup li a:hover {
    background-color: oklch(0.652974 0.0334661 258.995 / 0.08);
    text-decoration: none;
}
.footer-action-choose-language-popup li a.current {
    background-color: #161617;
    background-color: #313131;
}
.footer-action-choose-language-popup li a.current .region {
    color: #f5f5f7;
}
.footer-action-choose-language-popup li a.current .lang {
    color: #86868b;
}
.footer-action-choose-language-popup li a .region {
    color: #1d1d1f;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
.footer-action-choose-language-popup li a .lang {
    color: #6e6e73;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
button.footer-action-choose-language-btn{
	display: flex;
	flex-direction: column;
	gap: 4px;
	cursor: pointer;
}
.footer-action-choose-language-box-title{
	display: none;
	color: rgba(255, 255, 255, .92);
	font-weight: 600;
}
button.footer-action-choose-language-btn .region{
	color: rgba(255, 255, 255, .92);
	font-weight: 600;
}
.footer-action-choose-social .action-title{
	display: none;
	color: rgba(255, 255, 255, .92);
    font-weight: 600;
}
.footer-action-social-item > a{
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	/*background-color: rgba(255, 255, 255, .92);*/
}
.footer-action-social-item > a > span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.footer-action-social-item > a > span svg path{
	fill: rgba(0, 0, 0, .92);
	fill: #1d1d1f;
	fill: rgba(255, 255, 255, .8);
}
.footer-action-social-item > a:hover > span svg path{
	fill: #fff;
}
.footer-action-social-item > a > span svg{
	width: 24px;
	height: 24px;
}
.footer-action-social-item > a.wechat > span svg{
	width: 24px;
	height: 24px;
}
.footer-action-social-item > a.weibo > span svg{
	width: 25px;
	height: 25px;
}
.footer-action-social-item > a.douyin > span svg{
	width: 19px;
	height: 19px;
}
.footer-action-social-item > a.bilibili > span svg{
	width: 21px;
	height: 21px;
}
.footer-action-social-item > a.facebook > span svg{
	width: 20px;
	height: 20px;
}
.footer-action-social-item > a.twitter > span svg{
	width: 23px;
	height: 23px;
	width: 22px;
	height: 22px;
}
.footer-action-social-item > a.youtube > span svg{
	width: 23px;
	height: 23px;
}
.footer-action-social-item > a.instagram > span svg{
	width: 23px;
	height: 23px;
}
.footer-action-social-item > a.tiktok > span svg{
	width: 19px;
	height: 19px;
}
.footer-action-social-item > a.linkedin > span svg{
	width: 18px;
	height: 18px;
}
.footer-action-social-item > a.line > span svg{
	width: 22px;
	height: 22px;
}
.footer-action-social-item.qrcode-social{
	position: relative;
}
.footer-action-social-popup{
	position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
	right: 0;
	bottom: 50px;
	z-index: 20;
}
.footer-action-social-popup.active{
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.footer-action-social-popup-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 16px 20px;
	gap: 12px;
	background-color: rgba(255, 255, 255, 1.0);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 16px;
    box-shadow: 0 6px 20px #00000014; 
    width: 200px;
    box-shadow: 0 6px 20px #00000014;
}
.footer-action-social-popup{
	font-size: 14px;
	color: #1d1d1f;
	line-height: 1.3;
}
.footer-action-social-popup .qrcode-img{
	width: 150px;
	height: 150px;
}
.footer-action-social-popup .qrcode-img img{
	width: 100%;
	height: 100%;
}
.footer-action-social-popup .wap-qrcode-name,
.footer-action-social-popup .wap-qrcode-save-link,
.footer-action-social-popup .wap-qrcode-save-notice{
	display: none;
}

.footer-msg{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-legal-links ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
    gap: 9px;
}
.footer-legal-links li{
	position: relative;
}
.footer-legal-links li a{
	color: inherit;
	padding-inline-end: 9px;
	color: rgba(255, 255, 255, .8);
}
.footer-legal-links li a:hover{
	color: inherit;
	color: rgba(255, 255, 255, .8);
}
.footer-legal-links li a::after{
	content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.48);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}
.footer-legal-links ul li:last-child a{
	padding-inline-end: 0;
}
.footer-legal-links ul li:last-child a::after{
	display: none;
}



/*扩大桌面端宽度，如想恢复苹果宽度可注释以下内容*/
.footer-container{
	max-width: 1280px;
}
.footer-directory,
.footer-bottom{
	font-size: 13px;
}
.footer-breadcrumbs{
	font-size: 13px!important;
}










@media only screen and (max-width: 833px){
	.footer-container{
		padding: 0 16px;
	}
	.footer-directory{
		flex-direction: column;
	}
	.with-5-column .footer-directory-column,
	.with-4-column .footer-directory-column,
	.with-3-column .footer-directory-column,
	.with-2-column .footer-directory-column,
	.with-1-column .footer-directory-column{
		width: 100%;
	}
	.footer-directory-column-section-list{
		margin: 0;
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 16px;
        position: absolute;
        top: 100%;
        inset-inline-start: 0;
        width: 100%;
        visibility: hidden;
        z-index: -1;
        transform: translateY(-100px);
        will-change: transform;
	}
	.footer-directory-column-section.active .footer-directory-column-section-list{
        position: static;
        visibility: visible;
        z-index: 1;
        transform: none;
        transition: transform 300ms ease;
    }
    .footer-directory-column-section ~ .footer-directory-column-section{
    	padding-top: 0;
    }
    .footer-directory-column-section-title > .footer-directory-column-section-title-text{
    	display: none;
    }
    .footer-directory-column-section-title-button{
        display: flex;
    }
    .footer-directory-column-section {
        position: relative;
        z-index: 1;
        overflow: hidden;
        pointer-events: auto;
        margin-inline-start: 0;
        padding: 0 0 1px;
        box-sizing: border-box;
    }
    .footer-directory-column-section::after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 1px;
        background-color: rgba(255,255,255,.24);
        z-index: 3;
    }
    .footer-directory-column-section-item{
    	margin-bottom: 0;
    }
    .footer-directory-column-section-item a{
        padding: 6px 14px;
        display: block;
    }
    .footer-action{
    	flex-direction: column;
    	padding: 0;
    	border-top: none;
    }
    .footer-action-contact{
    	width: 100%;
    }
    .footer-action-contact button{
    	display: flex;
    	gap: unset;
    	width: 100%;
    	align-items: center;
    	flex-direction: unset;
    	justify-content: space-between;
    	padding: 10px 0;
    }
    .footer-action-choose{
    	width: 100%;
    	flex-direction: column;
        align-items: flex-start;
        gap: unset;
    }
    .footer-directory + .footer-bottom{
    	padding-top: 0;
    }
    .footer-action-contact::after{
    	content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 1px;
        background-color: rgba(255, 255, 255, .24);
        z-index: 3;
    }
    button.footer-action-choose-language-btn{
    	flex-direction: unset;
    	gap: 4px;
    	align-items: center;
    	padding: 10px 0;
    }
    .footer-action-choose-social .action-title{
    	display: block;
    	padding: 20px 0;
    }
    .footer-action-choose-social{
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	width: 100%;
    	position: relative;
    }
    .footer-action-choose-social::after{
    	content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 1px;
        background-color: rgba(255,255,255,.24);
        z-index: 3;
    }
    .footer-action-choose-language{
    	width: 100%;
    }
    .footer-action-choose-language-box-title{
    	display: block;
    }
    .footer-action-choose-language-box{
    	display: flex;
    	width: 100%;
    	justify-content: space-between;
    	align-items: center;
    }
    .footer-msg {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .footer-legal-links ul{
    	flex-wrap: wrap;
    	gap: 6px;
    }
    .footer-legal-links li a{
    	padding-right: 6px;
    }
}

@media only screen and (max-width: 833px){
	.footer-popup-overlay{
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100vw;
	    height: 100vh;
	    background-color: rgba(0, 0, 0, 0.4);
	    backdrop-filter: blur(20px);
	    z-index: 19;
	    justify-content: center;
	    align-items: center;
	    opacity: 0;
	    transition: opacity 0.4s ease;
	    pointer-events: none;
	}
	.footer-popup-overlay.active{
		opacity: 1;
		pointer-events: auto;
	}
	.footer-action-contact-popup,
	.footer-action-social-popup,
	.footer-action-choose-language-popup{
		position: fixed;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
	}
	.footer-action-popup button.footer-action-popup-btn{
	    display: flex;
	}
	.footer-action-popup button.footer-action-popup-btn svg{
		width: 20px;
    	height: 20px;
	}
	.footer-action-popup button.footer-action-popup-btn:hover {
	    background-color: rgb(55, 55, 58);
	}
	.footer-action-popup button.footer-action-popup-btn svg path {
	    fill: rgba(255, 255, 255, 1);
	}
	.footer-action-social-popup-box{
		width: 300px;
	}
	.footer-action-social-popup .wap-qrcode-name, 
	.footer-action-social-popup .wap-qrcode-save-link, 
	.footer-action-social-popup .wap-qrcode-save-notice{
		display: block;
	}
	.footer-action-social-popup .pc-qrcode-name,
	.footer-action-social-popup .pc-qrcode-save-notice{
		display: none;
	}
	.footer-action-social-popup .wap-qrcode-save-link,
	.footer-action-social-popup .wap-qrcode-save-link:hover{
		color: #2468de;
	}
	.footer-action-social-popup .qrcode-img{
		width: 240px;
		height: 240px;
	}
}







/*面包屑*/
.footer-breadcrumbs{
	padding: 20px 0 20px;
	font-size: 12px;
	line-height: 1.3;
	position: relative;
}
.footer-breadcrumbs-home{
	display: flex;
	justify-content: center;
	align-items: center;
	inset-inline-start: 0;
    position: absolute;
    top: 23px;
    z-index: 2;
}
.footer-breadcrumbs-home svg{
	width: 16px;
	height: 16px;
}
.footer-breadcrumbs-home svg path{
	fill: rgba(255, 255, 255, .8);
}
.footer-breadcrumbs-home:hover svg path{
	fill: rgba(255, 255, 255, .92);
}
.footer-breadcrumbs-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-breadcrumbs-list::after{
	content: "";
	display: table;
	clear: both;
}
.footer-breadcrumbs-list li:before {
	width: 6px;
    height: 11px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 6px;
    height: 11px;
    margin-inline-end: 11px;
    background-color: rgba(255, 255, 255, .4);
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11'><polyline points='.675 .925 5.323 5.5 .675 10.075' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.1'/></svg>");
	mask-repeat: no-repeat;
	mask-size: cover;
}
.footer-breadcrumbs-item {
	float: left;
    margin-inline-end: 7px;
    max-width: 100%;
    overflow: hidden;
    padding: 3px 4px 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8);
}
.footer-breadcrumbs-item a,
.footer-breadcrumbs-item a:hover
.footer-breadcrumbs-item span{
	color: inherit;
}
.footer-breadcrumbs-path:after, 
.footer-breadcrumbs-path:before {
    content: " ";
    display: table;
}
.footer-breadcrumbs:after, 
.footer-breadcrumbs:before {
    content: " ";
    display: table;
}
.footer-breadcrumbs:after {
    clear: both;
}
.footer-breadcrumbs-list {
    list-style: none;
    max-height: 9999px;
    padding-inline-start: 29px;
    text-align: start;
}
.footer-breadcrumbs + .footer-directory{
	padding-top: 0;
}
/*scroll to top*/
.scrollup{
    width: 56px;
    height: 56px;
    position: fixed;
    right: 48px;
    bottom: 30px;
    z-index: 3;
    display: none;
    background-color: rgba(87,92,102,.4);
    transition: background-color .3s ease;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.scrollup svg path{
	fill: #fff;
}
.scrollup:hover{
    cursor: pointer;
    background-color: rgba(87,92,102,.6);
    text-decoration: none;
}
@media(max-width: 567px){
    .scrollup{
        width: 45px;
        height: 45px;
        right: 25px;
        bottom: 34px;
    }
    .scrollup svg{
    	width: 24px;
    	height: 24px;
    }
}