.van-nav-bar__title {
    font-size: 1.2rem;
    color: var(--fl-text);
    font-weight: 400;
    line-height: 2.2rem;
    font-family: 'FontAwesome';
}

/* Reply button global style */
.reply-btn {
    color: #00d1b2;
    cursor: pointer;
}
.reply-btn:hover {
    opacity: .85;
    text-decoration: underline;
}

.bubble-group-round .van-floating-bubble {
    /* display: none;
    background: var(--van-floating-bubble-background);
    color: var(--van-floating-bubble-color);
    top: 12rem;
    left: 50%;
    right: auto;
    bottom: auto;
    width: calc(var(--default-content-max-width) + 0.0rem);
    height: auto;
    background: var(--van-floating-bubble-background);
    color: var(--van-floating-bubble-color);
    z-index: 9;
    transform: translate(-100%, 0); */

    display: none;
    background: var(--van-floating-bubble-background);
    color: var(--van-floating-bubble-color);
    top: 12rem;
    left: calc(50% - (var(--default-content-max-width) / 2) - 0);
    padding: 0 2.0rem 0 0;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: 8rem;
    height: auto;
    background: var(--van-floating-bubble-background);
    color: var(--van-floating-bubble-color);
    z-index: 9;
    transform: translate(-100%, 0);
}

.bubble-group-round .van-floating-bubble .item {
    margin-bottom: 1.4rem;
}

.xqbj-icon-share {
    width: 1.5rem;
    height: 1.5rem;
}

.xqbj-icon-collect,
.xqbj-icon-collect2 {
    width: 1.5rem;
    height: 1.5rem;
}


.xqbj-icon-comment {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-text {
    color: var(--primary-text-color);
    font-size: 0.7rem;
    margin: 0.1rem 0 0 0;
    text-align: center;
}

.icon-text.active {
    color: var(--original-grey);
}

.main-container {
    margin: 0;
    padding: 1.0rem 0;
}

.nav-user .nav-user-avatar {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0.2rem 0 0;
}

.nav-user {
    display: flex;
    align-items: center;
}

.novel-title {
    font-size: 1.5rem;
    color: var(--fl-text);
    font-weight: 500;
    line-height: 2.2rem;
    /* font-family: 'PingFangSC1'; */
    font-family: 'FontAwesome';
}

.novel-info {
    font-size: 1.2rem;
    color: var(--fl-text2);
    padding: 1.1rem 0 1.9rem;
    /* font-family: 'PingFangSC1'; */
    font-family: 'FontAwesome';
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.05rem solid #00000019;
}

.novel-info .text-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.novel-info .text-title h2 {
    margin-right: 1rem;
    color: var(--original-grey);
    font-size: 1.2rem;
}

.novel-info .text-title span {
    font-size: 0.8rem;
    margin-right: 0.5rem;
}

.novel-info .text-title h2 {
    font-size: 1.1rem;
    color: #888;
    font-weight: normal;
}

.butns {
    display: flex;
}

.butns .recharge {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.butns .recharge .img {
    width: 1.6rem;
    height: 1.5rem;
}

.subscribe-btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.3rem;
    border-radius: 1.25rem;
    color: #00ffac;
    border: 1px solid #00ffac;
    font-size: 0.98rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.subscribed {
    color: #fff;
    border-color: #535353;
}

.tags-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 0.9rem;
    margin-bottom: 1.55rem;
}

.tags-group a {
    display: block;
    margin: 0;
    width: initial;
    font-size: 1.1rem;
    height: 3.05rem;
    line-height: 3.05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 0.7rem;
    color: var(--tags2-bg);
    border-color: var(--tags2-bg);
    font-weight: 500;
    font-family: 'FontAwesome';
    border-radius: 0.32rem;
}

.tags-group a>h3 {
    width: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags-group a.active {
    background: var(--tags2-bg);
    border-color: var(--tags2-bg);
    font-weight: 600;
}

.tags-group2 {
    margin-top: 1.5rem;
}

.text-wrap {
    background: var(--fl-text-bg);
    /*border-left: 0.3rem solid var(--fl-text-border);*/
    padding: 1rem;
    margin-bottom: 1.85rem;
}

.text-wrap.mr-bom {
    margin: 0;
}

.text-wrap .text {
    font-size: 1.3rem;
    color: var(--fl-text2);
    padding-bottom: 1.5rem;
    font-weight: 500;
}

.text-wrap .text:last-child {
    padding-bottom: 0;
}

.text-wrap blockquote {
    line-height: 2.2rem;
    font-size: 1.1rem;
    color: var(--original-grey);
    padding: 0;
    margin: 0;
    border: 0;
}

.text-wrap blockquote p {
    font-weight: 500;
}

.text-wrap blockquote p a {
    color: #4D88FF;
}

.text a {
    color: #4D88FF;
}

/* .text-content {
    line-height: 0.5rem;
}

.text-content br{
    line-height: 0.5rem;
} */



.text-content,
.text-content p,
.text-content div,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content strong,
.text-content em {
    font-size: 1.4rem;
    color: var(--fl-text);
    line-height: 2.3rem;
    margin: 0;
    font-weight: 400;
    /* font-family: 'PingFangSC1'; */
    font-family: 'FontAwesome';
}

.text-content>p,
blockquote {
    margin: 0 0 1.5rem 0;
}

.text-content mark {
    background: transparent;
    height: 0.5rem;
    display: block;
}

.text-content a {
    background: #dbe7ff;
    /* font-size: 1.3rem; */
    font-size: 1.3rem;
    color: var(--fl-text);
    /* margin-bottom: 0.5rem; */
    padding: 0.5rem 0;
    border: none;
    white-space: pre-wrap;
    text-align: left;
    text-decoration: underline;
}

.text-content strong {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--fl-text);
    /* font-family: 'PingFangSC5'; */
    font-family: 'FontAwesome';
}

.text-content blockquote {
    padding: 0;
    margin: 0;
    border: none;
}

.text-content a {
    /* font-family: 'PingFangSC5'; */
    font-family: 'FontAwesome';
    background: transparent;
    color: var(--primary-text-color);
}

.text-content .dplayer-controller {
    color: #fff;
}

.text-content .dplayer-ptime {
    color: #fff;
}

.text-content .dplayer-dtime {
    color: #fff;
}

.text-content .dplayer-menu {
    color: #fff;
}

.text-content .dplayer-notice {
    color: #fff;
}


.link-wrapper {
    font-size: 1.1rem;
    color: var(--primary-text-color);
    text-align: center;
    padding: 0.85rem 2.1rem 1rem 1.25rem;
}

.link-wrapper .link-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.link-wrapper .link-info .icon {
    width: 11.5rem;
    cursor: pointer;
}

.link-wrapper .text {
    padding: 0.85rem 0 1rem;
}

.link-wrapper .zan-box {
    text-align: center;
}

.link-wrapper .zan-box .icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.25rem;
}

.link-wrapper .zan-box .icon>svg {
    width: 2.5rem;
    height: 2.5rem;
}

.list-title {
    font-size: 1.5rem;
    color: var(--text-color-f);
    font-weight: 500;
    padding: 1.75rem 0 1rem;
}

.list-title span {
    font-size: 1.1rem;
}

.solid-line {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 1.5rem 0;
}

.comment-enter {
    margin-bottom: 2.15rem;
    height: 9.3rem;
    overflow: hidden;
    position: relative;
}

.comment-enter textarea {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    overflow: hidden;
    background: none;
    width: 100%;
    height: 100%;
    padding: 1rem;
    font-size: 1.3rem;
    color: #fff;
    resize: vertical;
}

.comment-enter textarea::placeholder {
    font-size: 1.3rem;
    color: #888888;
}

.comment-enter .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.comment-enter input {
    width: 12.25rem;
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0.7rem;
    font-size: 1.3rem;
    color: var(--p-text-color);
    border: none;
}

.comment-enter input::placeholder {
    color: var(--text-color-ddd);
}

.comment-enter .btn-submit {
    border: none;
    width: 7.4rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 1.25rem;
    background: linear-gradient(to right, #00ffac, #00ebff);
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
    outline: none;
    margin: 0;
    padding: 0;
}

.recomment-group {
    margin-bottom: 0.75rem;
}

/*弹窗评论*/
.van-overlay {
    z-index: 999;
}

.comment-popup .van-popup {
    z-index: 2006;
    width: 27.5rem;
    height: auto;
    border-radius: 0.2rem;
}

.comment-list {
    background: var(--fl-list-bg);
    padding: 2.65rem 1.25rem 0;
}

.comment-list .close-btn {
    position: absolute;
    right: 1rem;
    top: .8rem;
    width: 1rem;
    height: 1rem;
    z-index: 2007;
}

.comment-list .box textarea {
    background: var(--fl-textarea-bg);
    width: 25rem;
    height: 12rem;
    font-size: 1.2rem;
    color: var(--text-color-f);
    border: none;
    padding: .5rem;
    border-radius: .2rem;
    margin: 0 auto;
}

.comment-list .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    color: var(--text-color-f);
    padding: 0.75rem 0 0.9rem;
}

.comment-list .flex-box button {
    background: var(--fl-button-bg);
    width: 6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    border-radius: .2rem;
    border: none;
}

.swiper {
    width: 100%;
    height: auto;
}

.fl-banner {
    padding-top: 1rem;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-info-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: normal;
}

.novel-info .flex-center .title {
    max-width: 8.0rem;
    margin-right: 1rem;
}

.novel-info .flex-center .title>span {
    margin-right: 0;
}

.flex-center .title-type {
    max-width: 6.0rem;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.refresh-btn {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: var(--original-grey);
    cursor: pointer;
}

.refresh-btn .xqbj-icon-refresh {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.3rem;
}

.link-wrapper .flex-center .zan-box {
    margin: 0 1.5rem;
}

.recomment-group .list {
    width: 14.5rem;
}

.recomment-group .list .img {
    width: 100%;
    height: 8.5rem;
    object-fit: contain;
}

.recomment-group .list .flex {
    margin-bottom: 0.5rem;
    color: var(--text-color-ddd)
}

.detail-info-desc {
    color: var(--original-grey);
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0.7rem;
}

.detail-info-desc>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
}

.detail-info-desc>div .xqbj-icon-view {
    margin-right: 0.23rem;
    font-size: 0.7rem;
}
.bottom-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bottom-box>p{
    font-size: 1.2rem;
    color: #888;
    margin-bottom: 1.5rem;
}
.bottom-box .mobile-bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}
.bottom-box .mobile-bottom>.item {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.bottom-box .mobile-bottom>.item>div {
 width: 3.1rem;
 height: 3.1rem;
}
.bottom-box .mobile-bottom>.item .icon-text{
    font-size: 1.4rem;
    margin-top: 0.5rem;
}
/* desktop */
@media (min-width: 960px) {
    .solid-line {
        height: 1px;
        margin: 0.5rem 0 1rem 0;
    }

    .detail-info-desc {
        font-size: 0.7rem;
        margin: 0;
    }

    .detail-info-desc>span:not(:last-child) {
        margin-right: 1rem;
    }

    .main-container {
        margin: 0;
        padding: 0;
    }

    .novel-title {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .novel-info {
        font-size: 0.8rem;
        padding: 0.5rem 0 0.5rem;
        border-bottom: 0.05rem solid #00000019;
        font-weight: 500;
    }

    .nav-user .nav-user-avatar {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 1.2rem;
    }

    .butns .recharge .img {
        width: 1.2rem;
        height: 1.1rem;
    }

    .subscribe-btn {
        padding: 0 0.8rem;
        border-radius: 0.75rem;
        font-size: 0.7rem;
        height: 1.5rem;
    }

    .tags-group {
        grid-template-columns: repeat(6, 1fr);
        gap: 0.55rem;
        margin: 1rem 0;
    }

    .tags-group a {
        font-size: 0.7rem;
        height: 1.8rem;
        line-height: 1.8rem;
        padding: 0 0.05rem;
    }

    .tags-group2 {
        margin-top: 1rem;
        margin-bottom: 1.75rem;
    }

    .text-wrap {
        padding: 0.9rem 1.25rem;
        margin-bottom: 0.95rem;
    }

    .text-wrap .text {
        font-size: 0.9rem;
        padding-bottom: 0.95rem;
    }

    .text-wrap blockquote {
        font-size: 0.9rem;
        color: var(--original-grey);
        padding: 0;
        margin: 0;
        border: 0;
    }

    .text-wrap blockquote p {
        line-height: 1.6rem;
    }

    .text-wrap blockquote p a {
        color: #4D88FF;
    }

    .text-content {
        line-height: 0.5rem;
    }

    .text-content,
    .text-content p,
    .text-content div,
    .text-content h1,
    .text-content h2,
    .text-content h3,
    .text-content h4,
    .text-content strong,
    .text-content em {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }

    .text-content>p,
    blockquote {
        margin: 0 0 0.5rem 0;
    }

    .text-content mark {
        height: 0.5rem;
        display: block;
    }

    .text-content a {
        font-size: 1.0rem;
        /* margin-bottom: 0.95rem; */
    }


    .link-wrapper {
        padding: 1.5rem 2.85rem;
    }

    .link-wrapper .link-info .icon {
        width: 6.5rem;
        height: 1.8rem;
    }

    .ad-banner {
        width: 100%;
        height: 3.1rem;
        margin-bottom: 0.8rem;
        display: block;
    }

    .list-title {
        font-size: 1.2rem;
        font-weight: 500;
        padding: 1rem 0 1.2rem;
        color: #fff;
    }

    .list-title span {
        font-size: 0.9rem;
        font-weight: normal;
    }

    .comment-enter {
        /* margin-bottom: 2.15rem; */
        margin-bottom: 1rem;
        position: relative;
        height: 7.6rem;
    }

    .comment-enter textarea {
        height: 100%;
        border-radius: 1rem;
        padding: 0.8rem 0.75rem;
        font-size: 0.9rem;
        resize: none;
        margin-bottom: 0;
    }

    .comment-enter textarea::placeholder {
        font-size: 0.9rem;
    }

    .comment-enter input {
        width: 12.25rem;
        height: 1.8rem;
        line-height: 1.8rem;
        padding: 0.3rem 0.75rem;
        font-size: 0.9rem;
    }

    .comment-enter .btns {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
    }

    .comment-enter .btn-submit {
        width: 4rem;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: 0.8rem;
        font-size: 0.7rem;
        font-weight: normal;
    }

    .recomment-group {
        margin-bottom: 1rem;
    }

    .bubble-group-round .van-floating-bubble {
        display: flex;
    }

    .bubble-group-round .van-floating-bubble>.item {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .fl-banner {
        padding-top: 0.7rem;
    }

    .refresh-btn {
        font-size: 0.72rem;
    }

    .refresh-btn .xqbj-icon-refresh {
        width: 0.9rem;
        height: 0.9rem;
        margin-left: 0.2rem;
    }

    .recommend-container .subs-data .xqbj-icon-nodata {
        height: 6rem;
        width: 10rem;
    }

    .recomment-group .list {
        width: 8.25rem;
    }

    .recomment-group .list .img {
        width: 100%;
        height: 4.75rem;
        object-fit: contain;
    }

    .novel-info .text-title h2,
    .novel-info .text-title span {
        font-size: 0.7rem;
        color: var(--original-grey);
    }
}