.app-container {
    padding: 0 0.43rem;
}
.info-card {
    padding: 0.77rem 0.43rem 0;
    position: relative;
    overflow: hidden;
    height: 5.78rem;
    box-sizing: border-box;
    z-index:2;
}
.info-bg {
    width: 3.2rem;
    height: 4.21rem;
    border-radius: 0.21rem;
    float: left;
    margin-right: 0.32rem;
    overflow:hidden;
}
.order-img {
    width: 0.426rem;
    height: 0.426rem;
}
.info-text {
    width: 5.28rem;
    float: left;
    margin-top: 0.42rem;
    color: #fff;
}
    .info-text .title {
        font-size: 0.48rem;
        width: 5.28rem;
    }
    .info-text .author {
        width: 5.28rem;
        font-size: 0.346rem;
        margin-top: 0.106rem;
    }
    .info-text .author a {
        color:#fff;
    }
    .tag-wrap {
        width: 5.28rem;
        margin-top: 0.666rem;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }
.tag-wrap .tag-item {
    width: 1.12rem;
    height: 0.56rem;
    color: #cccccc;
    border-radius: 0.106rem;
    border: 0.026rem solid #cccccc;
    font-size: 0.346rem;
    text-align: center;
    line-height: 0.533rem;
    box-sizing: border-box;
    margin-right: 0.213rem;
    display: inline-block;
}
.info-card-wrap {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: -1;

    overflow: hidden;
    filter: blur(3px) brightness(0.4);
}
    .info-card-wrap img {
        object-fit: cover;
        height: 100%;
    }
    .manga-title {
        font-size: 0.53rem;
        font-weight: bold;
        color: #222222;
        margin-top: 0.42rem;
    }
.manga-desc {
    font-size: 0.32rem;
    color: #999999;
    margin-top: 0.21rem;
}
.manga-unfold {
    overflow: hidden;
    text-align: end;
    font-size: 0.34rem;
    margin-top: 0.133rem;
}
    .manga-unfold.act .unfold {
        transform: rotateX(180deg);
    }
    .manga-unfold .unfold {
        width: 0.266rem;
        height: 0.266rem;
    }
    .manga-unfold p {
       display:inline-block
    }
.manga-desc.unfold {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
}
.chapter-title {
    margin-top: 0.85rem;
    width: 100%;
    overflow: hidden;
}
.chapter-title .title {
    font-size: 0.53rem;
    color: #222222;
    float: left;
    font-weight: bold;
    line-height: 0.69rem;
}
.chapter-title .order {
    font-size: 0.32rem;
    color: #999999;
    float: right;
    line-height: 0.69rem;
}
.chapter-title .order p {
    float: right;
}
.btn-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    padding: 0.32rem 0.42rem 0 0.42rem;
    background-color: #fff;
    box-shadow: 1px -8px 15px -3px rgba(0, 0, 0, 0.1);
}
.btn-wrap-card {
    height: 2.5rem;
}

.btn-wrap .btn-left {
    width: 4.34rem;
    height: 1.33rem;
    background: #ffffff;
    border-radius: 0.21rem;
    border: 0.026rem solid #111111;
    float: left;
    text-align: center;
    line-height: 1.33rem;
    display: inline-block;
    color: #19191D;
}
.btn-wrap .btn-right {
    width: 4.34rem;
    height: 1.33rem;
    background: #ffd21a;
    border-radius: 0.21rem;
    float: right;
    text-align: center;
    line-height: 1.33rem;
    display: inline-block;
    color: #19191D;
}
.chapter-wrap {
    margin-top: 0.506rem;
}
.chapter-item {
    width: 100%;
    height: 1.146rem;
    background-color: #f9f9f9;
    border: 0.026rem solid #eeeeee;
    border-radius: 0.213rem;
    padding: 0 0.426rem;
    line-height: 1.146rem;
    color: #999999;
    font-size: 0.373rem;
    margin-bottom: 0.213rem;
    position: relative;
    display:inline-block;
}
.chapter-item.chapter-unfold {
    color: #111111;
    text-align: center;
}
    .chapter-item.chapter-unfold .unfold {
        width: 0.266rem;
        height: 0.266rem;
    }
    .chapter-item.chapter-unfold p {
        display:inline-block;
    }

        .new-tag {
            position: absolute;
            right: 0;
            top: 0;
            font-weight: bold;
            color: #222222;
            width: 1.12rem;
            height: 0.506rem;
            font-size: 0.32rem;
            text-align: center;
            line-height: 0.506rem;
            margin-top: 0.32rem;
            margin-right: 0.32rem;
            border-radius: 0.213rem;
        }
