.scroll-box {
    box-sizing: border-box;
    padding: .15rem;
}
.scroll-box>img {
    width: 100%;
    height: 1.2rem;
    object-fit: cover;
    border-radius: .05rem;
    margin-bottom:  .16rem;
}
.tip-row {
        width: 100%;
    font-size: .23rem;
    color: #c30055;
    /* text-align: center; */
    background-color: #FADCE9;
    line-height: .35rem;
    box-sizing: border-box;
    padding: 0.2rem 0.15rem;
    margin-bottom: 0.14rem;
    margin-top: 0.12rem;
    border: 2.5px solid #ffffff;
    box-shadow: 0 4px 33px rgba(190,196,207,.28);
}

.detail-cont {
    font-size: .26rem;
    color: #333333;
    padding: 0.2rem;
    box-sizing: border-box;
    /* line-height: .5rem; */
    background: #fff url(../image/tzbg.jpg) top right no-repeat;
    background-size: 38%;
}
.detail-cont p{
    border-bottom: 1px solid #EEEEEE;
    line-height: .8rem;
}
.detail-cont img{
    width: 100%;
}

.detail-cont>div {
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.messages>img {
    width: .4rem !important;
    height: .33rem !important;
}
.messages {
    margin-top: .2rem;
}
.page-box {
    padding-bottom: 1.4rem !important;
}
.gallery-img {
    width: 100%;
}
.gallery-img>img {
    width: 100%;
    max-height: 6.97rem;
    object-fit: cover;
}