/**
 * 站点 Footer 组件样式(脱 moo / Vue 版)
 *
 * 来源:远程组件 footer/configurable-json@2.0.0.css
 * 已去掉 Vue scoped [data-v-*],并用 .xd-site-footer 包一层避免污染页面。
 * 三种皮肤:国内 XDFooter(.remoteConfigurableFooter_CN)、海外简洁 Simple、海外复杂 Complex。
 * 图标字体请另引 iconfont.css,或由 site-footer.js 自动注入。
 */

/* 撑满视口宽度:海报页 .adaptive-width 是纵向 flex 且 align-items:center,子项默认随内容收缩 */
.xd-site-footer-host {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  overflow: visible !important;
  align-self: stretch !important;
  box-sizing: border-box;
}
.xd-site-footer-mount {
  display: block;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}
.xd-site-footer {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.xd-site-footer .remoteConfigurableFooter_CN,
.xd-site-footer .remoteConfigurableFooter_Simple,
.xd-site-footer .fremoteConfigurableFooter_Complex {
  width: 100%;
  box-sizing: border-box;
}



.xd-site-footer{position:relative;width:100%}.xd-site-footer .remoteConfigurableFooter_Simple{position:relative;z-index:1;font-size:13px;display:flex;flex-direction:column;align-items:center}.xd-site-footer .remoteConfigurableFooter_Simple .footer-top{width:100%;padding:14px 0 12px;background-color:#181818;display:flex;justify-content:center;align-items:center}.xd-site-footer .remoteConfigurableFooter_Simple .footer-top .media-box{width:1080px;max-width:1080px;display:flex;justify-content:flex-start;align-items:center}.xd-site-footer .remoteConfigurableFooter_Simple .footer-top .media-box a{position:relative;display:flex;justify-content:center;align-items:center;height:32px;margin-left:20px;text-decoration:none}.xd-site-footer .remoteConfigurableFooter_Simple .footer-top .media-box a span{color:#999;transition:color ease-in-out .1s}.xd-site-footer .remoteConfigurableFooter_Simple .footer-top .media-box a img{width:100%;height:100%}.xd-site-footer .remoteConfigurableFooter_Simple .footer-top .media-box a .media-popup{position:absolute;width:120px;height:120px;padding:10px;border-radius:5px;overflow:hidden;background-color:#212121;top:33px;z-index:1;opacity:0;visibility:hidden}.xd-site-footer .remoteConfigurableFooter_Simple .footer-top .media-box a:hover span{color:#fff}.xd-site-footer .remoteConfigurableFooter_Simple .footer-top .media-box a:hover .media-popup{opacity:1;visibility:visible;transition:all ease-in-out .1s}.xd-site-footer .remoteConfigurableFooter_Simple .main-box{width:100%;display:flex;flex-direction:column;align-items:center;padding:30px 0;background:#000;color:#fff}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-1{width:95%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-1 .icon-box{width:100%;display:flex;margin-bottom:20px;justify-content:center;align-items:center}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-1 .icon-box .footer-logo{width:100%;display:flex;height:28px;align-items:center;justify-content:center}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-1 .icon-box .footer-logo img{height:100%;margin:0 3px}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-1 .text{width:100%;margin-bottom:4px;color:#7e7e7e;text-align:center;font-weight:500}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-2{width:95%;display:flex;justify-content:center;align-items:center;margin-bottom:2px}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-2 .text{color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;font-weight:700;letter-spacing:.4px;padding:4px 10px 3px;border-radius:5px;text-decoration:none;transition:all ease-in-out .2s}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-2 .text:hover{background-color:#232525}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-2 .line{color:#fff;margin:0 10px;font-weight:700}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-3,.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-3 a{color:#7e7e7e;font-weight:500}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .row-3 a:hover{text-decoration:underline}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .icon_grading{height:56px;margin-top:15px;margin-bottom:5px}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .icon_grading.in-pc{display:block}.xd-site-footer .remoteConfigurableFooter_Simple .main-box .icon_grading.in-app{display:none}@media screen and (max-width:828px){.xd-site-footer .layout-normal .footer-top{width:100%}.xd-site-footer .layout-normal .footer-top .media-box{max-width:100%;justify-content:center;flex-wrap:wrap}.xd-site-footer .layout-normal .footer-top .media-box a{width:33px;height:33px;margin:0 5px}.xd-site-footer .layout-normal .main-box{padding:30px 0 40px}.xd-site-footer .layout-normal .main-box .row-1{margin-bottom:5px}.xd-site-footer .layout-normal .main-box .row-1 .icon-box .footer-logo img{margin:0 3px}.xd-site-footer .layout-normal .main-box .row-1 .text{margin-bottom:4px}.xd-site-footer .layout-normal .main-box .row-2{flex-direction:column}.xd-site-footer .layout-normal .main-box .row-2 .text:hover{background-color:transparent}.xd-site-footer .layout-normal .main-box .row-2 .line{display:none}.xd-site-footer .layout-normal .main-box .icon_grading{height:auto!important;max-width:95%}.xd-site-footer .layout-normal .main-box .icon_grading.in-pc{display:none}.xd-site-footer .layout-normal .main-box .icon_grading.in-app{display:block}}.xd-site-footer .layout-rem .footer-top{width:100%}.xd-site-footer .layout-rem .footer-top .media-box{max-width:100%;justify-content:center;flex-wrap:wrap}.xd-site-footer .layout-rem .footer-top .media-box a{width:33px;height:33px;margin:0 5px}.xd-site-footer .layout-rem .main-box{padding:30px 0 40px}.xd-site-footer .layout-rem .main-box .row-1{margin-bottom:5px}.xd-site-footer .layout-rem .main-box .row-1 .icon-box .footer-logo img{margin:0 3px}.xd-site-footer .layout-rem .main-box .row-1 .text{margin-bottom:4px}.xd-site-footer .layout-rem .main-box .row-2{flex-direction:column}.xd-site-footer .layout-rem .main-box .row-2 .text:hover{background-color:transparent}.xd-site-footer .layout-rem .main-box .row-2 .line{display:none}.xd-site-footer .layout-rem .main-box .icon_grading{height:auto!important;max-width:95%}.xd-site-footer .layout-rem .main-box .icon_grading.in-pc{display:none}.xd-site-footer .layout-rem .main-box .icon_grading.in-app{display:block}.xd-site-footer .fremoteConfigurableFooter_Complex{position:relative;z-index:1;padding:54px 0;font-size:14px;background-color:#2d2e2e;overflow:hidden}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box{width:92%;margin:0 auto}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .footer-row{display:flex;justify-content:space-between}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1{margin-bottom:20px}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1 .media-box{display:inline-flex;align-items:center}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1 .media-box a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:#ababab;border-radius:50%;margin-right:10px;text-decoration:none}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1 .media-box a img{height:100%}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1 .media-box a span{color:#0e0c0c}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1 .media-box a span.icon-discord{margin-left:1px}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1 .media-box a span.icon-instagram{margin-left:4px}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1 .line{display:none}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1 .icon-box{display:inline-flex;height:55px;justify-content:flex-end;align-items:center}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-1 .icon-box img{height:100%;margin-left:10px}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2,.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 a{color:#878787}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 .info-box{font-weight:700}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 .info-box td{white-space:nowrap}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 .info-box .link-box{padding-left:2px}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 .info-box .link-box a{text-decoration:underline;text-align:center}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 .info-box .link-box .line{margin:0 4px 0 2px}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 .prompt-box{display:inline-flex;justify-content:flex-end;align-items:center;font-weight:700}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 .prompt-box .icon_grading{width:90px}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 .prompt-box .prompt-list{width:435px;margin-left:20px}.xd-site-footer .fremoteConfigurableFooter_Complex .center-box .row-2 .prompt-box .prompt-list li{margin:8px 0}.xd-site-footer .fremoteConfigurableFooter_Complex .long-tip{color:#878787;margin-top:20px;text-align:center;font-weight:700}@media screen and (max-width:1199px){.xd-site-footer .layout-normal{padding:50px 0 44px;font-size:12px}.xd-site-footer .layout-normal .center-box{width:310px;min-width:310px}.xd-site-footer .layout-normal .center-box .footer-row{justify-content:center;align-items:center}.xd-site-footer .layout-normal .center-box .row-1{flex-direction:column;margin-bottom:20px}.xd-site-footer .layout-normal .center-box .row-1 .media-box a{margin:0 3px}.xd-site-footer .layout-normal .center-box .row-1 .line{display:block;width:100%;height:1px;background-color:#434343;margin:28px auto 20px}.xd-site-footer .layout-normal .center-box .row-1 .icon-box{height:33px;justify-content:center}.xd-site-footer .layout-normal .center-box .row-1 .icon-box img{margin:0 5px}.xd-site-footer .layout-normal .center-box .row-2{flex-direction:column-reverse}.xd-site-footer .layout-normal .center-box .row-2 .info-box .link-box{margin-top:25px;display:flex;justify-content:center;font-size:14px;padding-left:0}.xd-site-footer .layout-normal .center-box .row-2 .info-box .link-box .line{margin:0 3px 0 2px}.xd-site-footer .layout-normal .center-box .row-2 .prompt-box{width:100%;justify-content:space-between}.xd-site-footer .layout-normal .center-box .row-2 .prompt-box .icon_grading{width:72.5px}.xd-site-footer .layout-normal .center-box .row-2 .prompt-box .prompt-list{width:218px;margin-left:0}.xd-site-footer .layout-normal .long-tip{white-space:pre-wrap}}.xd-site-footer .layout-rem{padding:50px 0 44px;font-size:12px}.xd-site-footer .layout-rem .center-box{width:310px;min-width:310px}.xd-site-footer .layout-rem .center-box .footer-row{justify-content:center;align-items:center}.xd-site-footer .layout-rem .center-box .row-1{flex-direction:column;margin-bottom:20px}.xd-site-footer .layout-rem .center-box .row-1 .media-box a{margin:0 3px}.xd-site-footer .layout-rem .center-box .row-1 .line{display:block;width:100%;height:1px;background-color:#434343;margin:28px auto 20px}.xd-site-footer .layout-rem .center-box .row-1 .icon-box{height:33px;justify-content:center}.xd-site-footer .layout-rem .center-box .row-1 .icon-box img{margin:0 5px}.xd-site-footer .layout-rem .center-box .row-2{flex-direction:column-reverse}.xd-site-footer .layout-rem .center-box .row-2 .info-box .link-box{margin-top:25px;display:flex;justify-content:center;font-size:14px;padding-left:0}.xd-site-footer .layout-rem .center-box .row-2 .info-box .link-box .line{margin:0 3px 0 2px}.xd-site-footer .layout-rem .center-box .row-2 .prompt-box{width:100%;justify-content:space-between}.xd-site-footer .layout-rem .center-box .row-2 .prompt-box .icon_grading{width:72.5px}.xd-site-footer .layout-rem .center-box .row-2 .prompt-box .prompt-list{width:218px;margin-left:0}.xd-site-footer .layout-rem .long-tip{white-space:pre-wrap}.xd-site-footer .remoteConfigurableFooter_CN{width:100%;background:#232525;padding:30px 40px;font-size:12px;line-height:18px;font-family:PingFang SC;color:#868787}.xd-site-footer .remoteConfigurableFooter_CN a{text-decoration:none;color:#fff}.xd-site-footer .remoteConfigurableFooter_CN .content{position:relative;width:100%;max-width:1088px;margin:0 auto}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a{position:relative;display:flex;justify-content:center;align-items:center;height:32px;margin-right:20px;text-decoration:none}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a span{color:#fff;transition:color ease-in-out .1s}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a img{width:100%;height:100%}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a .media-popup{position:absolute;width:120px;height:120px;padding:5px;border-radius:5px;overflow:hidden;background-color:#fff;top:33px;z-index:1;opacity:0;visibility:hidden}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a:first-child .media-popup{left:0}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a:hover span{color:#dfdfdf}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a:hover .media-popup{opacity:1;visibility:visible;transition:all ease-in-out .1s}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a .icon-business-email{width:32px;height:32px;background-position:center;background-size:23px;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0iTTI4Ljg0NSA5LjQ1MlY2LjEzOGwtMTIuODQ2IDguMjQ2TDMuMTUzIDYuMTM4djMuMzE0bDEyLjg0NiA4LjE2OSAxMi44NDYtOC4xNjl6bTAtNi42MjhjLjg1MSAwIDEuNTkuMzM0IDIuMjE2IDEuMDAxUzMyIDUuMjYzIDMyIDYuMTM2djE5LjcyOGMwIC44NzMtLjMxMyAxLjY0NC0uOTM5IDIuMzExcy0xLjM2NSAxLjAwMS0yLjIxNiAxLjAwMUgzLjE1NmMtLjg1MSAwLTEuNTktLjMzNC0yLjIxNi0xLjAwMXMtLjkzOS0xLjQzOC0uOTM5LTIuMzExVjYuMTM2YzAtLjg3My4zMTMtMS42NDQuOTM5LTIuMzExczEuMzY1LTEuMDAxIDIuMjE2LTEuMDAxaDI1LjY4OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a .xd-email{width:auto;height:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;padding:8px 16px 4px;line-height:22px;left:0}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a .xd-email .title{line-height:18px;color:#646566}.xd-site-footer .remoteConfigurableFooter_CN .content .media-box a .xd-email .email-text{font-size:12px;color:#868787}.xd-site-footer .remoteConfigurableFooter_CN .content .statements{margin:24px 0 8px;display:flex;flex-direction:row;flex-wrap:wrap}.xd-site-footer .remoteConfigurableFooter_CN .content .statements .state-item{position:relative;margin-right:7px;margin-bottom:16px;padding-right:7px;letter-spacing:.0000000029px;color:#ffffffbf}.xd-site-footer .remoteConfigurableFooter_CN .content .statements .state-item:not(:last-child){border-right:1px solid rgba(0,0,0,0)}.xd-site-footer .remoteConfigurableFooter_CN .content .statements .state-item:not(:last-child):after{content:"";position:absolute;width:1px;height:8px;top:50%;right:-1px;margin-top:-4px;background-color:#5f5f6c80}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container{position:relative;display:flex;justify-content:space-between;align-items:flex-end}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .info-item{margin-top:14px}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .info-item:first-child{margin-top:0}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .address-info .brand-style{display:flex;flex-direction:row;align-items:center;padding-bottom:35px;opacity:.75}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .address-info .brand-style .icon-download{width:12px;height:12px;margin-right:4px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0iTTI3LjI3MSA0LjcyOUMzMC4zMDcgNy43NTIgMzEuODc5IDExLjU4IDMyIDE2LjIxNWMtLjEyMSA0LjQyLTEuNjkzIDguMTE0LTQuNzI5IDExLjExLTMuMDIzIDIuOTk2LTYuODUxIDQuNTU0LTExLjQ4NiA0LjY3NS00LjQyLS4xMjEtOC4xMTQtMS42NzktMTEuMTEtNC42NzVTLjEyMSAyMC42MzUgMCAxNi4yMTVjLjEyMS00LjYyMSAxLjY3OS04LjQ2MyA0LjY3NS0xMS40ODZDNy42NzEgMS42OTMgMTEuMzY1LjEyMSAxNS43ODUgMGM0LjYzNS4xMjEgOC40NjMgMS42OTMgMTEuNDg2IDQuNzI5em0tNS41NDggMTMuMDU4Yy0uMTQ4LS4zMDktLjQ5Ny0uNDctMS4wNzUtLjQ3aC0yLjcyVjcuMzM1YzAtLjE4OC0uMDU0LS4zNDktLjE3NS0uNDg0cy0uMjY5LS4yMDItLjQ3LS4yMDJoLTIuNDk2YS41OTIuNTkyIDAgMDAtLjQ0My4yMDIuNjYyLjY2MiAwIDAwLS4yMDIuNDg0djkuOTgyaC0yLjgwNGMtLjU3OCAwLS45MjcuMTYxLTEuMDc1LjQ3cy0uMDU0LjY4NS4yODIgMS4xMTVsNC4yMTggNS41MDhjLjM2My40My43NjYuNjQ1IDEuMjIzLjY0NXMuODYtLjIxNSAxLjIyMi0uNjQ1bDQuMjE4LTUuNTA4Yy4zNDktLjQzLjQ0My0uODA2LjI5Ni0xLjExNXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);background-position:center;background-repeat:no-repeat;background-size:contain}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .address-info .brand-style p>span{margin-right:12px}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .address-info .info-item{white-space:break-spaces}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .policy-info{position:absolute;right:0;bottom:0;text-align:right}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .policy-info .inner{position:relative;display:inline-block}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .policy-info img{height:10px;margin-right:2px}.xd-site-footer .remoteConfigurableFooter_CN .content .info-container .policy-info a{position:absolute;width:100%;height:100%;top:0;right:0}.xd-site-footer .remoteConfigurableFooter_CN .content .footer-logo{position:absolute;height:28px;right:0;top:2px;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}.xd-site-footer .remoteConfigurableFooter_CN .content .footer-logo>img{margin-left:15px;height:100%}.xd-site-footer .remoteConfigurableFooter_CN .content .footer-logo>img:first-child{margin-left:0}.xd-site-footer .remoteConfigurableFooter_CN .content .approve{margin-top:26px;display:flex;justify-content:flex-start}.xd-site-footer .remoteConfigurableFooter_CN .content .approve .certificate{position:relative;height:18px;margin-right:10px}.xd-site-footer .remoteConfigurableFooter_CN .content .approve .certificate img{height:100%}.xd-site-footer .remoteConfigurableFooter_CN .content .approve .certificate a{position:absolute;width:100%;height:100%;top:0;left:0}@media screen and (max-width:767px){.xd-site-footer .layout-normal{padding-left:12px;padding-right:12px}.xd-site-footer .layout-normal .content .info-container{padding-bottom:30px;flex-direction:column;align-items:flex-start}.xd-site-footer .layout-normal .content .info-container .address-info .brand-style{padding-bottom:24px}.xd-site-footer .layout-normal .content .info-container .address-info .info-item{white-space:break-spaces}.xd-site-footer .layout-normal .content .info-container .policy-info{position:relative;padding-top:30px;text-align:left}.xd-site-footer .layout-normal .content .footer-logo{position:relative;right:auto;top:auto;justify-content:flex-start}.xd-site-footer .layout-normal .content .approve .certificate{height:24px}}.xd-site-footer .layout-rem{padding-left:12px;padding-right:12px}.xd-site-footer .layout-rem .content .info-container{padding-bottom:30px;flex-direction:column;align-items:flex-start}.xd-site-footer .layout-rem .content .info-container .address-info .brand-style{padding-bottom:24px}.xd-site-footer .layout-rem .content .info-container .address-info .info-item{white-space:break-spaces}.xd-site-footer .layout-rem .content .info-container .policy-info{position:relative;padding-top:30px;text-align:left}.xd-site-footer .layout-rem .content .footer-logo{position:relative;right:auto;top:auto;justify-content:flex-start}.xd-site-footer .layout-rem .content .approve .certificate{height:24px}
