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

body {
    background: #FCFCFC;
}

.main {
    /*max-width: 600px;*/
    margin: 0 auto;
    position: relative;
}
.style_5 {
    background: #F7F7F7;
    /*background: linear-gradient( 0deg, rgba(0,0,0,0) 0%, #FCFCFC 100%);*/
}
.chapter-index{
    color: #222222;
    font-weight: bold;
    text-align:  left;
    font-size:   1.2rem;
}

.img-box {
    margin-top: 0.8rem;
    max-height: 400px;
    overflow: hidden;
}

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

.comment-style-img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 0.8rem;
}

.continue_read_guide {
    position: absolute;
    left: 82%;
    top: 2rem;
    width: 2.26rem;
    height: 1.70rem;
    animation: zoomInOut 1.5s ease-in-out infinite;
}

@keyframes zoomInOut {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.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: 1rem;
    padding-right: 1rem;
    margin-top: 1.3rem;
    margin-bottom: .5rem;
    font-size: 1em;
    color: #000000;
    text-align: left;
    font-family: Georgia, serif;
}
.title::before{
    margin-top: 1rem;
    display: inherit;
    content: '';
    top:1px;
    width: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.title-gif {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1.6rem;
    margin-bottom: .5rem;
    font-size: 1.4em;
    color: #000000;
    text-align: left;
    font-family: Georgia, serif;
}

.desc {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.88rem;
    color: #505050;
    line-height: 1.6rem;
    text-align: left;
    white-space: pre-line;
    padding-bottom: 0.5rem;
    font-family: Georgia, serif;
    font-style: normal;
}

.desc_search {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.88rem;
    color: #505050;
    line-height: 1.6rem;
    text-align: left;
    white-space: pre-line;
    padding-bottom: 0.5rem;
    font-family: Georgia, serif;
    font-style: normal;
    margin-top: 2rem;
}

.comment_desc {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.85rem;
    color: #505050;
    line-height: 1.3rem;
    text-align: left;
    white-space: pre-line;
    padding-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
}

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

/*.button:active {*/
/*    opacity: 0.8;*/
/*}*/

.bottom-box {
    padding: 1rem 2rem;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: white;
}

.read_more_btn {
    padding: 1rem 2rem;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.button {
    display: flex;
    width: 100%;
    height: 2.4rem;
    background: #FF4C69;
    border-radius: 3rem;
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

/*.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: 5rem;
}

.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-left: 1rem;
    padding-right: 1rem;
    height: 3.5466666667rem;
    background-color: #ffffff;
    background-size: 2.8rem 100%;
    background-repeat: no-repeat;
    font-size: .3466666667rem;
}

.comment-style-app-info {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 3rem;
    background-size: 2.8rem 100%;
    background-repeat: no-repeat;
    font-size: .3466666667rem;
}

.guide-download.marginBotNo {
    margin: 0
}

.download-btn {
    padding: 0.35rem 0.7rem;
    font-size:16px;
    background: #FD5D42;
    border-radius: 1.4rem;
    font-weight: 400;
    color: #fff
}
.guide-download span {
    font-size: .8rem;
    font-weight: 400;
    color: #222;
    line-height: .4133333333rem;
    white-space: nowrap;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.book-content {
    overflow: scroll;
    z-index: 1;
    padding-bottom: 4.3rem;
    /*background: white;*/
}
.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{
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.4rem;
    position: relative;
}
.end-text-next{
    font-style: normal;
    font-size: 0.9rem;
    line-height: .56rem;
    text-align: justify;
    color: #222222;
    font-weight: 600;
}
.end-text-logo{
    width: 0.5666666667rem;
    height: 0.5666666667rem;
    margin-left: 0.0533333333rem;
}

.appName{
    margin-left: 0.8rem;
    font-size: 2em;
    color: #222222;
    font-weight: 800;
    font-family: Georgia, serif;
}

.appName_comment{
    font-size: 2em;
    color: #222222;
    font-weight: 100;
    font-family: Georgia, serif;
}

.appTime_comment{
    font-size: 2em;
    color: #999999;
    font-weight: 100;
    margin-left: 0.5rem;
    font-family: Georgia, serif;
}

.downloadHint{
    margin-left: 0.8rem;
    margin-top: 0.25rem;
    font-weight: 500;
    font-size: 1.6em;
    color: #999999;
    text-align: left;
    font-style: normal;
    font-family: Georgia, serif;
}
.attentionHint{
    padding-right: 1rem;
    font-size: 0.86em;
    color: #505050;
    line-height: 1.4rem;
    text-align: left;
    white-space: pre-line;
    /*padding-bottom: 0.5rem;*/
    font-style: normal;
    font-family: Georgia, serif;
}
.top-img-box {
    width: 100%;
    max-height: 30rem;
    position: relative;
    overflow: hidden;
}
.white-mask_5 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); */
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #FCFCFC 100%);
}

.top-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.top-content {
    display: flex;
    align-items: center;
    position: absolute;
    left: 1.6rem;
    top: 1.6rem;
    z-index: 3;
}

.top-content img {
    width: 4.5rem;
    height: 6rem;
    box-shadow: 0 1.5px 2px 0 rgba(0, 0, 0, 0.30);
    border-radius: 10px;
}

.line_top {
    width: 100%;
    height: 1px;
    background: #EFEFEF;
}

.section_comment {
    background-color: #F5F1ED;
    padding: 0.854rem 1.174rem 0.827rem 1.174rem;
}

.comment_header {
    overflow-wrap: break-word;
    color: rgba(14, 14, 14, 1);
    font-size: 0.906rem;
    font-family: apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    line-height: 1.067rem;
    align-self: center;
}

.comment-flex-col {
    display: flex;
    flex-direction: column;
}

.comment-flex-row {
    display: flex;
    flex-direction: row;
}

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

.comment-item-container {
    width: 100%;
    margin-top: 0.96rem;
}

.comment-user-name {
    overflow-wrap: break-word;
    color: rgba(93, 93, 93, 1);
    font-size: 0.8rem;
    font-family: apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.96rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.comment-time {
    overflow-wrap: break-word;
    color: rgba(132, 131, 124, 1);
    font-size: 0.693rem;
    font-family: apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.827rem;
    margin-top: 0.08rem;
}

.comment-content {
    display: inline-block; /* 或 block */
    width: 100%; /* 限制宽度 */
    word-wrap: break-word; /* 允许单词内换行 */
    overflow-wrap: break-word; /* 更现代的属性 */
    color: rgba(54, 52, 46, 1);
    font-size: 0.88rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: pre-line;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.comment-source {
    overflow-wrap: break-word;
    color: rgba(132, 131, 124, 1);
    font-size: 0.693rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 0.827rem;
    margin: 0.48rem 4.907rem 0 0;
}
