header{width:100%;padding:16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#FFF;transition:all,.3s}.burger-img-white,.logo-img-white{opacity:1}.burger-img-black,.logo-img-black{opacity:0}header.fixed{position:fixed;top:0;left:0;z-index:10}header.backgrounded{background:#FFFFFF;mix-blend-mode:unset;color:unset;border-bottom:1px solid var(--color-border)}.logo{position:relative}.logo-img{width:100%;height:100%;object-fit:contain;position:absolute;top:0;left:0;transition:all,.3s}.backgrounded .burger-img-white,.backgrounded .logo-img-white{opacity:0}.backgrounded .burger-img-black,.backgrounded .logo-img-black{opacity:1}@media screen and (max-width:1024px){header{padding:0 20px;height:60px}.logo{width:145.29px;height:30px}.mobile-menu-btn{width:30px;height:30px;position:relative}.burger-img{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu{display:none}.mobile-menu-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:40px 0}}@media screen and (min-width:1025px){header{padding:0 70px;height:70px}.logo{width:174.34px;height:36px}.mobile-menu-btn{display:none}.menu{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:20px}.menu-item{font-size:16px;position:relative;transition:all,.3s}.menu-item:hover{font-weight:700}.menu-item-active{padding:0 5px}.menu-item-active:before{content:"[";position:absolute;left:-10px}.menu-item-active:after{content:"]";position:absolute;right:-10px}.mobile-menu-container{display:none}}@media screen and (max-width:1024px){footer{padding:20px 30px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:14px}}@media screen and (min-width:1025px){footer{padding:0 70px;height:70px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;font-size:14px}}.section h1.zh{font-weight:700;font-size:28px}.section .en{color:#999999;font-size:18px}