body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:Times New Roman,Times,serif;margin:0}:root{color-scheme:light}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer}button.disabled,button:disabled{cursor:not-allowed}.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;display:flex;font-family:Times New Roman,Times,serif;height:90px;justify-content:center;position:fixed;top:0;width:100%;z-index:1000}.navbar-container{height:100%;margin:0 auto;max-width:1000px}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{margin-right:50px;text-decoration:none}.logo-img{height:70px;width:auto}.nav-links{align-items:center;display:flex;gap:100px;justify-content:space-between}.nav-link{color:#333;font-size:25px;font-weight:500;letter-spacing:.03em;line-height:1.2em;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#b31b1b}.hamburger{cursor:pointer;display:none;flex-direction:column;height:21px;justify-content:space-around;width:30px;z-index:1001}.hamburger span{background-color:#333;border-radius:3px;height:3px;transition:all .3s ease;width:100%}.hamburger.open span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media screen and (max-width:900px){.navbar-container{padding:0 20px;width:100%}.nav-links{gap:50px}}@media screen and (max-width:768px){.hamburger{display:flex}.navbar-container{justify-content:space-between}.navbar-logo{margin-right:0}.nav-links{background-color:#fff;box-shadow:0 10px 10px #0000001a;flex-direction:column;gap:40px;height:calc(100vh - 90px);justify-content:flex-start;left:-100%;padding-top:50px;position:fixed;top:90px;transition:left .3s ease;width:100%}.nav-links.open{left:0}.nav-link{font-size:20px}}.footer-container{align-items:center;background-color:#8c1e1f;display:flex;flex-direction:row;gap:3rem;justify-content:flex-start;padding:2rem 4rem}.footer-logo{flex-shrink:0}.logo-img{height:80px;object-fit:contain;width:80px}.footer-icons{flex-direction:row;gap:1.5rem;justify-content:center}.footer-icons,.footer-icons a{align-items:center;display:flex}.footer-icons a{text-decoration:none}.icon{cursor:pointer;height:40px;transition:transform .2s ease;width:40px}.icon:hover{transform:scale(1.1)}.icon-wechat{transform:scale(1.35)}.icon-wechat:hover{transform:scale(1.45)}.icon-bilibili{transform:scale(1.35)}.icon-bilibili:hover{transform:scale(1.45)}.footer-text{color:#fff;font-size:14px;line-height:1.6;margin-left:auto;text-align:right}.footer-text p{margin:0 0 .5rem}.footer-text a{color:#fff;display:block;text-decoration:underline}@media (max-width:768px){.footer-container{align-items:center;flex-direction:column;gap:2rem;padding:2.5rem 1.5rem;text-align:center}.footer-text{margin-left:0;text-align:center}.footer-icons{gap:1.25rem}.icon{height:35px;width:35px}.icon-bilibili,.icon-wechat{transform:scale(1.2)}.icon-bilibili:hover,.icon-wechat:hover{transform:scale(1.3)}}@media (max-width:480px){.footer-container{gap:1.5rem;padding:2rem 1rem}.footer-icons{flex-wrap:wrap;gap:1rem;justify-content:center}.logo-img{height:60px;width:60px}.footer-text{font-size:12px}}.hero-section{align-items:center;display:flex;height:90vh;justify-content:center;overflow:hidden;position:relative;width:100%}.home-hero-background{height:90vh;left:0;object-fit:cover;position:absolute;top:0;width:100%}.home-hero-background:after{background-color:#0006;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-image-container{height:100%;left:0;opacity:0;position:absolute!important;top:0;transition:opacity 1.5s ease-in-out;width:100%;z-index:0}.hero-image-container.active{opacity:1}.cover-img{height:90vh;object-fit:cover;width:100%}.home-hero-content{color:#fff;position:relative;text-align:left;text-shadow:2px 2px 4px #00000080;width:65%;z-index:2}.hero-title-chinese,.hero-title-english{font-size:60px;font-weight:700;line-height:1.4;margin:0}.hero-title-english{color:#fff}.hero-subtitle{font-size:27px;font-weight:400;line-height:1.4;margin:0}.home-hero-content>*+*{margin-top:.5rem}.about-section{display:flex;flex-direction:row;height:53vh;width:100%}.about-title{align-items:center;background-color:#8c1e1f;display:flex;flex:1 1;padding:2rem}.about-title-text{color:#fff;font-size:2.5rem;font-weight:700;margin:0 auto;padding-right:8rem}.about-content{align-items:center;background-color:#f5f5f5;display:flex;flex:1 1;padding:2rem}.about-content-text{line-height:1.8;max-width:435px;padding-left:2rem}.events-section{align-items:center;background-color:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:1050px;padding:4rem 2rem;width:100%}.events-header{margin-bottom:2rem;text-align:center}.events-title-text{color:#8c1e1f;font-size:2.5rem;font-weight:700;margin:0}.events-description{margin-bottom:3rem;text-align:center}.events-content-text{color:#333;font-family:Helvetica;font-size:18px;line-height:1.8;margin:0}.events-grid-section{max-width:1400px;width:100%}.events-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.event-card-container{aspect-ratio:1/1;background-color:initial;perspective:1000px;width:100%}.event-card-inner{height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .6s;width:100%}.event-card-container:hover .event-card-inner{transform:rotateY(180deg)}.event-card-back,.event-card-front{backface-visibility:hidden;height:100%;overflow:hidden;position:absolute;width:100%}.event-card-front{background-color:#f0f0f0}.event-card-back{align-items:center;background-color:#8c1e1f;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:1rem;transform:rotateY(180deg)}.event-image{display:block;height:100%;object-fit:cover;width:100%}.event-card-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.event-card-button{background-color:#fff;border:none;color:#8c1e1f;display:inline-block;font-weight:600;padding:.6rem 1.2rem;text-decoration:none;transition:background-color .2s}.event-card-button:hover:not(.disabled){background-color:#f0f0f0}.event-card-button.disabled{background-color:#f0f0f0;color:#666}.events-button{background-color:#8c1e1f;border:none;color:#fff;font-size:1rem;margin-top:4rem;padding:.8rem 2rem;text-align:center}.guide-section{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:row;gap:180px;justify-content:center;padding:60px 0 80px;width:100%}.guide-text{display:flex;flex-direction:column;gap:20px;max-width:450px;text-align:left}.guide-text-title{color:#8c1e1f;font-size:2.5rem;font-weight:700;margin:0}.guide-text-description{color:#333;font-size:18px;line-height:1.8;margin:0}.guide-button{background-color:#fff;border:1px solid #8c1e1f;color:#8c1e1f;display:inline-block;font-size:1rem;padding:10px 0;text-align:center;text-decoration:none;transition:all .3s ease;width:140px}.guide-button:hover{background-color:#8c1e1f;color:#fff}.guide-cover-wrapper{align-items:center;display:flex;flex-shrink:0;justify-content:center}.guide-cover{box-shadow:0 10px 30px #0000001a;display:block;height:auto;width:350px}@media (max-width:1024px){.guide-section{gap:80px;padding:60px 40px}.home-hero-content{width:80%}.hero-title-chinese{font-size:3rem;line-height:1.2}.hero-title-english{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-top:10px}}@media (max-width:768px){.home-hero-content{width:80%}.hero-title-chinese{display:none}.hero-title-english{font-size:3rem;padding-bottom:80px;text-align:center}.hero-subtitle{display:none}.about-section{flex-direction:column;height:auto;padding:4rem 0}.about-section,.about-title{background-color:#f5f5f5}.about-title-text{color:#8c1e1f;font-size:32px;padding-right:0}.about-content{padding:0}.about-content-text{font-size:16px;margin:0 auto;padding-left:0}.events-section{padding:3rem 1.5rem}.events-title-text{font-size:32px}.events-content-text{font-size:16px;text-align:left}.events-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.guide-section{flex-direction:column-reverse;gap:40px;padding:50px 20px;text-align:center}.guide-text{align-items:center;max-width:100%;text-align:left}.guide-text-title{font-size:32px}.guide-text-description{font-size:16px;padding:0 10px}.guide-cover-wrapper{width:100%}.guide-cover-container{height:auto!important;margin:0 auto;max-width:300px!important;width:80%!important}.guide-cover{margin:0;max-width:none!important;width:100%!important}}@media (max-width:480px){.hero-title-english{font-size:2.8rem}.about-title-text{font-size:28px}.about-content-text{padding:0 10px}.events-section{padding:2rem 1rem}.events-title-text{font-size:28px}.events-content-text{font-size:16px}.events-grid{gap:1rem;grid-template-columns:1fr}.guide-section{padding:40px 15px}.guide-text-title{font-size:28px}.guide-cover{width:90%}}.guide-heading{color:#8c1e1f;font-size:40px;margin-top:3rem}.guide-container p,.guide-heading{text-align:center}.guide-download-link{display:block;margin:0 auto 3rem;width:fit-content}.guide-cover-img{aspect-ratio:.75;display:block;height:auto;margin:0 auto;max-width:400px;transition:transform .3s ease,box-shadow .3s ease;width:100%}@media screen and (max-width:768px){.guide-heading{font-size:32px;margin-top:2rem}.guide-container p{font-size:16px;padding:0 20px}.guide-cover-img{max-width:300px}}@media screen and (max-width:480px){.guide-heading{font-size:28px}.guide-cover-img{max-width:280px}}.guide-cover-img:hover{box-shadow:0 4px 15px #0003;cursor:pointer;transform:scale(1.02)}.hero-section-container{align-items:center;display:flex;height:320px;justify-content:center;overflow:hidden;position:relative;width:100%}.hero-background,.hero-background:after{height:100%;left:0;position:absolute;top:0;width:100%}.hero-background:after{background-color:#8c1e1f99;content:"";transition:background-color .3s ease;z-index:1}.hero-img{height:100%;object-fit:cover;width:100%}.hero-content{color:#fff;max-width:1000px;position:relative;text-align:left;width:65%;z-index:2}.hero-title{color:#fff;font-size:60px;font-weight:700;margin:0;text-shadow:2px 2px 4px #0000004d}@media (max-width:768px){.hero-section-container{height:220px}.hero-background:after{background-color:#8c1e1fb3}.hero-content{text-align:center;width:80%}.hero-title{font-size:3rem}}@media (max-width:480px){.hero-section-container{height:160px}.hero-title{font-size:2.2rem}}h5{font-weight:400;margin-bottom:1rem;margin-top:1rem}button{background-color:#8c1e1f;border:none;color:#fff;font-size:14px;padding:.6rem 2.2rem}button:hover{background-color:#fff;border:1px solid #8c1e1f;color:#8c1e1f}button.disabled,button.disabled:hover{background-color:#ccc;border-color:#ccc}button.disabled:hover{color:#fff}.upcoming-events-heading{margin-top:3rem;text-align:center}.upcoming-events-container{display:flex;flex-direction:column;gap:3rem;padding-bottom:4rem}.upcoming-event-card{background-color:#f5f5f5;display:flex;flex-direction:row;gap:2rem;height:280px;margin:0 auto;transition:transform .3s ease,box-shadow .3s ease;width:650px}.upcoming-event-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.upcoming-event-image-container{flex-shrink:0;height:280px!important;width:280px!important}.upcoming-event-content{flex:1 1;position:relative}.upcoming-event-button{bottom:2rem;position:absolute}.upcoming-event-card img{height:100%;object-fit:cover;width:100%}.upcoming-event-card h3{color:#8c1e1f;font-size:27px;font-weight:700;margin-top:3rem}.upcoming-event-card h5{font-size:16px}.upcoming-event-card p{font-size:13px}.events-outer-container{background-color:#8c1e1f;padding:3rem 4rem}.events-heading{color:#fff;text-align:center}.events-container{display:flex;flex-direction:column;gap:3rem}.event-card{background-color:#fff;display:flex;gap:3.5rem;height:390px;margin:0 auto;padding:2rem 7rem;width:1200px}.event-card-left{flex-direction:row}.event-card-right{flex-direction:row-reverse}.event-image-container{flex-shrink:0;height:310px!important;width:480px!important}.event-card img{height:100%;object-fit:cover;width:100%}.event-card h3{color:#8c1e1f;font-size:38px;font-weight:700;margin-bottom:.5rem}.event-card h5{font-size:20px}.event-card p{font-size:16px}@media (max-width:1250px){.event-card{padding:2rem 3rem;width:95%}}@media (max-width:1024px){.event-card{align-items:center;gap:2rem;height:auto;padding:2rem}.event-image-container{height:auto!important;width:40%!important}}@media (max-width:768px){.events-outer-container{padding:2rem 1rem}.upcoming-event-card{flex-direction:column;gap:0;height:auto;max-width:400px;text-align:center;width:90%}.upcoming-event-image-container{aspect-ratio:1/1;height:auto!important;width:100%!important}.upcoming-event-content{align-items:center;display:flex;flex-direction:column;padding:1.5rem}.upcoming-event-content h5{margin-bottom:.5rem;margin-top:.5rem}.upcoming-event-card h3{font-size:24px;margin-bottom:.5rem;margin-top:0}.upcoming-event-button{bottom:0;margin-top:1.5rem;max-width:200px;position:relative;width:100%}.event-card{flex-direction:column-reverse!important;gap:.5rem;height:auto;padding:1.5rem;text-align:center;width:90%}.event-image-container{height:auto!important;margin:0 auto;max-width:500px;width:100%!important}.event-card img{height:auto;width:100%}.event-card h3{font-size:24px}.event-card h5{font-size:16px}.event-description{text-align:left}.event-button{margin-top:1rem}}@media (max-width:480px){.upcoming-event-card{max-width:300px;width:80%}}.social-media-frame{background:#8c1e1f;box-sizing:border-box;margin:0 auto;padding:60px}.social-media-container{align-items:center;background-color:#fff;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:1400px;overflow:hidden;width:100%}.social-media-content{flex:1 1;padding:3rem 4rem 3rem 10rem}.social-media-container h2{color:#8c1e1f;font-size:40px;margin-top:0}.social-media-content p{font-size:18px;margin:.8rem 0}.social-label{color:#8c1e1f;font-weight:700}.group-photo-container{flex-shrink:0;position:relative;width:700px}.social-group-photo-container{height:auto!important;width:100%!important}.group-photo-container:after{background-color:#8c1e1f33;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.group-photo-img{display:block;height:100%;object-fit:cover;width:100%}.support-content{color:#000;font-size:20px;line-height:1.6;margin:4rem auto;max-width:900px;padding:0 2rem;text-align:center}.contact-heading{color:#8c1e1f;font-size:40px;font-weight:700;margin-bottom:2rem}.wechat-qr-container{aspect-ratio:1/1;height:auto!important;margin:2rem auto 0;width:200px!important}.wechatCode-img{display:block;height:100%;object-fit:contain;width:100%}@media (max-width:1200px){.social-media-content{padding-left:4rem}.group-photo-container{width:50%}}@media (max-width:900px){.social-media-frame{padding:30px}.social-media-container{flex-direction:column-reverse}.group-photo-container{width:100%}.social-media-content{box-sizing:border-box;padding:3rem 2rem;text-align:center;width:100%}.social-media-container h2{font-size:32px}.social-media-content p{font-size:16px}.contact-heading{font-size:32px}.support-content p{font-size:16px;text-align:left}}@media (max-width:480px){.social-media-frame{padding:15px}.social-media-content{padding:2rem 1.5rem}.contact-heading,.social-media-container h2{font-size:28px}.social-media-content p,.support-content p{font-size:16px}}h2{color:#8c1e1f;font-size:40px}p{font-size:18px}.intro-container{align-items:center;background-color:#fff;display:flex;flex-direction:row;gap:4rem;justify-content:space-between;margin:3rem auto;max-width:1050px;width:90%}.intro-image-container{aspect-ratio:4/3;height:auto!important;width:480px!important}.intro-image img{height:100%;object-fit:cover;width:100%}.intro-heading{margin-bottom:2rem;text-align:left}.history-outer-container{background-color:#f5f5f5;margin-top:4rem;padding:3rem 4rem}.history-outer-container h2{margin-bottom:2rem;text-align:left}.history-container{align-items:center;display:flex;flex-direction:row;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1050px;width:90%}.history-timeline{max-width:520px}.timeline-entry{align-items:center;display:flex;flex-direction:row;justify-content:end;padding:.8rem 0}.timeline-year{color:#000;flex-shrink:0;font-size:25px;font-weight:700;min-width:100px}.timeline-content{color:#333;font-size:16px;line-height:1.6;padding-top:.5rem}.timeline-divider{background-color:#8c1e1f;height:1px;margin:.5rem 0;width:100%}.history-image-container{height:auto;width:420px!important}.history-image img{height:100%;object-fit:cover;width:100%}.departments-container{margin:0 auto;padding-top:3rem;width:90%}.departments-container h2{text-align:center}.departments-container p{margin:0 auto;max-width:1050px;text-align:center}.departments-content{grid-row-gap:4rem;grid-column-gap:2rem;column-gap:2rem;display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;margin:2rem auto;max-width:1050px;row-gap:4rem}.department-card{background-color:#f5f5f5;display:flex;flex-direction:column;height:100%;max-width:400px;width:100%}.department-image-container{aspect-ratio:4/3;height:auto!important;width:100%!important}.department-image{height:100%;object-fit:cover;width:100%}.department-content{flex:1 1;padding:1.5rem 2rem 2.5rem}.department-name{font-size:20px;font-weight:700;margin-bottom:1rem}.departments-container .department-description{font-size:16px;margin:0;text-align:left}.join-outer-container{background-color:#f5f5f5;padding:3rem 4rem}.join-container{align-items:center;background-color:#fff;display:flex;flex-direction:row;margin:0 auto;max-width:1200px;overflow:hidden}.join-content{flex:1 1;padding:3rem 4rem}.contact-container{align-items:center;background-color:#8c1e1f;color:#fff;display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;justify-content:center;min-height:500px;width:400px}.contact-container h4:nth-of-type(2){margin-top:2rem}.qr-container-gongzhonghao{aspect-ratio:1/1;height:auto!important;width:90px!important}.qr-container-xiaozhushou{aspect-ratio:1/1;height:auto!important;width:160px!important}.gongzhonghao-img,.xiaozhushou-img{height:100%;object-fit:contain;width:100%}.join-button{background-color:#8c1e1f;border:none;color:#fff;cursor:pointer;margin-top:2rem;padding:.8rem 2rem}.join-button:hover{background-color:#a32425}@media (max-width:1024px){.history-image-container,.intro-image-container{width:300px!important}.departments-content{gap:2rem}.join-content{padding:2rem}.contact-container{width:300px}}@media (max-width:768px){h2{font-size:32px}.history-container,.intro-container{flex:1 1;flex-direction:column;width:90%}.history-image-container,.intro-image-container{max-width:500px;width:100%!important}.history-timeline,.intro-content{max-width:100%}.history-outer-container h2,.intro-heading{text-align:center}.departments-container p{text-align:left}.departments-content{grid-template-columns:1fr;width:90%}.department-card{max-width:500px}.join-container{flex-direction:column}.join-content h2{text-align:center}.contact-container{display:none}.history-outer-container,.join-outer-container{padding:2rem 1rem}.join-button{display:block;margin:2rem auto 0}}@media (max-width:480px){h2{font-size:28px}.departments-container .department-description,.timeline-content,p{font-size:16px}.timeline-year{font-size:20px;min-width:80px}.department-content{padding:1rem 1.5rem 2rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.a4f5f721.css.map*/