.fr_container {
    height: 70vh;
    background-image: url(../img/zeekr007/bg1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;

}

.fr_container2 {
    height: 100vh;
    background-image: url(../img/zeekr007/bg2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;

}