.layout-wrapper{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}#header{position:fixed;top:0;left:0;right:0;z-index:1002;height:80px;width:100%;min-width:1200px;transition:all .3s ease;background:var(--color-page-background-primary);border-bottom:1px solid var(--color-border-line-primary);box-sizing:border-box;padding:20px 0}#header.shadow-header{box-shadow:0 4px 15px #00000014}#header .warp{width:100%;margin:0;padding:0 100px;height:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;position:relative}#header .logo{width:168px;height:28px;flex-shrink:0}#header .nav-list{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:32px;padding:0;margin:0}#header .nav-list .nav-item{font-size:16px;line-height:24px;font-weight:400;color:#000c;cursor:pointer;transition:color .3s ease;position:relative;white-space:nowrap}#header .nav-list .nav-item:hover{color:var(--color-text-static-hover)}#header .nav-list .nav-item.active{color:var(--color-text-static-active, #FD5319);font-weight:700}#header .right-nav{display:flex;align-items:center;gap:16px;flex-shrink:0}#header .right-nav .login-text{font-size:16px;line-height:24px;color:#000c;cursor:pointer;transition:color .3s ease}#header .right-nav .login-text:hover{color:var(--color-text-static-hover)}#header .right-nav .signup-btn{height:40px;padding:0 16px;border-radius:4px;font-size:16px;font-weight:400;color:#fff;background:var(--color-text-static-active, #FD5319);border:none}#header .right-nav .signup-btn:hover{background:var(--color-text-static-hover, #E04A16)}#header .right-nav .user-info-wrapper{display:flex;align-items:center;gap:16px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background .2s ease}#header .right-nav .user-info-wrapper .user-avatar{flex-shrink:0}#header .right-nav .user-info-wrapper .user-email{font-size:16px;line-height:22px;color:#000c;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#header .right-nav .divider{width:1px;height:16px;background:#e9e9e9}#header .right-nav .download-item{display:flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .3s ease}#header .right-nav .download-item:hover{opacity:.8}#header .right-nav .download-item .download-text{font-size:16px;line-height:24px;color:#000c}#header .right-nav .language-wrapper{cursor:pointer}#header .right-nav .language-wrapper .language-container .language-box{display:flex;align-items:center}#header .right-nav .language-wrapper .language-container .language-box .language{width:24px;height:24px;margin-right:8px}#header .right-nav .language-wrapper .language-container .language-box span{font-size:16px;line-height:24px;color:#000c}#header .right-nav .menu-icon{display:none;font-size:20px;line-height:46px}#title-container{position:fixed;top:80px;left:0;right:0;z-index:999;background:#fff;padding-top:24px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box}#title-calendar{width:1200px}#page-content{flex:1;width:100%;min-width:1200px;box-sizing:border-box}.footer-cta{position:relative;width:100%;min-width:1200px;height:481px;overflow:hidden;background-image:url(/_astro/footer-cta-bg.C4md47Zd.webp);background-size:cover;background-position:center;background-repeat:no-repeat;box-sizing:border-box;flex-shrink:0}.footer-cta .footer-cta-content{position:relative;z-index:1;height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:90px;text-align:center;box-sizing:border-box}.footer-cta .footer-cta-content.is-opened{gap:60px}.footer-cta .footer-cta-text{display:flex;flex-direction:column;align-items:center;gap:40px}.footer-cta .footer-cta-title{font-size:32px;font-weight:800;line-height:24px;color:var(--color-text-static-white-primary, #FFF)}.footer-cta .footer-cta-desc{font-size:20px;font-weight:400;line-height:28px;color:var(--color-tag-background-primary-default, #DFE2E9)}.footer-cta .footer-cta-button{width:280px;height:48px;padding:7px 6px;border:none;border-radius:8px;background:var(--color-button-background-primary-default, #FD5319);color:var(--color-text-static-white-primary, #FFF);font-size:16px;font-weight:600;line-height:24px;cursor:pointer;transition:background .3s ease}.footer-cta .footer-cta-button:hover{background:var(--color-text-static-hover, #E04A16)}.footer-cta .footer-cta-button:disabled,.footer-cta .footer-cta-button.is-loading{cursor:not-allowed;opacity:.7}.footer-cta .footer-cta-qr{width:120px;height:120px;object-fit:cover;flex-shrink:0}#footer_wrapper{background:#000;color:#fffc;padding:56px 0;width:100%;min-width:1200px;box-sizing:border-box;flex-shrink:0}#footer_wrapper.footer-visible{display:block}#footer_wrapper.footer-hidden{display:none}#footer_wrapper .footer-content{width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px;padding:0 16px;box-sizing:border-box}#footer_wrapper .footer-top{display:flex;justify-content:space-between;align-items:flex-end;width:100%}#footer_wrapper .footer-top .follow-us-section{display:flex;flex-direction:column;gap:12px}#footer_wrapper .footer-top .follow-us-section .follow-us-text{font-family:var(--fontFamilies-alibaba-puhuiti-30, "Alibaba PuHuiTi 3.0");font-size:14px;font-weight:400;line-height:22px;color:var(--color-text-static-white-primary, #FFF)}#footer_wrapper .footer-top .follow-us-section .follow-us-icons{display:flex;align-items:center;gap:16px;flex-wrap:wrap}#footer_wrapper .footer-top .follow-us-section .follow-us-icons .social-link{display:block;text-decoration:none}#footer_wrapper .footer-top .follow-us-section .follow-us-icons .social-link .social-icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center}#footer_wrapper .footer-top .follow-us-section .follow-us-icons .social-link .social-icon-wrapper img{width:32px;height:32px;object-fit:contain}#footer_wrapper .footer-top .footer-top-logo img{width:192px;height:32px;object-fit:contain}#footer_wrapper .download-buttons{display:flex;align-items:center;gap:24px;flex-wrap:wrap}#footer_wrapper .download-buttons .download-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-decoration:none;transition:background-color .3s ease;width:188px;height:46px}#footer_wrapper .download-buttons .download-button:hover{background-color:#fff3;border:1px solid transparent}#footer_wrapper .download-buttons .download-button .download-icon{width:40px;height:40px}#footer_wrapper .download-buttons .download-button .download-text{display:flex;flex-direction:column;color:var(--color-text-static-white-primary, #FFF)}#footer_wrapper .download-buttons .download-button .download-text .download-label{font-family:var(--fontFamilies-alibaba-puhuiti-30, "Alibaba PuHuiTi 3.0");font-size:12px;font-weight:400;line-height:20px}#footer_wrapper .download-buttons .download-button .download-text .download-name{font-family:var(--fontFamilies-alibaba-puhuiti-30, "Alibaba PuHuiTi 3.0");font-size:20px;font-weight:600;line-height:28px}#footer_wrapper .footer-divider{width:100%;height:1px;background:#fff3}#footer_wrapper .footer-nav{display:flex;justify-content:space-between;gap:24px;width:100%}#footer_wrapper .footer-nav .nav-column{display:flex;flex-direction:column;gap:12px;flex:1}#footer_wrapper .footer-nav .nav-column .nav-title{font-family:var(--fontFamilies-alibaba-puhuiti-30, "Alibaba PuHuiTi 3.0");font-size:14px;font-weight:600;line-height:22px;color:var(--color-text-static-white-primary, #FFF);margin-bottom:4px}#footer_wrapper .footer-nav .nav-column .nav-link{font-family:var(--fontFamilies-alibaba-puhuiti-30, "Alibaba PuHuiTi 3.0");font-size:14px;font-weight:400;line-height:22px;color:#fff9;text-decoration:none;transition:color .3s ease;cursor:pointer}#footer_wrapper .footer-nav .nav-column .nav-link:hover{color:var(--color-text-static-white-primary, #FFF)}#footer_wrapper .footer-legal{display:flex;flex-direction:column;gap:12px}#footer_wrapper .footer-legal .footer-text{font-family:var(--fontFamilies-alibaba-puhuiti-30, "Alibaba PuHuiTi 3.0");font-size:14px;font-weight:400;line-height:22px;color:#fff9;white-space:pre-line}#footer_wrapper .footer-legal .footer-copyright{font-family:var(--fontFamilies-alibaba-puhuiti-30, "Alibaba PuHuiTi 3.0");font-size:14px;font-weight:400;line-height:22px;color:#fff9;margin-top:8px}#footer_wrapper .footer-legal .footer-legal-links{display:flex;align-items:center;flex-wrap:wrap;gap:12px}#footer_wrapper .footer-legal .footer-legal-links a{font-size:14px;color:#fd5319;text-decoration:none}#footer_wrapper .footer-legal .footer-legal-links a:hover{text-decoration:underline}#footer_wrapper .footer-legal .footer-legal-links .divider{font-size:14px;color:var(--color-text-static-white-secondary, rgba(255, 255, 255, .6));user-select:none}#footer_wrapper .footer-logo{width:100%;height:200px;display:flex;align-items:center;justify-content:center}#footer_wrapper .footer-logo img{width:100%;max-width:1200px;height:auto;object-fit:contain}.selectItem-popover .ant-popover-inner{padding:8px}.selectItem-popover .selector-content{display:flex;flex-direction:column;gap:8px}.selectItem-popover .selector-content .select-item{padding:8px;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:14px;line-height:22px}.selectItem-popover .selector-content .select-item:hover{background:#eee}.selectItem-popover .selector-content .select-item.active{color:var(--color-text-static-active, #FD5319);font-size:var(--fontSize-14, 14px);font-style:normal;font-weight:var(--fontWeights-regular, 400);line-height:var(--lineHeights-14, 22px);letter-spacing:var(--letterSpacing-0, 0)}.downloadCode-popover .ant-popover-inner{padding:0!important}.downloadCode-popover .download-qr-content{display:inline-flex;padding:40px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}.downloadCode-popover .download-qr-content .text{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.downloadCode-popover .download-qr-content .text .title{color:var(--color-text-primary, rgba(0, 0, 0, .8));font-family:var(--fontFamilies-alibaba-puhuiti-30, "Alibaba PuHuiTi 3.0");font-size:var(--fontSize-24, 24px);font-style:normal;font-weight:600;line-height:var(--lineHeights-24, 32px);letter-spacing:var(--letterSpacing-0, 0)}.downloadCode-popover .download-qr-content .text .content{color:var(--color-text-secondary, rgba(0, 0, 0, .6));font-family:var(--fontFamilies-alibaba-puhuiti-30, "Alibaba PuHuiTi 3.0");font-size:var(--fontSize-14, 14px);font-style:normal;font-weight:var(--fontWeights-regular, 400);line-height:var(--lineHeights-14, 22px);letter-spacing:var(--letterSpacing-0, 0);width:258px}.downloadCode-popover .download-qr-content img{width:258px;height:258px;aspect-ratio:1/1}.user-dropdown .user-dropdown-panel{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;padding:16px}.user-dropdown .user-dropdown-panel .user-dropdown-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.user-dropdown .user-dropdown-panel .user-dropdown-header .user-avatar{flex-shrink:0}.user-dropdown .user-dropdown-panel .user-dropdown-header .user-email{font-size:16px;line-height:22px;color:#000c;font-weight:400}.user-dropdown .user-dropdown-panel .user-dropdown-divider{height:1px;background:#00000014;margin-bottom:16px}.user-dropdown .user-dropdown-panel .user-dropdown-item{border-radius:4px;gap:8px;padding:8px;font-size:16px;line-height:22px;color:#000c;cursor:pointer;transition:background .2s ease}.user-dropdown .user-dropdown-panel .user-dropdown-item:hover{background:#0000000a}#header .nav-list a.nav-item,#header .nav-list .nav-item{text-decoration:none;display:inline-flex;align-items:center}#header .logo-link{display:inline-flex;align-items:center}#header .nav-list .nav-item>.selector-content{display:none;position:absolute;top:100%;left:0;margin-top:8px;z-index:1000;min-width:160px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;flex-direction:column;gap:8px}#header .nav-list .nav-item>.selector-content:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}#header .nav-list .nav-item:hover>.selector-content{display:flex}#header .right-nav .language-wrapper{position:relative}#header .right-nav .language-wrapper>.selector-content{display:none;position:absolute;top:100%;right:0;margin-top:8px;z-index:1000;min-width:160px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;flex-direction:column;gap:8px}#header .right-nav .language-wrapper>.selector-content:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}#header .right-nav .language-wrapper:hover>.selector-content{display:flex}#header .selector-content .select-item{padding:8px;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:14px;line-height:22px;white-space:nowrap;color:#000c;text-decoration:none;display:block}#header .selector-content .select-item:hover{background:#eee}#header .selector-content .select-item.active{color:var(--color-text-static-active, #FD5319)}#header .right-nav a.login-text{text-decoration:none}#header .right-nav a.signup-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:4px}#header .right-nav .user-info-wrapper{position:relative}#header .right-nav .user-info-wrapper .user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}#header .right-nav .user-info-wrapper .user-dropdown-panel{display:none;position:absolute;top:100%;right:0;margin-top:8px;z-index:1000;min-width:220px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;padding:16px}#header .right-nav .user-info-wrapper .user-dropdown-panel.is-open{display:block}#header .right-nav .user-info-wrapper .user-dropdown-panel .user-dropdown-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}#header .right-nav .user-info-wrapper .user-dropdown-panel .user-dropdown-divider{height:1px;background:#00000014;margin-bottom:16px}#header .right-nav .user-info-wrapper .user-dropdown-panel .user-dropdown-item{display:block;width:100%;text-align:left;border:none;background:none;border-radius:4px;padding:8px;font-size:16px;line-height:22px;color:#000c;cursor:pointer;text-decoration:none;transition:background .2s ease}#header .right-nav .user-info-wrapper .user-dropdown-panel .user-dropdown-item:hover{background:#0000000a}.rich-text-bold{font-weight:700}.rich-text-highlight{color:var(--color-text-static-active, #fd5319)}.rich-text-link{color:var(--color-text-static-active, #fd5319);text-decoration:underline;cursor:pointer}.customer-service-btn{position:fixed;right:60px;bottom:260px;z-index:2147483646;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .3s ease;user-select:none}.customer-service-btn:active{transform:scale(.95)}.customer-service-btn__icon{display:flex;align-items:center;justify-content:center;color:#fff;line-height:1}.customer-service-btn__icon svg{display:block}.customer-service-btn__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;background-color:#ff4d4f;border-radius:10px;color:#fff;font-size:12px;font-weight:500;line-height:20px;text-align:center;box-shadow:0 2px 8px #ff4d4f66;animation:badge-pulse 2s ease-in-out infinite}.customer-service-btn__badge:empty{min-width:12px;width:12px;height:12px;padding:0;top:0;right:0}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}[id^=zhichi],[id^=sobot],iframe[src*="sobot.io"],iframe[src*="sobot.com"]{z-index:2147483645!important}#zc__bubble_container,[id^=zc__bubble],[class*=zc__bubble]{display:none!important}@media screen and (max-width:768px){.customer-service-btn{right:16px;bottom:100px;width:48px;height:48px}.customer-service-btn__icon svg{width:24px;height:24px}.customer-service-btn__badge{min-width:18px;height:18px;font-size:11px;line-height:18px}.customer-service-btn__badge:empty{min-width:10px;width:10px;height:10px}}
