#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}nav{position:fixed;top:0;left:0;right:0;z-index:999;background-color:#585d63;color:#fff;display:flex;justify-content:space-between;align-items:center;height:90px;box-sizing:border-box}nav img{padding-left:100px;width:90px;height:90px}nav .jumpPage{padding-right:100px}nav a{padding:8px;font-weight:700;color:#fff}nav a.router-link-exact-active{color:#42b983}.page-container{margin-top:90px;overflow:hidden;position:relative;min-height:calc(100vh - 90px)}.back-enter-active,.back-leave-active,.forward-enter-active,.forward-leave-active{transition:all .35s ease;position:absolute;width:100%}.forward-enter{transform:translateX(-100%)}.back-enter,.forward-leave-to{transform:translateX(100%)}.back-leave-to{transform:translateX(-100%)}#app,body,html{margin:0;height:100%}.home{position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column;color:#fff}.back{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.content{width:100%;margin:0 auto;flex:1;display:flex;flex-direction:column;justify-content:space-between}.contentTheme{flex:1;display:flex;align-items:center;justify-content:center;gap:clamp(20px,4vw,60px);flex-wrap:wrap}.contentTheme img{margin-top:70px;width:clamp(350px,20vw,650px);height:auto;-o-object-fit:contain;object-fit:contain}.contentTheme .text{text-align:center}.contentTheme .text .title{font-size:clamp(48px,8vw,100px);font-weight:700;margin-bottom:1rem}.contentTheme .text div:last-child{font-size:clamp(16px,2vw,24px);line-height:1.6}.homeBottom{bottom:0;background:#333;padding:clamp(10px,3vw,30px) clamp(10px,3vw,25px);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.homeBottom .details{flex:1 1 300px;font-size:clamp(20px,1.6vw,41px);font-weight:300;line-height:2}.homeBottom .details a{color:#fff}.homeBottom img{width:clamp(100px,12vw,140px);height:auto}@media(max-width:600px){.contentTheme{flex-direction:column}.homeBottom{justify-content:center;text-align:center}}