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

html, body {
    height: 100%;
    font-family: "font", sans-serif;
}

input {
    border: 0px;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type='number'] {
    font-size: 100%;
    font-family: initial;
    -moz-appearance: textfield;
}

.container { 
    height: 100%;
    overflow: hidden;
    background-color: #305572;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
}

.viewer-backdrop { background-color: rgba(0, 0, 0, 0.75); }
.viewer-button:focus, 
.viewer-button:hover,
.viewer-button {
    background-color: rgb(153, 153, 153);
}

.slick { width: 55%; height: 85%; }

.slick-list, .slick-track, .slick-slide, .slick-slide div { height: 100%; }

.slick-slide div { display: flex !important; align-items: center; justify-content: center; }

.slick-slide img {
    cursor: pointer; margin: auto; max-width: 100%; max-height: 100%;
}

.loading {
    position: absolute;
    width: 40px; height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    display: none
}

.slick-loading + .loading {
    display: block;
}

.slick-prev, .slick-next {
    width: auto; height: auto;
    padding: 0px;
    -webkit-transition: .2s;
    transition: .2s;
}

.slick-prev:before, .slick-next:before {
    content: "\e687";
    display: block;
    font-size: 4.166667vw;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0.8;
}

.slick-prev:before {
    content: "\e685";
}

.slick-prev {
    left: 0;
    -webkit-transform: translate(-190%, -50%);
    transform: translate(-190%, -50%);
}

.slick-next {
    right: 0;
    -webkit-transform: translate(190%, -50%);
    transform: translate(190%, -50%);
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.3;
}

.water-mark {
    position: fixed;
    right: 3vw;
    bottom: 4vh;
    color: #FFFFFF;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
}

.water-mark img {
    border: 0;
    width: 2.725vw;
    margin-bottom: 1vw;
}

.water-mark p {
    font-size: 1vw;
    letter-spacing: 0.15em;
    display: flex;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-box-orient: vertical;
}

.navigation {
    color: #FFFFFF;
    display: flex;
    font-size: 0.85vw;
    margin-top: 1.25vw;
}

.navigation .one-page {
    cursor: pointer;
}

.navigation .page, .navigation .one-page { color: #bc9a5c; }

.navigation p {
    display: flex;
    align-items: center;
}

.navigation p + p { margin-left: 1.5vw; }

.navigation input {
    width: 3vw;
    height: 1.25vw;
    margin-left: 0.5vw;
    border-radius: 10vw;
    font-size: 0.8vw;
    text-align: center;
    color: #bc9a5c;
    background-color: transparent;
    border: 1px solid #bc9a5c;
}

.navigation .go-to-btn {
    display: block;
    background-color: #bc9a5c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5vw;
    cursor: pointer;
    width: 1.625vw;
    height: 1.625vw;
    font-size: 0.8vw;
}

.phone-navigation { 
    color: #999999; 
    font-size: 16px; 
    margin-top: 1.5vh;
}

.pc { display: block; }
.phone, .phone-navigation { display: none; }

.tips {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1024;
    background-color: rgba(0, 0, 0, 0.35);
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;

    display: none;
}

.tips i { font-size: 45px; margin-bottom: 20px; }

@media (max-width: 1600px) {
    .navigation {
        font-size: 1.15vw;
    }

    .navigation input {
        width: 3.333333vw;
        height: 1.5vw;
        font-size: 0.875vw;
    }

    .navigation .go-to-btn {
        width: 2vw;
        height: 2vw;
        font-size: 1vw;
    }
}

@media (max-width: 1400px) {
    .navigation {
        font-size: 1.25vw;
    }

    .navigation input {
        width: 4vw;
        height: 1.75vw;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 5vw;
    }
}

@media (max-width: 1200px) {
    .navigation {
        font-size: 1.625vw;
    }

    .navigation input {
        width: 5vw;
        height: 2.25vw;
    }

    .navigation .go-to-btn {
        width: 2.25vw;
        height: 2.25vw;
        font-size: 1vw;
    }

    .slide { height: 80%; }
}

@media (max-width: 992px) {
    .navigation {
        font-size: 2vw;
        margin-top: 2.5vh;
    }

    .navigation p + p {
        margin-left: 2.5vw;
    }

    .navigation input, .navigation .go-to-btn {
        margin-left: 1vw;
    }

    .navigation .go-to-btn {
        width: 3vw;
        height: 3vw;
        font-size: 1.5vw;
    }

    .navigation input {
        width: 5.5vw;
        height: 2.75vw;
        font-size: 1.5vw;
    }

    .slide { height: 75%; }
}

@media (max-width: 992px) and (orientation: landscape) {
    .slick { height: 75%; }
}

@media (max-width: 768px) {
    .navigation {
        font-size: 16px;
    }

    .navigation input, .navigation .go-to-btn {
        margin-left: 10px;
    }

    .navigation input {
        width: 50px;
        height: 25px;
        font-size: 14px;
    }

    .navigation .go-to-btn {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .water-mark {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .water-mark img { 
        width: 25px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .water-mark p {
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-box-orient: horizontal;
        font-size: 12px;
    }

    .slick { width: 70%; }
}

@media (max-width: 680px) {
    .slick { width: calc(100% - 60px) !important; height: 65%; }
}

@media (max-width: 576px) {
    .slick { width: calc(100% - 40px) !important; }

    .navigation input {
        width: 50px;
        height: 25px;
        font-size: 14px;
    }

    .navigation .go-to-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}</pre></body></html>