body {
    background-color: #000;
    color: white;
    font-family: "AlibabaPuHuiTi-Regular";
    font-weight: normal;
}

.contact {
    padding: 3vw 0;
}

/* 分割线动效 */
.line {
    transition: transform 1s ease-in;
    transform-origin: 0% 50%;
    transform: scaleX(0);
}

.line.active {
    transform: scaleX(1);
}

p {
    font-family: "AlibabaPuHuiTi-Regular";
    font-size: 1.39vw;
    margin-top: 1vw;
    color: white;
    font-weight: normal;
}

h1 {
    font-family: "AlibabaPuHuiTi-Regular";
    color: white;
    font-weight: 500;
    font-size: 6vw;
}

h2 {
    font-family: 'AlibabaPuHuiTi-Bold';
    font-weight: 700;
    font-size: 6.5vw;
    line-height: 8vw;
    font-style: italic;
}

h3 {
    font-family: "AlibabaPuHuiTi-Regular";
    font-weight: 500;
    font-size: 2vw;
    color: white;
}

span {
    font-family: "AlibabaPuHuiTi-Regular";
    color: white;
    font-weight: normal;
}

p1 {
    font-family: "AlibabaPuHuiTi-Regular";
    font-size: 0.8vw;
    margin-top: 1vw;
    color: white;
    font-weight: normal;
}

a {
    font-family: "AlibabaPuHuiTi-Regular";
    color: white;
    font-weight: normal;
    font-size: 1.39vw;
}

h6 {
    color: #8996a0
}

@media only screen and (max-width: 768px) {
    .footer-contact {
        height: 90vh;
        
    }

    .parallax {
        height: 20vh !important;
    }

    .footer-concat-image.box-mobiel {
        height: 75% !important;
    }

    /* .header-container {
        margin-top: 50px !important;
    } */

    .contact-img-left {
        width: 80%;
    }

    .contact-img-right {
        width: 35vw;
        top: 24%;
        left: 60%;
    }
}