<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è®¡ç®—æ&nbsp;¹å­—ä½“å¤§å°çš„åŒºé—´ */
@media screen and (min-width: 300px) {
    html {
        font-size: calc(100vw / 3.75)
    }
}

@media screen and (max-width:299px) {
    html {
        font-size: 80px;
    }
}

@media screen and (min-width:541px) {
    html {
        font-size: 144px;
    }
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.156rem;
}

header img {
    object-fit: contain;
}

header .logo img {
    width: 1.5rem;
}

header .links {
    display: flex;
}

header .links a {
    text-align: center;
}

header .links a:nth-child(2) {
    margin-left: 0.16rem;
}

header .links a img {
    width: 0.3rem;
}

header .links a span {
    display: block;
    margin-top: 0.05rem;
    color: #ffffff;
    font-size: 0.1rem;
}

.content-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.content-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-bg .fixed-decoration{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.full-page .section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.full-page .section .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.7rem;
}

.full-page .section .title img {
    width: 35vh;
}

.full-page .section .image img {
    width: 40vh;
    margin-top: 5vw;
}

/* cover fullpage */
#fp-nav {
    z-index: 9;
}
#fp-nav.fp-right{
    right: 0;
}
#fp-nav ul li, .fp-slidesNav ul li{
    height: auto;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    position: relative;
    display: block;
    background: #ffffff;
    font-size: 0;
    text-indent: -1000px;
    width: 9px;
    height: 9px;
    border: 1px solid transparent;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    background: white;
}
#fp-nav ul li a span.fp-sr-only, .fp-slidesNav ul li a span.fp-sr-only{
    position: absolute;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    height: 25px;
    width: 9px;
    margin: -2px 0 0 -2px;
    border-radius: 11px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin: 8px;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.16rem 0.12rem;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 9;
}

.bottom .tips {
    margin-top: 0.15rem;
}

.bottom .tips span {
    position: relative;
    color: #ffffff;
    font-size: 0.12rem;
}

.bottom .tips span::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 0.01rem;
    bottom: 1px;
    background: #ffffff;
    left: 0;
}

.bottom .btn-list {
    display: flex;
    justify-content: space-around;
}

.bottom .btn-list img {
    width: 1.25rem;
    object-fit: contain;
}

.android-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.android-modal .header {
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    padding: 0.024rem 0.048rem;
    box-shadow: 0 0.03rem 0.05rem rgba(57, 63, 72, 0.1);
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    height: 0.42rem;
    background: #fff;
}

.android-modal .header .android-modal-arrow img {
    width: 0.2rem;
}

.android-modal .header .title {
    font-size: 0.14rem;
    color: #000;
}

.android-modal .content {
    padding: 0.13rem 0.048rem;
}

.android-modal .content .platform-item img {
    width: 100%;
}

.android-modal .content .pic img {
    width: 100%;
}

.android-modal .contentAnser {
    display: none;
}


.section .active .ts-left {
    animation: 0.75s left 0.3s both;
}
@keyframes left {
    from {transform: translateX(80%)}
    to {transform: translateX(0)}
}
.section.active .ts-fade {
    animation: 0.75s fade 0.8s both;
}
@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}
.section.active .ts-rotation1 {
    animation: 0.6s rotation1 0.6s both;
    transform-origin: bottom;
}
@keyframes rotation1 {
    from {transform: rotate(-11deg)}
    to {transform: rotate(0deg)}
}
@keyframes scale {
    from {transform: scale(1)}
    to {transform: scale(1.05)}
}

.decoration {
    position: absolute;
    z-index: 0;
    transition: 0.2s opacity;
    opacity: 0;
}
.decoration.decoration-left {
    left: 0;
    bottom: 35vh;
    width: 20vh;
    object-fit: cover;
    /*transform: translateX(-100%);*/
}
.decoration.decoration-right {
    right: 0;
    bottom: 15vh;
    width: 17vh;
    object-fit: cover;
    /*transform: translateX(100%);*/
}

.section-1.decoration.decoration-left {
    left: -5vh;
    bottom: 15vh;
    width: 35vh;
}
.section-1.decoration.decoration-right {
    right: 0;
    bottom: 15vh;
    width: 25vh;
}
.section-3.decoration.decoration-left {
    left: -7vh;
    bottom: 22vh;
    width: 27vh;
}
.section-3.decoration.decoration-right {
    right: -8vh;
    bottom: 18vh;
    width: 25vh;
}
.section-4.decoration.decoration-left {
    left: -8vh;
    bottom: 15vh;
    width: 28vh;
}
.section-4.decoration.decoration-right {
    right: -12vh;
    bottom: 15vh;
    width: 40vh;
}
.section-5.decoration.decoration-left {
    left: -3vh;
    bottom: 15vh;
    width: 19vh;
}
.section-5.decoration.decoration-right {
    right: -5vh;
    bottom: 15vh;
    width: 20vh;
}
.active.decoration.decoration-left{
    animation: 0.8s slideInLeft 0.2s both;
    opacity: 1;
}
.active.decoration.decoration-right{
    animation: 0.8s slideInRight 0.2s both;
    transform: translateX(0);
    opacity: 1;
}

@keyframes slideInLeft {
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(0);
    }
}
/* åŠ¨ç”» */
@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
@keyframes fadeScaleIn {
    from {
        transform: scale(0);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}</pre></body></html>