
.downLoad-body {
    width: 100%;
    height: 100%;
    margin: 0;
}
.downLoad-all {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(180deg, #1A1A1A 0%, #2F2F2F 100%);
    margin: 0;
}
.downLoad-all-top {
    width: 77px;
    height: 77px;
    display: block;
    margin: 60px auto 0 auto;
}
.downLoad-all-second {
    width: 219px;
    display: block;
    margin: 15px auto 0 auto;
}
.downLoad-all-word {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 13px;
    margin: 15px auto 0 auto;
}
.downLoad-all-third {
    width: 302px;
    display: block;
    margin: auto;
}
.downLoad-all-button {
    width: 167px;
    height: 61px;
    background: #454952;
    box-shadow: 0 3px 22px 0 rgba(0,0,0,0.70);
    border-radius: 30.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 23px auto 0 auto;
}
.downLoad-all-button-img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.downLoad-all-button-word {
    font-family: PingFangSC-Regular;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 19px;
}
.downLoad-all-last {
    margin: 90px auto 30px auto;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #35A9F5;
    line-height: 11px;
}
.downLoad-radio-first {
    position: absolute;
    top: 217px;
    left: 31px;
    z-index: 1;
    width: 33px;
    height: 33px;
    background: #252525;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.50);
    border-radius: 50%;
}
.downLoad-radio-second {
    position: absolute;
    top: 428px;
    left: -4px;
    z-index: 1;
    width: 54px;
    height: 54px;
    background-image: linear-gradient(180deg, #4CC0FB 0%, #2FADFE 100%);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.50);
    border-radius: 50%;
}
.downLoad-radio-third {
    position: absolute;
    bottom: -14px;
    right: -14px;
    z-index: 1;
    width: 66px;
    height: 66px;
    background-image: linear-gradient(180deg, #3295FA 0%, #31A2FA 100%);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.50);
    border-radius: 50%;
}