body {
    font-family: "Source Han Sans CN", sans-serif;
    background: no-repeat white;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: #666666;
    transition: all 0.33s ease-out 0s;
    display: inline-block;
}

.body-container {
    background-color: black;
    color: white;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
}

.logo {
    height: 100px;
    display: flex;
    margin-top: 30px;
    margin-left: 60px;
    align-items: center;
}

.logo img {
    height: 100%;
    width: auto;
}

.logo p {
    margin-left: 20px;
    font-size: 40px;
    color: white;
}

.bg {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg img {
    height: auto;
    width: 60%;
}

.mini {
    margin-top: 42px;
    height: 87px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini p {
    height: auto;
    width: 40%;
    padding: 20px;
    color: white;
    text-align: center;
    font-size: 30px;
    border: 2px solid #FFF;
}

.footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.bei-an a {
    color: white;
}
