<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
    font-family: TADUFONT;
    font-style: normal;
    font-weight: 400;
    src: url(../images/font/tadu_subfont.eot);
    src: url(../images/font/tadu_subfont.eot?#iefix) format('embedded-opentype'), url(../images/font/tadu_subfont.woff2) format('woff2'), url(../images/font/tadu_subfont.woff) format('woff'), url(../images/font/tadu_subfont.ttf) format('truetype'), url(../images/font/tadu_subfont.svg#iconfont) format('svg')
}

html {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

address, applet, article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, embed, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, li, mark, menu, nav, object, ol, output, p, pre, progress, ruby, section, summary, table, tbody, td, tfoot, th, thead, time, tr, ul, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

li {
    list-style: none
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    line-height: normal
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=submit], input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

em {
    font-style: normal
}

html {
    min-width: 990px
}

body {
    background: #fff;
    color: #333;
    font-size: 16px
}

img {
    width: 100%;
    display: block;
    border-radius: 2px
}

input::input-placeholder {
    color: #BBB
}

::-webkit-input-placeholder {
    color: #BBB
}

:-moz-placeholder {
    color: #BBB
}

::-moz-placeholder {
    color: #BBB
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #BBB !important
}

.header input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.headFix input:-webkit-autofill, .navSecond input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(68, 68, 68, .96) inset
}

.headFix .text, .navSecond .text {
    -webkit-text-fill-color: #B7B7B7
}

.hidden {
    display: none !important
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0
}

.boxCenter, .sectionBox {
    width: 1200px;
    margin: auto
}

hr {
    width: 1px;
    height: 10px;
    border: none;
    float: left
}

.bookImg {
    float: left;
    overflow: hidden
}

.bookImg img {
    width: 100%;
    height: 100%;
    transition: transform .3s ease-out
}

.bookImg img:hover {
    transform: scale(1.1)
}

.aboutBox a:hover, .authorZone:hover, .friendLink a:hover, .isLogged a:hover, .suspend a:hover {
    color: #953A00 !important
}

.logoWrap {
    height: 68px;
    line-height: 68px !important
}

.logoWrap .logo {
    display: block;
    /*background: url(/pc/images/logo.png) no-repeat;*/
    width: 198px;
    height: 42px;
    float: left;
    margin: 5px 0 0 2px;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}

.logoWrap .loginBtn {
    margin-right: 13px
}

.logoWrap form {
    border-radius: 15px;
    margin: 19px 30px 0 0;
    background: #fff;
    float: left;
    position: relative
}

.logoWrap .text {
    width: 251px;
    line-height: 30px;
    height: 30px;
    border: 1px solid rgba(153, 153, 153, .5);
    border-right: 1px solid #ccc;
    font-size: 14px;
    padding: 0 11px 0 14px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left;
    outline: 0
}

.logoWrap .submit {
    position: absolute;
    clip: rect(0 0 0 0);
    right: 0;
    width: 39px;
    height: 32px
}

.logoWrap .searchBtn {
    width: 38px;
    border: 1px solid rgba(153, 153, 153, .5);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    float: left;
    height: 30px;
    border-left: none;
    background: #FFD338
}

.logoWrap .searchBtn em {
    display: block;
    background: url(/pc/images/icon.png) 0 -71px no-repeat;
    background-size: 100px 100px;
    width: 20px;
    height: 22px;
    margin: 3px auto auto
}

.logoWrap .searchBtn:hover {
    background: rgba(255, 211, 56, .5)
}

.logoWrap .dlBox {
    position: relative;
    float: left
}

.logoWrap .downLoad {
    color: #666;
    line-height: 24px;
    margin-top: 18px;
    cursor: pointer;
    font-size: 14px
}

.logoWrap .downLoad i {
    display: inline-block;
    background: url(/pc/images/icon.png) 0 -41px no-repeat;
    background-size: 100px 100px;
    width: 21px;
    height: 21px;
    margin-right: 9px;
    position: relative;
    top: 5px
}

.logoWrap .dlCon {
    top: 67px;
    left: -253px
}

.logoWrap hr {
    border-left: 1px solid #D4D4D4;
    margin: 29px 20px 0
}

.logoWrap .login {
    float: left;
    font-size: 14px;
    line-height: 68px
}

.logoWrap .login a {
    color: #666;
    padding: 0
}

.logoWrap .login a:hover {
    color: #953A00
}

.isLogged {
    float: left
}

.isLogged a {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    float: left
}

.isLogged img {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: relative;
    top: 13px;
    margin-left: 6px
}

.suspend {
    border-radius: 4px;
    background: #fff;
    width: 64px;
    padding: 25px 30px;
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 2;
    border: 1px solid #ccc
}

.suspend a {
    color: #333 !important;
    line-height: 22px;
    margin-bottom: 17px;
    display: block
}

.suspend i {
    background: url(../images/v500/iconSm.png) -34px 0 no-repeat;
    background-size: 50px 50px;
    width: 17px;
    height: 9px;
    position: absolute;
    top: -7px;
    right: 8px
}

.logoWrapRt {
    float: right;
    position: relative
}

.dlCon {
    position: absolute;
    width: 339px;
    height: 238px;
    text-align: center;
    background: #F5F5F5;
    border-radius: 4px;
    z-index: 1000;
    border: 1px solid #ccc
}

.dlCon span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 24px;
    margin: 31px 0 21px
}

.dlCon img {
    width: 134.4px;
    margin: auto
}

.dlCon em {
    background: url(/pc/images/icon.png) -77px -89px no-repeat;
    background-size: 100px 100px;
    width: 21px;
    height: 11px;
    position: absolute;
    top: -10px;
    right: 19px
}

.nav {
    background: #2F2F2F
}

.navLi a, .navList a {
    position: relative
}

.navLi .current, .navLi a:hover, .navList .current, .navList a:hover {
    background: rgba(0, 0, 0, .35)
}

.navLi .current span, .navList .current span {
    height: 4px;
    position: absolute;
    background: #FFD338;
    border-radius: 2px;
    bottom: 0;
    width: 100%;
    left: 0
}

.navList {
    line-height: 44px
}

.navList a {
    font-size: 16px;
    padding: 0 13px;
    text-align: center;
    color: #FFF;
    float: left;
    margin-right: 20px
}

.navList .authorZone {
    float: right;
    background: #fff;
    color: #953A00;
    border-radius: 4px;
    padding: 0 13px 0 10px;
    line-height: 30px;
    margin-top: 7px
}

.navList .authorZone i {
    display: inline-block;
    background: url(/pc/images/icon.png) -32px -46px no-repeat;
    background-size: 100px 100px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 2.5px
}

.navList .authorZone:hover {
    background: rgba(255, 255, 255, .88)
}

.headFix {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: .5s all;
    transform: translateZ(10px);
    top: -153px;
    visibility: hidden
}

.headFix .login {
    line-height: inherit
}

.headFix .login a {
    padding: 0
}

.headFix, .navSecond {
    height: 44px;
    line-height: 44px;
    background: rgba(68, 68, 68, .96);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    font-size: 14px
}

.headFix .downLoad, .headFix a, .navSecond .downLoad, .navSecond a {
    color: rgba(255, 255, 255, .8)
}

.headFix .logo, .navSecond .logo {
    display: block;
    background: url(../images/v500/logoSm.png) no-repeat;
    width: 103px;
    height: 24px;
    float: left;
    margin: 8px 19px 0 0
}

.headFix .navLi, .navSecond .navLi {
    float: left
}

.headFix .navLi a, .navSecond .navLi a {
    float: left;
    padding: 0 10px;
    line-height: 44px
}

.headFix form, .navSecond form {
    float: left;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    line-height: 24px;
    width: 183px;
    position: relative;
    margin-top: 10px
}

.headFix form input::input-placeholder, .navSecond form input::input-placeholder {
    color: #B7B7B7
}

.headFix form ::-webkit-input-placeholder, .navSecond form ::-webkit-input-placeholder {
    color: #B7B7B7
}

.headFix form :-moz-placeholder, .navSecond form :-moz-placeholder {
    color: #B7B7B7
}

.headFix form ::-moz-placeholder, .navSecond form ::-moz-placeholder {
    color: #B7B7B7
}

.headFix form input:-ms-input-placeholder, .headFix form textarea:-ms-input-placeholder, .navSecond form input:-ms-input-placeholder, .navSecond form textarea:-ms-input-placeholder {
    color: #B7B7B7 !important
}

.headFix form .text, .navSecond form .text {
    padding: 5px 0;
    background: rgba(68, 68, 68, .1);
    border: none;
    width: 160px;
    outline: 0
}

.headFix form .submit, .navSecond form .submit {
    position: absolute;
    clip: rect(0 0 0 0);
    right: 0
}

.headFix form .searchBtn, .navSecond form .searchBtn {
    cursor: pointer;
    float: right
}

.headFix form .searchBtn em, .navSecond form .searchBtn em {
    display: block;
    background: url(/pc/images/icon.png) -29px -71px no-repeat;
    background-size: 100px 100px;
    width: 18px;
    height: 22px;
    margin: 3px auto auto
}

.headFix .authorZone, .navSecond .authorZone {
    float: left
}

.headFix .authorZone i, .navSecond .authorZone i {
    display: inline-block;
    background: url(/pc/images/icon.png) -79px -67px no-repeat;
    background-size: 100px 100px;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    position: relative;
    top: 2.5px
}

.headFix hr, .navSecond hr {
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin: 17px 20px 0
}

.headFix .dlBox, .navSecond .dlBox {
    position: relative;
    float: left
}

.headFix .dlCon, .navSecond .dlCon {
    top: 44px;
    left: -280px
}

.headFix .login, .navSecond .login {
    float: left
}

.headFix .loginBtn, .navSecond .loginBtn {
    margin-right: 13px
}

.headFix .isLogged img, .navSecond .isLogged img {
    top: 7px;
    width: 24px;
    height: 24px
}

.headFix .suspend, .navSecond .suspend {
    top: 44px
}

.headFix .suspend i, .navSecond .suspend i {
    top: -8px
}

.show {
    visibility: visible;
    top: 0
}

.footer {
    background: #eee
}

.foot {
    padding: 30px 0 33px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    position: relative
}

.foot .aboutBox, .foot .friendLink {
    margin-bottom: 30px
}

.foot .friendLink a, .foot .friendLink span {
    color: #666;
    float: left
}

.foot .friendLink a {
    margin-right: 10px
}

.foot .aboutTd {
    color: #999
}

.foot .aboutTd span {
    display: block
}

.foot .aboutTd i {
    display: inline-block;
    background: url(/pc/images/icon.png) -86px -25px no-repeat;
    background-size: 100px 100px;
    width: 15px;
    height: 16px;
    position: relative;
    top: 3.5px
}

.foot .aboutTd a {
    color: #999
}

.foot .aboutBox a {
    float: left;
    color: #666
}

.foot .aboutBox hr {
    margin: 0 8px;
    float: left;
    border-left: 1px solid #999;
    position: relative;
    top: 6px
}

.foot .service a {
    float: inherit;
    color: #45A5FF
}

.foot .service a:hover {
    color: #45A5FF !important
}

.foot .service span {
    margin-right: 45px
}

.foot .codeBox {
    font-size: 12px;
    color: #999;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 60px
}

.foot .codeBox div {
    float: left;
    margin-left: 20px
}

.foot .codeBox img {
    width: 80px;
    height: 80px
}

.headerSecondary {
    line-height: 67px;
    height: 67px
}

.headerSecondary .rt {
    float: right
}

.headerSecondary .login {
    color: #007AFF;
    font-size: 14px
}

.headerSecondary .logo {
    display: block;
    background: url(../images/v500/logo01.png) no-repeat;
    width: 204px;
    height: 43px;
    float: left;
    margin-top: 13px
}

.headerSecondary .back {
    font-size: 14px;
    color: #999
}

.headerSecondary .back i {
    display: inline-block;
    background: url(../images/v500/iconSm.png) no-repeat;
    background-size: 50px 50px;
    width: 7px;
    height: 12px;
    margin-left: 5px
}

.headerSecondary .czmm {
    margin: 19px 0 0 10px;
    font-size: 20px;
    float: left;
    line-height: 31px;
    border-left: 1px solid rgba(0, 0, 0, .15);
    padding-left: 10px
}

.headerSecondary hr {
    float: none;
    margin: 0 10px;
    display: inline-block;
    background: 1px rgba(0, 0, 0, .15)
}

@media (max-width: 1200px) {
    .boxCenter, .sectionBox {
        width: 990px
    }

    .headFix hr {
        margin: 17px 10px 0
    }

    .isLogged a {
        max-width: 75px
    }
}

.loginBtn {
    cursor: pointer
}

.box_shadow_bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    filter: alpha(opacity=60);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001
}

.login_box_bg {
    width: 620px;
    height: 480px;
    background-size: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001
}

.M-box .active:hover, .M-box a:hover, .bookBgList .condition a:hover, .bookNm:hover, .classifyLt:hover, .lkLine a:hover, .tabList .current:hover, .tabList .other a:hover, .tabList .tab:hover, .updateNew:hover {
    color: #953A00 !important
}

.authorNm {
    cursor: auto !important
}

.header {
    padding: 0;
    box-shadow: none
}

.logoWrapRt {
    margin: 0 !important
}

.suspend a, .suspend span {
    padding: 0;
    font-size: 16px
}

.suspend .exit, .suspend .feedback {
    line-height: 22px;
    margin-bottom: 17px;
    border: none
}

.suspend .exit {
    margin-bottom: 0
}

.isLogged a {
    line-height: inherit
}

.headFix {
    padding: 0 !important
}

.headFix .navLi {
    width: auto;
    top: 0
}

.headFix .navLi .current {
    top: 0
}

.isLogged {
    margin-left: 0
}

.boutique {
    border: none
}

.library {
    padding: 0
}

.libraryLink .lkLinem {
    color: #9A9A9A
}

.libraryLink .lkLine {
    margin: 18px 0 0
}

.libraryLink .lkLine .current {
    color: #953A00;
    background: #FFF6D7;
    border-radius: 2px
}

.libraryLink .sp {
    margin-top: 31px
}

.libraryLink .wordsNm {
    padding-bottom: 24px
}

.tabList {
    border-color: #FFD438
}

.tabList .current {
    background: #FFD438;
    color: #953A00
}

.tabList .current .unique, .tabList .current i {
    background: url(../images/v500/iconNew.png) 0 -22px no-repeat
}

.tabList .rtIcon .big:hover, .tabList .rtIcon .biger {
    background: url(../images/v500/iconNew.png) no-repeat
}

.tabList .rtIcon .small, .tabList .rtIcon .smaller:hover {
    background: url(../images/v500/iconNew.png) -29px 0 no-repeat
}

.tabList .rtIcon .smaller {
    background: url(../images/v300/indexIcon.png) -159px 0 no-repeat
}

.results {
    padding: 0
}

.friendLink {
    border-bottom: none;
    padding: 0
}

.friendLink a {
    padding: 0;
    line-height: inherit
}

.aboutTd {
    padding: 0
}

.M-box .active {
    background: #FFD438;
    color: #963A00
}

.M-box .jumpBtn:hover {
    color: #963A00;
    background: #FFD438;
    border-color: #FFD438
}

.M-box .jumpIpt:focus {
    border-color: #963A00
}</pre></body></html>