.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:8px 14px;font-size:14px;text-decoration:none;color:var(--text);background:var(--white);white-space:nowrap}.dark_btn{align-self:flex-start;width:auto;min-width:0;min-height:40px;padding:8px 24px;border:1px solid #41464b;border-radius:2px;background:#41464b;color:#fff;font-size:14px;line-height:24px;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.dark_btn:hover{background:#515457;border-color:rgba(65,70,75,.1);color:#fff;transform:none}.dark_btn:active{background:#41464b;border-color:rgba(65,70,75,.3);color:#fff;transform:none}.dark_btn:focus-visible{outline:2px solid rgba(65,70,75,.18);outline-offset:2px}.blue_btn{align-self:flex-start;width:auto;min-width:0;min-height:40px;padding:8px 24px;border:1px solid rgba(54,134,214,.3);border-radius:2px;background:linear-gradient(180deg,#3686d6,#7dbeff);color:#fff;font-size:14px;line-height:24px;transition:background-image .15s ease,border-color .15s ease,color .15s ease}.blue_btn:hover{background-image:linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.1)),linear-gradient(180deg,#3686d6,#7dbeff)}.blue_btn:active,.blue_btn:hover{border-color:rgba(54,134,214,.3);color:#fff;transform:none}.blue_btn:active{background-image:linear-gradient(90deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),linear-gradient(180deg,#3686d6,#7dbeff)}.blue_btn:focus-visible{outline:2px solid rgba(54,134,214,.2);outline-offset:2px}.white_btn{align-self:flex-start;width:auto;min-width:0;min-height:40px;padding:8px 24px;border:1px solid rgba(54,134,214,.1);border-radius:2px;background:#fff;color:#3686d6;font-size:14px;line-height:24px;transition:background-image .15s ease,border-color .15s ease,color .15s ease}.white_btn:hover{background-image:linear-gradient(90deg,rgba(54,134,214,.05),rgba(54,134,214,.05)),linear-gradient(90deg,#fff,#fff)}.white_btn:active,.white_btn:hover{border-color:rgba(54,134,214,.1);color:#3686d6;transform:none}.white_btn:active{background-image:linear-gradient(90deg,rgba(54,134,214,.1),rgba(54,134,214,.1)),linear-gradient(90deg,#fff,#fff)}.white_btn:focus-visible{outline:2px solid rgba(54,134,214,.18);outline-offset:2px}.common_btn_small{size:12px;line-height:20px;min-height:36px}.common_mt_24{margin-top:24px}.btn-primary{background:var(--primary);color:var(--white);border-color:var(--primary)}.btn:hover{transform:translateY(-1px);transition:.2s ease}.placeholder-box{border:2px dashed #c5ccdb;border-radius:var(--radius);padding:34px 24px;background:var(--white);color:#76839c;font-size:16px}.placeholder-box h3{font-size:18px;color:#42526e;margin-bottom:8px}.placeholder-card{border:1px solid var(--line);border-radius:10px;padding:14px;background:#fcfdff;color:#5b667f;font-size:14px}.float-contact{position:fixed;right:0;bottom:24px;z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.float-main{width:74px;height:74px;border:none;background:#06c755;color:#ffffff;border-radius:50%;cursor:pointer;box-shadow:0 14px 30px rgba(6,199,85,.4);display:grid;place-items:center;touch-action:none;-webkit-user-select:none;user-select:none}.float-main-symbol{width:34px;height:34px;display:grid;place-items:center}.float-main-symbol svg{width:30px;height:30px;stroke:#ffffff;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.float-menu{width:220px;background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:8px 0 0 8px;border-left:1px solid rgba(193,201,214,.7);border-top:1px solid rgba(193,201,214,.5);border-bottom:1px solid rgba(193,201,214,.5);box-shadow:0 8px 26px rgba(22,29,45,.12);padding:12px 10px 14px;transform:translateX(110%);opacity:0;pointer-events:none;transition:transform .28s ease,opacity .2s ease}.float-contact.open .float-menu{transform:translateX(0);opacity:1;pointer-events:auto}.float-item{display:flex;align-items:center;justify-content:space-between;text-decoration:none;margin-bottom:8px;padding:2px 2px 2px 6px;border-radius:8px}.float-item-button{width:100%;border:0;background:transparent;font:inherit;cursor:pointer}.float-item:last-child{margin-bottom:0}.float-item-label{font-size:14px;line-height:1.6;color:var(--text-light)}.float-item-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.float-item-meta{font-size:12px;line-height:1.4;color:#7b8494}.float-item-icon{width:38px;height:38px;border-radius:50%;background:#ffffff;display:grid;place-items:center;color:#4e5564;flex-shrink:0}.float-item:hover .float-item-label{color:var(--text)}.float-item:hover .float-item-meta{color:#5e6777}.float-item:hover .float-item-icon{background:#f3f5f9}.float-item-icon svg{width:18px;height:18px;stroke:currentcolor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.solution-float-contact{position:fixed;right:0;bottom:24px;z-index:57;display:flex;flex-direction:column;align-items:center;gap:0;padding:16px;box-sizing:border-box;border-radius:4px;border:1px solid rgba(65,70,75,.1);background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(5px);box-shadow:0 8px 18px rgba(0,0,0,.06);transition:opacity .18s ease,background .18s ease,backdrop-filter .18s ease,-webkit-backdrop-filter .18s ease}.solution-float-contact:is(:hover,:focus-within){background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px)}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.solution-float-contact{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.solution-float-contact:is(:hover,:focus-within){-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.solution-float-contact__item{width:48px;background:transparent;color:#41464b;text-decoration:none;border:0;appearance:none;font:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;box-sizing:border-box;padding:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.solution-float-contact__item-group{display:flex;justify-content:center;width:100%}.solution-float-contact__item-group--phone{position:relative}.solution-float-contact__icon{width:36px;height:36px;display:block;flex:none}.solution-float-contact__item--static{cursor:default}.solution-float-contact__item--static:hover{cursor:pointer!important}.solution-float-contact__asset{display:block;width:100%;height:100%;object-fit:contain}.solution-float-contact__label{color:var(--Color-Text-Gray-Primary,#41464b);text-align:center;font-size:var(--Typography-Size-L,14px);font-weight:500;line-height:var(--Typography-Height-XL,24px);white-space:nowrap}.solution-float-contact__separator{display:block;flex:none;width:56px;height:1px;padding:8px 0;box-sizing:content-box}.solution-float-contact__separator svg{display:block}.solution-float-contact__qr-popup{right:100%;bottom:0;display:flex;flex-direction:column;align-items:center;gap:12px;width:159px;height:187px;padding:16px}.solution-float-contact__phone-popup,.solution-float-contact__qr-popup{position:absolute;box-sizing:border-box;border-radius:4px;border:1px solid rgba(65,70,75,.08);background:#fff;box-shadow:0 16px 40px rgba(17,24,39,.12);transform:translateX(-8px)}.solution-float-contact__phone-popup{right:72px;bottom:-11px;min-width:176px;padding:24px}.solution-float-contact__phone-popup[hidden],.solution-float-contact__qr-popup[hidden]{display:none!important}.solution-float-contact__qr-image{display:block;flex:none;width:125px;height:125px;border-radius:12px;background:#fff}.solution-float-contact__qr-content{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.solution-float-contact__qr-title{color:var(--Color-Text-Gray-Primary,#41464b);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:PingFang SC;font-size:var(--Typography-Size-L,14px);font-style:normal;font-weight:400;line-height:var(--Typography-Height-XL,24px);white-space:nowrap}.solution-float-contact__qr-copy{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:12px;line-height:18px;color:#6b7280;white-space:nowrap}.solution-float-contact__phone-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:16px}.solution-float-contact__phone-section{text-align:center}.solution-float-contact__phone-title{color:var(--Color-Text-Gray-Medium,rgba(65,70,75,.8));font-size:var(--Typography-Size-M,13px);font-weight:400;line-height:var(--Typography-Height-M,20px)}.solution-float-contact__phone-number{margin:0;color:var(--Color-Text-Gray-Primary,#41464b);font-size:var(--Typography-Size-L,14px);font-weight:500;line-height:var(--Typography-Height-XL,24px)}@media (max-width:980px){.solution-float-contact{right:0;bottom:16px;top:auto;transform:none;gap:0;padding:16px!important;border-radius:4px}.solution-float-contact__item{width:42px;gap:4px}.solution-float-contact__icon{width:30px;height:30px}.solution-float-contact__label{font-size:10px;line-height:1.2}.solution-float-contact__qr-popup{right:auto;top:auto;bottom:100%;gap:10px;width:159px;height:187px;padding:16px;transform:translate(-50%,-12px)}.solution-float-contact__qr-title{font-size:var(--Typography-Size-L,14px);line-height:var(--Typography-Height-XL,24px)}.solution-float-contact__qr-copy{font-size:12px;line-height:18px}.solution-float-contact__phone-content{gap:0}.solution-float-contact__phone-title{font-size:var(--Typography-Size-M,13px);line-height:var(--Typography-Height-M,20px)}.solution-float-contact__phone-number{font-size:var(--Typography-Size-L,14px);line-height:var(--Typography-Height-XL,24px)}}@media (max-width:640px){.wechat-box{align-items:flex-start}.float-contact{right:12px;bottom:16px}.float-main{width:60px;height:60px}.float-main-symbol{width:28px;height:28px}.float-main-symbol svg{width:24px;height:24px}.float-menu{width:min(220px,calc(100vw - 24px))}}.dropdown a.nav-link--active{color:var(--primary);background:rgba(47,94,245,.06);font-weight:600;border-radius:6px}.dropdown a[data-nav-scroll]:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:6px}.dropdown a.nav-link--active:hover{background:rgba(47,94,245,.1);color:var(--primary)}.site-footer__title{margin:0;color:#676b6f;font-size:16px;line-height:24px;font-weight:500}.site-footer__links{display:flex;flex-direction:column;gap:16px}.site-footer__link{display:flex;color:#c6c8c9;text-decoration:none;width:100%}.site-footer__link--stacked{flex-direction:column;align-items:flex-start;gap:0}.site-footer__link--with-extra{gap:4px}.site-footer__link-main{display:flex;flex-direction:column;align-items:flex-start;color:inherit;text-decoration:none;width:100%}.site-footer__link-extra{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;width:100%;margin-top:0}.site-footer__link-extra-times{display:flex;flex-direction:column;align-items:flex-start}.site-footer__link--badge{align-items:center;gap:8px;width:auto}.site-footer__link-inline-label{display:block;font-size:14px;line-height:24px}.site-footer__link-label{display:block;color:#8d9093;font-size:13px;line-height:20px;white-space:nowrap}.site-footer__link-note{display:block;color:#c6c8c9;font-size:14px;line-height:24px;font-weight:500;white-space:nowrap}.site-footer__badge{display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:0;border-radius:4px;color:#8d9093;font-size:12px;line-height:20px;font-weight:500;background:rgba(255,255,255,.05)}.site-footer__link:hover .site-footer__badge,.site-footer__link:hover .site-footer__link-extra .site-footer__link-label,.site-footer__link:hover .site-footer__link-inline-label,.site-footer__link:hover .site-footer__link-main .site-footer__link-label,.site-footer__link:hover .site-footer__link-note{color:#ffffff}.site-footer__link:hover .site-footer__badge{background:rgba(255,255,255,.08)}