<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sacnWx {
            width: 175px;
            height: 175px;
            border: 2px solid #999999;
            margin: 0 auto;
        }

        .wxSanTips {
            text-align: center;
            margin-top: 20px;
        }

        .userLogin {
            display: block;
            text-align: center;
            margin-top: 10px;
            text-decoration: underline;
        }

        .appDownload {
            position: fixed;
            right: 0px;
            width: 242px;
            height: 296px;
            top: 380px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 16px 0px rgba(243, 149, 170, 0.4);
            border-radius: 10px;
            padding: 20px 0px;
        }

        .downloadQrCode {
            margin: 0 auto;
            width: 178px;
            height: 178px;
        }

        .appDownload p {
            text-align: center;
            height: 17px;
            font-size: 18px;
            font-family: PingFang-SC-Medium;
            font-weight: 500;
            color: rgba(0, 0, 0, 1);
            margin-bottom: 10px;

        }

#home .home .item_a,
#books .books .item_a,
#rank .rank .item_a,
#writer .writer .item_a
{color: #f596aa;}
#home .home .item_a::before,
#books .books .item_a:before,
#rank .rank .item_a:before,
#writer .writer .item_a:before
 {
    width: 100%;
    height: 3px;
    font-size: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f596aa;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.cls{display:table;margin-top:100px;clear:both;width:100%}</pre></body></html>