@charset "utf-8";
html, body {
    height: 100%;
}

body {
    font-family: STHeiti, "Microsoft YaHei", 宋体, arial;
    background: #454545;
    position: relative;
}

#logo {
    text-align: center;
    margin-top: 50px;
}

/*顶部*/
#top {
    background: #000000;
    /*border-bottom: 1px solid #505050;*/
}

p.wellcome, p.sign {
    height: 28px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

#top .login {
    font-weight: bold;
    cursor: pointer;
    color: #0089ff;
}

#top .login:hover {
    text-decoration: none;
    color: #00b8ff;
}

#top i {
    font-size: 14px;
    color: #e4dee4;
    margin-top: 6px;
    cursor: pointer;
}

#top .search {
    margin: 0;
}

#top .search i:hover {
    color: yellow;
}

/*
导航栏*/
.nav {
    /*max-width: 427px;*/
    text-align: center;
    /*border-bottom: 1px solid #505050;*/
    /*margin-bottom: 50px;*/
}

#book-chapter-list .nav {
    /*border-bottom: 1px solid #505050;*/
}

.nav > li {
    display: inline-block;
    float: none;
    /*margin-bottom: 5px;*/
}

.nav > li > a {
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 100px;
}

.nav-pills a, .nav-pills a:visited, .nav-pills a:focus {
    color: #dadada;
    background: none;
    font-size: 14px;
    /*box-shadow: 0px 1px 0px #212121;*/
}

.nav-pills > li > a:hover {
    color: red;
    background: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: yellow;
    background: none;
}

.nav-pills > li > a {
    /*background-color: #656565;*/
}

.glyphicon-heart {
    font-size: 12px;
}

.active .glyphicon-heart {
    /*font-size: 10px;*/
    /*display: block;*/
    /*float: left;*/
    /*padding: 4px 5px 0 0px;*/
    color: yellow;
}

.header-container {
    background: linear-gradient(to top, #000000, 99%, #114a4a);
}

/* ---- grid ---- */
#main-list, .container {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#main-list .row {
    background: #092424;
}

.grid {
    /*margin: 0 auto;*/
    margin: 0 auto 0 auto;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    position: relative;
    float: left;
    /*background: #0F1128;*/
    /*box-shadow: 1px 1px 3px #212121;*/
    text-align: center;
    padding: 0;
    /*overflow: hidden;*/
}

.grid-item a {
    overflow: hidden;
    display: block;
}

.gutter-sizer {
    width: 10px;
}

#book .grid-item {
    box-shadow: 1px 1px 3px #cccccc;
}

.grid-item img {
    width: 100%;
    transition: all 0.5s;
}

.grid-item, .grid-item a, .grid-item img {
    /*border-radius: 10px;*/
}

.grid-item img:hover {
    transform: scale(1.05);
}

.breadcrumb {
    border-radius: 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}

.breadcrumb > li + li:before {
    color: #a2a2a2;
}

#book {
    background: #F5F5F5;
    padding-bottom: 20px;
}

#book {
    margin-top: 0px;
    min-height: 500px;
    /*margin-bottom: 30px;*/
    /*border-radius: 10px;*/
    overflow: hidden;
}

.cell-img, .cell-title, .cell-num, .cell-time, .cell-type {
    display: inline-block;
    vertical-align: middle;
}

.cell-img {
    width: 107px;
    height: 64px;
}

.cell-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.list-item a {
    position: relative;
    display: block;
    color: #222;
    padding: 10px 10px;
    /*font-family: STHeiti, "Microsoft YaHei", 宋体, arial;*/
    overflow-wrap: break-word;;
}

.list-item a:hover {
    background-color: #ffffff;
    text-decoration: none;
}

.list-item {
    border-top: 1px solid #E5E5E5;
}

.list-item img {
    width: 100%;
}

.cell-num {
    /*font-size: 14px;*/
}

.cell-time {
    color: #c0c0c0;
}

.cell-title {
    font-size: 14px;
    font-weight: 700;
}

.cell-type {
    text-align: right;
}

.cell-type .btn {
    width: 45px;
    text-align: center;
    border-radius: 0;
    border: none;
    padding: 4px;
}

@media (min-width: 320px) {

    .grid-item {
        max-width: 138px;
        /*min-width: 100px;*/
        /*height: 139px;*/
        /*margin-bottom: 10px;*/
    }

    .gutter-sizer {
        width: 10px;
    }

    .info .title {
        left: 5px;
        bottom: 15px;
        max-width: 90px;
        padding-bottom: 3px;
        font-size: 14px;
    }

    .info .cate {
        left: 5px;
        bottom: -5px;
        font-size: 12px;
    }

    .info .chapter {
        right: 5px;
        bottom: -5px;
        font-size: 12px;
    }

    #logo {
        margin-top: 25px;
    }

    #logo img {
        height: 88px;
    }

    .nav {
        padding: 20px 10px 10px 10px;
    }

    .cell-info {
        width: 135px;
    }

    .cell-title {
        width: 150px;
        text-align: left;
    }

    .cell-num {
        width: 150px;
    }

    .cell-num span {
        color: #777 !important;
        display: inline !important;
    }

    .cell-time {
        width: 150px;
    }

    .nav > li {
        /*width: 21%;*/
    }
}

@media (min-width: 360px) {

    /*.grid-item {*/
    /*width: 105px;*/
    /*height: 155px;*/
    /*margin-bottom: 10px;*/
    /*}*/
    /*.gutter-sizer {*/
    /*width: 10px;*/
    /*}*/
    /*.info .title {*/
    /*left: 5px;*/
    /*bottom: 15px;*/
    /*width: 90px;*/
    /*padding-bottom: 3px;*/
    /*font-size: 14px;*/
    /*}*/
    /*.info .cate {*/
    /*left: 5px;*/
    /*bottom: -5px;*/
    /*font-size: 12px;*/
    /*}*/
    /*.info .chapter {*/
    /*right: 5px;*/
    /*bottom: -5px;*/
    /*font-size: 12px;*/
    /*}*/
    /*#book {*/
    /*}*/
    /*#logo {*/
    /*margin-top: 25px;*/
    /*}*/
    #logo img {
        height: 90px;
    }
    /*.nav {*/
    /*padding: 20px 10px;*/
    /*}*/
    .cell-info {
        width: 175px;
    }

    /*.cell-title {*/
    /*width: 150px;*/
    /*text-align: left;*/
    /*}*/
    /*.cell-num {*/
    /*width: 150px;*/
    /*}*/
    /*.cell-num span {*/
    /*color: #777 !important;*/
    /*}*/
    /*.cell-time {*/
    /*width: 150px;*/
    /*}*/
    /*.nav > li {*/
    /*width: 21%;*/
    /*}*/
}

@media (min-width: 375px) {

    /*.grid-item {*/
    /*width: 111px;*/
    /*height: 164px;*/
    /*margin-bottom: 10px;*/
    /*}*/
    /*.gutter-sizer {*/
    /*width: 10px;*/
    /*}*/
    /*.info .title {*/
    /*left: 5px;*/
    /*bottom: 15px;*/
    /*width: 90px;*/
    /*padding-bottom: 3px;*/
    /*font-size: 14px;*/
    /*}*/
    /*.info .cate {*/
    /*left: 5px;*/
    /*bottom: -5px;*/
    /*font-size: 12px;*/
    /*}*/
    /*.info .chapter {*/
    /*right: 5px;*/
    /*bottom: -5px;*/
    /*font-size: 12px;*/
    /*}*/
    /*#book {*/
    /*}*/
    /*#logo {*/
    /*margin-top: 25px;*/
    /*}*/
    #logo img {
        height: 90px;
    }
    /*.nav {*/
    /*padding: 20px 10px;*/
    /*}*/
    .cell-info {
        width: 190px;
    }

    /*.cell-title {*/
    /*width: 150px;*/
    /*text-align: left;*/
    /*}*/
    /*.cell-num {*/
    /*width: 150px;*/
    /*}*/
    /*.cell-num span {*/
    /*color: #777 !important;*/
    /*}*/
    /*.cell-time {*/
    /*width: 150px;*/
    /*}*/
    /*.nav > li {*/
    /*width: 14%;*/
    /*}*/
}

@media (min-width: 414px) {
    /*.grid-item {*/
    /*width: 123px;*/
    /*height: 182px;*/
    /*margin-bottom: 10px;*/
    /*}*/
    /*.gutter-sizer {*/
    /*width: 10px;*/
    /*}*/
    /*.info .title {*/
    /*left: 5px;*/
    /*bottom: 15px;*/
    /*width: 90px;*/
    /*padding-bottom: 3px;*/
    /*font-size: 14px;*/
    /*}*/
    /*.info .cate {*/
    /*left: 5px;*/
    /*bottom: -5px;*/
    /*font-size: 12px;*/
    /*}*/
    /*.info .chapter {*/
    /*right: 5px;*/
    /*bottom: -5px;*/
    /*font-size: 12px;*/
    /*}*/
    /*#book {*/
    /*}*/
    /*#logo {*/
    /*margin-top: 25px;*/
    /*}*/
    #logo img {
        height: 90px;
    }
    /*.nav {*/
    /*padding: 20px 10px;*/
    /*}*/
    .cell-info {
        width: 223px;
    }

    /*.cell-title {*/
    /*width: 150px;*/
    /*text-align: left;*/
    /*}*/
    /*.cell-num {*/
    /*width: 150px;*/
    /*}*/
    /*.cell-num span {*/
    /*color: #777 !important;*/
    /*}*/
    /*.cell-time {*/
    /*width: 150px;*/
    /*}*/
    /*.nav > li {*/
    /*width: 13%;*/
    /*}*/
}

@media (min-width: 768px) {

    .grid-item {
        max-width: inherit;
        /*height: 222px;*/
        /*margin-bottom: 10px;*/
    }

    /*.gutter-sizer {*/
    /*width: 10px;*/
    /*}*/
    /*.info .title {*/
    /*left: 10px;*/
    /*bottom: 20px;*/
    /*width: 130px;*/
    /*padding-bottom: 3px;*/
    /*font-size: 14px;*/
    /*}*/
    /*.info .cate {*/
    /*left: 10px;*/
    /*bottom: 0;*/
    /*font-size: 12px;*/
    /*}*/
    /*.info .chapter {*/
    /*right: 10px;*/
    /*bottom: 0;*/
    /*font-size: 12px;*/
    /*}*/
    /*#book {*/
    /*}*/
    /*#logo {*/
    /*margin-top: 25px;*/
    /*}*/
    #logo img {
        height: 110px;
    }
    /*.nav {*/
    /*padding: 20px 10px;*/
    /*}*/
    .cell-info {
        width: 555px;
    }

    /*.cell-title {*/
    /*width: 168px;*/
    /*text-align: center;*/
    /*}*/
    /*.cell-num {*/
    /*width: 100px;*/
    /*font-size: 38px;*/
    /*}*/
    /*.nav > li {*/
    /*width: auto;*/
    /*}*/
}

@media (min-width: 992px) {

    /*.grid-item {*/
    /*width: 150px;*/
    /*height: 222px;*/
    /*margin-bottom: 10px;*/
    /*}*/
    /*.gutter-sizer {*/
    /*width: 10px;*/
    /*}*/
    /*.info .title {*/
    /*left: 10px;*/
    /*bottom: 20px;*/
    /*width: 130px;*/
    /*padding-bottom: 3px;*/
    /*font-size: 16px;*/
    /*}*/
    /*.info .cate {*/
    /*left: 10px;*/
    /*bottom: 0;*/
    /*font-size: 12px;*/
    /*}*/
    /*.info .chapter {*/
    /*right: 10px;*/
    /*bottom: 0;*/
    /*font-size: 12px;*/
    /*}*/
    /*#book {*/
    /*}*/
    /*#logo {*/
    /*margin-top: 25px;*/
    /*}*/
    #logo img {
        height: 110px;
    }
    /*.nav {*/
    /*padding: 20px 10px;*/
    /*}*/
    .cell-info {
        width: 768px;
    }

    /*.cell-title {*/
    /*width: 168px;*/
    /*text-align: center;*/
    /*}*/
    /*.cell-num {*/
    /*width: 100px;*/
    /*}*/
    /*.nav > li {*/
    /*width: auto;*/
    /*}*/
}

@media (min-width: 1200px) {

    /*.grid-item {*/
    /*width: 150px;*/
    /*height: 222px;*/
    /*margin-bottom: 10px;*/
    /*}*/
    /*.gutter-sizer {*/
    /*width: 10px;*/
    /*}*/
    /*.info .title {*/
    /*left: 10px;*/
    /*bottom: 20px;*/
    /*width: 130px;*/
    /*padding-bottom: 5px;*/
    /*font-size: 16px;*/
    /*}*/
    /*.info .cate {*/
    /*left: 10px;*/
    /*bottom: 0;*/
    /*font-size: 12px;*/
    /*}*/
    /*.info .chapter {*/
    /*right: 10px;*/
    /*bottom: 0;*/
    /*font-size: 12px;*/
    /*}*/
    /*#book {*/
    /*}*/
    /*#logo {*/
    /*margin-top: 25px;*/
    /*}*/
    #logo img {
        height: 110px;
    }
    /*.nav {*/
    /*padding: 20px 10px;*/
    /*}*/
    .cell-info {
        width: 960px;
    }

    /*.cell-title {*/
    /*width: 168px;*/
    /*text-align: center;*/
    /*}*/
    /*.cell-num {*/
    /*width: 100px;*/
    /*}*/
    /*.nav > li {*/
    /*width: auto;*/
    /*}*/
}

@media (max-width: 767px) {
    .visible-xs {
        display: inline-block !important;
    }
}

/*分页*/
#page {
    text-align: center;
}

#page .pagination {
    /*margin: 50px 0 50px 0;*/
}

/*图片信息*/
.info {
    /*position: relative;*/
}

.info .title, .info .cate, .info .chapter {
    position: absolute;
}

.info .title {
    color: yellow;
    font-weight: bold;
    border-bottom: 1px solid #424242;
    text-align: left;
    text-shadow: 0 1px 2px black, 1px 0 2px black, -1px 0 2px black, 0 -1px 2px black;
    font-size: 18px;
    max-width: 100px;
    background: #0000006e;
}


.info .cate {
    /*font-weight: bold;*/
    color: #0C0C0C;
}

.info .classname {
    color: #a37600;
}

.info .age {
    color: #ff0000;
}

.info .done {
    color: #cfcfcf;
    display: inline-block;
    width: 17px;
    background: #315b4d;
    border-radius: 111px;
}

.info .chapter {
    color: red;
}

.info .chapter {
    color: #00da23;
    display: inline-block;
    width: 17px;
    border-radius: 111px;
    background: #325d4e;
}

/*漫画目录*/
.book-body .grid-item {
    background: #F5F5F5;
}

.book-header h1 {
    text-align: center;
    font-size: 2em;
}

.book-body h2 {
    font-size: 1em;
    text-align: center;
}

.book-header .desc {
    padding: 10px 0;
    color: #868686;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.book-header .writer {
    text-align: center;
    margin: 10px 0 0 0;
    color: #555;
}

.book-header .follow {
    text-align: center;
}

.book-header .follow a {
    background: #dedede;
    display: inline-block;
    border-radius: 100px;
    font-size: 12px;
    padding: 2px 5px;
    box-shadow: 1px 1px 0px 0px #ababab;
    color: #382929;
}

.book-header .follow a:hover {
    text-decoration: none;
    background: #cbcbcb;
}

.book-header .follow i {
    color: #1fbb33;
}

.book-header .glyphicon-plus {
    font-size: 10px;
}

.cell-img {
    /*border-radius: 5px;*/
    overflow: hidden;
    border: 1px solid #acacac;
}

#book .book-body .grid-item a, #book .grid-item {
    border-radius: 0;
}

#book .book-header {
    background: #E8E8E8;
    padding: 15px;
}

#book h1 {
    margin: 0;
    font-weight: bold;
    color: #545454;
}

#book .breadcrumb {
    margin-bottom: 0;
}

#book .badge {
    margin: 0 2px;
    border-radius: 0;
}

/*漫画页面*/
#detail-page .container {
    padding: 0 !important;
    cursor: pointer;
}

#detail-page .container-fluid {
    /*padding-left: 5px;*/
}

#nav-bottom .col-xs-4 {
    text-align: center;
}

#nav-bottom .col-xs-4 a {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    display: block;
}

#nav-bottom .col-xs-4 a:hover {
    background-color: #626262;
}

.navbar-default {
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
    border-radius: 0;
}

#nav-bottom .container {
    max-width: 700px !important;
}

.img-list {
    text-align: center;
    font-size: 0;
}

.img-list img {
    width: 100%;
    max-width: 414px;
    /*max-width: 414px;*/
    /*min-height: 450px;*/
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

#nav-top img {
    padding: 10px 0;
    width: auto;
    height: 50px;
    float: left;
}

#nav-top h2 {
    font-size: 20px;
    max-width: 700px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
}

#nav-top h2 span {
    color: #808080;
    font-size: 16px;
    font-weight: lighter;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999999999;
}

.isvip {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 0 10px;
    width: 20px;
}

.isvip span {
    font-size: 10px;
    color: yellow;
}

/*
收藏页面*/
.nofava {
    margin: 20px 0;
    background: none;
    box-shadow: none;
    width: 100%;
}

.nofava i {
    color: yellow;
    margin-right: 5px;
}

.nofava p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.deletefava {
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
}

.deletefava a {
    border-radius: 111px !important;
}

.deletefava i {
    font-size: 1.3em;
    color: red;
    background: #ffffff;
    border-radius: 111px;
    cursor: pointer;
    border: 2px solid #f00;
    box-shadow: 1px 1px 3px #212121;
}

.deletefava i:hover {
    color: yellow;
    background: red;
}

.copyright {
    padding: 15px 0;
    text-align: center;
    background: #000000;
    /*margin:30px auto 0 auto ;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
}

.copyright p {
    text-align: center;
    color: red;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 5px 15px;
    margin: 0 auto;
    max-width: 500px;
}

.copyright .warning {
    color: red;
}

.footer-mp {
    text-align: center;
}

.footer-mp img {
    margin: 0 auto;
    max-width: 200px;
}

.footer-mp p {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: yellow;
}

/*漫画统计*/
.book-status {
    text-align: center;
    color: #c5c5c5;
    font-size: 16px;
    font-weight: bold;
    /*background: #37373a;*/
    margin: 0;
    padding: 5px 0;
}

.book-status span {
    color: #edbba2;
    padding: 0 3px 0 10px;
}

/*返回顶部*/
.itop {
    position: fixed;
    right: 12px;
    bottom: 7px;
    display: none;
    margin-bottom: 5px;
    width: 36px;
    height: 36px;
    /* border-radius: 2px; */
    border-radius: 111px;
    background-color: rgba(255, 0, 0, 0.8);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    z-index: 99999999;
    color: rgb(219, 183, 177);
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
}

.itop span {
    display: inline-block;
    margin-top: 7px;
}

/*杂项*/
.lianzai {
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
}

.text-weekday {
    color: red;
    font-weight: bold;
}

.follow, .tab-fava {
    /*display: none;*/
    /*margin-left: 2px;*/
}

.fava .grid-item {
    /*margin-top: 15px;*/
}

.nav-pills li {
    margin-left: 2px;
}

#search-res-key {
    color: #00bf7d;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 30px 0 30px 0;
    margin: 0;
}

#search-res-key span {
    color: yellow;
}

.form-search {
    padding: 15px 0;
}

.back2 {
    float: left;
    font-size: 30px;
    height: 50px;
    display: block;
    line-height: 50px;
    color: #ffffff;
}

.back2:hover {
    color: yellow;
}
