.download-section {
    display: flex;
    padding-top: 4.479vw;
    padding-bottom: 4.896vw;
    justify-content: center;
}

.download-desc-area {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 62.5vw;
}

.download-section .section-title {
    font-size: 1.458vw;
    font-weight: 700;
    color: #fc7a20;
}

.download-section .section-desc {
    width: 500px;
    color: #666666;
    font-size: 0.938vw;
    line-height: 1.667vw;
    margin-top: 1.696vw;
    margin-bottom: 1.492vw;
}

.pcphone-container {
    left: 75%;
    top: 15%;
    position: absolute;
    height: 100%;
}

.pc-pcphone {
    width: 384px;
}

.download-section .buttons-list {
    margin-top: 70px;
    display: flex;
}

.buttons-list .button-item {
    display: flex;
    width: 180px;
    height: auto;
    border-radius: 22.79px;
    background: #F5F5F5;
    border: 1px solid #DCDCDC;
    font-size: 18px;
    color: #666666;
    place-items: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.buttons-list .button-item:hover {
    background: #fc7a20;
    color: #fff;
}

.buttons-list .button-item+.button-item {
    margin-left: 23px;
}

.buttons-list .button-item img {
    width: 34px;
    height: auto;
}

.buttons-list .button-item span {
    margin-left: 10px;
    text-align: center;
}

.buttons-list .qr-wrapper {
    width: 8.333vw;
    height: 9.375vw;
    border-radius: 0.521vw;
    padding: 0.677vw 0.625vw 0.469vw 0.625vw;
    position: absolute;
    top: -183px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 2;
    background: linear-gradient(360deg,
            rgba(255, 251, 240, 1) 0%,
            rgba(255, 237, 205, 1) 100%);
    color: #666666;
    font-size: 0.625vw;
    text-align: center;
}

.buttons-list .qr-wrapper.inverted {
    top: 3vw;
}

.buttons-list .qr-wrapper.left {
    left: -140%;
    top: 0;
}

.buttons-list .qrcode>* {
    width: 7.083vw !important;
    height: 7.083vw !important;
}

.button-item:hover .qr-wrapper {
    display: block;
}

.buttons-list .hint {
    margin-top: 0.269vw;    
    font-weight: 700;
}

@media (max-width: 1080px) {
    .download-section .section-desc {
        width: 100%;
    }

    .download-section {
        display: block;
        padding-top: 8vw;
    }

    .download-section .section-title {
        text-align: center;
        /* font-size: 7vw; */
        margin-bottom: 5vw;
    }

    .download-section .section-desc {
        text-align: center;
        /* font-size: 4.5vw; */
    }

    .download-section .buttons-list {
        display: block;
        margin: 5vw;
    }

    .download-section .buttons-list .button-item {
        font-size: 4vw;
    }

    .download-section .buttons-list .button-item+.button-item {
        margin-left: 4vw;
    }

    .pcphone-container {
        position: relative;
        width: 100%;
        height: 30vh;
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 0 0;
    }

    .pcphone {
        position: relative;
        width: 100%;
        height: auto;
    }

    .pcphone-container {
        left: 0%;
    }

    .download-desc-area {
        display: flex;
        flex-direction: column;
    }

    .buttons-list .button-item:nth-child(1) {
        background-color: #DC0000;
        color: #FFFFFF;
    }

    .buttons-list .button-item {
        width: 100%;
        font-size: 4.5vw;
    }

    .buttons-list .button-item:nth-child(1) .icon-mobile-download {
        display: none;
    }

    .buttons-list .button-item:nth-child(4) {
        background-color: #FFFFFF;
        color: #DC0000;
        border: 1px solid #DC0000
    }

    .buttons-list .button-item:not(:nth-child(1)) {
        display: none;
    }
}