body{
    background: #f5f5f5;
    height: 100vh;
}
.download {
    height: 89%;
}

.download-middle {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.download-middle .download-method {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.download-middle .download-method img {
    width: 130px;
    height: 130px;
}

.download-middle .download-method .method-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.download-middle .download-method .method-title h2 {
    font-size: 24px;
    font-weight: 700;
}

.download-middle .download-method .method-title p {
    font-size: 19px;
}

.download-middle .download-method a {
    color: #fff;
    background: #ff2b37;
    width: 187px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px 11px;
    border-radius: 5px;
    font-size: 17px;
    margin-top: 25px;
}