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

body {
    background-color: #ffffff;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC",
        "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.userAgreement_content {
    padding: 15px;
    padding-bottom: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.userAgreement_title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}

.userAgreement_date {
    display: block;
    font-size: 13px;
    color: #333333;
    text-align: center;
    margin-bottom: 3px;
}

.userAgreement_h2 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 8px;
}

.userAgreement_h3 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 6px;
}

.userAgreement_text {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 8px;
}

.userAgreement_bold {
    font-weight: bold;
}

.userAgreement_sign {
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: right;
    margin-top: 5px;
}
