html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,dd,dl,dt,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,textarea,ul{margin:0;padding:0}body{background:#fff;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.fx-vs{justify-content:space-between}.fx-v,.fx-vc,.fx-vs{display:flex;align-items:center}.fx-vc{justify-content:center}.site-head{position:absolute;top:30px;left:30px;right:30px;border-radius:20px;padding:0 20px;height:80px;z-index:10}.site-head .logo{padding-left:20px;cursor:pointer}.site-head .logo img{display:block;height:40px}.site-head .nav{padding-left:80px;flex:1;gap:30px;font-size:18px}.site-head .nav li{color:#fff;list-style:none;cursor:pointer;opacity:.5;font-weight:500}.site-head .nav li a{color:inherit;text-decoration:none}.site-head .nav li.active{opacity:1;text-decoration:underline;font-weight:700}.site-head .btn-login{height:32px;background:linear-gradient(111deg,#8b5cf6,#7c3aed);border-radius:100px;font-size:14px;min-width:80px;color:#fff;font-weight:500;cursor:pointer}.site-head .mb-menu{display:none}.site-banner{position:relative;background:linear-gradient(135deg,#7c3aed,#a738e2 50%,#7c3aed);justify-content:center;overflow:hidden}.site-banner,.site-banner h2{display:flex;align-items:center}.site-banner h2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:80px;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.3);white-space:nowrap;gap:20px;z-index:2}.site-banner h2 strong{font-size:80px;display:inline-block;background:#fbbf24;border:2px solid #000;border-radius:20px;padding:5px 30px;color:#000;text-shadow:none}.site-banner img{display:block;width:100%}.page-title a{color:#000}.page-title h1{width:100%;max-width:960px;margin:0 auto;padding:40px 40px 30px;font-size:18px;font-weight:400;line-height:1.6;box-sizing:border-box;color:#555;text-align:center}.page-foot{position:relative;overflow:hidden;text-align:center;color:#fff;padding:160px 0 40px}.page-foot .page-foot-bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:0}.page-foot .inner{position:relative;z-index:1}.page-foot p{font-size:28px;font-family:Arial,Helvetica,sans-serif;font-weight:700}.page-foot .the-btn{background:#fff951;display:inline-block;color:#000;font-size:20px;font-weight:600;padding:15px 40px;border-radius:100px;margin-top:20px;text-decoration:none;transition:all .2s}.page-foot .the-btn:hover{transform:scale(1.05)}.site-body{padding-bottom:60px}.site-container{padding:0 20px}.article-detail{padding:150px 20px 100px}.article-list{max-width:960px;margin:0 auto}.article-list .the-category{gap:30px;height:80px;font-size:20px;justify-content:center}.article-list .the-category a{display:inline-block;text-decoration:none;color:#000;opacity:.5;font-weight:500;text-transform:uppercase}.article-list .the-category a.active{opacity:1;color:#7c3aed;border-bottom:2px solid #7c3aed;padding-bottom:4px}.article-list .the-articles{display:grid;grid-template-columns:1fr 1fr;flex-wrap:wrap;gap:30px}.article-list .the-articles .oarticle{border:1px solid #e5e5e5;border-radius:20px;overflow:hidden;background:#fff;padding-bottom:20px;text-align:center;text-decoration:none;color:#000;transition:all .3s;box-shadow:0 2px 12px rgba(124,58,237,.08)}.article-list .the-articles .oarticle:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(124,58,237,.15)}.article-list .the-articles .oarticle .cover img{display:block;height:220px;width:100%;object-fit:cover}.article-list .the-articles .oarticle h3{font-size:18px;padding:20px;text-align:left;line-height:1.4}.article-list .the-articles .oarticle .btn-more{margin-top:8px;display:inline-block;border-radius:100px;border:1px solid #7c3aed;padding:6px 16px;cursor:pointer;font-size:14px;color:#7c3aed;text-decoration:none;transition:all .2s}.article-list .the-articles .oarticle .btn-more:hover{background:#7c3aed;color:#fff}.site-footer{background:#222;padding:42px 0 0;color:#fff;position:relative}.site-footer .sf-con{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;justify-content:center;gap:60px;box-sizing:border-box;padding:0 20px 30px}.site-footer .sf-con .osf.last{max-width:300px}.site-footer .sf-con h3{font-size:20px;padding-bottom:20px}.site-footer .sf-con ul{list-style:none;padding:0}.site-footer .sf-con ul li{font-size:14px;padding-bottom:10px}.site-footer .sf-con ul a{color:inherit;text-decoration:none;opacity:.6}.site-footer .sf-con ul a:hover{opacity:1}.site-footer .copyright{padding:20px;background:rgba(0,0,0,.314);text-align:center;font-size:12px;opacity:.6;margin:0}.article-content{width:100%;max-width:680px;margin:0 auto;line-height:1.6}.article-content .the-title{font-size:28px;line-height:1.3;margin-bottom:20px}.article-content .summary{font-size:14px;padding-bottom:20px;opacity:.5}.article-content .author{border-bottom:1px solid rgba(0,0,0,.059);padding-bottom:20px;font-size:12px;gap:10px}.article-content .author .avatar{width:36px;height:36px;border-radius:50%;background:#7c3aed;overflow:hidden;display:flex;align-items:center;justify-content:center}.article-content .author .avatar img{display:block;width:100%;height:100%;object-fit:cover}.article-content .author .detail .info{color:#aaa}.article-content .author .detail .info strong{color:#000}.article-content .the-content{font-size:16px;color:#333}.article-content .the-content a{color:#7c3aed}.article-content .the-content img{display:block;width:100%;height:auto;border-radius:12px;margin:30px 0}.article-content .the-content h2{font-size:26px;line-height:1.3;margin:40px 0 20px}.article-content .the-content h3{font-size:20px}.article-content .the-content h4{font-size:16px}.article-content .the-content h2,.article-content .the-content h3,.article-content .the-content h4,.article-content .the-content h5,.article-content .the-content h6{color:#000}.article-content .the-content h3,.article-content .the-content h4,.article-content .the-content h5,.article-content .the-content h6,.article-content .the-content p{margin:20px 0}.article-content .the-content ul{padding-left:40px}.article-content .the-content ul li{margin:12px 0}.article-content .the-content table{width:100%;border-collapse:collapse;margin:20px 0}.article-content .the-content table td,.article-content .the-content table th{padding:8px 12px;border:1px solid #e5e5e5;text-align:left;font-size:14px;color:#000}.article-content .the-content table td:first-child,.article-content .the-content table th{font-weight:700;color:#7c3aed}@media screen and (max-width:680px){.site-head{left:0;top:0;right:0;border-radius:0;height:1.52rem;padding:0;position:relative}.site-head .logo{padding:0;flex:1}.site-head .logo img{margin:0 auto;height:.82rem}.site-head .nav{display:none}.site-head .btn-login{position:absolute;right:.2rem;height:.85rem;font-size:.37rem}.site-head .mb-menu{display:block;position:absolute;left:.5rem}.site-head .mb-menu svg{display:block;width:.64rem;height:.64rem}.site-banner h2{font-size:30px;gap:10px}.site-banner h2 strong{font-size:30px;padding:5px 20px}.page-title h1{padding:20px 15px;font-size:14px}.page-foot{padding:30px}.page-foot p{font-size:20px}.page-foot .the-btn{padding:15px 24px;font-size:16px}.site-body{padding-bottom:.2rem}.site-container{padding:0 .4rem}.article-list{padding:.4rem 0}.article-list .the-category{gap:.36rem;height:.6rem;font-size:.32rem;margin-bottom:.32rem}.article-list .the-articles{grid-template-columns:1fr;gap:.53rem}.article-list .the-articles .oarticle{border-radius:.28rem;padding:.37rem .53rem;display:flex;gap:.48rem}.article-list .the-articles .oarticle .cover{width:3.72rem}.article-list .the-articles .oarticle .cover img{height:auto;border-radius:.25rem}.article-list .the-articles .oarticle .detail{flex:1;text-align:left}.article-list .the-articles .oarticle .detail h3{padding:0;font-size:.32rem}.article-list .the-articles .oarticle .detail .btn-more{margin:.32rem 0 0;padding:.12rem .4rem;font-size:.27rem}.site-footer{padding:10px 0 0}.site-footer .sf-con{max-width:100%;box-sizing:border-box;padding:0 20px 10px;flex-wrap:wrap;gap:0;justify-content:space-between}.site-footer .sf-con h3{font-size:16px;margin:0 0 5px}.site-footer .sf-con .osf{width:48%}.site-footer .sf-con .osf.last{max-width:none}.site-footer .sf-con ul{list-style:none;padding:0}.site-footer .sf-con ul li{font-size:12px;padding-bottom:6px}.site-footer .copyright{padding:20px 10px;font-size:9px}.article-detail{padding:.4rem .52rem}.article-content .the-title{font-size:.45rem}.article-content .summary,.article-content .the-content{font-size:.32rem}.article-content .the-content img{margin:.6rem 0}.article-content .the-content h2{font-size:.48rem;margin:.6rem 0 .3rem}.article-content .the-content h3{font-size:.42rem}.article-content .the-content h4{font-size:.36rem}.article-content .the-content h3,.article-content .the-content h4,.article-content .the-content h5,.article-content .the-content h6,.article-content .the-content p{margin:.4rem 0}}.drop-menu{position:fixed;z-index:100;background:#fff;width:100%;height:100%;left:0;top:0;display:none}.drop-menu.show{display:block}.drop-menu .the-logo{text-align:center;padding:.5rem 0 1rem}.drop-menu .the-logo img{display:inline-block;height:1rem}.drop-menu .btn-cancel{position:absolute;right:.5rem;top:.5rem;width:.85rem;height:.85rem;text-align:center;font-size:.5rem;line-height:.85rem;background:rgba(0,0,0,.063);border-radius:50%}.drop-menu .the-list{padding:0 .8rem}.drop-menu .the-list li{list-style:none}.drop-menu .the-list li a{display:block;line-height:1.2rem;font-weight:500;text-decoration:none;color:#000;font-size:.35rem;border-bottom:1px solid rgba(0,0,0,.063)}.icon.outbound{color:#aaa;display:inline-block;vertical-align:middle;position:relative;top:-1px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}