.footer_email_input {
    flex: 1;
    max-width: 500px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 20px;
    padding: 0 20px;
}

.footer_info_container {
    align-items: flex-start;
    min-height: 324px;
    padding: 60px;
}

.footer_info_container div {
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer_info_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer_info_text {
    margin: 20px 0;
}

.footer_info_text a {
    font-size: 14px;
    line-height: 24px;
    color: #C5CEDC !important;
}

.footer_copyright {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #4B5D88;
}

.footer_copyright > p {
    font-size: 12px;
    line-height: 20px;
    color: #C5CEDC;
}

.footer_copyright a {
    font-size: 12px;
    line-height: 20px;
    color: #C5CEDC;
}

#footer_contact button {
    transition: .4s;
}

#footer_contact button:hover {
    background-color: #FFFFFF;
    color: #0d6efd;
    border-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(255, 255, 255, .5);
}

#mob_footer_contact {
    width: 100%;
    height: 57vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mob_footer_contact > h2 {
    font-size: 8vw;
    font-weight: 800;
    line-height: 5vw;
    color: #FFFFFF;
    margin: 11vw 0 0 0;
}

#mob_footer_contact button {
    width: 35vw;
    height: 13vw;
    font-size: 5vw;
    border-radius: 1vw;
    font-weight: 500;
}

.mob_footer_info_container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4vw;
    font-size: 3vw;
    font-weight: 400;
    line-height: 5vw;
    color: #FFFFFF;
}

.mob_footer_info_container > img:first-of-type {
    height: 9vw;
    margin-top: 11vw;
}

.mob_footer_slip {
    width: 100%;
    height: 1px;
    background-color: #4B5D88;
}

.mob_footer_info_title {
    height: 13vw;
    width: 100%;
    font-size: 4vw;
    font-weight: bold;
    line-height: 6vw;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mob_footer_info_text {
    font-size: 4vw;
    font-weight: 400;
    line-height: 5vw;
    margin-bottom: 4vw;
}

.mob_footer_info_text > a {
    color: rgba(255, 255, 255, .5);
}

#mob_footer_arrow {
    transition: .4s;
}

.mob_footer_copyright {
    width: 100%;
    padding: 11vw 0 5vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mob_footer_copyright > p {
    font-size: 3vw;
    line-height: 5vw;
    color: #C5CEDC;
}

.mob_footer_copyright a {
    font-size: 3vw;
    line-height: 5vw;
    color: #C5CEDC;
}

.qr_button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr_button > img {
    position: absolute;
    z-index: 2;
    width: 144px;
    height: auto;
    top: -150px;
    display: none;
}

.qr_button:hover > img {
    display: block;
}

@media only screen and (max-width: 999px) {
    .qr_button > img {
        width: 38.4vw;
        top: -40vw;
    }
    .qr_button_2 > img {
        width: 18vw;
        top: -18vw;
    }
    .qr_button_3>img{
        top: -30vw;
    }
}
<!--ºÄÊ±1753353726.447Ãë-->