/* ========================================
 *    Update：1761708891
 *    Author：Repute
 * Copyright：Prestige International
 * ========================================
 * */

.pr-footer{background-color:var(--gray-5f7)}
.footer{transition-duration:.3s;width:100%;max-width:1920px;margin:0 auto;padding-top:60px}
.footer-layout{width:100%;max-width:1280px;margin:0 auto}
.footer-layout .footer-understand{width:1280px;padding:40px 0;line-height:44px;display:flex;justify-content:space-between;align-items:center}
.footer-layout .footer-understand .understand-title h3{font-size:36px;font-style:normal;font-weight:700;color:var(--blue-11d)}
.footer-layout .footer-understand .social-software ul{display:flex;align-items:center;gap:40px}
.footer-layout .footer-understand .social-software ul li{width:32px;height:32px;display:block}
.footer-layout .footer-understand .social-software ul li.wx-sp{display:none;}
.footer-layout .footer-understand .social-software ul li a{display:block;width:100%;height:100%}
.footer-layout .footer-understand .social-software ul li span{display:inline-block;width:32px;height:32px;transition:all 0.5s;background-repeat:no-repeat;background-position:0 0;background-size:100% 100%}
.footer-layout .footer-understand .social-software ul li span:hover{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3)}
.footer-layout .footer-understand .social-software ul li span.ico-wx{background-image:url("/static/images/footer/icon-weixin.svg")}
.footer-layout .footer-understand .social-software ul li span.ico-wb{background-image:url("/static/images/footer/icon-weibo.svg")}
.footer-layout .footer-understand .social-software ul li span.ico-f{background-image:url("/static/images/footer/icon-facebook.svg")}
.footer-layout .footer-understand .social-software ul li span.ico-i{background-image:url("/static/images/footer/icon-ins.svg")}
.footer-layout .footer-understand .social-software ul li span.ico-w{background-image:url("/static/images/footer/icon-whatsapp.svg")}
.footer-layout .footer-understand .social-software ul li span.ico-wx:hover{background-image:url("/static/images/footer/icon-weixin-hover.svg")}
.footer-layout .footer-understand .social-software ul li span.ico-wb:hover{background-image:url("/static/images/footer/icon-weibo-hover.svg")}
.footer-layout .footer-understand .social-software ul li span.ico-f:hover{background-image:url("/static/images/footer/icon-facebook-hover.svg")}
.footer-layout .footer-understand .social-software ul li span.ico-i:hover{background-image:url("/static/images/footer/icon-ins-hover.svg")}
.footer-layout .footer-understand .social-software ul li span.ico-w:hover{background-image:url("/static/images/footer/icon-whatsapp-hover.svg")}
.footer-layout .footer-links{display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch;padding:40px 0;border-top:1px solid var(--gray-cf0);border-bottom:1px solid var(--gray-cf0)}
.footer-layout .footer-links .footer-links-list ul{display:flex;align-items:flex-start;gap:140px}
.footer-layout .footer-links .footer-links-list ul li{display:block;width:100%}
.footer-layout .footer-links .footer-links-list ul li dl{display:flex;flex-direction:column;align-items:flex-start}
.footer-layout .footer-links .footer-links-list ul li dl dt{display:block;line-height:24px;font-size:16px;font-style:normal;font-weight:500;color:var(--blue-11d);margin-bottom:20px;min-width:75px}
.footer-layout .footer-links .footer-links-list ul li dl dt i{display:none}
.footer-layout .footer-links .footer-links-list ul li dl dd{display:block}
.footer-layout .footer-links .footer-links-list ul li dl dd a{display:block;line-height:21px;font-size:14px;font-style:normal;font-weight:400;color:var(--blue-085);margin-bottom:12px}
.footer-layout .footer-links .footer-links-list ul li dl dd a:hover{color:var(--brand-fe3)}
.footer-layout .footer-links .footer-links-list ul li dl dd a:last-child{margin-bottom:0}
.footer-layout .footer-contactus .contactus-infor{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:408px;max-width:100%;}
.footer-layout .footer-contactus .contactus-infor dl{display:block;width:100%}
.footer-layout .footer-contactus .contactus-infor dl dt{display:block;line-height:24px;font-size:16px;font-style:normal;font-weight:500;color:var(--blue-11d);margin-bottom:20px}
.footer-layout .footer-contactus .contactus-infor dl dt i{display:none}
.footer-layout .footer-contactus .contactus-infor dl dd{display:block}
.footer-layout .footer-contactus .contactus-infor dl dd .item{line-height:21px;font-size:14px;font-style:normal;font-weight:400;color:var(--blue-085);margin-bottom:12px}
.footer-layout .footer-contactus .contactus-infor dl dd .item:last-child{margin-bottom:0}
.footer-layout .footer-contactus .contactus-infor dl dd .item span{display:inline-block;font-size:12px;font-style:normal;font-weight:500;color:var(--blue-11d);text-decoration:underline}
.footer-layout .footer-contactus .contactus-infor dl dd .item span:hover{color:var(--brand-fe3)}
.contactus-infor .pr-wxgzh{width:100px;text-align:center;}
.contactus-infor .pr-wxgzh .title-wxgzh{font-size:14px;font-style:normal;font-weight:400;line-height:150%;color:var(--blue-085);margin:44px auto 8px;width:100px;}
.contactus-infor .pr-wxgzh .qrcode,.contactus-infor .pr-wxgzh .qrcode img{display:block;width:100%;}
.footer-layout .footer-tips-area{padding:24px 0}
.footer-layout .footer-tips-area p{margin-top:16px;font-size:12px;font-style:normal;font-weight:400;line-height:150%;color:var(--gray-7c2)}
.footer-layout .footer-tips-area p:first-child{margin-top:0}
.footer-layout .footer-tips-area p a{color:var(--blue-085)}
.footer-layout .footer-tips-area p a:hover{color:var(--brand-fe3)}
.footer-layout .copyright-info{display:flex;justify-content:space-between;align-items:center;align-self:stretch;padding:16px 0;border-top:1px solid var(--gray-cf0)}
.footer-layout .copyright-info .copyright,.footer-layout .copyright-info .tips-txt{font-size:12px;font-style:normal;font-weight:400;line-height:150%;color:var(--gray-7c2)}
.scan-qrcode-follow{display:none;position:fixed;z-index:1099;top:0;left:0;width:100%;height:100%;background:var(--black-000-5)}
.scan-qrcode-follow .scan-qrcode{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:24px 5px;border-radius:12px;background:var(--white);width:315px;text-align:center}
.scan-qrcode-follow .scan-qrcode-box{width:170px;height:170px;margin:16px auto 8px}
.scan-qrcode-follow .scan-qrcode-box img{display:block;width:100%;height:100%}
.scan-qrcode-follow .scan-qrcode h6{font-size:20px;font-style:normal;font-weight:600;line-height:28px;color:var(--blue-11d)}
.scan-qrcode-follow .scan-qrcode p{font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:var(--gray-39d)}
.scan-qrcode-follow .scan-qrcode .close-qr{position:absolute;z-index:1;top:10px;right:10px;width:24px;height:24px;background:url(/static/images/footer/close.svg) no-repeat 0 0/100% 100%;cursor:pointer}

.en .contactus-infor .pr-wxgzh .title-wxgzh{font-size:12px;line-height:120%}
.en .scan-qrcode-follow .scan-qrcode p{line-height:16px}

/* media device */
@media screen and (min-width:1200px) and (max-width: 1359px) {
	.footer-layout{max-width:1120px}
	.footer-layout .footer-links .footer-links-list ul{gap:100px}
	.footer-layout .footer-understand{width:100%}
}
@media screen and (min-width: 1200px) {
	.m-show{display:none}
	.m-hide{display:block}
}
@media screen and (min-width:1024px) and (max-width: 1199px) {
	.footer-layout{max-width:944px}
	.footer-layout .footer-links .footer-links-list ul{gap:60px}
	.footer-layout .footer-understand{display:block;width:100%}
	.footer-layout .footer-understand .understand-title{margin-bottom:40px}
	.footer-layout .footer-contactus .contactus-infor{width:390px;}
	.m-show{display:none}
	.m-hide{display:block}
}
@media screen and (max-width: 1023px) {
	.m-show{display:block}
	.m-hide{display:none}
	.footer{padding:0 32px}
	.footer-layout{max-width:944px;width:100%}
	.footer-layout .footer-understand{display:block;width:100%;padding:30px 0}
	.footer-layout .footer-understand .understand-title{margin-bottom:20px}
	.footer-layout .footer-understand .understand-title h3{font-size:24px}
	.footer-layout .footer-links{display:block;padding:12px 0}
	.footer-layout .footer-links .footer-links-list ul,.footer-layout .footer-links .footer-links-list ul li dl,.footer-layout .footer-contactus .contactus-infor,.footer-layout .footer-contactus .contactus-infor dl{display:block;width:100%}
	.footer-layout .footer-links .footer-links-list ul li dl dt,.footer-layout .footer-contactus .contactus-infor dl dt{padding:16px 0;line-height:24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:0}
	.footer-layout .footer-links .footer-links-list ul li dl dt i,.footer-layout .footer-contactus .contactus-infor dl dt i{display:inline-block;width:20px;height:20px;background:url("/static/images/header/icon-down-black.svg") no-repeat 0 0/100% 100%;transition:transform 0.3s}
	.footer-layout .footer-links .footer-links-list ul li dl.active dt i,.footer-layout .footer-contactus .contactus-infor dl dt.active i{transform:rotate(180deg)}
	.footer-layout .footer-links .footer-links-list ul li dl dd,.footer-layout .footer-contactus .contactus-infor dl dd{overflow:hidden;max-height:0;transition:max-height 0.3s ease-out}
	.footer-layout .footer-links .footer-links-list ul li dl.active dd,.footer-layout .footer-contactus .contactus-infor dl.active dd{max-height:1000px;transition:max-height 0.3s ease-in}
	.footer-layout .footer-links .footer-links-list ul li dl dd a,.footer-layout .footer-contactus .contactus-infor dl dd .item{padding:12px 18px;line-height:21px;font-size:14px;font-style:normal;font-weight:400;color:var(--blue-11d);margin-bottom:0}
	.footer-layout .footer-contactus .contactus-infor dl dd .item span{text-decoration:none;font-size:14px;font-style:normal;font-weight:400;color:var(--blue-11d)}
	.footer-layout .footer-understand .social-software ul{gap:20px;}
	.footer-layout .footer-understand .social-software ul li,.footer-layout .footer-understand .social-software ul li span{width:27px;height:27px;}
	.footer-layout .footer-understand .social-software ul li.wx-sp{display:block;}
	.contactus-infor .pr-wxgzh{display:none;}
	.footer-layout .copyright-info{display:block;text-align:center}
}
@media screen and (max-width: 768px) {
	.footer{padding:0 16px}
}
