<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é›ªèŠ±é£˜è½*/
.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2000;
}

.snow-container .snow {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    background: url(../images/snow.png) no-repeat\9;
}

:root .snow-container .snow {

}
.index-title {
    width: 1400px;
    height: 260px;
    padding-top: 120px;
    margin: 0 auto;
}

.index-title .title {
    margin-top: -15px;
    margin-left: 80px;
    width: 200px;
}

.index-title .title h3 {
    color: #101010;
    font-size: 26px;
}

.index-title .title h3 span {
    font-weight: bold;
}

.index-title .title p {
    margin-top: 20px;
    line-height: 0px;
    color: #c3c3c3;
}

.index-title h4 {
    font-size: 20px;
    text-align: center;
    margin-top: -40px;
    color: #c3c3c3;
}

.dis{position: absolute;}
.title{position: relative;}
.title .dis-1{ top: -25px; right: 20px;}
.title .dis-2{ top: -30px; right: 20px;}
.title .dis-3{ top: -62px; right: 11px;}
.title .dis-4{ top: -25px; right: 13px;}
</pre></body></html>