@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: #000;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.main {
    width: 100%;
    color: #fff;
}

.header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 60px;
    flex-wrap: wrap;
    background-color: #1A3168;
}

.headerleft .headerright {
    display: inline-block;
}

.headerleft img {
    height: 50px;
    vertical-align: middle;
}

.headerleft h3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.headerright a {
    display: inline-block;
    color: #fff;
}

.headerright div {
    border: 1px #ccc solid;
    padding: 8px 30px;
    border-radius: 20px;
    margin-left: 40px;
}

.content {
    padding: 0 50px;
    background: url("./img/pic_bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.box1 {
    padding: 6% 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box1>img {
    width: 40%;
    min-width: 250px;
}

.box1-right {
    width: 60%;
    min-width: 250px;
    padding-bottom: 50px;
}

.box1-right h1 {
    font-size: 50px;
    width: 75%;
    margin-bottom: 40px;
}

.box1-right div {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box1-right img {
    margin: 0 15px;
    width: 32px;
}

.box1-right span {
    font-size: 20px;
}

.box1-right a {
    display: inline-block;
    width: 50%;
    color: #fff;
    padding: 25px;
    text-align: center;
    font-size: 22px;
    margin: 0 15px;
    margin-top: 40px;
    border-radius: 20px;
    background: linear-gradient(to right, #82BBFF, #3450F6);
}

.box2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 8%;
}

.box2 img {
    width: 40%;
    min-width: 250px;
}

.box2-first {
    background: url("./img/bg_kp_one.png") 0 0 no-repeat;
}

.box2-two {
    background: url("./img/bg_kp_two.png") 0 0 no-repeat;
}

.box2-there {
    background: url("./img/bg_kp_there.png") 0 0 no-repeat;
}

.box2-info {
    background-size: 100% 100%;
    width: 47%;
    min-width: 250px;
    padding: 8% 30px;
    height: max-content;
}

.box2-info h2 {
    font-size: 40px;
    text-align: center;
}

.box2-info div {
    text-align: center;
    margin: 20px 0 40px 0;
}

.box2-info div p {
    font-size: 25px;
    line-height: 35px;
}

.box2-info>p {
    font-size: 22px;
    line-height: 35px;
}

.footer {
    background-color: #1A3168;
    padding: 10px;
}

.footer p {
    text-align: center;
    padding: 10px 30px;
    font-size: 20px;
}

.footer a {
    color: #fff;
}

.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;
    }

    .privacy h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .privacy p {
        font-size: 1rem;
        line-height: 2rem;
        margin-top: 1rem;
    }
}