.agreement-other {
    /* padding: 1.5rem 3rem; */
    max-width: 90%;
    margin: 0 auto;
    padding-top: 0.5rem;
}
.big-title {
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
}
.title {
    font-size: 0.34rem;
    font-weight: 600;
    color: #282828;
    margin-top: 0.13rem;
    margin-bottom: 0.1rem;
}
.text {
    font-size: 0.3rem;
    font-weight: 400;
    color: #282828;
    line-height: 0.34rem;
    margin-bottom: 0.05rem;
    word-break: break-all;
}
.mb10 {
    margin-bottom: 0.1rem;
}
.mt30 {
    margin-top: 0.3rem;
}
.fw500 {
    font-weight: 500;
}
.underline {
    text-decoration: underline;
}
.red {
    color: #F32424;
}