body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, select, table, td, th, ul {
    margin: auto;
    padding: 0;
}

body {
    margin: 0 auto;
    background-color: #f9f9f9;
    color: #1a1a1a;
    font-weight: 400;
    font-size: 15px;
    font-family: Microsoft YaHei, 微软雅黑, 宋体, serif;
    line-height: 150%;
}

ul li {
    list-style: none outside none;
}

a {
    color: #6F78A7;
}

a, a:hover {
    text-decoration: none;
}

a.selected, a:hover {
    color: #cc0000;
}

a.selected {
    font-weight: bold;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 9pt;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.btn-info {
    border-color: #65BBEC;
    color: #fff;
}

.btn-warning {
    border-color: #F77720;
    color: #fff;
    background-color: #F77720;
}

.btn-info, .header {
    background-color: #88C6E5;
}

.header {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.header .logo {
    font-family: 楷体_GB2312, STKaiti, serif;
    text-shadow: #8c8989 3px 3px 6px;
    font-size: 28px;
    color: #087bda;
}

.header, .header a {
    color: #fff;
}

.header .header-left {
    float: left;
    width: 110px;
    text-align: left;
    font-size: 18px;
}

.header .header-right {
    float: right;
    text-align: right;
    font-size: 15px;
}

.header .header-nav {
    float: left;
    width: 300px;
    font-size: 1pc;
}

.header .header-nav a {
    float: left;
    width: 60px;
}

.btn-info, .header2 {
    background-color: #65BBEC;
}

.header2 {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.header2, .header2 a {
    color: #fff;
}

.header2 .header2-left {
    float: left;
    width: 110px;
    text-align: left;
    font-size: 18px;
}

.header2 .header2-right {
    float: right;
    text-align: right;
    font-size: 15px;
}

.header2 .header2-nav {
    float: left;
    width: 300px;
    font-size: 1pc;
}

.header2 .header2-nav a {
    float: left;
    width: 60px;
}

.container, .footer p, .container01 {
    width: 90%;
    max-width: 75pc;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #ff0000;
}

.content {
    clear: both;
    margin: 10px 0;
}

.search {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.search form {
    position: relative;
    border: 2px solid #68aac2;
    border-radius: 5px;
    background: #fff;
}

.search input {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    outline: 0;
    background: #f9f9f9;
    color: #68aac2;
    text-indent: 1em;
    display: block;
}

.search button, .search input {
    height: 38px;
    border: none;
    font-size: 1pc;
}

.search .select {
    position: absolute;
    height: 38px;
    left: 0;
    top: 0;
    width: 20%;
    font-size: 12px;
    text-align-last: center;
    text-align: center;
    border: none;
    background-color: #fff;
}

.search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    background: #68aac2;
    color: #fff;
    line-height: 38px;
}

.footer {
    padding: 10px 0;
    background-color: #68aac2;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.breadcrumb {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #e6e6e6;
    list-style: none;
    font-size: 14px;
}

.breadcrumb > li {
    float: left;
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #666;
    content: "\00BB";
}

.breadcrumb > .active {
    color: #666;
}

h2, .book > h1:not(.read > h1), #fengtui > h1 {
    margin-top: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: 500;
    font-size: 18px;
}

.content-left {
    float: left;
    width: 73%;
}

.content-right {
    float: right;
    width: 25%;
}

.row {
    float: left;
    margin: 0 1%;
    width: 31.333333%;
}

#fengtui .item {
    float: left;
    padding: 10px 0 0;
    width: 50%;
}

#fengtui .item dl dt {
    overflow: hidden;
    height: 25px;
    border-bottom: 1px dotted #ccc;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
}

#fengtui .item dl dt a span {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
}

#fengtui .item dl dd {
    overflow: hidden;
    padding: 7px 0 0;
    height: 90pt;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}

#fengtui .item dl {
    padding: 0 5px 0 0;
}

#fengtui .item .image {
    float: left;
    margin-right: 10px;
    width: 90pt;
}

#fengtui .item .image img {
    padding: 1px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#fengyou ul, #gengxin ul, #zuixin ul {
    padding: 5px 0 0;
}

#fengyou ul li, #zuixin ul li {
    overflow: hidden;
    padding: 4px 0;
    height: 28px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    line-height: 28px;
}

#fengyou ul li a, #zuixin ul li a {
    font-size: 15px;
}

#fengyou ul li span, #zuixin ul li span {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #1a1a1a;
}

#gengxin ul li {
    overflow: hidden;
    padding: 4px 0;
    height: 28px;
    border-bottom: 1px dashed #ccc;
    line-height: 28px;
}

#gengxin ul li span {
    float: left;
    display: inline-block;
}

#gengxin ul li .s1 {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #333333;
}

#gengxin ul li .s2 {
    max-width: 200px; /* 最大宽度 */
    width: 100%; /* 自动适应 */
    text-align: left; /* 文本左对齐 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* 单行显示，超出显示省略号 */
    box-sizing: border-box;
}

#gengxin ul li .s3 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#gengxin ul li .s4 {
    float: right;
    width: 90px;
    text-align: left;
    font-size: 14px;
    color: #1a1a1a;
}

#gengxin ul li .s5 {
    float: right;
    width: 90px;
    text-align: right;
    font-size: 14px;
}

.class {
    overflow: hidden;
    margin: 10px 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.class ul li {
    float: left;
    padding: 10px 0;
    width: 11.111111%;
    text-align: center;
    font-size: 1pc;
}

.book {
    overflow: hidden;
    padding: 0 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.bookcover {
    float: left;
    width: 10pc;
}

.bookinfo .booktitle {
    margin-bottom: 5px;
    color: #666666;
    font-size: 22px;
}

.booktag {
    overflow: hidden;
    margin: 1px 0;
}

.booktag a, .booktag span {
    display: inline-block;
    overflow: hidden;
    margin-right: 5px;
    padding: 0 10px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    text-align: center;
}

.booktag a.red, .booktag span.red {
    border-color: #ffb0b4;
    color: #bf2c24;
    transition: border .3s;
}

.booktag a.red:hover, .booktag span.red:hover {
    border-color: #bf2c24;
}

.booktag a.blue, .booktag span.blue {
    border-color: #89d4ff;
    color: #3f5a93;
    transition: border .3s;
}

.booktag a.blue:hover, .booktag span.blue:hover {
    border-color: #3f5a93;
}

.thumbnail {
    display: inline-block;
    padding: 4px;
    width: 135px;
    height: 180px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bookintro {
    overflow: hidden;
    height: 63px;
    font-size: 14px;
    line-height: 20px;
}

.chapterlist {
    margin: 10px 0 0;
    padding: 0 10px 10px;
}

.chapterlist dd {
    float: left;
    overflow: hidden;
    padding: 8px 0;
    width: 25%;
    border-bottom: 1px dashed #ccc;
    white-space: nowrap;
}

.chapterlist dd a {
    display: block
}

#btn-All {
    color: #a94442;
    text-align: center;
    font-weight: 700;
    font-size: 1pc;
}

.read {
    padding-top: 15px;
    background-color: #e6e6e6;
    color: #333;
}

.read h1 {
    margin-bottom: 8px;
    font-size: 20px;
}

.read .booktag, .read h1 {
    color: #CC3300;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read .readcontent {
    padding: 10px 15px;
}

.read .readcontent p {
    text-indent: 2em; /* 首行缩进2字符 */
    margin-bottom: .5em; /* 段落间距 */
    line-height: 2em; /* 行高 */
}

.read .readcontent > span {
    display: block;
}

#linkIndex, #linkPrev {
    padding: 6px 0;
    width: 30%;
}

#linkNext {
    padding: 6px 0;
    width: 30%;
}

.kongwen {
    float: left;
    clear: both;
    display: block;
    width: 1px;
    height: 100rem;
}

.readmiddle {
    float: left;
    width: 100%;
}

.tuijian a {
    margin-right: 10px;
}

.pagination {
    float: right;
    display: inline-block;
    margin: 0 0 10px;
    padding-right: 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 6px 9pt;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #444;
    text-decoration: none;
    line-height: 1.42857143;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    border-color: #ddd;
    background-color: #eee;
    color: #68aac2;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    border-color: #68aac2;
    background-color: #68aac2;
    color: #fff;
    cursor: default;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    border-color: #ddd;
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 1pc;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 9pt;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background-color: transparent;
    border-spacing: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 1.42857143;
}

.login .select, .login .text, .login .textarea {
    margin: 10px 0;
    padding: 0 5px;
    width: 70%;
    height: 30px;
    border: 1px solid #ccc;
}

.login .textarea {
    height: 90pt;
}

.login .foot {
    margin-top: 20px;
    text-align: center;
}

.login .foot a {
    margin: 0 10px;
}

.clear {
    clear: both;
}

.hidden-xs {
    justify-content: center;
}

.hidden-xs li {
    flex: 0 0 auto;
    width: 15.6% !important;
    box-sizing: border-box;
}

.hidden-xs li a img {
    width: 173px;
    height: 230px;
}

.hidden-xs li p {
    max-width: 175px; /* 最大宽度与图片一致 */
    width: 100%; /* 自动适应 */
    margin: 5px 0 0 0; /* 上边距，其他为0 */
    text-align: left; /* 文本左对齐 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* 单行显示，超出显示省略号 */
    box-sizing: border-box;
}

.visible-xs {
    display: none !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.pt10 {
    padding-top: 10px;
}

.text-center {
    text-align: center;
}

.bookbox {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 1%;
    width: 31.333333%;
}

.bookbox .p10 {
    overflow: hidden;
    padding: 10px;
    border: 1px dashed #ccc;
}

.bookbox:hover .p10 {
    border-color: #f50;
}

.bookbox .num {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -9pt;
    width: 22px;
    border-radius: 4px;
    background: #68aac2;
    color: #eee;
    text-align: center;
    font-weight: 700;
    line-height: 22px;
}

.bookbox:hover .num {
    background-color: #f50;
}

.bookbox .bookinfo {
    padding-left: 30px;
}

.bookbox .author, .bookbox .bookname, .bookbox .cat, .bookbox .update {
    overflow: hidden;
    white-space: nowrap;
}

.bookbox .author, .bookbox .cat, .bookbox .update {
    font-size: 14px;
}

.bookbox .delbutton {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9pt;
}

.bookbox .delbutton a {
    padding: 4px 10px;
    border: 1px solid #68aac2;
    border-radius: 3px;
    color: #68aac2;
}

.bookbox .delbutton a:hover {
    border-color: #f50;
    color: #f50;
}

.noshow {
    display: none;
}

@media (max-width: 947px) {
    .chapterlist dd {
        width: 33.333333%;
    }

    .bookbox {
        width: 48%;
    }

    #gengxin ul li .s4 {
        display: none;
        width: 0;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }

    .container01, .footer p {
        width: 95%;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .header {
        height: 75pt;
    }

    .header .header-right {
        float: right;
        width: auto;
    }

    .header .header-nav {
        clear: both;
        width: 100%;
        border-top: 1px solid #e9faff;
    }

    .header .header-nav a {
        float: left;
        width: 20%;
        text-align: center;
    }

    .header2 {
        height: 38pt;
    }

    .header2 .header2-right {
        float: right;
        width: auto;
    }

    .header2 .header2-nav {
        clear: both;
        width: 100%;
    }

    .header2 .header2-nav a {
        float: left;
        width: 20%;
        text-align: center;
    }

    #fengtui .item, .content-left, .content-right {
        clear: both;
        width: 100%;
    }

    #gengxin ul li .s3, #gengxin ul li .s4 {
        display: none;
        width: 0;
    }

    .class ul li {
        width: 33.333333%;
    }

    .bookintro {
        height: 90pt;
    }

    .thumbnail {
        width: 5pc;
        height: 110px;
    }

    .chapterlist dd {
        width: 100%;
    }

    .read .readcontent {
        padding-right: 0.3em;
        padding-left: 0.3em;
    }

    .read .booktag a {
        margin: 2px 0;
        padding: 3px 0;
        width: 30%;
    }

    #linkIndex, #linkPrev {
        width: 30%;
    }

    #linkNext {
        /*margin: 10px 0 30px;*/
        width: 30%;
    }

    .row {
        float: left;
        margin: 0 1%;
        width: 47%;
    }

    .tuijian a {
        float: left;
        margin: 5px 0 0;
        padding: 2px 0;
        width: 100%;
        border-top: 1px dashed #ccc;
    }

    .bookbox {
        width: 98%;
    }
}

.tuijian {
    margin-top: 30px
}

@media (max-width: 467px) {
    .chapterlist dd {
        width: 100%;
    }

    .read h1 {
        font-size: 20px;
    }

    .read .readcontent {
        font-size: 18px;
    }

    .row {
        float: left;
        margin: 0;
        width: 100%;
    }

    .chapterlist dd a {
        display: block;
        width: 100%;
    }
}

@media (max-width: 347px) {
    .container, .footer p {
        width: 100%;
    }
}

.pages {
    float: right;
    display: inline-block;
    margin: 10px 1% 5px 1%;
    padding-right: 0;
    border-radius: 4px;
}

.pages strong {
    background-color: #68aac2;
    color: #fff;
    cursor: default;
    padding: 6px 9pt;
    border: 1px solid #68aac2;
    text-decoration: none;
    line-height: 1.42857143;
}

.pages a, .pages em {
    padding: 6px 7pt;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #444;
    text-decoration: none;
    line-height: 1.42857143;
    font-style: normal
}

.pages kbd {
    display: none;
}

@font-face {
    font-family: 'iconfont';
    /*src: url('iconfont/ux_1472630498_8697686/iconfont.eot'); !* IE9*!*/
    /*src: url('iconfont/ux_1472630498_8697686/iconfont.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *! url('iconfont/ux_1472630498_8697686/iconfont.woff') format('woff'), !* chrome��firefox *! url('iconfont/ux_1472630498_8697686/iconfont.ttf') format('truetype'), !* chrome��firefox��opera��Safari, Android, iOS 4.2+*! url('iconfont/ux_1472630498_8697686/iconfont.svg#iconfont') format('svg'); !* iOS 4.1- *!*/
}

.iconfont {
    font-family: "iconfont", serif !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
}

.g-dialog-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.g-dialog-container .dialog-window {
    z-index: 9999;
    padding: 1em;
    border-radius: 10px;
    background: #fff;
    transition: all .3s cubic-bezier(0, 0, 0.1, 1.08);
    -webkit-transition: all .3s cubic-bezier(0, 0, 0.1, 1.08);
}

.g-dialog-container .dialog-window button {
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, .5);
    border: none;
    padding: 0.6em 1.4em;
    border-radius: 5px;
    margin: 0 .3em;
    color: #fff;
}

.g-dialog-container .dialog-window button.green {
    background-color: rgba(2, 202, 200, .8);
}

.g-dialog-container .dialog-window button.red {
    background-color: rgba(251, 23, 50, .8);
}

.g-dialog-container .dialog-window .dialog-header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
}

.g-dialog-container .dialog-window .dialog-header i {
    font-size: 50px !important;
}

.g-dialog-container .dialog-window .dialog-body {
    font-size: 14px;
    line-height: 30px;
    margin-top: .5em;
    text-align: center;
    color: #999;
}

.g-dialog-container .dialog-window .dialog-footer {
    padding: 2em 1em 0;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.toolbar-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.toolbar {
    line-height: 30px;
    height: 30px;
}

.toolbar a, .toolbar button {
    padding: 0.3em;
    border-radius: 4px;
    color: #fff;
    background: #4c4c4c;
    border: 1px solid #656565;
    font-size: 16px;
    box-shadow: 0 1px 2px #8b8b8b inset, 0 -1px 0 #3d3d3d inset, 0 -2px 3px #8b8b8b inset;
}

.nightbg .read, .nightbg .footer, .nightbg .breadcrumb, .nightbg .breadcrumb a, .nightbg, .nightbg .header, .nightbg .read h1, .nightbg .header a, .nightbg .book, .nightbg .book a {
    background: #202020 !important;
    color: #a0a0a0 !important;
}

.nightbg .read .readcontent, .nightbg .header .header-nav {
    border-top: 1px solid #666 !important;
    display: block;
}

.nightbg .btn-default, .nightbg .read .booktag a, .nightbg .toolbar a, .nightbg .toolbar button {
    border: 1px solid #666 !important;
    background: #333 !important;
    color: #a0a0a0 !important;
}

.top {
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(255, 255, 255, 0.8) /*url(../images/top.svg)*/ no-repeat;
    background-size: 0.6rem 0.6rem;
    position: fixed;
    right: .1413333333rem;
    bottom: 1.26rem;
    z-index: 8;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0.128rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0.128rem rgba(0, 0, 0, 0.2);
}

table.grid {
    border-collapse: collapse;
    margin: 0 auto 10px auto;
}

table.grid caption, .gridtop {
    height: 36px;
    line-height: 36px;
    border: 2px solid #368ee0;
    background: #368ee0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

table.grid caption a, .gridtop a {
    color: #ffffff
}

table.grid caption a:hover, .gridtop a:hover {
    color: #ffff99
}

table.grid th, table.grid td.head {
    background: #f5f5f5;
    color: #666666;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 6px;
    line-height: 200%;
    border: 1px solid #cccccc;
}

table.grid td {
    padding: 6px;
    background: #ffffff;
    border: 1px solid #cccccc;
}

table.hide, table.hide th, table.hide td {
    border: 0;
}

table.grid td.title {
    background: #e3e3e3;
    text-align: center;
    padding: 3px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
}

table.grid td.even {
}

table.grid td.odd {
}

table.grid td.foot {
    line-height: 26px;
    height: 26px;
    background: #f8f8f8;
    text-align: center;
}

table.grid td.tdl {
    background: #f5f5f5;
    text-align: right;
}

table.grid td.tdr {
    background-color: #ffffff;
}

table.grid td.head {
    background: #f9f9f9;
    color: #666666;
    text-align: center;
    font-weight: bold;
    line-height: 2;
}

table.grid td.topic {
    background: #f9f9f9;
    color: #666666;
    font-weight: bold;
    line-height: 2;
}

#goTopBtn {
    position: fixed;
    line-height: 46px;
    text-align: center;
    width: 46px;
    bottom: 35px;
    height: 46px;
    cursor: pointer;
    background: #fff;
    display: none;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    font-size: 22px;
    color: #999;
}

@media (max-width: 799px) {
    .hide-in-ads {
        display: none;
    }
}

.hide-in-ads {
    width: 336px;
    clear: both;
}

@media (max-width: 767px) {
    .hide-in-hd {
        display: none;
    }
}

.sorting a {
    font-size: 18px;
    font-weight: normal;
}

.sorting {
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.sorting a:hover {
    color: #999;
}

.chapter_tips {
    color: red;
    background: #f2f3f4;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto 20px;
}


.hot, a.hot {
    color: #c60f13;
}

.small-swal {
    width: 150px !important;
    min-height: 50px !important;
    padding: 10px !important;
    font-size: 12px !important;
}

.small-swal-icon {
    width: 24px !important;
    height: 24px !important;
}

.small-swal-title {
    font-size: 14px !important;
    margin: 5px 0 !important;
}

.bookchapter {
    color: #FD5500;
}