<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
ç”¨äºŽå±è”½å†—ä½™ä»£ç&nbsp;
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/


/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

body,
html {
    font-family: Microsoft YaHei!important;
    margin: 0;
}

body{
    width: 192rem;
    margin: 0 auto;
    font-family:Microsoft YaHei;
    font-weight:400;
}

html {
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
}

.public_button {
    background-color: #0099FF;
    border-radius: 2.8rem;
    cursor: pointer;
    color: #fff;
    font-size: 1.4rem;
}

.public_button p {
    padding: 1.1rem 3.1rem 1.1rem 3.4rem;
}
.public_button p a{
    color: #fff;
}

.public_button:hover {
    opacity: 0.9;
}

.public_cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 640px) and (max-width: 719px) {
    html {
        font-size: 2.6px;
    }
}

@media screen and (min-width: 720px) and (max-width: 749px) {
    html {
        font-size: 2.8px;
    }
}

@media screen and (min-width: 750px) and (max-width: 799px) {
    html {
        font-size: 4px;
    }
}

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

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

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

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

@media screen and (min-width: 1680px) {
    html {
        font-size: 10px;
    }
}</pre></body></html>