.logo-img {
    width: 102px;
    /*    height:7.29vw;*/
    margin-right: 2.6vw;
}

.logo-text {
    width: 169px;
}

.platform {
    margin-top: 16px;
    color: #212950;
    font-size: 24px;
}

.flex {
    display: flex;
}

.flex-ac {
    display: flex;
    align-items: center;
}

.download {
    margin-top: 5.2vw;
    flex-direction: column;
}

.download .a {
    width: 206px;
    height: 56px;
    background: linear-gradient(0deg, #3483FA, #A2D2FF);
    box-shadow: 0px 3px 7px 0px rgba(10, 100, 170, 0.35);
    border-radius: 8px;
    border: 0px solid #F5F5F5;
    color: #fff;
    font-size: 24px;
    justify-content: center;
    text-decoration: none;

}

.logos {
    margin-top: 200px;
    margin-left: -40px;
}

.download .a span {
    margin-top: -3px;
}

.button-img {
    width: 15.62vw;

}

.download-img {
    width: 39px;
    margin-top: 3px;
    /* margin-right: 1.04vw; */
}
.buttons {
    display: flex;
}
.version {
    color: #999;
    margin-top: 2.6vw;
    font-size: 16px
}

.info {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    height: 100vh;
}

.tip {
    font-size: 16px;
    color: #FC4C44;
}

.bottom {
    position: fixed;
    bottom: 244px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#cancel {
    width: 60px;
    height: 24px;
    background: #3483FA;
    border-radius: 12px;
    border: 0px solid #F5F5F5;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.open {
    width: 206px;
    height: 56px;
    background: linear-gradient(0deg, #FFA500, #FCD285);
    box-shadow: 0px 3px 7px 0px rgba(90, 62, 10, 0.35);
    border-radius: 8px;
    border: 0px solid #F5F5F5;
    margin-left: 60px;
    color: #fff;
    font-size: 24px;
    justify-content: center;
    text-decoration: none;
}

.open img {
    margin-top: 6px;
}

#range {
    display: none;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
}

#range .process {
    width: 228px;
    height: 13px;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.7) inset;
    border-radius: 10px;
    background: #3483FA;
    display: flex;
    align-items: center;
}

#val {
    margin-top: 16px;
    font-size: 14px;
    color: #212950;
}

.jindu {
    width: 0;
    position: relative;
    height: 8px;
    border-radius: 10px;
    background: linear-gradient(0deg, #3483FA, #A2D2FF);
    margin-top: -1px;
    margin-left: 2px;

}

.jindu::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(../downloadsimg/12.png);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.modal .modal-info {
    width: 300px;
    color:#333;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 9999;background:#fff;
}
.modal .buttons{
    display: flex;
    border-top: 1px solid #efefef;
}
.modal .cancel {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 48px;
    color: #606266;
    font-size: 14px;
}

.modal .confirm {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 48px;
    color: #2979ff;
    font-size: 16px;
        border-left: 1px solid #efefef;
}

.modal .content {
    padding: 25px 25px 25px 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 15px;
}