main {
    background: url(/images/banner_download.png) no-repeat;
    background-size: cover;
    height: 32.736vw;
    width: auto;
    position: relative;
}

.download .download-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.download .dot {
    width: 20px;
    height: 20px;
    background-color: #ff4d00;
    border-radius: 50%;
    margin: 0 6px;
}

.download .dot:nth-child(2),
.download .dot:nth-child(5) {
    width: 30px;
    height: 30px;
}

.download .dot:nth-child(3),
.download .dot:nth-child(4) {
    width: 35px;
    height: 35px;
}

.download .text {
    font-size: 2rem;
    font-weight: bold;
    color: #e63422;
    font-family: Arial, sans-serif;
    position: relative;
    margin: 0 15px;
    font-style: italic;
    /* background: linear-gradient(107.1deg, #f46b4f 6.48%, #d04734 97.43%); */
}

.download-description {
    line-height: 1.978vw;
    margin-top: 1.3vw;
    font-weight: 300;
}

.download-description>p+p {
    margin-top: 2vw;
}

.download .download-container {
    max-width: 58.333vw;
    margin: auto;
    font-size: 1.111vw;
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 3vw;
}

.download-section {
    display: flex;
}

.download-desc-area {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
}

.download-section .section-title {
    margin: 0 0 50px 0;
}

.download-section .section-desc {
    width: 60%;
}

.pcphone-container {
    left: 75%;
    top: 22.5%;
    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: #f46b4f;
    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;
}

.download footer {
    background: linear-gradient(107.1deg, #f46b4f 6.48%, #d04734 97.43%);
}

.download footer .copyright {
    color: #fff;
}

.download footer .risk-alert {
    color: #fff;
}

.slide-buttons .qr-wrapper,
.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;
}

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

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

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

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

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

@media (max-width: 1080px) {
    .download .download-container {
        max-width: 80vw;
    }

    .download .text {
        font-size: 1.25rem;
    }

    .download .dot {
        width: 5px;
        height: 5px;
        background-color: #ff4d00;
        border-radius: 50%;
        margin: 0 6px;
    }

    .download .dot:nth-child(2),
    .download .dot:nth-child(5) {
        width: 15px;
        height: 15px;
    }

    .download .dot:nth-child(3),
    .download .dot:nth-child(4) {
        width: 20px;
        height: 20px;
    }

    .buttons-list .button-item{
        width: 350px;
        font-size: 0.4rem;
    }

    .buttons-list .button-item img{
        width: 16px;
    }

    .pcphone-container img{
        width: 100%;
    }

}