<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{margin:0;padding:0;}
em{font-style: normal;}
img{max-width:100%;}
a{color:inherit;text-decoration: none;}
ul{
    list-style: none;
}
.clearfix::after{content:"";display:block;clear:both;}
.pd-0{
    padding-left:0 !important;
    padding-right:0 !important;
}
figure{font-size:0;/*子元素只能是img*/}
html{
    font-size:0;/*不在样式中初始化为100px*/
}
@font-face {
    font-family: zz-ruisong;
    src: url(/images/fonts/zz-ruisong.otf);
}
@font-face {
    font-family: hy-xixingkai;
    src: url(/images/fonts/hy-xixingkai.woff2) format("woff2"),
         url(/images/fonts/hy-xixingkai.woff) format("woff"),
         url(/images/fonts/hy-xixingkai.ttf);
}
.book-des .book-des-txt,
.book-recomment-txt
{
    font-family:'SimSun','fangsong';
}
/*默认，移动端,使用rem*/
body{
    font-family: 'Microsoft Yahei',SimHei,SimSun,'PingFang SC',STHeiti,STSong,serif;
    line-height:2;
    background-color:#d9e6dd;
    /* background-image: linear-gradient(to bottom,#7dc4b4 10%,#d9e6dd,transparent); */
}
.bg-page{
    background-image:url(bg-m.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size:contain;/*背景图与其他部件有对齐需求*/
    padding-top:.4rem;
    min-height:12rem;/*定个最小高度，防止没有内容时背景图撑不开铺不满屏幕*/
}
.my-container{
    width:7.5rem;
    /* max-width: 7.5rem; */
    margin:0 auto;
    box-sizing: border-box;
    padding-left: .58rem;
    padding-right: .58rem;
    position:relative;
}

.header{
    position:relative;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.motif{
    position:relative;
    flex-basis: 4.28rem;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.motif .zhuti{
    width:3.86rem;
}
.motif::before{
    content:"";
    display:inline-block;
    box-sizing: border-box;
    width:.34rem;
    height:.03rem;
    background-color:white;
    /* border:.01rem solid #53a592; */
    /* border-radius: .06rem; */
    box-shadow: 0 1px 2px #939494;
    position:relative;
    top:.4rem;
}
.number{
    flex-basis: 1.36rem;
    display:flex;
    line-height:1;
    text-align: center;
}
.number .left{
    flex-basis: .76rem;/*pc端112*/
    flex-shrink: 0;
    display:flex;
    flex-direction: column;
    position:relative;
}
.list-bg-page .number .left{
    flex-basis: 100%;
}
.number .year::after{
    content:".";
    font-family: sans-serif;

}
.number .year{
    font-family: serif;
    margin-bottom:.02rem;
}
.number .no{
    font-family: serif;
    letter-spacing: .02rem;
    color:white;
    background-color:#3e998a;
    line-height:1.5;
}
.number .qrcode{display:none;}
.number .right{
    flex-basis: .52rem;/*pc端80*/
    flex-shrink: 0;
    font-size:0;
    background-image:url(month-spring.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size:contain;
    margin-left:.08rem;
}
.booker{
    /* background-image: url(./wnddssg/bg-bookpages.png); */
    background-size: contain;
    background-position: right top;
    display:flex;
    flex-wrap: wrap;
    color:#003c32;
    justify-content: space-between;
    margin-top:1.24rem;
}
.booker::after{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:32%;
    height:1px;
    background-color:rgba(60, 154, 138,0.7);
}
.book-pic{
    display:flex;
    flex-direction: row;
    flex-basis: 4.28rem;
    overflow:hidden;
}
.book-pic .book-name{
    font-family: zz-ruisong,"fangsong","SimSun";
    writing-mode: vertical-lr;
    width:1em;/*不支持writing-mode的*/
    margin-right:0.2em;margin-left:0.2em;
}
.book-pic .book-logo{
    max-width:2.74rem;
}
.book-pic .book-author{
    writing-mode: vertical-lr;
    width:1em;/*不支持writing-mode的*/
    /* text-indent: 4em; */
    padding-top:4em;
    font-weight: bold;
    letter-spacing: 2px;
}
.book-des{
    text-indent: 2em;
    flex-basis: 2.06rem;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.book-des .book-des-txt{
    max-height: 3.14rem;/*封面图的高度*/
    overflow:hidden;
    overflow-y:scroll;
    color: #003329;
    text-align: justify;
    text-shadow: 0 0 0 #003329;
    font-size:small;
}
.book-des .expand-btn,
.book-des .bold-btn{
    text-indent: 0;
}
.book-des .expand-btn{
    text-align: right;
}
.book-des .bold-btn{
    text-align: center;
}
.book-des .expand-btn::before{
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
    background-image:url(icon-down.svg);
    background-size:contain;
    background-repeat: no-repeat;
}
.book-des .expand-btn::after{
    content:"展开";
    display:inline-block;
    font-size:small;
}
.book-des .bold-btn::before{
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
    background-image:url(icon-top.svg);
    background-size:contain;
    background-repeat: no-repeat;
}
.book-des .bold-btn::after{
    content:"折叠";
    display:inline-block;
    font-size:small;
}
.book-recomment::before{
    content:"......";
    display:block;
    color:white;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px #939494;
    text-shadow: 0 2px 2px #606060;
    text-align:center;

}
.book-recomment-txt{
    text-indent: 2em;
    text-align:justify;
}
.book-recomment .mg-name{
    font-family:hy-xixingkai;
    text-shadow: 0 0 1px #003c32;
    display: block;
    text-align: right;
}
.br-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.r2y{
    margin-bottom: 2em;
}
.topic{
    font-weight: bold;
    color:#003c32;
    line-height:3;
}
.audio-txt .topic,
.wqtj .topic{
    position:relative;
}
.audio-txt .topic::before,
.wqtj .topic::before,
.dsxd .topic::before
{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: -0.58rem;
    width: calc(7.5rem * 0.32);
    height: 1px;
    background-color: rgba(60, 154, 138,0.7);
}
.dsxd .topic::before
{
    left:0;
}
.mg-info{position:relative;}
.mg-photo{
    background-image:url(touxiang.png);
    background-repeat: no-repeat;
    background-size:contain;
    width:1.5rem;
    height:1.5rem;
    overflow: hidden;
    float:right;
    margin-top:.24rem;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left:2em;
}
.mg-photo figure{
    width:1.4rem;
    height:1.4rem;
    border-radius: 50%;
    overflow: hidden;
}
.mg .mg-des{
    text-indent: 2em;
    text-align: justify;
}

.audio-content{
    max-height:3.48rem;
    overflow-y:scroll;
}
.dsxd{
    display:none;
}
.list-1 li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.list-2{
    display:flex;
    flex-direction: row;
}
.list-2 li{
    flex-basis: 33.33%;
    flex-shrink: 1;
    flex-grow: 0;
    padding-right:.4rem;
}
.list-2 li:last-child{
    padding-right:0;
}
.list-2 li p{
    text-align: center;
    color:#003c32;
}
.list-2 .num-logo{
    width:1.8rem;
}

.footer{
    color:#686866;
    text-align:center;
    margin-top:1em;
    padding-top:1em;
    padding-bottom:1em;
}
.footer::before{
    content:"";
    display:block;
    position: absolute;
    top: 0;
    left:50%;
    width: 40%;
    margin-left:-20%;
    height: 1px;
    background-color: rgba(60, 154, 138,0.7);
}
/*播放器皮肤*/
.audio-player{
    /* background-color:rgba(204,204,204,0.4); */
    border-radius:4px;
    padding:1em 0;
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    user-select: none;
}
/* .track-opt,
.track-info {
    flex-basis:100%;
} */
.track-opt{
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.player-track{
    display:flex;
    flex-basis:calc(100% - 2.4em - 1em);
    flex-direction: column;
    justify-content: center;
}
.player-track::before{
    content:"";
    height:1.2em;
}
.track-liner{
    position:relative;
    display:block;
    height:2px;
    background-color:rgba(0,0,0,.19);
    width:100%;
    cursor: pointer;
}
.track-duration{
    position:absolute;
    left:0;
    right:100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    background-color:#3c9a8a;
}
.track-flag{
    position:absolute;
    left:0;
    height:0.5em;
    width:0.5em;
    border-radius:50%;
    background-color:rgba(0,0,0,1);
    background-color:#3c9a8a;
    top:-0.25em;
    left:0;
}
.track-info{
    display:flex;
    justify-content: space-between;
}
.current-seconds,.total-seconds{
    color:rgba(0,0,0,.59);
    font-style: normal;
}
.player-btn::before{
    cursor: pointer;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2.4em;
    height: 2.4em;
    /* color: rgba(0,0,0,.9); */
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz4gIDxwYXRoIGZpbGw9JyNmZmYnIGQ9J00xNC45IDJBMTQuMTcgMTQuMTcgMCAwIDEgMTkgMTJhMTQuMTcgMTQuMTcgMCAwIDEtNC4xIDEwbC0xLjQ4NS0xLjVBMTIuMDM2IDEyLjAzNiAwIDAgMCAxNi45IDEyYzAtMy4yMzMtMS4yNjctNi4yNTktMy40ODUtOC41TDE0Ljg5OSAyem0tMy40NjUgMy41QTkuMjEgOS4yMSAwIDAgMSAxNC4xIDEyYTkuMjEgOS4yMSAwIDAgMS0yLjY2NSA2LjVMOS45NSAxN0E3LjA3NyA3LjA3NyAwIDAgMCAxMiAxMmE3LjA3NyA3LjA3NyAwIDAgMC0yLjA1LTVsMS40ODUtMS41ek03Ljk3IDlhNC4yNTEgNC4yNTEgMCAwIDEgMS4yMyAzIDQuMjUgNC4yNSAwIDAgMS0xLjIzIDNMNSAxMmwyLjk3LTN6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center;
    background-color:#3c9a8a;
    border-radius: 50%;
}
@keyframes playing {
    0% { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz4gIDxwYXRoIGZpbGw9JyNmZmYnIGQ9J003Ljk3IDE1YTQuMjUxIDQuMjUxIDAgMCAwIDEuMjMtMyA0LjI1IDQuMjUgMCAwIDAtMS4yMy0zTDUgMTJsMi45NyAzeicvPjwvc3ZnPg==)}
    50% { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz4gIDxwYXRoIGZpbGw9JyNmZmYnIGQ9J00xMS40MzUgNS41QTkuMjEgOS4yMSAwIDAgMSAxNC4xIDEyYTkuMjEgOS4yMSAwIDAgMS0yLjY2NSA2LjVMOS45NSAxN0E3LjA3NyA3LjA3NyAwIDAgMCAxMiAxMmE3LjA3NyA3LjA3NyAwIDAgMC0yLjA1LTVsMS40ODUtMS41ek03Ljk3IDlhNC4yNTEgNC4yNTEgMCAwIDEgMS4yMyAzIDQuMjUgNC4yNSAwIDAgMS0xLjIzIDNMNSAxMmwyLjk3LTN6Jy8+PC9zdmc+) }
    100% { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz4gIDxwYXRoIGZpbGw9JyNmZmYnIGQ9J00xNC45IDJBMTQuMTcgMTQuMTcgMCAwIDEgMTkgMTJhMTQuMTcgMTQuMTcgMCAwIDEtNC4xIDEwbC0xLjQ4NS0xLjVBMTIuMDM2IDEyLjAzNiAwIDAgMCAxNi45IDEyYzAtMy4yMzMtMS4yNjctNi4yNTktMy40ODUtOC41TDE0Ljg5OSAyem0tMy40NjUgMy41QTkuMjEgOS4yMSAwIDAgMSAxNC4xIDEyYTkuMjEgOS4yMSAwIDAgMS0yLjY2NSA2LjVMOS45NSAxN0E3LjA3NyA3LjA3NyAwIDAgMCAxMiAxMmE3LjA3NyA3LjA3NyAwIDAgMC0yLjA1LTVsMS40ODUtMS41ek03Ljk3IDlhNC4yNTEgNC4yNTEgMCAwIDEgMS4yMyAzIDQuMjUgNC4yNSAwIDAgMS0xLjIzIDNMNSAxMmwyLjk3LTN6Jy8+PC9zdmc+) }
}
.playing .player-btn::before{
    /* background-position: left center; */
    animation-name: playing;
    animation-duration: 1.5s;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1,start);/*IOS Safari不支持steps(1,jump-start)属性值*/
}
/*播放器End*/
.article{
    margin-top:3em;
}
.art-title{text-align:center;}
.art-info{
    text-align: center;
    font-size:small;
}
.art-cont{
    margin-top:3em;
    text-align:justify;
}
.qk-list{
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qk-list li {
    flex-basis: 48%;
    text-align:center;
}
.qk-list li p{
    padding:0 0.5em;
    line-height:1.5;
    margin-bottom:0.5em;
}
.qk-list li .book-no{
    font-size:smaller;
}
.qk-list li figure{
    border:2px solid white;
    display:inline-block;
}

/*字号集中设置*/
/*正文字号*/
body{
    font-size:medium;
}
/*特殊字号*/
.number .year
{
    font-size:x-large;
}
.book-pic .book-name{
    font-size:xx-large;
    line-height:1.5;
}
.book-recomment .mg-name{
    font-size:x-large;
}
.mg-name{
    font-size:large;
}
.topic{
    font-size: x-large;
}
.footer{
    font-size:small;
}
.current-seconds,.total-seconds{
    font-size:small;
}
/*omit翻页*/
.manu{
    width:100%;
    margin-top:1em;
    font-size:small;
    text-align: center;
}
.manu a,.manu span{
    background-color:white;
    border-radius:4px;
}
.manu .disabled {
    PADDING: 5px 7px;
    BORDER: #dbdbdb 1px solid;
    MARGIN: 5px;
    COLOR: #ddd;
}

.manu .current {
    BORDER: #dbdbdb 1px solid;
    PADDING: 5px 7px;
    FONT-WEIGHT: bold;
    MARGIN: 5px;
    COLOR: #fff;
    BACKGROUND-COLOR: #3e998a;
}
.manu A {
    BORDER: #dbdbdb 1px solid;
    PADDING: 5px 7px;
    MARGIN: 5px;
    COLOR: #333;
    TEXT-DECORATION: none;
}

/*END字号集中设置*/
@media (min-width:576px){
    /*特殊字号*/
    .number .year{
        font-size:.34rem;
    }
    .number .no{
        font-size:.2rem;
    }
    .book-pic .book-name{
        font-size:.42rem;
    }
    .book-des .book-des-txt,
    .book-recomment-txt
    {
        font-size:.2rem;
    }
    .book-recomment::before{
        font-size:.38rem;
    }
    .book-recomment .mg-name{
        font-size:.26rem;
    }
    .mg .mg-name{
        font-size:.24rem;
    }
    .topic{
        font-size: .3rem;
    }
    .footer{
        font-size:.16rem;
    }
    .current-seconds,.total-seconds{
        font-size:.12rem;
    }
}
@media (min-width:750px){
    body{
        font-size:.18rem;
    }
    .qk-list{
        justify-content: flex-start;
    }
    .qk-list li {
        flex-basis: 33%;
    }
}
/*PC端使用px*/
@media (min-width:1200px){
    body{
        font-size:18px;
    }
    .my-container{
        width:1200px;
        padding-left:64px;
        padding-right:64px;
        /*实际宽度1072*/
    }
    .bg-page{
        background-image:url(bg-pc.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        /* background-size:cover; */
        padding-top:50px;
        min-height: 1100px;/*背景图的尺寸993,列表页背景图1009，因此取1100*/
    }
    .list-bg-page{/*列表页背景图*/
        background-image:url(list-bg-pc.jpg);
    }
    .header{
        flex-direction: row-reverse;
        padding-right:0;
        justify-content: flex-start;
    }
    .motif{
        flex-basis: 894px;
    }
    .motif::before{
        width:100%;
        margin-right:10px;
        top:0;
        background-image:linear-gradient(to left,white 40%,rgb(169, 229, 219));
        box-shadow: 0 1px 2px #6ab19b;
    }
    .motif .zhuti{
        width:550px;
    }
    .number{
        flex-basis: 206px;
        flex-basis: 214px;
    }
    .number .year{
        font-size:50px;
    }
    .number .no{
        font-size:28px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .number .left{
        flex-basis: 114px;
    }
    .number .left::before{
        content:"";
        display: inline-block;
        box-sizing: border-box;
        height: 3px;
        background-color: rgb(169, 229, 219);
        /* background-image: linear-gradient(to left bottom,white 5%,#9ce0d6); */
        box-shadow: 0 1px 2px #6ab19b;
        position:absolute;
        top:calc(50% - 3px);
        /* width:90px;
        left:-100px; */
        width: 82px;
        left: -92px;
    }
    .number .right{
        flex-basis: 80px;
    }
    .number .qrcode{
        display:block;
        background-color: #3e998a;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height:97px;
    }
    .number .qrcode canvas,
    .number .qrcode img
    {
        width: 80px;
        margin: 0 auto;
        border: 4px solid white;
    }
    .booker{
        flex-wrap:nowrap;
        margin-top:90px;
        padding-bottom:2em;
    }
    .book-pic{
        flex-basis: 400px;
    }
    .book-des{
        flex-basis: 216px;
    }
    .book-recomment{
        flex-basis: 400px;
        display:flex;
    }
    .book-recomment::before{
        writing-mode: tb;
    }
    .book-recomment-txt{
        height:314px;
        overflow:hidden;
        overflow-y:scroll;
        display:flex;
        align-items: center;
    }
    .br-wrap .mg-name{
        display:flex;
        align-items: center;
        justify-content: flex-end;
    }
    .br-wrap .mg-name::before,
    .br-wrap .mg-name::after{
        content:"";
        display:inline-block;
        height:1px;
        width:20px;
        background-color:#003c32;
    }
    .br-wrap .mg-name::before{
        margin-right:1em;
    }
    .br-wrap .mg-name::after{
        margin-left:1em;
    }
    .mg-photo{
        float:unset;
        margin:0 auto;
    }
    .mg .mg-name{
        text-align: center;
    }
    .r2y{
        display:flex;
        justify-content: space-between;
    }
    .mg{
        flex-basis: 336px;
    }
    .mg-des{
        height:154px;
        overflow:hidden;
        overflow-y:scroll;
    }
    .audio-info{
        flex-basis: 650px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .audio-txt .topic{display:none;}
    .audio-content{height:348px;}
    .rower-1{
        display:flex;
        justify-content: space-between;
    }
    .dsxd{
        display:block;
        flex-basis: 336px;
        overflow:hidden;
    }
    .wqtj{
        flex-basis: 650px;
    }
    /*PC端才有的滚动条*/
    .mCSB_buttonUp,.mCSB_buttonDown,.mCSB_dragger_bar{ background-color: #3c9a8a !important; }
    .article-wrap{
        padding-bottom:2em;
    }
    .article{
        border-radius: 12px;
        padding:2em 1em;
        background-color:rgba(255,255,255,0.2);
    }
    .qk-list li {
        flex-basis: 25%;
    }
    .qk-list .num-logo{
        width: 180px;
    }
}</pre></body></html>