* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #e9fad8;
}
.chapter-index{
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    font-size:1rem;
}
.chapter-index::before{
    display: inherit;
    content: '';
    top:1px;
    width: 100%;
    height: 7px;
    background-image: url(/static/line.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.img-box {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.img {
    display: block;
    width: 100%;
    height: auto;
}

.mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.5), #cfe7dc)
}

.title {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
    text-align: center
}
.title::before{
    display: inherit;
    content: '';
    top:1px;
    width: 70%;
    height: 65px;
    margin: auto auto 5px auto;
    background-image: url(/static/title.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.desc {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.22rem;
    text-align: justify;
    white-space: pre-line;
    padding-bottom: 0.5rem;
    height:auto;
}

.desc i {
    display: block;
    height: 0.6rem;
}

.button:active {
    opacity: 0.8;
}

.bottom-box {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0.67rem 0.34rem;
    box-sizing: border-box;
}

.button {
    display: block;
    width: 100%;
    height: 3.52rem;
    background: #76BC31;
    border-radius: 3rem;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 2.32rem;
    text-decoration: none;
    animation: buttonAnimation 1s linear infinite;
}

.bottom-box.showTextBox .button {
    width: 6.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
}
@keyframes buttonAnimation {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(.9);
        -webkit-transform: scale(.9)
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.bottom-box input {
    display: none;
}

.placeholder {
    height: 10.44rem;
}

.model_1 {
    display: none;
}

.bottom-box.showTextBox #textbox {
    display: block;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-right: 0.37rem;
    width: 80%;
    font-size: 0.6rem;
}


.guide-download {
    padding: .4rem 0.4rem;
    height: 2.5466666667rem;
    background-color: #ffffff;
    background-size: 2.8rem 100%;
    background-repeat: no-repeat;
    font-size: .3466666667rem;
}

.guide-download.marginBotNo {
    margin: 0
}
.download-btn {
    padding: 0 .1333333333rem;
    width: 120px;
    height: 1.8rem;
    font-size:18px;
    text-align: center;
    line-height: 1.8rem;
    background: #76BC31;
    border-radius: 1.4rem;
    font-weight: 500;
    color: #fff
}
.guide-download span {
    font-size: .8rem;
    font-weight: 400;
    color: #222;
    line-height: .4133333333rem;
    white-space: nowrap;
}

.guide-download .download-btn {
    padding: 0 .32rem
}
.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.book-content .next-chapter {
    margin: 1.5333333333rem  1.5333333333rem;
    text-align: center;
}

.book-content .next-chapter p {
    font-size: .32rem;
    font-weight: 400;
    color: #333;
    line-height: .56rem;
    margin-bottom: .12rem
}

.book-content .next-chapter img {
    width: 1.0266666667rem
}
.try-read{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.4rem;
    position: relative;
}
.end-text-next{
    font-style: normal;
    font-size: 1rem;
    line-height: .56rem;
    text-align: justify;
    color: #76bc30;
    font-weight: 800;
}
.end-text-logo{
    width: 0.5666666667rem;
    height: 0.5666666667rem;
    margin-left: 0.0533333333rem;
}
