@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html,
body {
    color: #000;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.main {
    width: 100%;
}

.content {
    background-color: #EFEBFE;
}

.content .box1 img {
    width: 100%;
}

.box2 {
    padding: 30px 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box2left {
    width: 43%;
    min-width: 250px;
}

.box2left img {
    width: 100%;
}

.box2right {
    background: url("./img/yuan\ .png") 5px 14% no-repeat;
    background-size: 12%;
    width: 43%;
    padding: 0 5%;
    min-width: 300px;
    padding-top: 10%;
}

.box2right h2 {
    font-size: 30px;
    color: #012768;
    font-weight: bold;
}

.box2right p {
    margin-top: 30px;
}

.box3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.box3left {
    width: 28%;
    min-width: 250px;
    margin-right: 3%;
}

.box3left h2 {
    font-size: 36px;
    line-height: 55px;
    font-weight: bold;
}

.box3right {
    width: 30%;
    min-width: 250px;
}

.box3right img {
    width: 100%;
}

.footer {
    background-color: #8A78FF;
    color: white;
    padding: 30px;
    text-align: center;
}

.footer p {
    margin: 8px 0;
    font-size: 18px;
    line-height: 26px;
}


.privacy {
    padding: 4rem;
    color: #000;
}

.privacy h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}

.privacy p {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 1rem;
}

.privacy li {
    margin-top: 2rem;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0 1rem;
}

.privacy h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 2rem 0 1rem;
}

.privacy a {
    color: #000;
    text-decoration: none;
}

.privacy a:hover {
    text-decoration: none;
}

.privacy .bold {
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .privacy {
        padding: 1rem 2rem;
        color: #000;
        word-break: break-word;
    }

    .privacy h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .privacy p {
        /* font-size: 1rem; */
        line-height: 2rem;
        margin-top: 1rem;
    }
}