<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol {
    list-style-type: none;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-around {
    justify-content: space-around;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.z-10 {
    z-index: 10;
}

.top-8 {
    top: 2rem;
}

.top-32 {
    top: 8rem;
}

.top-1\/2 {
    top: 50%;
}

.-top-16 {
    top: -4rem;
}

.right-0 {
    right: 0;
}

.right-4 {
    right: 1rem;
}

.right-8 {
    right: 2rem;
}

.right-12 {
    right: 3rem;
}

.right-16 {
    right: 4rem;
}

.right-32 {
    right: 8rem;
}

.right-48 {
    right: 12rem;
}

.-right-12 {
    right: -3rem;
}

.-right-40 {
    right: -10rem;
}

.-right-48 {
    right: -12rem;
}

.bottom-0 {
    bottom: 0;
}

.bottom-28 {
    bottom: 7rem;
}

.bottom-8 {
    bottom: 2rem;
}

.left-48 {
    left: 12rem;
}

.left-1\/2 {
    left: 50%;
}

.-left-24 {
    left: -6rem;
}

.-left-28 {
    left: -7rem;
}

.-left-40 {
    left: -10rem;
}

.-left-48 {
    left: -12rem;
}

.animate__delay-1\.3s {
    -webkit-animation-delay: calc(var(--animate-delay)*1.3);
    animation-delay: calc(var(--animate-delay)*1.3);
}

.animate__delay-1\.6s {
    -webkit-animation-delay: calc(var(--animate-delay)*1.6);
    animation-delay: calc(var(--animate-delay)*1.6);
}

.animate__delay-1\.9s {
    -webkit-animation-delay: calc(var(--animate-delay)*1.9);
    animation-delay: calc(var(--animate-delay)*1.9);
}

.animate__delay-2\.2s {
    -webkit-animation-delay: calc(var(--animate-delay)*2.2);
    animation-delay: calc(var(--animate-delay)*2.2);
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.-mt-32 {
    margin-top: -8rem;
}

.mr-16 {
    margin-right: 4rem;
}

.mr-48 {
    margin-right: 12rem;
}

.section {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.section1 {
    background: url(../images/p1-bg.webp) 50% 0 / cover;
}

.section2 {
    background: url(../images/p2-bg.webp) 50% / cover;
}

.section3 {
    background: url(../images/p3-bg.webp) 50% / cover;
}

.section4 {
    background: url(../images/p4-bg.webp) 50% / cover;
}

.section5 {
    background: url(../images/p5-bg.webp) 50% / cover;
}

.section6 {
    padding-bottom: 20px;
    background-color: #2d190b;
    color: #9e8568;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}

.inner {
    width: 1240px;
    margin: 0 auto;
}

.nav-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.nav-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 88px;
    background: url(../images/nav-left.png) repeat;
}

.nav-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 50%;
    height: 88px;
    background: url(../images/nav-right.png) repeat;
}

.nav-hook {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 1920px;
    margin-left: -960px;
}

.nav-bar {
    width: 1920px;
    height: 88px;
    margin: 0 auto;
    background: url(../images/hd-nav.webp) 50%;
}

.nav {
    position: absolute;
    left: 790px;
    top: 0;
    width: 800px;
    font-size: 0;
    background-image: url(../images/hd-a.png);
}

.nav li {
    display: inline-block;
    width: 200px;
}

.nav a {
    display: block;
    height: 88px;
}

.upload {
    bottom: 180px;
    width: 600px;
    height: 140px;
    margin-left: -300px;
    background-image: url(../images/hd-text.png);
}

.arrow {
    width: 246px;
    height: 101px;
    margin-left: -123px;
    background-image: url(../images/arrow.png);
}

.arrow2 {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 42px;
    height: 96px;
    margin-left: -21px;
    background: url(../images/spr.png) -430px 0;
}

.welcome {
    height: 73px;
    margin-bottom: 20px;
    background: url(../images/btm-down.webp) 50%;
}

.sidebar {
    position: fixed;
    z-index: 1000;
    width: 126px;
    height: 428px;
    margin-top: -220px;
    background: url(../images/sidebar-bg.png);
}

.sidebar li {
    position: relative;
    display: block;
    width: 90;
    
    
}

.sidebar span {
    display: inline-block;
    padding-left: 100%;
}

.sidebar a {
    display: block;
    width: 90px;
    height: 78px;
    line-height: 78px;
    color: #607fac;
    text-decoration: none;
    text-align: justify;
    font-size: 22px;
}

.sidebar em {
    position: absolute;
    width: 22px;
    height: 16px;
    top: 30px;
    left: 104px;
    background: url(../images/spr.png) -478px 0;
}

.sidebar .cur a {
    color: #fff;
    font-weight: 700;
}

.sidebar .cur em {
    background-position: -478px -20px;
}

.sidebar .sao_down a {
    color: #f0ebb2
}

.sidebar .sao_down img {
    position: absolute;
    left: -236px;
    top: -76px;
}
</pre></body></html>