<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#scrollbox {
    width: 90%;
    margin: 10px auto;
    height: 430px;
    overflow: hidden;
}

.scrollcon {
    height: 800%;
}

.scrollpic li {
    overflow: hidden;
    margin-bottom: 2px;
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
}

    .scrollpic li a {
        display: block;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        text-decoration: none;
    }

        .scrollpic li a:hover {
            color: #e68900;
        }

#form-register {
    margin-top: 1px;
    padding-bottom: 1px;
}

    #form-register label {
        margin-left: -50px;
    }


/*友情链接样式*/
.test_box {
    height: 104px;
    background: #fff;
    float: right;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 30px 22px;
}


.dialogbox-message {
    font-size: 16px;
}
</pre></body></html>