.download {
    min-height: 700px;
    background: #fff;
}

.download .download-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download .download-title {
    display: flex;
    align-items: center;
    margin: 80px 0;
    gap: 20px;
    font-size: 36px;
}

.download .logo {
    width: 60px;
    height: 60px;
}

.download .download-device {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
    margin: 80px;
    margin-top: 0;
}

.download .download-device .download-win {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 24px 30px;
    width: 800px;
    min-height: 110px;
    position: relative;
    margin-bottom: 30px;
}

.download .download-device .download-win:hover {
    background: rgba(24, 144, 255, 0.1);
    border-color: rgba(24, 144, 255, 0.2);
}

.download .download-device .img-border {
    display: flex;
    align-items: center;
    border: 1px solid #666;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    padding: 0 17px;
    margin-right: 15px;
}
.download .download-device .img-border:hover {
    background: rgba(24, 144, 255, 0.1);
}

.download .download-device .img-border .img-size{
    width: 24px;
    height: 24px;
}

.download .download-device .download-img {
    width: 60px;
    height: 60px;
}

.download .download-device .download-text {
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-left: 15px;
}

.download .download-device .download-text .name {
    font-family: "Poppins", sans-serif;
}

.download .download-device .download-text .desc {
    color: #666;
    margin-top: 8px;
}

.download .download-device .mac {
    height: 150px;
}

.download .download-device .download-btn-group {
    display: flex;
    flex-direction: column;
}

.download .download-device .download-btn {
    position: absolute;
    right: 24px;
    width: 180px;
    height: 42px;
    line-height: 42px;
    background: rgb(236, 236, 236);
    color: #888;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
}

.download .download-device .download-win:hover .download-btn:not(.disabled-btn) {
    background: #42a5f5;
    color: #fff;
}

.download .download-device .download-win:hover .download-btn:not(.disabled-btn):hover {
    background: #1890ff;
    color: #fff;
}

.download .download-device .disabled-btn {
    background: #e3e3e3;
    color: #b0b0b0;
    border: 1px solid #ddd;
    cursor: not-allowed;
}

.download .download-device .first-btn {
    top: 25px;
}

.download .download-device .second-btn {
    bottom: 25px;
}

.membership-price-suggest .download-btn {
    margin-top: 120px;
}
