<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-img {
    text-align: center;
    background: #000;
}

    .nav-img img {
        width: 100%;
        height: 149px;
    }

.nav2 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2px;
    font-size: 13px;
    background: #fff;
}

.nav2 {
    text-decoration: none
}

    .nav2 ul {
        padding: 2px 0;
        display: flex;
        justify-content: space-between;
    }

        .nav2 ul li {
            width: 100%;
            box-sizing: border-box;
            padding: 0 2px;
        }

            .nav2 ul li a {
                display: block;
                padding: 3px 0;
                text-align: center;
                color: #fff;
                border-radius: 50px;
                background: #a45218;
            }

                .nav2 ul li a:hover {
                    background: #87CEEB;
                }

#nav2[data-fixed="fixed"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

@media screen and (min-width:800px) {
    .nav2 {
        padding: 4px;
        font-size: 16px;
    }

        .nav2 ul {
            padding: 4px 0;
        }

            .nav2 ul li {
                padding: 0 4px;
            }

                .nav2 ul li a {
                    padding: 5px 0;
                    cursor: pointer;
                }
}

.nav-img {
    text-align: center;
    background: #000;
}

    .nav-img img {
        width: auto;
        height: 70px;
    }

.style1 {
    text-align: center;
}

.style9x1m {
    background-color: #FFFF00;
}

.style254 {
    background-color: #FFFF00;
}

.style1258 {
    background-color: #FFFF00;
}

.style1 {
    font-family: å¾®è½¯é›…é»‘;
    font-size: medium;
    color: #FF00FF;
}

.style2 {
    background-color: #000000;
}

/*ä¸‹è½½APP*/
.download66 {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 800px;
    height: 50px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .download66 p {
        font-weight: 700;
        color: #fff;
        line-height: 54px;
    }

    .download66 .btn {
        height: 40px;
        line-height: 40px;
        width: 70px;
        text-align: center;
        background-color: #ec0909;
        position: absolute;
        right: 10px;
        bottom: 0;
        top: 0;
        margin: auto;
        font-size: 14px;
        border: none;
        border-radius: 5px;
        padding: 0;
        color: #fff;
    }

    .download66 i.close {
        display: block;
        position: absolute;
        top: 5px;
        left: 12px;
        height: 40px;
        width: 40px;
    }

.tongji + a {
    bottom: 110px !important;
}


ul {
    list-style: none
}

a {
    text-decoration: none;
   }

.cgi-foot {
    padding: 3px;
    font-size: 17px;
    font-weight: bold;
    color: #d49e56;
    text-align: center;
    background: #fffff0;
    text-shadow: 0px 1px 1px #000;
}

.cgi-nav {
}

    .cgi-nav ul {
    }

        .cgi-nav ul li {
            float: left;
            width: 25%;
        }

            .cgi-nav ul li a {
                height: 36px;
                line-height: 36px;
                font-weight: bold;
                color: #000;
                font-size: 18px;
                text-align: center;
                display: block;
            }</pre></body></html>