article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea, form, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
}

.author-background-img {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.body li,ol,ul {
    list-style: none outside none;
    margin: 0 0;
    padding: 0 0 0 0;
}

a {
    text-decoration: none;
    color: black;
}

.head {
    font-size: 13px;
}

.head em {
    font: 12px/35px Arial;
    margin: 0 10px;
    color: #d9d9d9;
}

.head-div {
    height: 35px;
}



.top-div {
    height: 84px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.bookrack {
    overflow: hidden;
    width: 120px;
    height: 40px;
    background: #fff;
    float: right;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
}

.bookrack a {
    display: block;
    width: 118px;
    height: 38px;
    text-align: center;
    border: 1px solid #e6e6e6;
    line-height: 38px;
}

.bookrack a i {
    font-style: normal;
}



.book-list li {
    font: 14px/32px PingFangSC-Regular,'-apple-system',Simsun;
    width: 246px;
    height: 33px;
    border-bottom: 1px solid #e6e6e6;
}

.book-list .channel {
    float: left;
    overflow: hidden;
    min-width: 80px;
    height: 32px;
    color: grey;
}

.book-list .channel em{
    float: left;
    overflow: hidden;
    display: inline-block;
    margin-top: 8px;
    height: 15px;
    vertical-align: middle;
    font: 13px PingFangSC-Regular,'-apple-system',Simsun;
    color: #fff;
    background: #bf2c24;
}

.book-list .name {
    color: #a42b2b;
    float: left;
    max-width: 100px;
    overflow: hidden;
    margin-left: -6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: 14px/32px PingFangSC-Regular,'-apple-system',Simsun;

}

.book-list .author {
    float: right;
    max-width: 64px;
    height: 32px;
    text-align: right;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font: 12px/32px PingFangSC-Regular,'-apple-system',Simsun;
    color: #b3b3b3;
}

.site-index-show {
    float:left;
    margin-bottom: 10px !important;
}

.book-info {
    width:270px;
    margin-left: 10px;
    font-size: 12px;
    height: 120px !important;
    margin-bottom: 50px !important;
}
.book-info h4 {
    margin-top: 0 !important;
    text-overflow: ellipsis;
}
.book-info h4 a {
    padding: 0 !important;
}
.book-info a {
    text-decoration: none;
    color: #4A4A4A;
}
.book-intro {
    height: 70px;
    margin-top: 5px !important;
}
.book-intro {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
    padding: 2px !important;
}

.book-intro-read-btn {
    margin-bottom: 0 !important;
    margin-top: 12px !important;
    display: table !important;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.info-text {
    width: 192px;
    margin: 0 auto;
    text-align: center;
}

.text-div {
    display: none;
}

.info-text ul li.selected {
    display: inline;
}

.info-text .author {
    font: 12px/16px PingFangSC-Regular,'-apple-system',Simsun;
    padding: 3px 16px 5px;
    color: #bf2c24;
}

.info-text .cate-text{
    font-size: 12px;
    text-align: center;
    color: #999;
    letter-spacing: .86px;
    line-height: 30px;
    margin-bottom: 5px;
}

.info-text .book-info {
    font: 12px/20px PingFangSC-Regular,'-apple-system',Simsun;
    overflow: hidden;
    height: 80px;
    margin-bottom: 20px;
    text-align: left;
    color: #626260;
}

.type-name {
    display: inline-block;
    width: 27px;
    height: 25px;
    float: left;
    margin-right: 11px;
}

.more {
    float: right;
}

.kind {
    width: 65px;
    padding-right: 15px;
    color: #999;
}

.bookname {
    width: 225px;
}

.chap {
    width: 350px;
}

.author {
    width: 155px;
}

.count {
    width: 85px;
}

.time {
    width: 200px;
    padding-right: 0;
    text-align: right;
}

.newch-tab ul li {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    letter-spacing: 1px;
}

.book-img a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 6px rgba(0,0,0,.35), 0 0 5px #f9f2e9 inset;
}

.book-img a img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
    color: #fcfcfa;
}

.box-center {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.place-middle {
    margin-top: 15px;
}
.left-banner-image {
    min-width: 270px !important;
    width: 270px !important;
    margin-right: 18px !important;
}
.left-banner-image,.bottom-banner-image,.right-book-info {
    padding-left: 0 !important;
    padding-right: 0 !important;

}
.index-book-type {
    background: #da1421 !important;
    padding: 2px !important;
    border: 2px;
    border-radius: 2px;
    margin-right: 2px;
    color: #ffffff !important;
}

.banner-author-back-image {
    margin-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.right-author {
    width: 100%;
    height: 120px;

}

.right-author-zq {
    margin-bottom: 10px !important;
}
.slide-image-box {
    padding-right:0 !important;;
    padding-left: 0 !important;
}