@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;
    height: 0
}

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: #f5f5f5
}

.hidden {
    display: none !important
}

img {
    width: 100%;
    display: block
}

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

.headFix {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    transition: .5s all;
    transform: translateZ(10px);
    top: -153px;
    visibility: hidden;
    padding-top: 17px !important
}

.headFix .logo {
    width: 155px;
    height: 39px;
    /*background: url(/pc/images/logosm.png) no-repeat;*/
    margin-right: 60px;
    padding-bottom: 15px
}

.headFix .logoWrapRt {
    margin-top: 5px
}

.headFix .navLi {
    float: left;
    width: 675px;
    position: relative;
    top: 7px;
    overflow: inherit
}

.headFix .navLi ul {
    padding: 0
}

.show {
    visibility: visible;
    top: 0
}

.isLogged a:hover, .suspend a:hover {
    color: #20b296 !important
}

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

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

:-moz-placeholder {
    color: #c3c3c3
}

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

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

.seHeader {
    overflow: right;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    line-height: 42px
}

.seHeader .logo {
    width: 124px;
    height: 30px;
    /*background: url(/pc/images/book-logo.png) no-repeat;*/
    /*margin-top: 6px*/
    color: #333;
}

.seCon {
    position: relative
}

.seCon a {
    float: left
}

.headerL .navBar {
    margin-left: 30px;
    color: #333
}

.headerR {
    color: #999;
    float: right
}

.headerR a {
    color: #999
}

.headerR .loginBtn {
    padding: 0 13px 0 0
}

.headerR .register {
    padding-left: 13px
}

.headerR .authorLk, .headerR .loginBtn {
    padding-left: 39px
}

.headerR .authorLk i, .headerR .search i {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(/pc/images/bookIcon.png) no-repeat;
    margin-right: 3px;
    position: relative;
    top: 3px
}

.headerR .authorLk i {
    background-position: -26px 0
}

.searchForm {
    float: left;
    position: relative
}

.searchForm .text {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    line-height: 18px;
    font-size: 12px;
    color: #333;
    padding: 0 20px 0 6px;
    width: 130px
}

.searchForm .submit {
    position: absolute;
    clip: rect(0 0 0 0);
    right: 0;
    top: 13px
}

.searchForm .searchBtn {
    position: absolute;
    top: 13px;
    right: 0;
    cursor: pointer
}

.searchForm .searchBtn em {
    display: block;
    background: url(/pc/images/bookIcon.png) no-repeat;
    width: 17px;
    height: 17px
}

.header {
    background: #fff;
    padding-top: 20px
}

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

.navLi, .navLi ul {
    overflow: hidden
}

.logo {
    display: block;
    background: url(../images/v300/logo.png) no-repeat;
    width: 209px;
    height: 51px;
    float: left
}

.logoWrapRt {
    float: right;
    margin: 13px 17px 0 0;
    position: relative
}

.author {
    display: block;
    background: url(../images/v300/indexIcon.png) no-repeat;
    width: 103px;
    height: 29px;
    float: left
}

.author:hover {
    opacity: .7
}

.login {
    float: right;
    font-size: 14px
}

.login a {
    color: #999
}

.loginBtn {
    padding: 0 18px 0 22px
}

.isLogged {
    float: right;
    margin-left: 22px
}

.isLogged a, .isLogged em, .isLogged i, .isLogged img {
    display: inline-block
}

.isLogged .headPortrait {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 4px
}

.isLogged a {
    font-size: 12px;
    color: #333;
    max-width: 82px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 28px
}

.isLogged .vip {
    width: 18px;
    height: 12px;
    position: relative
}

.isLogged em {
    background: url(../images/v300/indexIcon.png) -290px 0 no-repeat;
    width: 11px;
    height: 6px;
    position: relative;
    margin-left: 3px
}

.suspend {
    position: absolute;
    z-index: 10000;
    border: 1px solid #dcdcdc;
    padding: 15px 0 0;
    font-size: 14px;
    border-radius: 4px;
    background: #fff
}

.suspend i {
    background: url(../images/v300/indexIcon.png) -282px -13px no-repeat;
    width: 19px;
    height: 8px;
    position: absolute;
    right: 53px;
    top: -7px
}

.suspend a, .suspend span {
    margin-bottom: 30px;
    color: #333;
    display: block;
    padding: 0 20px
}

.suspend span a {
    font-size: 12px;
    margin-bottom: 0;
    display: inline-block;
    padding: 0
}

.suspend em {
    color: #fa934b
}

.suspend .feedback {
    margin-bottom: 15px
}

.suspend .exit {
    line-height: 46px;
    margin: 0;
    border-top: 1px solid #e8e8e8
}

.navLi ul {
    padding: 20px 0 10px;
    float: left
}

.navLi li {
    float: left;
    padding-right: 40px
}

.navLi li a {
    color: #000;
    font-size: 18px;
    padding: 0 3px
}

.navLi .current {
    position: relative;
    top: -2px
}

.navLi .current a {
    font-size: 20px;
    color: #0aa487
}

.navLi .current span {
    display: block;
    height: 3px;
    background: #0ebb9a;
    border-radius: 10px;
    width: 36px;
    margin: 6px auto auto
}

.navLi form {
    border: 1px solid #f5f5f5;
    float: right;
    border-radius: 15px;
    margin-top: 12px
}

.navLi .searchBtn, .navLi .text {
    height: 34px;
    float: left
}

.navLi .text {
    width: 235px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    padding: 0 11px 0 19px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.navLi .submit {
    position: absolute;
    clip: rect(0 0 0 0)
}

.navLi .searchBtn {
    background: #20b296;
    width: 60px;
    border: 1px solid #20b296;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer
}

.navLi .searchBtn em {
    display: block;
    background: url(../images/v300/indexIcon.png) 0 -410px no-repeat;
    width: 22px;
    height: 24px;
    margin: 6px auto auto
}

.footer {
    background: #434343;
    color: #999;
    margin-top: 10px
}

.footerLast {
    margin-top: 0
}

.aboutTd a, .aboutTd p, .friendLink a, .friendLink p {
    font-size: 12px;
    color: #999;
    display: inline-block;
    vertical-align: middle
}

.aboutTd a:first-child, .aboutTd p:first-child, .friendLink a:first-child, .friendLink p:first-child {
    padding-left: 0
}

.friendLink {
    border-bottom: 2px solid #4b4b4b;
    padding: 35px 0 15px
}

.friendLink h1 {
    font-size: 16px;
    padding: 0 0 12px
}

.friendLink a {
    padding: 0 13px 0 0;
    line-height: 30px
}

.aboutTd {
    padding: 30px 0 50px;
    overflow: hidden
}

.tdLink {
    float: left;
    width: 800px
}

.tdLink a {
    border-right: 1px solid #999;
    line-height: 10px;
    padding: 0 15px 0 10px
}

.tdLink a:last-of-type {
    border: none
}

.tdLink p {
    padding: 5px 0 7px
}

.tdLink em {
    display: inline-block;
    background: url(../images/v300/indexIcon.png) -156px -443px no-repeat;
    width: 18px;
    height: 20px;
    margin-right: 5px;
    position: absolute;
    top: -6px;
    left: 0
}

.qrCode {
    float: right;
    overflow: hidden;
    width: 200px;
    margin-right: 30px;
    text-align: center
}

.qrCode div {
    float: left;
    width: 85px
}

.qrCode div span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px
}

.qrCode div img {
    width: 70px;
    height: 70px;
    margin: auto auto 13px;
    display: block
}

.qrCode div:first-child {
    margin-right: 29px
}

.qrCode p {
    width: 100%;
    font-size: 14px;
    margin-top: 20px
}

.stmSv {
    overflow: hidden;
    padding: 15px 0 15px 15px !important;
    font-size: 14px;
    width: 1183px !important
}

.stmSv div {
    float: left
}

.stmSv .stmTitle {
    width: 36px;
    height: 45px;
    text-align: center;
    background: #eee;
    padding-top: 10px;
    margin-right: 30px
}

.stmSv .aboutTadu {
    color: #999;
    padding-right: 99px;
    border-right: 3px solid #f8f8f8;
    height: 20px;
    margin-top: 20px
}

.stmSv .aboutTadu a {
    color: #45a5ff
}

.stmSv .aboutTadu span {
    display: block;
    margin-bottom: 16px
}

.stmSv .aboutTadu.aboutM {
    padding-left: 99px
}

.stmSv .aboutTadu.aboutB {
    padding-left: 98px;
    border: none
}

.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: 1000
}

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

iframe {
    background: 0 0
}

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

    .headFix .navLi {
        width: 520px
    }

    .tdLink {
        width: 740px
    }

    .navLi li {
        padding-right: 15px
    }

    .stmSv {
        width: 973px !important
    }

    .stmSv .aboutTadu.aboutB, .stmSv .aboutTadu.aboutM {
        padding-left: 58px !important
    }

    .stmSv .aboutTadu {
        padding-right: 56px !important
    }

    .logoWrapRt {
        margin-right: 0
    }

    .isLogged {
        margin-left: 17px
    }

    .suspend {
        right: 0
    }

    .headFix .logo {
        margin-right: 25px
    }
}

.personal_box {
    max-width: 1200px;
    min-width: 990px;
    margin: 10px auto 0
}

.personal_box .left_box {
    width: 240px;
    float: left;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 724px
}

.personal_box .left_box .personal_author {
    position: relative;
    width: 100%;
    height: 100px;
    background: url(../images/v300/personal_author.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 55px
}

.personal_box .left_box .personal_author .p_author {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 31px
}

.personal_box .left_box .personal_author .vip {
    width: 56px;
    position: absolute;
    left: 50%;
    top: 114px;
    margin-left: -28px
}

.personal_box .left_box .personal_left {
    padding: 0 22px
}

.personal_box .left_box .personal_left .user_name {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.personal_box .left_box .personal_left .user_balance {
    margin-bottom: 21px
}

.personal_box .left_box .personal_left .user_balance span {
    font-size: 14px;
    color: #333;
    line-height: 14px
}

.personal_box .left_box .personal_left .user_balance b {
    font-size: 22px;
    color: #fa934b;
    line-height: 22px;
    vertical-align: middle;
    font-weight: 400
}

.personal_box .left_box .personal_left .recharge_btn a {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #fa934b;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    display: block;
    margin-bottom: 25px
}

.personal_box .left_box .personal_list {
    overflow: hidden
}

.personal_box .left_box .personal_list a {
    padding-left: 22px;
    display: block;
    height: 56px
}

.personal_box .left_box .personal_list a:hover p {
    color: #26b296
}

.personal_box .left_box .personal_list a:hover .bookcase {
    background-position: 0 -15px
}

.personal_box .left_box .personal_list a:hover .my_account {
    background-position: -16px 0
}

.personal_box .left_box .personal_list a:hover .browse_history {
    background-position: -16px -16px
}

.personal_box .left_box .personal_list a:hover .my_comment {
    background-position: -16px -34px
}

.personal_box .left_box .personal_list a:hover .my_message {
    background-position: -16px -56px
}

.personal_box .left_box .personal_list a:hover .personal_setting {
    background-position: -16px -74px
}

.personal_box .left_box .personal_list a i {
    background-image: url(../images/v300/personal_icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px
}

.personal_box .left_box .personal_list a p {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 56px
}

.personal_box .left_box .personal_list a .bookcase {
    background: url(../images/v300/p_icon.png) no-repeat;
    width: 17px;
    height: 14px;
    margin-top: -1px
}

.personal_box .left_box .personal_list a .my_account {
    width: 16px;
    height: 12px;
    margin-right: 4px;
    background-position: 0 0
}

.personal_box .left_box .personal_list a .browse_history {
    width: 13px;
    height: 15px;
    margin-right: 7px;
    background-position: 0 -16px
}

.personal_box .left_box .personal_list a .my_comment {
    width: 13px;
    height: 16px;
    margin-right: 7px;
    background-position: 0 -34px
}

.personal_box .left_box .personal_list a .my_message {
    width: 16px;
    height: 12px;
    margin-right: 4px;
    background-position: 0 -56px
}

.personal_box .left_box .personal_list a .personal_setting {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-position: 0 -74px
}

.personal_box .left_box .personal_list a span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #ff2121;
    border-radius: 50%;
    position: relative;
    top: -5px
}

.personal_box .left_box .personal_list .current {
    background: #f4fcfa;
    border-left: 2px solid #25c4a6
}

.personal_box .left_box .personal_list .current p {
    color: #26b296
}

.personal_box .left_box .personal_list .current .bookcase {
    background-position: 0 -15px
}

.personal_box .left_box .personal_list .current .my_account {
    background-position: -16px 0
}

.personal_box .left_box .personal_list .current .browse_history {
    background-position: -16px -16px
}

.personal_box .left_box .personal_list .current .my_comment {
    background-position: -16px -34px
}

.personal_box .left_box .personal_list .current .my_message {
    background-position: -16px -56px
}

.personal_box .left_box .personal_list .current .personal_setting {
    background-position: -16px -74px
}

.personal_box .right_box {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 250px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    min-height: 724px;
    position: relative
}

body {
    font-size: 14px;
    color: #333
}

.chapter a:hover, .headerR a:hover, .navBar:hover, .navList a:hover {
    color: #20b296 !important
}

.boutique {
    margin-top: 10px
}

.boutique, .directory {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px
}

.last {
    margin: 0 !important
}

.chapter a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.isLogged .headPortrait {
    float: left
}

.isLogged .headPortrait, .isLogged a {
    margin-top: 7px
}

.isLogged em {
    top: -3px
}

.isLogged .vip {
    top: 0
}

.suspend {
    right: 0;
    top: 40px
}

.suspend a, .suspend span {
    float: inherit;
    line-height: normal
}

.navList {
    line-height: 50px;
    font-size: 12px
}

.navList a {
    color: #333;
    display: inline-block
}

.navList i {
    width: 7px;
    height: 12px;
    background: url(/pc/images/bookIcon.png) 10px -26px no-repeat;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: 1px
}

.navList .last {
    cursor: auto
}

.navList .last:hover {
    color: #333 !important
}

.directory {
    text-align: center;
    color: #000
}

.directory h1 {
    margin-top: 40px;
    font-size: 28px
}

.directory .itct {
    margin: 15px 0 57px
}

.directory .itct span {
    display: inline-block;
    margin-right: 40px
}

.directory .itct em {
    color: #999
}

.chapter {
    padding: 13px 60px 50px;
    width: 1075px
}

.chapter h2 {
    border-top: 1px solid #d2d2d2;
    color: #000;
    font-size: 22px;
    position: relative;
    margin-bottom: 25px
}

.chapter h2 span {
    width: 170px;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    top: -17px;
    background: #fff
}

.chapter h2 i {
    font-size: 16px;
    font-style: normal
}

.chapter a {
    margin-right: 135px;
    float: left;
    width: 268px;
    text-align: left;
    line-height: 40px;
    color: #333;
    border-bottom: 1px dashed #f2f2f2;
    position: relative
}

.vip {
    width: 11px;
    height: 14px;
    background: url(../images/v300/bookDetails/bookIcon.png) -63px -111px no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px
}

.chapterVip a {
    width: 238px;
    padding-right: 30px
}

@media all and (max-width: 1200px) {
    .chapter h2 {
        width: 871px
    }

    .chapter a {
        margin-right: 97px;
        width: 225px
    }

    .chapterVip a {
        width: 196px
    }
}