    @charset "utf-8";
    /* CSS Document */

    * {
        margin: 0;
        padding: 0;
    }

    html,
    body {
        font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
        height: 100%;
    }

    a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    ul,
    li {
        list-style: none;
    }

    .privacy {
        padding: 4rem;
        word-break: break-word;
    }

    .privacy h1 {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 2rem;
        text-align: center;
    }

    .privacy p {
        font-size: 1.1rem;
        line-height: 2rem;
        margin-top: 1rem;
    }

    .privacy li {
        margin-top: 2rem;
    }

    .privacy h3 {
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 1rem 0;
    }

    .privacy h4 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 2rem 0 1rem;
    }

    .privacy a:hover {
        text-decoration: none;
    }

    .privacy .bold {
        font-weight: bold;
    }

    .privacy ul li {
        margin-top: 0;
        list-style: disc;
    }

    .privacy ul {
        padding-left: 20px;
    }

    @media screen and (max-width: 960px) {
        .privacy {
            padding: 1rem 2rem;
            color: #000;
        }

        .privacy h1 {
            font-size: 1.6rem;
            line-height: 2.2rem;
            margin-bottom: 0;
        }

        .privacy p {
            font-size: 1.1rem;
            line-height: 2rem;
            margin-top: 1rem;
        }
    }