.download {
    min-height: calc(100vh - 64px);
    width: 100%;
    height: 100%;
    background-image: url(/images/common/d_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 0 80px 0;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

/* .download>div {
    min-width: 320px;
} */

.download .download_left {
    width: 100%;
    max-width: 565px;
}

.download .download_right {
    width: 100%;
    max-width: 379px;
}

.download_span {
    font-family: "Inter Regular";
    font-size: 40px;
    font-weight: 900;
    line-height: 140%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.download_span.es-ES{
    font-size: 34px;
}


.download_logo {
    padding: 20px;
    margin-bottom: 20px;
}

.download_logo img {
    height: 50px;
}

.download_app_content {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.download_app_content .perch_bag {
    width: 379px;
    opacity: 0;
}

.download_app_content .app_content_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 84%;
}

.download_app_content .app_content_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 88%;
}

.download_app_content img {
    height: 100%;
    width: 100%;
}

.download_app_btn {
    text-align: center;
    width: 100%;
}

.download_app_btn img {
    cursor: pointer;
    /*    width: 470px; */
}

.download_app_ios_btn {
    width: 100%;

    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(270deg, rgba(52, 107, 229, 0) 0%, rgba(52, 107, 229, 0.65) 52%, rgba(52, 107, 229, 0) 100%);
    text-align: center;
    font-family: "Inter Regular";
    font-size: 18px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.download_app_ios_btn img {
    height: 24px;
    margin-top: -10px;
    margin-right: 10px;
}

.download_left .download_left_bottom {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.download_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;

    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 白色 */
    color: #FFFFFF;
}


.download_area button {
    border-radius: 8px;
    width: 100%;
    width: 189px;
    max-width: 189px;
    height: 48px;
    padding: 0 25px;
    margin: 0 !important;
    background: transparent;
    border: 1px solid #3F414B;

    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #FFFFFF !important;
}

.download_area button:hover {
    background: var(--btn-yellow-background-color);
    color: #1F1F24 !important;
}

.download_area button>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.download_area img {
    width: 22px;
    margin-right: 20px;
}

.download_area_h5 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    width: 100%;
}

.download_area_h5>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 17px 20px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid #3F414B;
}

.download_area_h5 button {
    border-radius: 8px;
    padding: 12px 15px;
    background: linear-gradient(270deg, #FFCC57 0%, #FFDB9E 100%);
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    min-width: 100px;
    color: #1F1F24 !important;


}

.download_area_h5 img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.download_span p {
    /* max-width: 455px; */
    /* margin-bottom: 40px; */
}

.download_span p span {
    color: #FFDB9E;
}

.download_qr {
    /*     margin-top: 30px;
    border-top: 1px solid #3F414B; */
    /*     padding-top: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.download_qr img {
    width: 180px;
    height: 180px;
    border-radius: 8px;
}

@media only screen and (max-width: 1200px) {
    .download {
        flex-direction: column-reverse;
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {

    .download {
        padding: 30px 16px 30px 16px;
    }

    .download_qr {
        display: none;
    }

    .download>div {
        width: 100%;
    }

    .download .download_right {
        width: 58.5%;
    }

    .download_app_content .perch_bag {
        width: 100%;
    }

    .download_app_btn img {
        width: 80%;
    }

    .download_logo img {
        height: 47px;
    }

    .download_logo img {
        height: 35px;
    }

    .download_logo {
        margin-bottom: 10px;
    }

    .download_span {
        font-size: 20px !important;
        margin-bottom: 20px;
        text-align: center;
    }

    .download_area {
        display: none;
    }

    .download_area>div {
        max-width: unset;
    }

    .download_span p {
        /*   margin-bottom: 30px; */
    }

    .download_area_h5 {
        display: flex;
    }

}

@media only screen and (max-width: 500px) {

    .download_app_btn img {
        width: 90%;
    }
}