body {
    background-image: var(--bg-image);
    background-color: var(--bg-color);
    color: var(--font-color);
    font-size: 14px;
    padding-top: 80px
}
a {
    color: #428bd1
}

* {
    outline: none
}
.m-home-reads{
    display: inline-block;
    margin: 5px 0 15px;
}
.top-book{
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}
.top-book .list-group-item {
     padding: 7px 15px;
}
.title {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 700;
    padding: 10px
}
.top-book .title{
    padding: 6px 10px;
}
#searchform {
    margin-top: 16px
}

.m-stitle {
    padding: 6px 10px
}

.m-search-nav {
    margin-bottom: 8px
}
.m-stitle h1 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700
}

.m-book_info {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    background-color: #fffffa;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.m-infos {
    line-height: 32px;
    float: left;
    width: 76%;
    height: 32px;
    margin-top: 20px;
    border-bottom: 1px dashed #dcdcdc;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-book_info .m-read a.m-startedbtn,a.m-startedbtn:visited {
    display: block;
    float: left;
    width: 85px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #57ba59;
    background-color: #57ba59;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: none
}

.m-book_info .m-read a.m-diralinks,a.m-diralinks:visited {
    display: block;
    float: left;
    width: 85px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #57ba59;
    color: #000;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: none
}

.m-book_info .m-read .m-startedbtn:hover {
    background-color: #63d465;
    border: 1px solid #63d465;
    color: #fff;
    text-decoration: none
}

.m-book_info .m-read .m-diralinks:hover {
    color: #57ba59;
    border-color: #57ba59;
    background-color: transparent;
    text-decoration: none
}

.m-book_info .m-read .scrolltobt {
    display: block;
    float: left;
    border: 1px solid #e85d46;
    border-radius: 3px;
    color: #de533c;
    font-size: 14px;
    width: 85px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none
}

.m-book_info h1 {
    float: left;
    font-size: 26px;
    font-weight: 400;
    margin: 0
}

.m-infos span {
    padding-left: 10px;
    font-size: 12px;
    color: #666;
    display: inline
}

.m-upd {
    width: 526px;
    line-height: 30px;
    height: 30px;
    float: left;
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 10px
}

.m-upd span {
    color: #fff;
    background-color: #e62727;
    padding: 2px 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    opacity: .9;
    border-radius: 2px 0 0 2px;
    height: 18px;
    line-height: 16px
}

.m-upd span i {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #e62727;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.m-upd a:hover {
    color: #ff4810
}

.m-book_info p {
    float: left;
    width: 76%;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    min-height: 44px;
    max-height: 90px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 8px 0 5px 5px
}

.updata {
    position: relative;
    float: left;
    line-height: 30px;
    overflow: hidden;
    color: #0ca64e;
    font-size: 14px;
    clear: both;
    border-top: #eee 1px solid;
    width: 100%;
    padding-left: 1em;
    padding-right: 10px;
    text-align: left
}

.updata span {
    color: #fff;
    background-color: #0ca64e;
    padding: 2px 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    opacity: .9;
    border-radius: 2px 0 0 2px;
    height: 18px;
    line-height: 16px
}

.updata a {
    line-height: 30px
}

.updata a:hover {
    text-decoration: underline
}

.updata em {
    line-height: 45px;
    height: 40px;
    position: absolute;
    display: inline-block
}

.updata span i {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #0ca64e;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.m-book-list {
    padding: 10px 15px 20px;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    margin-bottom: 15px;
    position: relative
}

.m-book-list .m-order {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
    margin-right: 15px;
    border-radius: 3px;
    font-weight: 700;
    display: inline-block;
    width: 64px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #eee
}

.m-book-list h2 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: 700;
    color: #666;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0
}

.m-book-list h3 {
    text-align: center;
    background: #ebebeb;
    font-size: 16px;
    color: #49b233;
    margin-top: -60px;
    border-top: 70px solid #fff;
    padding: 8px 0
}

.m-book-list ul {
    zoom:1;overflow: hidden;
    margin: 0;
    padding: 0
}

.m-book-list ul li.line {
    width: 700px;
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc
}

.m-book-list ul li.line2 {
    width: 345px;
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc
}

.m-book-list ul li.line3 {
    width: 230px;
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc
}

.m-book-list ul li.line4 {
    width: 172px;
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc
}

.m-book-list ul li a {
    background: url(../images/list-style.gif) 2px center no-repeat;
    padding-left: 10px
}

.m-book-list ul li a:visited {
    color: #d14836
}

.m-book-list ul li a:hover {
    color: #ff4810
}

.cover-block {
    float: left;
    position: relative;
    z-index: 1;
    margin: 20px 10px 20px 20px
}

.cover-block .img-block .doc-info-imglink {
    -webkit-box-shadow: 0 1px 16px 0 rgba(153,153,153,.6);
    -moz-box-shadow: 0 1px 16px 0 rgba(153,153,153,.6);
    box-shadow: 0 1px 16px 0 rgba(153,153,153,.6);
    display: block;
    width: 136px;
    height: 172px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.cover-block .img-block .doc-info-imglink .doc-info-img {
    width: 136px;
    height: 172px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform-style: initial!important;
    -moz-transform-style: initial!important;
    transform-style: initial!important
}

.cover-block .ffk-able {
    position: relative
}

.cover-block .ffk-able .doc-info-imglink {
    padding-top: 0;
    background-color: #656566;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
    *background: 00
}

.cover-block .ffk-able .doc-info-imglink .doc-info-img {
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transition: transform .5s ease 0s;
    -moz-transition: -moz-transform .5s ease 0s;
    -ms-transition: -ms-transform .5s ease 0s;
    -webkit-transition: -webkit-transform .5s ease 0s
}

.cover-block .ffk-able .doc-info-imglink:hover {
    _zoom: 1
}

.cover-block a {
    hide-focus: expression( this.hideFocus=true );
    outline: 0
}

.cover-block .ffk-able:hover .doc-info-imglink .doc-info-img {
    transform: rotateY(-20deg);
    -moz-transform: rotateY(-20deg);
    -ms-transform: rotateY(-20deg);
    -webkit-transform: rotateY(-20deg)
}

.m-link {
    display: block;
    padding: 0 10px;
    float: left
}

.m-writer {
    float: right;
    color: #999;
    font-size: 12px;
    margin-top: 2px
}

.m-list {
    overflow: hidden
}

.m-list h3 {
    font-size: 16px;
    font-weight: 700;
    height: 43px;
    background-color: #fbfbfb;
    margin: 0;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    text-align: center
}

.m-list-group {
    padding-left: 0;
    margin-bottom: 1px;
    overflow: hidden
}

.m-list-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px dashed #ddd
}

.m-bd-list ul {
    margin: 0;
    padding: 0
}

.m-bd-list li {
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    overflow: hidden;
    padding: 6px
}

.m-bd-list li .m-pic-box {
    display: inline;
    float: left;
    width: 78px;
    height: 98px
}

.m-bd-list li .m-pic-box .pic {
    width: 78px;
    height: 98px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4)
}

.m-bd-list li .m-info-box {
    height: 98px;
    position: relative;
    overflow: hidden;
    padding-left: 10px
}

.m-bd-list li .m-info-box .m-tt {
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    font-size: 14px
}

.m-bd-list li .m-info-box .m-tt a {
    color: #29343d
}

.m-bd-list li .m-info-box .m-tt a:hover {
    color: #f50
}

.m-text {
    height: 18px;
    line-height: 18px;
    color: #666;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 12px
}

.m-panel {
    margin-bottom: 10px;
    background: #f0f0f0;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(26,26,26,.1);
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--bg-color-panel);
    border-color: var(--border-color-panel);
}

.m-path {
    padding: 0
}

.m-title {
    padding: 15px;
    box-shadow: 0 .5px 0 0 rgba(0,0,0,.1);
    overflow: hidden
}

.m-title h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 6px 0;
    color: #212121;
    font-weight: 400;
    text-align: center
}

.m-tpage {
    border-top: 1px solid #ddd;
    text-align: center;
}

.m-page {
    overflow: hidden;
    padding: 10px 15px;
    margin: 5px auto
}

#chaptercontent {
    font-size: 18px;
    overflow: hidden;
    line-height: 1.8em;
    font-family: \5fae\8f6f\96c5\9ed1,\5b8b\4f53;
    padding: 20px
}

#chaptercontent p {
    text-indent: 2em;
    padding-bottom: 1.5em
}

#chaptercontent img {
    display: block;
    margin: 0 auto;
    width: 100%
}
/*set color*/
:root {
    --font-color: #666;
    --bg-image: url(bg.png);
    --border-radius: 3px;
    --box-shadow-panel: none;
    --border-color: rgba(0,0,0,0.05);
    --border-color-panel: rgba(0,0,0,0.2);
    --border-color-panel-heading: rgba(0,0,0,0.12)
}
.readSet{
   min-width: 110px;
}
.mcolor{
    overflow: hidden;
    padding: 10px;
    margin-left: 10px;
    width: 116px;
}
.readSet .rc {
    color: #333
}

.readSet a.ra {
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    vertical-align: middle;
    background-color: var(--bg-color);
    border-color: var(--border-color)
}
.dropdown-menu .mcolor  a.ra{
    margin-bottom: 10px;
}
.readSet .rf {
    float: right;
    margin-left: 10px
}
.default,.default:root,:root {
    --font-color-link: #337ab7;
    --font-color-hover: #f40;
    --bg-color: #efefef;
    --bg-color-panel: #fef9ef;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #337ab7;
    --border-color-nav: #2e6da4
}

.red,.red:root {
    --font-color-link: #c62828;
    --font-color-hover: #000;
    --bg-color: #ffcdd2;
    --bg-color-panel: #ffebee;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #e53935;
    --border-color-nav: #c62828
}

.pink,.pink:root {
    --font-color-link: #ad1457;
    --font-color-hover: #000;
    --bg-color: #ebcece;
    --bg-color-panel: #f5e4e4;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #d81b60;
    --border-color-nav: #ad1457
}

.purple,.purple:root {
    --font-color-link: #6a1b9a;
    --font-color-hover: #f40;
    --bg-color: #e1bee7;
    --bg-color-panel: #f3e5f5;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #8e24aa;
    --border-color-nav: #6a1b9a
}

.deep-purple,.deep-purple:root {
    --font-color-link: #4527a0;
    --font-color-hover: #f40;
    --bg-color: #d1c4e9;
    --bg-color-panel: #ede7f6;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #5e35b1;
    --border-color-nav: #4527a0
}

.indigo,.indigo:root {
    --font-color-link: #283593;
    --font-color-hover: #f40;
    --bg-color: #c5cae9;
    --bg-color-panel: #e8eaf6;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #3949ab;
    --border-color-nav: #283593
}

.blue,.blue:root {
    --font-color-link: #1565c0;
    --font-color-hover: #f40;
    --bg-color: #bbdefb;
    --bg-color-panel: #e3f2fd;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #1e88e5;
    --border-color-nav: #1565c0
}

.light-blue,.light-blue:root {
    --font-color-link: #337ab7;
    --font-color-hover: #f40;
    --bg-color: #e9faff;
    --bg-color-panel: #fef9ef;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #337ab7;
    --border-color-nav: #2e6da4
}

.cyan,.cyan:root {
    --font-color-link: #00838f;
    --font-color-hover: #f40;
    --bg-color: #b2ebf2;
    --bg-color-panel: #e0f7fa;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #00acc1;
    --border-color-nav: #00838f
}

.teal,.teal:root {
    --font-color-link: #00695c;
    --font-color-hover: #f40;
    --bg-color: #b2dfdb;
    --bg-color-panel: #e0f2f1;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #00897b;
    --border-color-nav: #00695c
}

.green,.green:root {
    --font-color-link: #2e7d32;
    --font-color-hover: #f40;
    --bg-color: #c8e6c9;
    --bg-color-panel: #e8f5e9;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #43a047;
    --border-color-nav: #2e7d32
}

.light-green,.light-green:root {
    --font-color-link: #558b2f;
    --font-color-hover: #f40;
    --bg-color: #dcedc8;
    --bg-color-panel: #f1f8e9;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #7cb342;
    --border-color-nav: #558b2f
}

.lime,.lime:root {
    --font-color-link: #9e9d24;
    --font-color-hover: #f40;
    --bg-color: #f0f4c3;
    --bg-color-panel: #f9fbe7;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #c0ca33;
    --border-color-nav: #9e9d24
}

.yellow,.yellow:root {
    --font-color-link: #f9a825;
    --font-color-hover: #000;
    --bg-color: #fff9c4;
    --bg-color-panel: #fffde7;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #fbc02d;
    --border-color-nav: #f9a825
}

.amber,.amber:root {
    --font-color-link: #ff8f00;
    --font-color-hover: #000;
    --bg-color: #ffecb3;
    --bg-color-panel: #fff8e1;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #ffa000;
    --border-color-nav: #ff8f00
}

.orange,.orange:root {
    --font-color-link: #ef6c00;
    --font-color-hover: #000;
    --bg-color: #ffe0b2;
    --bg-color-panel: #fff3e0;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #fb8c00;
    --border-color-nav: #ef6c00
}

.deep-orange,.deep-orange:root {
    --font-color-link: #d84315;
    --font-color-hover: #000;
    --bg-color: #ffccbc;
    --bg-color-panel: #fbe9e7;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #f4511e;
    --border-color-nav: #d84315
}

.brown,.brown:root {
    --font-color-link: #5d4037;
    --font-color-hover: #f40;
    --bg-color: #d7ccc8;
    --bg-color-panel: #efebe9;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #795548;
    --border-color-nav: #5d4037
}

.grey,.grey:root {
    --font-color-link: #616161;
    --font-color-hover: #f40;
    --bg-color: #f5f5f5;
    --bg-color-panel: #fafafa;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #757575;
    --border-color-nav: #616161
}

.blue-grey,.blue-grey:root {
    --font-color-link: #455a64;
    --font-color-hover: #f40;
    --bg-color: #cfd8dc;
    --bg-color-panel: #eceff1;
    --bg-color-panel-heading: transparent;
    --bg-color-nav: #607d8b;
    --border-color-nav: #455a64
}

.light,.light:root {
    --font-color: #666;
    --font-color-link: #333;
    --font-color-hover: #f40;
    --bg-color: #f1f1f1;
    --bg-color-panel: #fff;
    --bg-color-panel-heading: #f1f1f1;
    --bg-color-nav: #4b4b4b;
    --border-color-nav: #353535;
    --box-shadow-panel: 2px 2px 5px rgba(0,0,0,0.1);
    --border-color: #e5e5e5;
    --border-color-panel: #c5c5c5;
    --border-color-panel-heading: #d5d5d5
}

.dark,.dark:root {
    --font-color: #ccc;
    --font-color-link: #ddd;
    --font-color-hover: #fff;
    --bg-color: #303030;
    --bg-color-panel: #3a3a3a;
    --bg-color-panel-heading: #303030;
    --bg-color-nav: #424242;
    --border-color-nav: #424242;
    --border-color: hsla(0,0%,100%,0.05);
    --border-color-panel: hsla(0,0%,100%,0.05);
    --border-color-panel-heading: hsla(0,0%,100%,0.05)
}

.dark .panel>.panel-heading {
    color: var(--font-color-link)
}

.dark #apage #content,.dark .book-bookinfo .caption p {
    color: var(--font-color)
}
/*set color end*/
.m-zwpc {
    float: left;
    padding-right: 10px
}

.m-zwpc2 {
    float: right;
    padding-left: 10px
}

.m-zwwap {
    margin: 0 auto
}

#back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #1a73e8;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: none
}

#back-to-top:hover {
    background: #4285f4
}

#tj {
    display: none
}

.g-ft {
    background-color: #fff;
    margin: 0 auto;
    min-height: 80px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-radius: 2px 2px 0 0;
    margin-top: 10px
}

.g-ft p {
    line-height: 24px;
    padding: 15px 15px 10px;
    text-align: center;
    font-size: 12px;
    color: #222
}

.m-links {
    padding: 0 10px;
    overflow: hidden;
    height: 42px;
    line-height: 44px
}

.m-links span {
    float: left;
    font-size: 14px
}

.m-links ul {
    float: left;
    overflow: hidden;
    margin: 0;
    list-style: none;
    padding: 0
}

.m-links ul li {
    float: left;
    padding-left: 10px;
    text-align: center;
    line-height: 46px
}

.m-links li a {
    color: #949494;
    font-size: 14px;
    line-height: 28px
}

.m-links ul li a:hover {
    color: #d14836
}

.m-copyright {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #f5f5f5
}

.m-copyright a {
    color: #f60;
    font-size: 14px
}

.m-path {
    height: 40px;
    position: relative;
    background: #fff;
    text-indent: 10px;
    color: #ff6766;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 2px;
    border-bottom: 1px solid #eee
}

.m-path h1 {
    font-size: 14px;
    line-height: 40px;
    width: 80%;
    height: 100%;
    overflow: hidden;
    color: #ccc
}

.manga-page {
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 700;
    font-size: 14px
}

.m-path-title a {
    color: #ff6766
}

.action-list {
    width: 100%;
    height: 42px;
    text-align: center;
    background-color: #fff;
    margin: 2px 0
}

.action-list a {
    float: left;
    width: 23%;
    margin: 0 1%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ff6766;
    border-radius: 5px;
    color: #000;
    font-size: 14px
}

.manga-box {
    padding: 0;
    position: relative
}

.manga-loading {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    text-align: center;
    z-index: 800;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    border-radius: 12px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: none
}

.manga-panel-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 600
}

.manga-panel-prev,.manga-panel-next {
    width: 50%;
    height: 100%;
    text-align: center;
    float: left;
    color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.manga-box img {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.manga-panel-on {
    background-color: rgba(0,0,0,.5);
    border: none;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.8)
}

.manga-panel-prev span,.manga-panel-next span {
    position: fixed;
    height: 100%;
    top: 50%;
    width: 100px;
    text-align: center;
    line-height: 30px;
    margin-left: -50px;
    margin-top: -15px
}

.main {
    padding-top: 0
}
/*zz page*/
.book-coverlist {
    overflow: hidden;
    height: 120px
}

.book-coverlist .cover {
    float: left;
    overflow: hidden;
    width: 90px;
    height: 120px
}

.book-coverlist .cover .thumbnail {
    overflow: hidden;
    width: 90px;
    height: 120px;
    -webkit-transition: filter .5s,transform .5s;
    -moz-transition: filter .5s,transform .5s;
    -o-transition: filter .5s,transform .5s;
    transition: filter .5s,transform .5s;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: Gray;
    filter: Chroma(Color=#000000)
}

.book-coverlist .cover .thumbnail:hover {
    transform: scale(1.2);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: Gray;
    filter: Chroma(Color=#000000)
}

.book-coverlist .caption {
    margin-left: 100px
}

.book-coverlist .caption .name {
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 6px;
    height: 16px;
    font-size: 15px;
    font-weight: 400
}

.book-coverlist .caption .author {
    margin-bottom: 4px
}

.book-coverlist .caption .intro {
    overflow: hidden;
    margin-bottom: 4px;
    text-align: justify;
    font-size: 13px;
    height: 60px;
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.book-coverlist .caption .status {
    font-weight: 100
}

.book-coverlist .caption .status .label {
    font-weight: 400
}
.panel>.panel-heading .more {
    float: right;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}
.tuijian {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2em;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: red
}

.tuijian a {
    color: #f30
}

.tishi {
    color: red;
    font-size: 16px
}
.readed-no-data{
    text-align: center;
    overflow: hidden;
    padding: 20px;
}
.readed-no-data p{
    padding: 20px;
    font-size: 16px;
}
.m-box1 {
    width: 980px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px
}
.m-box1 .more{
    color: #42a54b;
    cursor: pointer;
}
.m-box1 .m-rec-title {
    height: 38px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    margin-bottom: 15px
}

.m-box1 .m-rec-title h2 {
    font-size: 16px;
    padding-left: 15px;
    font-family: Arial,Helvetica,sans-serif;
    color: #666
}

.m-box1 .m-rec-title h2 a {
    color: #666
}

.m-box1 .m-rec-title h2 a:hover {
    color: #333
}

.m-box1 .m-rec-list ul {
    padding-left: 10px;
    overflow: hidden;
    list-style: none;
    margin: 0
}

.m-box1 .m-rec-list ul li {
    float: left;
    width: 160px;
    height: 216px;
    text-align: center
}

.m-box1 .m-rec-list li img {
    width: 118px;
    height: 150px;
    box-shadow: 1px 2px 2px rgba(0,0,0,.3);
    display: block;
    margin: 0 auto 8px
}

.m-box1 .m-rec-list li img:hover {
    box-shadow: 1px 4px 4px rgba(0,0,0,.3)
}

.m-box1 .m-rec-list li p.dsbn {
    height: 30px;
    line-height: 30px
}

.m-box1 .m-rec-list li p.dsbn a {
    font-weight: 700;
    font-size: 14px;
    color: #333
}

.m-box1 .m-rec-list li p.dsbn a:hover {
    color: #f50
}

.m-box1 .m-rec-list li p.dszz {
    color: #666;
    font-size: 12px;
    height: 16px;
    line-height: 14px
}

.m-box1 .m-rec-list li p {
    text-align: center;
    overflow: hidden;
    width: 166px
}
@media(max-width: 990px) {
    .navbar-brand {
        height:50px;
        font-size: 26px;
        line-height: 50px;
        font-weight: 400;
        letter-spacing: 4px;
        font-family: å¾®è½¯é›…é»‘,helvetica neue,Helvetica,Arial,sans-serif;
        padding: 0 0 0 15px;
        margin-left: 5px
    }

    body {
        padding-top: 60px
    }

    .m-book_info {
        padding-top: 20px;
        text-align: center
    }
    .cover-block {
        float: none;
        text-align: center;
        margin: 0
    }

    .cover-block .img-block .doc-info-imglink {
        -moz-box-shadow: 0 1px 16px 0 rgba(153,153,153,.6);
        box-shadow: 0 1px 16px 0 rgba(153,153,153,.6);
        display: block;
        width: 112px;
        height: 138px;
        border-radius: 3px;
        margin: 0 auto
    }

    .cover-block .img-block .doc-info-imglink .doc-info-img {
        width: 112px;
        height: 138px;
        background-color: #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transform-style: initial!important;
        -moz-transform-style: initial!important;
        transform-style: initial!important
    }

    .m-infos {
        line-height: 32px;
        float: none;
        border-bottom: none;
        margin-left: 0;
        width: auto;
        text-align: left;
        height: auto
    }

    .m-book_info h1 {
        font-size: 26px;
        font-weight: 400;
        margin: 0;
        text-align: center;
        width: 100%
    }

    .m-infos span {
        font-size: 14px;
        line-height: 18px;
        color: #444;
        display: inline-block;
        padding: 1em 0 0 1em;
        float: left;
    }

    .m-book_info p {
        float: none;
        width: 100%;
        color: #666;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        min-height: 44px;
        max-height: 70px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        margin: 8px 0;
        padding: 0 1em;
        text-align: left;
    }

    .m-upd {
        width: 100%;
        line-height: 30px;
        height: 30px;
        float: left;
        font-size: 14px;
        padding: 0 1em;
        text-align: left;
        overflow: hidden;
        margin-top: 10px;
    }

    .m-book-list h2 {
        text-align: left
    }

    .m-book-list ul li.line3 {
        width: 100%;
        float: left;
        margin: 0;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 14px;
        border-bottom: 1px dashed #dcdcdc
    }
.m-box1 {
        width: 100%;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        background: #fff;
        border-radius: 2px;
        overflow: hidden;
        margin-bottom: 10px
    }

    .m-box1 .m-rec-list ul {
        list-style: none;
        margin: 0;
        padding: 0 15px;
        overflow: hidden
    }

    .m-box1 .m-rec-list ul li {
        height: 192px;
        text-align: center;
        position: relative;
        float: left;
        width: 30%;
        margin-bottom: 0;
        margin-right: 5%
    }

    .m-box1 .m-rec-list li img {
        width: 100%;
        height: 128px;
        box-shadow: 1px 2px 2px rgba(0,0,0,.3);
        margin: 0 auto;
        vertical-align: middle;
        display: table-cell
    }

    .m-box1 .m-rec-list ul li:last-child,.m-box1 .m-rec-list ul li:nth-child(3n) {
        margin-right: 0
    }

    .m-box1 .m-rec-list li p {
        text-align: center;
        overflow: hidden;
        width: 100%
    }
    #back-to-top {
        bottom: 150px
    }
    .book-coverlist:nth-child(n+3) {
        margin-top: 15px;
    }
}
@media(max-width: 767px) {
	.book-coverlist:nth-child(n+2) {
			margin-top: 15px;
		}
}