<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    color: rgb(1,138,198);
    cursor:pointer;
}

#main {
    height: 300px;
}

#content {
    width: 615px;
    padding: 135px;
    font-family: 微软雅黑;
    font-size: 16px;
}
.successInfo img
{
    float: left;
    margin: 5px 10px 0 0;
    width: 38px;
    height: 38px;
}
.successTxt
{
    float: left;
    color: #333;
    font: normal 16px/24px "Microsoft YaHei",Simsun, serif;
}
.successTxtFirst em
{
    color: #ff6535;
    font-weight: bold;
}
.successTxtFirst a
{
    color: #ff6535;
}
.successTxtLast
{
    color: #666;
    font: normal 12px/20px "Microsoft YaHei",Simsun, serif;
}
    .successTxtLast em
    {
        color: #ff6535;
    }</pre></body></html>