body {
    background: #f8f8f8;
}

.top_right {
    padding-right: 60px;
}
.wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.container {
    margin: auto;
    position: relative;
    width: 1200px;
}
.container .container-bd {
    zoom: 1;
    padding: 26px 15px;
    background: #fff;
}
.container .container-bd:after,
.container .container-bd:before {
    display: table;
    content: "";
    line-height: 0;
}
.container .mod {
    margin-bottom: 18px;
}
.container .c-left {
    width: 195px;
    float: left;
}
.container .c-right {
    width: 960px;
    float: right;
}

/* left */
.sidebar-book-cover {
    text-align: center;
}
.sidebar-book-cover .bd {
    text-align: left;
}
.sidebar-book-cover .bd img {
    box-shadow: 0 1px 6px rgb(0 0 0 / 35%), 0 0 5px #f9f2e9 inset;
}
.mod-back {
    padding: 10px 0;
}
.mod-back a {
    padding: 7px 0 6px 28px;
    background: url(/images/macocms/default/back-icon.png) no-repeat left center;
}
/* end left */

/* right */
.book-info .hd h2 {
    font-size: 32px;
}
.book-info .hd .infos {
    background: none;
    border-bottom: 1px dashed #ccc;
    line-height: 30px;
    font-size: 12px;
}
.book-info .hd .infos,
.book-info .hd .infos a {
    color: #999;
}
.book-info .hd .infos:after,
.book-info .hd .infos:before {
    display: table;
    content: "";
    line-height: 0;
}
.book-info .hd .infos .divide {
    margin-right: 3px;
    color: #afafaf;
}

.mod-block .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #CCC;
}
.mod-block .hd h5 {
    height: inherit;
    font-weight: 400;
    font-size: 20px;
}
.mod-block .hd h5 span {
    display: inline-block;
    line-height: inherit;
    border-bottom: 2px solid #285083;
}
.mod-block .hd h5 a span,
.mod-block .hd h5 span,
.mod-block .hd h5 span a {
    color: #666;
}
.mod-block .bd {
    padding: 15px;
}
.pattern-fill-container-mod .bd {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pattern-fill-container-mod .fill-block {
    overflow: hidden;
}
.pattern-fill-container-mod .float-list:after,
.pattern-fill-container-mod .float-list:before {
    display: table;
    content: "";
    line-height: 0;
}
.pattern-fill-container-mod .float-list li {
    float: left;
    display: inline;
}
.chapter-list ul li {
    width: 290px;
    margin-right: 30px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e4e3e3;
    font-size: 12px;
}
.chapter-list ul .time {
    float: right;
    color: #999;
}
.chapter-list ul li .name {
    display: inline-block;
    width: 245px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.chapter-list ul li .name:hover {
    color: #f90;
}
.chapter-list ul li .isvip {
    background: url(/images/macocms/default/vip.png) no-repeat left center;
    padding-left: 28px;
    width: 217px;
}
