.allhere[data-v-44c7835d] {
    height: 250px;
    background-color: #3be3fe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.allhere-title[data-v-44c7835d] {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 700
}

.allhere-desc[data-v-44c7835d] {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 15px
}

.content[data-v-44c7835d] {
    width: 70%;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    min-height: 500px;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    align-items: flex-start
}

.left-div[data-v-44c7835d] {
    width: 200px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px #0000001a;
    position: sticky;
    top: 20px;
    height: fit-content;
    max-height: calc(100vh - 40px);
    overflow-y: auto
}

.left-div[data-v-44c7835d]::-webkit-scrollbar {
    width: 6px
}

.left-div[data-v-44c7835d]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px
}

.left-div[data-v-44c7835d]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px
}

.left-div[data-v-44c7835d]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8
}

.nav-menu[data-v-44c7835d] {
    padding: 10px 0
}

.nav-item[data-v-44c7835d] {
    padding: 12px 20px;
    margin: 4px 8px;
    cursor: pointer;
    border-radius: 6px;
    transition: all .3s ease;
    color: #333;
    font-size: 14px;
    font-weight: 500
}

.nav-item[data-v-44c7835d]:hover {
    background-color: #f0f0f0
}

.nav-item.active[data-v-44c7835d] {
    background-color: #7ce3f3;
    color: #fff
}

.right-div[data-v-44c7835d] {
    flex: 1;
    background-color: #f5f5f5;
    overflow-y: auto;
    min-height: 500px
}

.downloadlist[data-v-44c7835d] {
    width: 100%;
    background-color: #f5f5f5
}

.download-item[data-v-44c7835d] {
    padding: 50px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    margin-bottom: 16px
}

.download-item[data-v-44c7835d]:last-child {
    margin-bottom: 0
}

.download-item-header[data-v-44c7835d] {
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

.download-img[data-v-44c7835d] {
    flex-shrink: 0;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    object-fit: contain
}

.download-content[data-v-44c7835d] {
    flex: 1;
    min-width: 0
}

.download-title[data-v-44c7835d] {
    margin: 0 0 12px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 1.4
}

.download-desc[data-v-44c7835d] {
    margin: 0 0 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word
}

.spec-nav-wrapper[data-v-44c7835d] {
    margin-top: 20px;
    padding-top: 10px
}

.spec-nav-container[data-v-44c7835d] {
    width: 100%
}

.spec-nav[data-v-44c7835d] {
    display: flex;
    gap: 30px;
    background-color: #fff;
    overflow-x: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative
}

.spec-nav-item[data-v-44c7835d] {
    padding: 4px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: all .3s ease;
    position: relative;
    background-color: #fff;
    white-space: nowrap
}

.spec-nav-item[data-v-44c7835d]:hover {
    color: #333
}

.spec-nav-bar[data-v-44c7835d] {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #def8ff;
    border-radius: 3px;
    margin-top: 4px
}

.spec-nav-bar-active[data-v-44c7835d] {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background-color: #3be3fe;
    border-radius: 3px;
    transition: none;
    display: none
}

.spec-info-container[data-v-44c7835d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding: 12px 8px;
    background-color: #fff;
    border-radius: 8px
}

.spec-info-left[data-v-44c7835d] {
    flex: 1;
    display: flex;
    gap: 10px
}

.spec-version[data-v-44c7835d],
.spec-update-time[data-v-44c7835d] {
    display: flex;
    align-items: center;
    gap: 8px
}

.info-label[data-v-44c7835d] {
    color: #999;
    font-size: 13px;
    font-weight: 500
}

.info-value[data-v-44c7835d] {
    color: #333;
    font-size: 14px;
    font-weight: 500
}

.spec-update-time .info-value[data-v-44c7835d] {
    background-color: #e6f7ff;
    color: #1890ff;
    padding: 4px 12px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 450;
    display: inline-block
}

.spec-info-right[data-v-44c7835d] {
    flex-shrink: 0
}

.download-button[data-v-44c7835d] {
    padding: 8px 24px;
    background-color: #3be3fe;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease
}

.download-button[data-v-44c7835d]:hover {
    background-color: #27cfea;
    transform: scale(1.02);
    box-shadow: 0 2px 6px #3be3fe4d
}

.empty-state[data-v-44c7835d] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: #999;
    font-size: 14px;
    background-color: #fff;
    border-radius: 8px
}

@media(max-width:768px) {
    .download-item[data-v-44c7835d] {
        padding: 30px
    }

    .download-item-header[data-v-44c7835d] {
        flex-direction: column
    }

    .spec-info-left[data-v-44c7835d] {
        flex-direction: column;
        gap: 10px
    }
}

@media screen and (max-width:768px) {

    .allhere[data-v-44c7835d],
    .left-div[data-v-44c7835d] {
        display: none
    }

    .content[data-v-44c7835d],
    .right-div[data-v-44c7835d] {
        width: 100%
    }

    .download-img[data-v-44c7835d] {
        width: 25%
    }

    .download-item[data-v-44c7835d] {
        padding: 30px
    }

    .download-item-header[data-v-44c7835d] {
        flex-direction: row
    }

    .spec-info-left[data-v-44c7835d] {
        flex-direction: row;
        gap: 10px
    }



    .allhere-title[data-v-44c7835d] {
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        padding-top: 70px;
    }

}