/* semantic theme: header + hero + news-bar */
.page{position:relative}
.site-header{position:fixed;top:0;left:0;z-index:1001}
.mega-menu.is-hidden{overflow:hidden}
.nav-dropdown.is-hidden{opacity:0;pointer-events:none}
.nav-dropdown.is-open{opacity:1;pointer-events:auto}

.page{overflow:hidden}
.page .page-main{padding-top:72px}
.page .page-main.is-nopad{padding:0}
.site-header{width:100%;display:flex;justify-content:center;background:transparent;transition:box-shadow .2s ease,top .3s ease,-webkit-backdrop-filter .3s ease;transition:box-shadow .2s ease,backdrop-filter .3s ease,top .3s ease;transition:box-shadow .2s ease,backdrop-filter .3s ease,top .3s ease,-webkit-backdrop-filter .3s ease;position:fixed;top:var(--top-banner-height,0);left:0;z-index:100}
.site-header-inner{width:1440px;height:62px;display:flex;align-items:center;justify-content:space-between;padding:10px 0}
.site-header-left{display:flex;align-items:center;grid-gap:10px;gap:10px;flex-grow:1}
.site-header-logo-wrap{cursor:pointer;display:flex;align-items:center;margin-right:0}
.site-header-logo{width:90px;height:26px}
.site-nav{display:flex;align-items:center;grid-gap:10px;gap:10px}
.site-nav-item-wrap{position:relative}
.site-nav-item-wrap.is-first .site-nav-item{border-radius:6px 0 0 6px}
.site-nav-item{display:flex;flex-direction:row;justify-content:center;align-items:center;grid-gap:8px;gap:8px;padding:12px 16px;height:40px;cursor:pointer;border-radius:6px}
.site-nav-item.is-active .site-nav-label{background:linear-gradient(95deg,#108bff 1%,#0d88fa 88%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.site-nav-item.is-active .site-nav-caret path{fill:#108bff}
.site-nav-item:active .site-nav-label{background:linear-gradient(95deg,#108bff 1%,#0d88fa 88%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.site-nav-label{font-family:Source Han Sans CN,sans-serif;font-size:16px;font-weight:400;line-height:25px;color:rgba(0,0,0,.88);white-space:nowrap}
.site-nav-label:hover{background:linear-gradient(97deg,#4ac0ff 5%,#52b1ff 89%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.site-nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:16px;padding:0 5px;border-radius:999px;background:linear-gradient(90deg,#ff7a00,#ff4747);color:#fff;font-family:Source Han Sans CN,sans-serif;font-size:10px;font-weight:700;line-height:1;text-transform:lowercase}
.site-nav-caret{width:8px;height:6px;flex-shrink:0}
.site-header-actions{display:flex;align-items:center;grid-gap:10px;gap:10px}
.site-header-invite{font-family:Source Han Sans,sans-serif;font-size:16px;font-weight:800;line-height:23px;background:linear-gradient(90deg,#226cff 29%,#ff78d6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;white-space:nowrap;padding:0 8px}
.site-header-download{border-radius:6px;border:1px solid #1596ff;background:transparent;color:#1596ff}
.site-header-download,.site-header-register{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:9px 24px;height:42px;cursor:pointer;font-family:Source Han Sans CN,sans-serif;font-size:16px;font-weight:400;white-space:nowrap}
.site-header-register{border-radius:6px;background:linear-gradient(93deg,#43bdff,#1596ff 41%);transition:background .3s;color:#fff;position:relative}
.site-header-register:hover{background:linear-gradient(91deg,#4ac0ff 2%,#52b1ff 92%)}
.site-header-register:active{background:linear-gradient(91deg,#108bff,#0d88fa 91%)}
.site-header-register .site-header-register-tag{font-size:12px;position:absolute;right:0;top:-8px;background:linear-gradient(91deg,#ff2e62 11%,#ff832b 98%);border-radius:6px 6px 6px 0;padding:1px 3px;display:flex;align-items:center;justify-content:center}
.nav-dropdown{position:absolute;top:100%;left:0;z-index:1000;padding-top:4px;min-width:160px;opacity:0;-webkit-transform:translateY(-8px);transform:translateY(-8px);transition:opacity .2s cubic-bezier(.215,.61,.355,1),-webkit-transform .2s cubic-bezier(.215,.61,.355,1);transition:opacity .2s cubic-bezier(.215,.61,.355,1),transform .2s cubic-bezier(.215,.61,.355,1);transition:opacity .2s cubic-bezier(.215,.61,.355,1),transform .2s cubic-bezier(.215,.61,.355,1),-webkit-transform .2s cubic-bezier(.215,.61,.355,1);pointer-events:none}
.nav-dropdown.is-open{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}
.nav-dropdown.is-hidden{opacity:0;-webkit-transform:translateY(-8px);transform:translateY(-8px);pointer-events:none}
.nav-dropdown-list{background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.08);border-radius:8px;padding:8px 0;min-width:160px}
.nav-dropdown-item{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:10px 16px;cursor:pointer;transition:background-color .2s}
.nav-dropdown-item:hover{background-color:rgba(21,150,255,.05)}
.reg-toast-body{display:flex;flex-direction:column;grid-gap:2px;gap:2px}
.reg-toast-title{font-size:14px;line-height:20px;color:rgba(0,0,0,.88)}
@media screen and (max-width:1440px){
.site-nav-item{min-width:66px}
}
@media screen and (max-width:1259px){
.site-header-inner{width:1064px}
.site-nav-item{min-width:53px;padding:12px 8px}
.site-header-download,.site-header-register{padding:9px 16px}
}
@media screen and (min-width:1681px)and (max-width:1919px){
.site-header-inner{width:1360px!important}
}
@media screen and (min-width:1440px)and (max-width:1680px){
.site-header-inner{width:1280px!important}
}
@media screen and (min-width:1260px)and (max-width:1439px){
.site-header-inner{width:1145px!important}
}
@media screen and (max-width:1259px){
.site-header-inner{width:1064px!important}
}
.mega-menu{position:fixed;top:calc(var(--top-banner-height, 0px) + 72px);left:0;width:100%;background-color:#fff;z-index:1000;transition:all .2s cubic-bezier(.215,.61,.355,1);box-shadow:0 2px 6px 0 rgba(176,197,220,.2);height:-webkit-max-content;height:max-content;max-height:500px;overflow:hidden}
.mega-menu.is-hidden{height:0;border-color:transparent}
.mega-menu .mega-menu-inner{width:1200px;margin:0 auto;display:flex;box-sizing:border-box;padding-top:32px;padding-bottom:32px}
.mega-menu .mega-menu-col{flex:1 1}
.mega-menu .mega-menu-col:last-child{border-left:1px solid rgba(0,0,0,.06);box-sizing:border-box;padding-left:16px}
.mega-menu .mega-menu-col .mega-menu-title p{margin-bottom:0;font-size:16px;font-weight:500;color:#333;line-height:24px}
.mega-menu .mega-menu-list{width:100%;box-sizing:border-box;padding-top:8px}
.mega-menu .mega-menu-list .mega-menu-link{width:240px;height:76px;display:flex;align-items:center;box-sizing:border-box;margin-left:-12px;margin-bottom:4px;transition:all .2s cubic-bezier(.215,.61,.355,1);cursor:pointer}
.mega-menu .mega-menu-list .mega-menu-link:last-child{margin-bottom:4px}
.mega-menu .mega-menu-list .mega-menu-link:hover{background-color:#f5f8ff;border-radius:4px}
.mega-menu .mega-menu-list .mega-menu-link:hover .mega-menu-item .mega-menu-text>p{color:#3370ff}
.mega-menu .mega-menu-list .mega-menu-link:hover .mega-menu-item .mega-menu-text>span{white-space:normal}
.mega-menu .mega-menu-list .mega-menu-item{width:100%;height:100%;display:flex;align-items:center;padding:0 12px}
.mega-menu .mega-menu-list .mega-menu-item .mega-menu-icon{width:22px;height:22px;margin-right:12px}
.mega-menu .mega-menu-list .mega-menu-item .mega-menu-icon img{max-width:100%;max-height:100%}
.mega-menu .mega-menu-list .mega-menu-item .mega-menu-text{width:calc(100% - 34px)}
.mega-menu .mega-menu-list .mega-menu-item .mega-menu-text p{width:100%;margin-bottom:2px;font-size:14px;color:#666;line-height:22px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.mega-menu .mega-menu-list .mega-menu-item .mega-menu-text p .badge{display:inline-block;box-sizing:border-box;padding:2px 8px;font-size:12px;line-height:18px;color:#fff;border-radius:12px 12px 12px 0;margin-left:4px;-webkit-transform:scale(.8);transform:scale(.8)}
.mega-menu .mega-menu-list .mega-menu-item .mega-menu-text p .badge.badge-new{background-image:linear-gradient(221deg,#ff8201,#fcae06)}
.mega-menu .mega-menu-list .mega-menu-item .mega-menu-text p .badge.badge-hot{background-image:linear-gradient(221deg,#d51620,#fc6655)}
.mega-menu .mega-menu-list .mega-menu-item .mega-menu-text p .badge.badge-unlimited{background-image:linear-gradient(221deg,#3f73fd,#5892ff)}
.mega-menu .mega-menu-list .mega-menu-item .mega-menu-text>span{display:inline-block;width:100%;min-height:16px;font-size:12px;color:#999;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hero-shell{position:relative;height:60px;background-size:110% 100%;overflow:hidden}
.hero-shell .reg-toast-track{height:120px}
.hero-shell .reg-toast-item{height:60px}
.hero-shell .reg-toast-item .reg-toast-detail{height:60px;display:flex;align-items:center;padding:0 .16rem;text-align:center;justify-content:center;color:#2370ff}
.hero-shell .reg-toast-item .reg-toast-detail .reg-toast-company,.hero-shell .reg-toast-item .reg-toast-detail .reg-toast-time{word-break:keep-all;white-space:nowrap;color:#7e8795}
.hero-shell .reg-toast-item .reg-toast-detail .reg-toast-company{margin-left:.3rem;color:rgba(0,0,0,.88)}
.hero-shell .reg-toast-item .reg-toast-detail .reg-toast-company .reg-toast-name{color:rgba(0,0,0,.88)}
.hero-shell .reg-toast-item .reg-toast-detail .reg-toast-company .reg-toast-name-mask{color:rgba(0,0,0,.88);margin-left:.04rem}
.hero-shell .reg-toast-item .reg-toast-detail .reg-toast-company .reg-toast-company{font-size:.14rem}
.hero-shell .reg-toast-item .reg-toast-detail .reg-toast-company .reg-toast-time{margin-left:.24rem;font-size:.14rem;color:#ccc;-webkit-transform:scale(.75);transform:scale(.75)}
.hero{--banner-height:665px;position:relative;margin:0 auto;overflow:hidden}
.hero,.hero-carousel{width:100%;height:var(--banner-height)}
.hero-carousel .slick-list,.hero-carousel .slick-slide,.hero-carousel .slick-slide>div,.hero-carousel .slick-slider,.hero-carousel .slick-track{height:var(--banner-height)}
.hero-carousel .slick-dots{bottom:var(--dots-bottom,100px)}
.hero-carousel .slick-dots li{width:30px;height:4px;margin:0 4px}
.hero-carousel .slick-dots li button{width:100%;height:100%;border-radius:2px;background:rgba(0,0,0,.15)}
.hero-carousel .slick-dots li.slick-active button{background:#1596ff}
.hero-slide{width:100%;height:var(--banner-height);position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}
.reg-card-wrap{position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1440px;height:100%;z-index:10;display:flex;align-items:center;justify-content:flex-end;pointer-events:none}
@media screen and (min-width:1681px){
.hero-wrap,.reg-card-wrap{width:1360px}
}
@media screen and (min-width:1440px)and (max-width:1680px){
.hero-wrap,.reg-card-wrap{width:1280px}
}
@media screen and (min-width:1260px)and (max-width:1439px){
.hero-wrap,.reg-card-wrap{width:1145px}
}
@media screen and (max-width:1259px){
.hero-wrap,.reg-card-wrap{width:1064px}
}
.hero-wrap{height:623px;position:relative;margin:0 auto}
.hero-panel{width:100%;height:497px;position:absolute;left:34px;top:64px}
.hero-left{width:570px;height:325px;position:absolute;left:0;top:72px}
.hero-copy{position:relative;width:100%;height:100%}
.hero-title-box{width:570px;height:107px;position:absolute;left:0;top:0}
.hero-title{width:auto;max-width:570px;height:auto;position:absolute;left:0;top:0;font-family:Source Han Sans,sans-serif;font-size:40px;font-weight:700;line-height:1.45;color:rgba(0,0,0,.88);margin:0;padding:0;white-space:nowrap}
.hero-title .hero-em{color:#1596ff}
.hero-subtitle{width:auto;max-width:570px;height:auto;position:absolute;left:0;top:64px;font-family:Source Han Sans,sans-serif;font-size:28px;font-weight:700;line-height:1.43;color:rgba(0,0,0,.88);margin:0;padding:0;white-space:nowrap}
.hero-subtitle .hero-em{color:#1596ff}
.hero-bullets{position:absolute;left:0;top:137px}
.hero-bullet{height:26px;position:absolute;left:0;display:flex;align-items:center;grid-gap:10px;gap:10px}
.hero-bullet:first-child{top:0}
.hero-bullet:nth-child(2){top:42px}
.hero-bullet:nth-child(3){top:84px}
.hero-bullet:nth-child(4){top:126px}
.hero-bullet-dot{width:6px;height:6px;border-radius:50%;background-color:rgba(0,0,0,.45);flex-shrink:0;position:relative;top:0}
.hero-bullet-text{font-family:Source Han Sans,sans-serif;font-size:18px;font-weight:400;line-height:26px;color:rgba(0,0,0,.88);margin:0;padding:0;flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-bullet-text .hero-strong{font-weight:500;color:#1596ff}
.hero-right{min-height:425px;overflow:visible;pointer-events:auto;-webkit-transform:translateY(var(--form-offset-y,0));transform:translateY(var(--form-offset-y,0))}
.reg-card{width:525px;height:425px;z-index:1;padding:13px 15px;background:linear-gradient(180deg,#ebf8ff,#fff 16%);border:1px solid #fff;border-radius:20px;box-shadow:4px 4px 30px 0 rgba(121,170,255,.3)}
.reg-card-body,.reg-toast{z-index:2}
.reg-toast{width:502px;height:56px;display:flex;align-items:center;justify-content:center;position:relative;top:-3px;left:-3px}
.reg-card-body{width:404px;min-height:317px;margin:20px auto 0;display:flex;flex-direction:column;grid-gap:24px;gap:24px}
.reg-card-header{width:418px;height:35px;display:flex;align-items:center}
.reg-card-title{height:35px;font-family:Source Han Sans,sans-serif;font-size:24px;font-weight:500;line-height:35px;color:rgba(0,0,0,.88);margin:0;padding:0}
.reg-card-coupon{height:25px;background-image:url(../img/coupon-bg.png);background-size:229px 25px;background-repeat:no-repeat;background-position:0 0;display:flex;align-items:center;justify-content:center;padding:0 31px;box-sizing:border-box}
.reg-card-coupon-inner{display:flex;align-items:center;grid-gap:4px;gap:4px}
.reg-card-coupon-text{font-weight:500;color:rgba(0,0,0,.88)}
.reg-card-coupon-amount,.reg-card-coupon-text{font-family:Source Han Sans,sans-serif;font-size:14px;line-height:20px}
.reg-card-coupon-amount{font-weight:700;background:linear-gradient(91deg,#ff2e62 11%,#ff832b 98%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.reg-card-phone-wrap{width:404px;position:relative}
.reg-card-phone{width:404px;height:56px;display:flex}
.reg-card-area{width:79px;height:56px;border:1px solid #d9d9d9;border-radius:10px 0 0 10px;background:#fff;display:flex;align-items:center;justify-content:center;padding:0 8px;box-sizing:border-box}
.reg-card-area .ant-select{width:100%}
.reg-card-area .ant-select .ant-select-selector{border:none!important;background:transparent!important;padding:0!important;height:24px!important}
.reg-card-area .ant-select .ant-select-selection-item{font-family:Source Han Sans CN,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:rgba(0,0,0,.88);padding:0 12px 0 0!important}
.reg-card-area .ant-select .ant-select-arrow{right:9px;margin-right:-4px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.reg-card-area .ant-select .ant-select-arrow svg{width:6.31px;height:10.23px}
.reg-card-input{width:326px;height:56px;border:1px solid #d9d9d9;border-radius:0 10px 10px 0;background:#fff;box-sizing:border-box}
.reg-card-input .ant-input{width:100%;height:100%;border:none!important;border-radius:0 10px 10px 0;background:transparent;padding:0 16px;font-family:Source Han Sans CN,sans-serif;font-size:16px;line-height:24px;color:rgba(0,0,0,.88);box-sizing:border-box;outline:none!important;box-shadow:none!important}
.reg-card-input .ant-input::-webkit-input-placeholder{color:rgba(0,0,0,.45)}
.reg-card-input .ant-input:-ms-input-placeholder{color:rgba(0,0,0,.45)}
.reg-card-input .ant-input::placeholder{color:rgba(0,0,0,.45)}
.reg-card-input .ant-input:focus,.reg-card-input .ant-input:hover{border:none!important;box-shadow:none!important}
.reg-card-input:focus-within,.reg-card-input:hover{border-color:#1596ff}
.reg-card-submit{width:404px!important;height:56px!important;border-radius:10px;background:linear-gradient(93deg,#43bdff,#1596ff 41%)!important;border:none!important;font-family:Source Han Sans,sans-serif;font-size:20px;font-weight:700;line-height:24px;color:#fff!important;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0!important;box-shadow:none!important;transition:background .3s}
.reg-card-submit:focus,.reg-card-submit:hover{background:linear-gradient(91deg,#4ac0ff 2%,#52b1ff 92%)!important;color:#fff!important}
.reg-card-submit:active{background:linear-gradient(91deg,#108bff,#0d88fa 91%)!important}
.reg-card-submit:disabled{background:linear-gradient(91deg,#afd8ff,#9fd1ff 91%)!important;cursor:not-allowed;color:#fff!important}
.reg-card-submit .ant-btn-loading-icon{color:#fff}
.reg-card-agree{width:400px;min-height:24px;display:flex;flex-direction:column}
.reg-card-agree .ant-checkbox-wrapper{display:flex;align-items:center;grid-gap:6px;gap:6px;margin:0;width:100%}
.reg-card-agree .ant-checkbox-wrapper .ant-checkbox{margin:1px 0 0;flex-shrink:0}
.reg-card-agree .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{width:16px;height:16px;border-radius:2px;border-color:#d9d9d9;background-color:#fff}
.reg-card-agree .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#3569fd;border-color:#3569fd}
.reg-card-agree-text{font-family:Source Han Sans,sans-serif;font-size:14px;font-weight:400;line-height:24px;color:rgba(0,0,0,.65);margin:0;white-space:nowrap;top:2px;position:relative}
.reg-card-agree-text a{color:rgba(0,0,0,.65);cursor:pointer;text-decoration:none}
.reg-card-agree-text a:hover{color:#3569fd;text-decoration:none}
.site-header-promo{width:404px;height:auto;display:flex;justify-content:flex-end;align-items:center}
.site-header-promo-link{font-family:Source Han Sans,sans-serif;font-size:14px;font-weight:400;line-height:24px;color:rgba(0,0,0,.65);cursor:pointer;display:inline-block}
.site-header-promo-link:hover{color:#1596ff}
.hero-layout{width:100%;background:hsla(0,0%,100%,.8);backdrop-filter:blur(51px);-webkit-backdrop-filter:blur(51px);border-radius:60px 60px 0 0;border:2px solid #fff;border-width:2px 1px 0;position:relative;top:-75px;margin:0 auto -75px;z-index:10}
.hero-layout,.hero-media{height:100px;display:flex;justify-content:center;align-items:center}
.hero-media{width:1440px;flex-direction:row;grid-gap:40px;gap:40px}
.news-bar{width:380px;height:100px}
.news-bar-tag{width:37px;height:24px;font-family:YouSheBiaoTiHei,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#ff8a1c;text-align:left;white-space:nowrap}
.news-bar-content{width:362px;height:100px;flex-grow:1;flex-shrink:1;background:linear-gradient(270deg,#fff 2%,hsla(0,0%,100%,0) 41%);display:flex;flex-direction:column;justify-content:center;grid-gap:10px;gap:10px;padding-left:10px}
.news-bar-title{white-space:nowrap;width:330px;font-family:Source Han Sans,sans-serif;font-size:16px;font-weight:500;line-height:auto;color:rgba(0,0,0,.88);text-align:left;margin:0;transition:color .3s ease;text-align:center}
.news-bar-title:hover{color:#3569fd}
.news-bar-platforms{flex:1 1;height:100%;display:flex;flex-direction:row;align-items:center}
.mega-menu-section{width:40px;font-family:Source Han Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:rgba(0,0,0,.88);text-align:left;white-space:nowrap;margin:0;text-align:center}
.news-bar-list{display:flex;flex-direction:row;align-items:center;flex-grow:1}
.news-bar-item{width:90px;height:90px;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:6px;gap:6px;padding:10px}
.news-bar-item:hover .news-bar-icon{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:scale(1.3);transform:scale(1.3)}
.news-bar-item-mini{position:relative}
.news-bar-icon{width:30px;height:30px;flex-shrink:0;object-fit:contain}
.news-bar-name{font-family:Source Han Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:rgba(0,0,0,.88);text-align:left;white-space:nowrap}
@media screen and (max-width:1920px){
.hero-layout{width:100%;max-width:1920px}
}
.ad-slot{overflow:hidden;transition:all .33s ease-out;position:fixed;top:0;left:0;width:100%;z-index:1001}
.ad-slot .close{position:absolute;top:35px;margin-top:-8.5px;right:2%;line-height:100%;cursor:pointer}
.ad-slot .close:hover{opacity:.75}