*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}h1,h2,h3,h4,p,ul,li{margin:0;padding:0}ul,li{list-style:none}a{color:inherit;text-decoration:none}:root{font-family:Microsoft YaHei,PingFang SC,sans-serif;color:#1f2937;background:#f5f7fb}body{min-width:12.8rem;font-size:.16rem;line-height:1.5;overflow-x:hidden}.app-shell{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#fff;overflow-x:hidden}.site-header{position:fixed;top:0;left:0;right:0;z-index:1200;height:.8rem;background:#fff;border:.01rem solid #EBECED;box-shadow:0 .04rem .12rem #2426251a}.site-header__inner{width:100%;height:100%;margin:0 auto;padding:0 .24rem;display:flex;align-items:center}.site-header__brand{display:flex;align-items:center;min-width:1.14rem}.company-logo{width:1.71rem;height:.54rem;display:block;object-fit:contain}.site-header__nav{flex:1;display:flex;justify-content:center;align-items:center;gap:0;margin:0 .24rem}.site-header__menu-item{position:relative;z-index:2}.site-header__link{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:.8rem;padding:0 .22rem;color:#374151;font-size:.2rem;transition:color .2s,background-color .2s;position:relative;border:0;outline:none;cursor:pointer;font-family:inherit;background:transparent}.site-header__link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.05rem;background:#f27c3c;opacity:0;transition:opacity .2s}.site-header__menu-item:hover>.site-header__link{color:#f27c3c;font-weight:700;background:#f27c3c1a}.site-header__menu-item:hover>.site-header__link:after{opacity:1}.site-header__link:hover{color:#f27c3c;font-weight:700;background:#f27c3c1a}.site-header__link.is-active{color:#f27c3c;background:#f27c3c1a;font-weight:700}.site-header__link.is-active:after{opacity:1}.site-header__dropdown{position:absolute;left:50%;top:100%;transform:translate(-50%);width:max-content;padding-top:.2rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s,visibility .15s}.site-header__dropdown.is-open{opacity:1;visibility:visible;pointer-events:auto}.site-header__dropdown-panel{min-width:2.6rem;border-radius:.08rem;overflow:hidden;padding:.2rem 0;text-align:center;background:#978c83a8;border:.01rem solid rgba(255,255,255,.2);backdrop-filter:blur(.1rem);box-shadow:0 .08rem .2rem #0003}.site-header__dropdown-link{display:flex;justify-content:center;align-items:center;width:100%;padding:.16rem .12rem;color:#fff;font-size:.2rem;font-weight:700;white-space:nowrap;text-align:center;transition:background-color .2s,font-weight .2s}.site-header__dropdown-link+.site-header__dropdown-link{border-top:.01rem solid rgba(255,255,255,.28)}.site-header__dropdown-link:hover{background:#fff6;font-weight:700}.site-header__actions{display:flex;align-items:center;gap:.2rem}.site-header__action{padding:.09rem .12rem;border-radius:.08rem;display:inline-flex;align-items:center;justify-content:center;border:.01rem solid #f27c3c;background:#f27c3c;color:#fff;font-size:.16rem;line-height:1;cursor:pointer}.site-header__action--outline{background:#f27c3c33;color:#f27c3c;border:.01rem solid #f27c3c}.site-header__action.is-active{font-weight:700}.app-main{flex:1;padding-top:.8rem;width:100%;overflow-x:hidden}.site-footer__top{background:#3f4043}.site-footer__inner{width:100%;margin:0 auto;padding:.4rem .8rem 0;display:flex;justify-content:space-between;align-items:flex-start;gap:.4rem}.site-footer__title{position:relative;margin-bottom:.5rem;padding-left:.24rem;color:#fff;font-size:.32rem;line-height:.32rem;font-weight:600}.site-footer__title:before{content:"";position:absolute;left:0;top:0;width:.08rem;height:.32rem;background:#fff}.site-footer__line{margin:0;color:#ffffffe0;font-size:.2rem;line-height:1.5}.site-footer__line+.site-footer__line{margin-top:.2rem}.site-footer__qrcode-wrap{display:flex;flex-direction:column;align-items:center;min-width:1.5rem}.site-footer__qrcode{width:1.38rem;height:1.38rem;display:block;border-radius:.1rem;background:#fff;object-fit:cover}.site-footer__qrcode-text{margin-top:.15rem;margin-bottom:.15rem;color:#fffc;font-size:.2rem}.site-footer__bottom{background:#f27c3c}.site-footer__copyright{width:100%;margin:0 auto;padding:.12rem .56rem;display:flex;justify-content:center;align-items:center;gap:.8rem;color:#fff;font-size:.2rem}.site-footer__copyright-link{cursor:pointer}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}
