    .bar.bar-tab {
        display: none;
    }

    .content-inner {
        padding-bottom: 0;
    }

    .bar .button-nav.pull-right {
        margin-right: 0.5rem;
    }

    .detail-head {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 10%;
        background: linear-gradient(to right, #f15352, #fd9769);
        backdrop-filter: blur(12px) saturate(160%);
        -webkit-backdrop-filter: blur(12px) saturate(160%);
    }

    .detail-head::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        filter: blur(10px);
        z-index: -1;
        background: linear-gradient(to right, #f15352, #fd9769);
    }

    .detail-head img {
        width: 4.5rem;
        font-size: 0;
        height: 100%;
        float: left;
        margin-right: .5rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    }

    .detail-head-div {
        overflow: hidden;
    }

    .detail-head-div h5 {
        font-size: 0.8rem;
        color: #fff;
    }

    .detail-head-div span {
        font-size: 0.7rem;
        color: #e8e5e5;
        display: block;
        margin: 0.3rem 0 0;
    }

    .detail-head-div span a {
        display: inline-block;
        color: #fff8c4;
        padding-right: 0.2rem;
    }

    .detail-head-div p {
        color: #fff;
        font-size: 0.7rem;
        margin: 0.3rem 0 0;
    }

    .detail-intro {
        padding: 0.8rem 4% 0;
        background: #fff;
        color: #5c5f66;
    }

    .detail-introduction {
        font-size: 0.75rem;
        height: 6rem;
        overflow: hidden;
        line-height: 2;
    }

    .detail-introduction.z-open {
        height: auto;
    }

    .detail-menu {
        display: block;
        padding: 0.5rem 0;
        border-top: 1px solid #f3f4f5;
        margin-top: 0.3rem;
    }

    .detail-menu-l {
        font-size: 0.85rem;
        font-weight: bold;
        color: #5c5f66;
        float: left;
        vertical-align: middle;
    }

    .detail-menu-r {
        color: #969ba3;
        font-size: 0.8rem;
        text-align: right;
        vertical-align: middle;
        overflow: hidden;
        height: 1.3rem;
        line-height: 1.3rem;
    }

    .detail-intro-show {
        display: flex;
        justify-content: flex-end;
        height: 0.8rem;
    }

    .detail-intro-show em {
        padding: 0.5rem 0.65rem;
        margin-top: -1.1rem;
        margin-right: 0;
        background: #fff;
    }

    .detail-intro-show i {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0rem 0.35rem 0.5rem;
        border-color: transparent transparent #5d697e;
    }

    .detail-intro-show em.z-open i {
        border-width: 0.5rem 0.35rem 0px;
        border-color: #5d697e transparent transparent;

    }

    .detail-comment {
        border-top: 0.5rem solid #f5f5f5;
        background: #fff;
        padding: 0 4% 1rem;
    }

    .detail-comment h4 {
        font-size: 0.85rem;
        font-weight: bold;
        color: #5c5f66;
        padding: 0.7rem 0;
        position: relative;
    }

    .detail-comment h4 span {
        color: #999;
        font-weight: 100;
        font-size: 0.7rem;
        margin-left: 0.3rem;
        display: inline-block;
        vertical-align: bottom;
    }

    /*评论列表*/
    .comment-list {}

    .comment-list li {
        padding: 0.8rem 0;
        border-bottom: 1px solid #f3f4f5;
    }

    .comment-list li>p {
        margin-top: 0.5rem;
        font-size: 0.7rem;
        line-height: 1.2rem;
    }

    .comment-list-info {
        display: flex;
        flex-flow: nowrap;
    }

    .comment-list-info img {
        width: 2rem;
        height: 2rem;
        border-radius: 2rem;
    }

    .comment-list-info div {
        width: 80%;
        margin-left: 4%;
    }

    .comment-list-info div span {
        display: block;
        font-size: 0.75rem;
    }

    .comment-list-info div em {
        display: block;
        font-size: 0.65rem;
        color: #999;
    }


    .detail-like {
        border-top: 0.5rem solid #f5f5f5;
        background: #fff;
        padding: 0 4% 1rem;
    }

    .deatil-bar {
        bottom: 0;
        width: 100%;
        height: 2.5rem;
        padding: 0;
        table-layout: fixed;
        display: flex;
        border-top: 1px solid #e5e5e5;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 10;
        background: #fff;
        flex-flow: nowrap;
        align-items: center;
        justify-content: space-evenly;
    }

    .deatil-bar dl {
        padding: 0 0.8rem;
    }

    .deatil-bar dl dd {
        margin: 0 auto;
        height: 1.1rem;
        text-align: center;
    }

    .deatil-bar dl dd img {
        width: 1.1rem;
    }

    .deatil-bar dl dt {
        text-align: center;
        font-size: 0.6rem;
    }

    .deatil-bar div {
        width: 37%;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: 2rem;
        border: 1px solid #5d697e;
        font-size: 0.65rem;
        text-align: center;
        color: #5d697e;
    }

    .deatil-bar div img {
        display: inline-block;
        vertical-align: sub;
        width: 1.05rem;
        margin-right: 0.2rem;
    }

    .deatil-bar div i {
        display: inline-block;
        vertical-align: middle;
        width: 1.15rem;
    }

    .deatil-bar a {
        width: 37%;
        height: 1.5rem;
        line-height: 1.6rem;
        border-radius: 2rem;
        font-size: 0.65rem;
        text-align: center;
        color: #fff;
        background: linear-gradient(to right, #f15352, #fd9769);
    }

    .comment-more-empty {
        text-align: center;
        font-size: 0.5rem;
        color: #999;
    }

    /*目录*/
    .menu-grap {
        display: block;
        position: fixed;
        z-index: 3;
        visibility: hidden;
        overflow: hidden;
        -webkit-transition: visibility .15s;
        transition: visibility .15s;
        width: 100%;
        height: 100%;

        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .menu-grap.z-active {
        visibility: visible;
        -webkit-transition: none;
        transition: none;
    }

    .menu-grap-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity .15s;
        transition: opacity .15s;
        opacity: 0;
        background-color: #000;

    }

    .menu-grap-bg.z-active {
        opacity: .3;
    }

    .menu-grap-title {
        font-size: .75rem;
        line-height: 2rem;
        background: #fff;
        text-align: center;
    }

    .menu-grap-list {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 2.5rem;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .15s;
        transition: transform .15s;
        background-color: #fff;
        /*height: 100%;*/
        padding: 2.2rem 0 2.5rem;
        overflow: auto;
        background: #fff;
    }

    .menu-grap.z-active .menu-grap-list {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .menu-grap-list ul {
        margin-bottom: 0.8rem;
    }

    .menu-grap-list ul li {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
        padding: 0.5rem 0;
        background: #fff;
        width: 92%;
        margin: 0 auto;
    }

    .menu-grap-list ul li a {
        color: #333;
        font-size: 0.7rem;
        display: inline-block;
        vertical-align: middle;
        width: 75%;
    }

    .menu-grap-list ul li.on {
        background-color: #e8f0fe;
        border-left: 3px solid #1a73e8;
    }

    .menu-grap-count {
        text-align: center;
        font-size: 0.7rem;
        color: #999999;
        background: #fafafa;
        display: block;
        line-height: 1.5rem;
    }

    /*打赏*/
    .reward-wrap {
        background: #fafafc;
    }

    .reward-wrap.z-active .reward-bg {
        opacity: .3;
        display: block;
    }

    .reward-wrap.z-active .reward-list {
        bottom: 0;
    }

    .reward-head {
        display: flex;
        justify-content: space-between;
        padding: 0.9rem 0;
        line-height: 1rem;
    }

    .reward-head h6 {
        font-size: 0.8rem;
        color: #5c5f66;
        font-weight: bold;
    }

    .reward-head span {
        font-size: 0.77rem;
        color: #999;
    }

    .reward-head span i {
        color: #e8554d;
    }

    .reward-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity .15s;
        transition: opacity .15s;
        opacity: 0;
        background-color: #000;
        display: none;
    }

    .reward-list {
        background: #fff;
        position: absolute;
        bottom: -21rem;
        z-index: 10;
        width: 100%;
        padding: 0 5%;
        transition: 300ms;
    }

    .reward-list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .reward-list ul li {
        width: 46%;
        font-size: 0.7rem;
        color: #ddc5c5;
        border-radius: 0.3rem;
        border: 1px solid #ddc5c5;
        display: block;
        text-align: center;
        padding: 0.45rem 0;
        margin-bottom: 0.55rem;
    }

    .reward-list ul li.z-active {
        color: #e8554d;
        border: 1px solid #e8554d;
    }

    .reward-list textarea {
        width: 100%;
        height: 3.5rem;
        border-radius: 0.3rem;
        border: 1px solid #ddc5c5;
        font-size: 0.7rem;
        padding: 0.3rem;
    }

    .reward-bottom {
        margin-top: 0.5rem;
        display: flex;
        justify-content: space-between;
        padding: 0.9rem 0 0.5rem;
        line-height: 1rem;
    }

    .reward-bottom span {
        font-size: 0.77rem;
        color: #333;
        line-height: 1.6rem;
    }

    .reward-bottom span i {
        color: #e8554d;
    }

    .reward-bottom em {
        width: 5rem;
        height: 1.6rem;
        line-height: 1.7rem;
        border-radius: 2rem;
        font-size: 0.75rem;
        text-align: center;
        color: #fff;
        background: linear-gradient(to right, #f15352, #fd9769);
    }

    .detail-comment-write {
        font-size: 0.7rem;
        font-weight: 100;
        color: #f35d56;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: underline;
        padding: 0.5rem 0;
    }

    .detail-comment-write i {
        width: 0.8rem;
        height: 0.8rem;
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.3rem;
        background-image: url(../image/huifu-gray.png);
    }

    .reply-wrap {
        background: #fff;
        position: fixed;
        transition: 300ms;
        bottom: -20rem;
        width: 100%;
        z-index: 10;
    }

    .reply-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity .15s;
        transition: opacity .15s;
        opacity: 0;
        background-color: #000;
        display: none;
    }

    .reply.z-active .reply-bg {
        opacity: .3;
        display: block;
    }

    .reply.z-active .reply-wrap {
        bottom: 0;
    }

    .reply-wrap h5 {
        text-align: center;
        line-height: 2.4rem;
        height: 2.2rem;
        width: 100%;
        font-size: 0.8rem;
        color: #333;
        border-bottom: 1px solid #d2d2d2;
    }

    .reply-wrap textarea {
        width: 100%;
        padding: 0.7rem 0.5rem 0.5rem;
        border: 0;
        font-size: 0.7rem;
        color: #666;
        height: 10rem;
    }

    .reply-wrap span {
        width: 6rem;
        height: 1.5rem;
        line-height: 1.6rem;
        border-radius: 2rem;
        font-size: 0.65rem;
        text-align: center;
        display: block;
        color: #fff;
        margin: 4rem auto 1.5rem;
        background: linear-gradient(to right, #f15352, #fd9769);
    }

    .u-shade {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: #000;
        filter: alpha(opacity=70);
        -moz-opacity: .7;
        opacity: .7;
    }

    .comment-list-operation {
        display: none;
    }

    .u-chapterList-link>a {
        color: #333;
    }

    .u-chapterList-link em {
        width: 23%;
        display: inline-block;
        color: #a1a1a1;
        font-size: 0.8rem;
        text-align: right;
    }

    .bar .button-nav.pull-right.icon-shouye {
        font-size: 0.9rem;
        margin: 0 0 0 0.5rem;
        color: #333;
    }