.stone {
    background: rgba(255, 255, 255, 1);
    padding: 32px 32px 024px;
}
.stone .title {
    font-size: 32rem;
    color: #0F0700;
    line-height: 45px;
    margin-bottom: 12px;
    text-align: center;
}
.stone .tips {
    margin-bottom: 52px;
    font-size: 16rem;
    font-weight: 400;
    color: #6E4E35;
    line-height: 24px;
    text-align: center;
}
.stone > h5 {
    font-size: 22rem;
    font-weight: 600;
    color: #0F0700;
    line-height: 30px;
    margin-bottom: 24px;
    text-align: center;
}
.stone > p {
    font-size: 18rem;
    color: #0F0700;
    line-height: 30px;
    margin-bottom: 24px;
}