@import "../css/navBase.css";
@import "../css/header.css";
@import "../css/footer.css";

html,
body {
    background-color: #f8f9fb;
}

.index-banner {
    width: 773px;
}


.index-banner-nav {
    width: 430px;
}

.index-banner-swiper {
    width: 100%;
    height: 300px;
}

.index-banner-swiper .swiper {
    width: 100%;
    height: 100%;
}

.index-banner-swiper a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-banner-swiper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-swiper-dec {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.index-banner-left {
    width: 183px;
    line-height: 20px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    padding-bottom: 25px;
    padding-top: 15px;
    height: 975px;
    overflow-y: auto;
}

.index-banner-left .side-nav {
    width: 100%;
}

.index-banner-left .nav-section {
    padding: 0px 15px 0 15px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.index-banner-left .section-title {
    display: flex;
    align-items: center;
    color: #C4C5C8;

}

.index-banner-left .section-items {
    display: flex;
    flex-direction: column;
}

.index-banner-left .section-items .nav-item {
    display: flex;
    align-items: center;
    height: 38px;
    border-radius: 6px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 15px;
}

.index-banner-left .section-items .nav-item:last-child {
    margin-bottom: 10px;
}

.index-banner-left .section-items .nav-item i {
    margin-right: 5px;
}

.index-banner-left .section-items .nav-item.active {
    color: #1A79FF;
    background-color: #E0F2FF;
}

.index-banner-left .section-items .nav-item:hover {
    color: #1A79FF;
    background-color: #E0F2FF;
}


.index-banner-left .section-title .dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C4C5C8;
    margin-right: 10px;
}

.index-banner-left .section-title .dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 3.5px;
    width: 1px;
    height: 1000px;
    border: 1px dashed #C4C5C8;
}



.index-banner-right {
    width: 300px;
}

.index-banner-right-psb {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
}


/* 推荐软件列表样式 */
.index-recomend-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 5px 0;
}

.recomend-software-item {
    position: relative;
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #f5f5f5;
}

.recomend-software-item .software-item-desc-wrapper{
    display: none;
}

.recomend-software-item:hover .software-item-desc-wrapper{
    display: block;
}

.recomend-software-item:hover .recomend-software-title{
    color: #273DBE;
}

.recomend-software-item:last-child {
    border-bottom: none;
}

.recomend-software-item .recomend-software-icon {
    width: 92px;
    height: 92px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.recomend-software-item .recomend-software-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recomend-software-item .recomend-software-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.recomend-software-item .recomend-software-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.recomend-software-item .recomend-software-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    max-width: 529px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recomend-software-item .recomend-software-meta {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 2px;
}

.recomend-software-item .software-downloads {
    display: flex;
    align-items: center;
    color: #ff7875;
    margin-right: 12px;
}

.recomend-software-item .software-downloads img {
    width: 16px;
    margin-right: 4px;
}

.recomend-software-item .software-category {
    display: flex;
    align-items: center;
    color: #0D8971;
    white-space: nowrap;
}

.recomend-software-item .software-category img {
    width: 16px;
    margin-right: 4px;
}

.recomend-software-item .recomend-software-desc {
    font-size: 13px;
    color: #8c96a3;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .recomend-software-item .recomend-software-header {
        flex-direction: column;
    }

    .recomend-software-item .recomend-software-meta {
        margin-top: 8px;
    }
}



/* 软件卡片样式 */

.index-banner-right-psb-item {
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 15px;
}



.index-banner-right-psb-item .software-card {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.index-banner-right-psb-item .software-card:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.index-banner-right-psb-item .software-card:hover .software-title {
    color: #0337F4;
    transition: all 0.3s ease;
}



.index-banner-right-psb-item .software-icon {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    overflow: hidden;
}

.index-banner-right-psb-item .software-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.index-banner-right-psb-item .software-info {
    width: calc(100% - 57px);
}

.index-banner-right-psb-item .software-title {
    font-size: 16px;
    font-weight: 500;
    color: #3a4a73;
    margin-bottom: 5px;
}

.index-banner-right-psb-item .software-tags {
    display: flex;
    gap: 6px;
}

.index-banner-right-psb-item .tag {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    padding: 0;
    color: #AEAEAE;
    background-color: #ffffff;
}

.index-banner-right-psb-item .tag i {
    font-size: 6px;
    margin-right: 4px;
}

.index-banner-right-psb-item .tag-blue i {
    color: #4299e1;
}

.index-banner-right-psb-item .tag-green i {
    color: #48bb78;
}

.index-banner-right-psb-item .tag-yellow i {
    color: #ecc94b;
}

/* 添加间隔 */
.index-banner-right-psb-item .tag:not(:last-child) {
    margin-right: 8px;
}

.index-banner-right-bibei {
    border-radius: 6px;
}


/* 必备软件卡片样式 */
.index-banner-right-bibei-content-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    margin-top: 15px;
}


.index-banner-right-bibei-content-item .software-bibei-card {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.index-banner-right-bibei-content-item .software-bibei-card:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.index-banner-right-bibei-content-item .software-bibei-card:hover .software-bibei-title {
    color: #0337F4;
    transition: all 0.3s ease;
}


.index-banner-right-bibei-content-item .software-bibei-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
}

.index-banner-right-bibei-content-item .software-bibei-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner-right-bibei-content-item .software-bibei-info {
    width: calc(100% - 57px);
}

.index-banner-right-bibei-content-item .software-bibei-title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.2;
}

.index-banner-right-bibei-content-item .software-bibei-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.index-banner-right-bibei-content-item .software-bibei-category {
    color: #999;
}

.index-banner-right-bibei-content-item .software-bibei-downloads {
    display: flex;
    align-items: center;
    color: #999;
}

.index-banner-right-bibei-content-item .software-bibei-downloads img {
    width: 17px;
    margin-right: 3px;
    color: #999;
}




/* 整体软件列表包装器 */
.software-list-wrap {
    margin: 20px 0;
    overflow: hidden;
}

/* 主分类Tab导航样式 */
.software-list-tab {
    position: relative;
    z-index: 1;
    padding: 15px 15px 0;
    margin-bottom: -15px;
}

.software-list-tab-items {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.software-list-tab-item {
    border-radius: 10px 10px 0 0;
    transition: all 0.2s;
    background-color: #DFE8F9;
    color: #0337F4;
    transform: translateY(3px);
    margin-bottom: 12px;
    overflow: hidden;
    margin-right: 15px;
}

.software-list-tab-link {
    display: block;
    padding: 10px 24px;
    color: #0337F4;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.software-list-tab .software-list-tab-item .active{
    background-color: #0337F4;
    margin-bottom: 0px;
    transform: translateY(-2px);
    color: #ffffff!important;
}

.software-list-tab .software-list-tab-item:hover{
    background-color: #0337F4;
    margin-bottom: 0px;
    transform: translateY(-2px);
    color: #ffffff!important;
}


.software-list-tab-item:not(.active) {
    background-color: #eef2f7;
}

.software-list-tab-item:not(.active):hover {
    background-color: #e1e7ef;
}

/* 子分类导航样式 */
.software-list-nav {
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.software-list-nav-items {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.software-list-nav-item {
    position: relative;
    margin-right: 30px;
}

.software-list-nav-link {
    display: block;
    padding: 15px 0 5px 0;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.software-list-nav-item:hover .software-list-nav-link {
    color: #1677ff;
}

.software-list-nav-item.active .software-list-nav-link {
    color: #1677ff;
    font-weight: 500;
}

.software-list-nav-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1677ff;
}

/* 软件列表网格布局 */
.software-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px 15px;
}

.software-list-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.software-list-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.software-list-item:hover .software-list-item-title {
    color: #273DBE;
}

.software-list-item-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 12px;
    overflow: hidden;
}

.software-list-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.software-list-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0 0 10px;
    height: 39px;
}

.software-list-item-desc {
    font-size: 14px;
    color: #AFAFAF;
    line-height: 20px;
    margin: 0 0 15px;
    flex-grow: 1;
}

.software-list-item-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.software-list-item-stats {
    display: flex;
    align-items: center;
}

.software-list-item-downloads {
    display: flex;
    align-items: center;
    color: #ff7875;
    font-size: 12px;
    margin-right: 10px;
    background-color: #FFE0E0;
    padding: 2px 5px;
    border-radius: 4px;
}

.software-list-item-downloads img {
    margin-right: 3px;
    width: 16px;
}

.software-list-item-likes {
    display: flex;
    align-items: center;
    color: #208FCA;
    font-size: 12px;
    background-color: #D6ECF8;
    padding: 2px 5px;
    border-radius: 4px;
}

.software-list-item-likes img {
    margin-right: 3px;
    width: 16px;
}

.software-list-item-tag-wrap {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
}

.software-list-item-tag {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0D8971;
    padding: 2px 5px;
    border-radius: 4px;
    margin: 0 5px;
}

.software-list-item-tag span {
    display: inline-block;
    width: 100%;
    max-width: 86px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.software-list-item-tag:not(:first-child)::after {
    content: '';
    position: absolute;
    top: 9px;
    left: -7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0D8971;
}

.software-list-item-tag img {
    margin-right: 3px;
    width: 16px;
}

.software-list-item-download-btn {
    background-color: #1677ff;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.software-list-item-download-btn:hover {
    background-color: #0958d9;
    color: white !important;
}

.software-list-item-download-btn i {
    margin-right: 5px;
    font-size: 16px;
}

/* 响应式布局调整 */
@media (max-width: 1200px) {
    .software-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .software-list-tab-items {
        flex-wrap: wrap;
    }

    .software-list-tab-item {
        flex-grow: 1;
        text-align: center;
    }

    .software-list-tab-link {
        padding: 8px 10px;
    }

    .software-list-nav-items {
        flex-wrap: wrap;
    }

    .software-list-nav-item {
        margin-right: 15px;
    }

    .software-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .software-list {
        grid-template-columns: 1fr;
    }
}



/* hover列表 */
.index-top-right-content a {
    display: block;
    margin-top: 15px;
}

.c-index-hover .c-left {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.c-index-hover .c-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover_active:hover .one-line {
    color: #0337F4;
}

.hover_active:hover .two-line {
    color: #0337F4;
}

.c-index-hover .c-right {
    width: calc(100% - 59px);
    height: 62px;
}

.c-index-hover .c-right .two-line {
    height: 42px;
}



.hover_control .c-index-hover {
    display: none;
}

.hover_control .c-index-nohover {
    display: block;
    width: calc(100% - 40px);
}

.hover_control .c-index-hover {
    display: none;
}

.hover_active .c-index-hover {
    display: flex;
    width: calc(100% - 30px);
}

.hover_active .c-index-nohover {
    display: none;
}

.index-top-right-num {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    line-height: 23px;
    border-radius: 4px;
    background-color: #F3F3F3;
    color: #101010;
    font-size: 16px;
    text-align: center;
}

.hover_control:first-child .index-top-right-num {
    background-color: #FFEEF1;
    color: #FF555F;
}

.hover_control:nth-child(2) .index-top-right-num {
    background-color: #FFF0E6;
    color: #FF6F06;
}

.hover_control:nth-child(3) .index-top-right-num {
    background-color: #F4EEFF;
    color: #955CFF;
}

/* 列表 */
.index-soft-list {
    width: 100%;
}

.index-soft-list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-soft-list-wrap .index-soft-list-item {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    height: 124px;
    transition: all .3s ease-in-out;
}

.index-soft-list-wrap .index-soft-list-item:nth-child(4n) {
    margin-right: 0;
}


.index-soft-list-wrap .index-soft-list-item:hover {
    transform: translateY(-5px);
    transition: all .3s ease-in-out;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.index-soft-list-item .c-left {
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.index-soft-list-item .c-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-soft-list-item .c-right {
    width: calc(100% - 100px);
}

.index-soft-list-item .c-right a {
    display: block;
    height: 48px;
    font-size: 16px;
}

.index-soft-list-item .c-left .i-wrap {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 10px;
    width: 24px;
    height: 24px;
    line-height: 17px;
    border-radius: 80px;
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.zt-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zt-list .zt-item {
    width: calc((100% - 80px)/5);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.zt-list .zt-item:nth-child(5n) {
    margin-right: 0;
}

.zt-list .zt-item:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.zt-list .zt-item .c-fm {
    width: 100%;
    height: 109px;
}

.zt-list .zt-item .c-fm a {
    display: block;
    width: 100%;
    height: 100%;
}

.zt-list .zt-item .c-fm a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.zt-item-bot a {
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 23px;
}

.gd-btn {
    width: 80px;
    height: 30px;
    line-height: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(117, 117, 117, 1);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.index-ph-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.index-ph-item {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    height: 690px;
}

.index-ph-item:nth-child(3n) {
    margin-right: 0;
}

.index-ph-item:nth-child(1) {
    border-radius: 6px;
    background: linear-gradient(225deg, rgba(254, 234, 211, 1) -0.65%, rgba(255, 255, 255, 1) 51.61%);
    border: 1px solid rgba(251, 145, 20, 1);
}

.index-ph-item:nth-child(2) {
    border-radius: 6px;
    background: linear-gradient(224.74deg, rgba(227, 240, 255, 1) -0.25%, rgba(255, 255, 255, 1) 66.05%);
    border: 1px solid rgba(18, 113, 255, 1);
}

.index-ph-item:nth-child(3) {
    border-radius: 6px;
    background: linear-gradient(224.8deg, rgba(229, 255, 237, 1) 0.2%, rgba(255, 255, 255, 1) 59.69%);
    border: 1px solid rgba(3, 180, 94, 1);
}

.index-ph-content .c-left {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    margin-right: 10px;
}

.index-ph-content .c-left img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.index-ph-content .c-right {
    width: calc(100% - 65px);
}

.index-ph-content a:hover h2 {
    color: var(--main-color);
}


/* 软件列表 */
.software-list-nav-item {
    display: flex;
    align-items: center;
}

.software-list-nav-item span {
    color: #94A3B8;
}

.software-list-nav-item-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.software-list-nav-item-list>li {
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 16px;
    margin-right: 20px;
}

.software-list-nav-item-list>li a {
    color: #101010;
}

.software-list-nav-item-list>li:last-child {
    margin-right: 0;
}

.software-list-nav-item-list>li.active {
    border-radius: 4px;
    background-color: rgba(111, 102, 238, 1);
}

.software-list-nav-item-list>li.active a {
    color: rgba(255, 255, 255, 1);
}



.comment-left {
    float: left;
    width: 251px;
}

.comment-right {
    float: right;
    width: calc(100% - 271px);
}

/* 筛选条件框样式 */
.filter-box {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
}

/* 头部样式 */
.filter-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.filter-box-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.filter-box-reset-btn {
    display: flex;
    align-items: center;
    color: #ff4d4f;
    font-size: 14px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.filter-box-reset-btn i {
    margin-right: 4px;
    font-size: 16px;
}

/* 分割线 */
.filter-box-divider {
    height: 1px;
    background-color: #f0f0f0;
    margin: 0 -20px 15px;
}

/* 内容区域 */
.filter-box-section {
    padding-bottom: 10px;
    border-bottom: 1px solid #D1D8E0;
}

.filter-box-section:last-child {
    border-bottom: none;
}

.filter-box-section-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

/* 分类列表 */
.filter-box-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-box-category-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    position: relative;
}


.filter-box-category-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex: 1;
    margin: 0;
}

.filter-box-checkbox {
    margin-right: 8px;
}

.filter-box-label-text {
    font-size: 14px;
    color: #333;
}



/* 展开/收起按钮 */
.filter-box-toggle-btn {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: none;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
}

/* 子分类列表 */
.filter-box-subcategory-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 24px;
}

.filter-box-subcategory-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

/* 分隔线 */
.filter-box-content::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #f0f0f0;
    margin-top: 15px;
}



/* 软件项样式 */
.software-item {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.software-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.software-item:hover .software-item-title {
    color: #273DBE;
}

.software-item-wrapper {
    gap: 10px;
}

/* Logo样式 */
.software-item-logo {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.software-item-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 内容区域 */
.software-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.software-item .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    font-size: 14px;
    margin-right: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

/* 标签样式 */
.software-item-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.software-item-tag {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.software-item-tag-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 4px;
}

/* 标题区域 */
.software-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.software-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.software-item-stars {
    display: flex;
    gap: 2px;
}

.software-item-star img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}



/* 描述文本 */
.software-item-desc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}

.software-item-desc-wrapper{
    position: absolute;
    top: -60px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 10;
    height: 55px;
    max-width: 593px;
}

.software-item-desc-wrapper::after{
    content: '';
    position: absolute;
    top: 55px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid rgba(0, 0, 0, 0.7);
}

/* 底部信息 */
.software-item-footer {
    display: flex;
    align-items: center;
}

.software-item-stats {
    display: flex;
    gap: 16px;
}

.software-item-downloads,
.software-item-likes {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ff6b6b;
}

.software-item-likes {
    color: #4dabf7;
}

.software-item-count {
    margin-left: 4px;
}

.software-item-category {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #38d9a9;
    padding: 2px 10px;
    background-color: rgba(56, 217, 169, 0.1);
    border-radius: 4px;
}

.software-item-category-text {
    margin-left: 4px;
}


/* 软件详情页 */
.software-left {
    width: calc(100% - 370px);
    margin-right: 20px;
}

.software-right {
    width: 350px;
}


.softwareDetail-left-top-left {
    width: 136px;
}

.softwareDetail-left-top-left .c-fengmian {
    width: 136px;
    height: 136px;
}

.softwareDetail-left-top-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.softwareDetail-left-top-right .c-fengmian-collect{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.softwareDetail-left-top-right .c-fengmian-collect-img-wrapper {
    width: 24px;
    height: 24px;
    line-height: 19px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;

}

.softwareDetail-left-top-right .c-fengmian-collect-img-wrapper img {
    width: 16px;
    height: 16px;
}




.softwareDetail-left-top-right {
    width: calc(100% - 151px);
    margin-left: 15px;
}

.softwareDetail-left-top-right .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    font-size: 14px;
    margin-right: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.softwareDetail-left-top-right .badge:last-child {
    margin-right: 0;
}

.software-right-dec-text {
    display: inline-block;
    max-width: 65%;
    margin-left: 10px;
}

/* 专题详情页 */
.software-topic-detail-top-left {
    width: 300px;
    height: 128px;
}

.software-topic-detail-top-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.software-topic-detail-top-right {
    margin-left: 15px;
    width: calc(100% - 315px);
}

.side-top .contribute_hover {
    display: none;
}

/* 本类排行 */
.software-blph-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.software-blph-item {
    position: relative;
    background-color: #FAFAFA;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    padding: 12px;
    display: flex;
    margin-bottom: 16px;
    width: 32%;
    margin-right: 2%;
}

.software-blph-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.software-blph-item:hover .software-blph-item-title{
    color: #273DBE;
}

.software-blph-item:nth-child(3n) {
    margin-right: 0;
}

/* Logo样式 */
.software-blph-item-logo {
    width: 71px;
    height: 71px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
}

.software-blph-item-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 内容样式 */
.software-blph-item-content {
    flex: 1;
    min-width: 0;
    padding-right: 24px;
    /* 为右侧数字腾出空间 */
}

.software-blph-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    width: 80%;
}

.software-blph-item-desc {
    font-size: 14px;
    color: #AFAFAF;
    margin: 0;
    line-height: 1.4;
}

/* 排行序号 */
.software-blph-item-number {
    position: absolute;
    top: 20px;
    right: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 23px;
    border-radius: 4px;
    background-color: rgba(234, 232, 232, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 16px;
    text-align: center;
}

.software-blph-item:first-child .software-blph-item-number,
.software-blph-item:nth-child(2) .software-blph-item-number,
.software-blph-item:nth-child(3) .software-blph-item-number {
    background-color: transparent;
}


.hot-tool-card {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    transition: all 250ms;
    margin-bottom: 20px;
}

.hot-tool-card:hover {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all 250ms;
}

/* 装机必备列表 */
.ess-banner {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ess-banner h2 {
    padding-top: 50px;
}


/* 选项卡项目基础样式 */
.ess-tab-wrap {
    display: flex;
    align-items: center;
    justify-content: center;

}

.ess-tab-item {
    display: flex;
    flex: 1;
    min-width: 200px;
    height: 80px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.ess-tab-item:last-child {
    margin-right: 0;
}

.ess-tab-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* 选项卡图标 */
.ess-tab-icon {
    font-size: 28px;
    margin-right: 12px;
    color: white;
}

/* 选项卡文字 */
.ess-tab-text {
    font-size: 24px;
    font-weight: 500;
    color: white;
}

/* Windows选项卡特定样式 */
.ess-tab-windows {
    background: linear-gradient(to right, #3dd598, #5acea8);
}

/* MAC OS选项卡特定样式 */
.ess-tab-macos {
    background: linear-gradient(to right, #50b5ff, #62bef2);
}

/* Android选项卡特定样式 */
.ess-tab-android {
    background: linear-gradient(to right, #c898ff, #cda7f9);
}

/* iOS选项卡特定样式 */
.ess-tab-ios {
    background: linear-gradient(to right, #ff8fa3, #f9a0ad);
}


.ess-tab-item img {
    width: 49px;
    margin-right: 10px;
}


/* 响应式设计 */
@media (max-width: 992px) {
    .ess-tab-container {
        flex-direction: column;
        gap: 15px;
    }

    .ess-tab-item {
        width: 100%;
    }
}


/* 软件列表容器 */
.ess-tab-content-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

/* 列表项 */
/* 软件卡片 */
.ess-software-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(236, 236, 236, 1);

}

.ess-software-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 软件图标 */
.ess-software-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.ess-software-icon .fm {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ess-software-icon-tag {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
}


.ess-software-icon-tag img {
    width: 16px;
}

/* 软件标题 */
.ess-software-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

/* 软件描述 */
.ess-software-desc {
    font-size: 14px;
    color: #AFAFAF;
    margin: 0 0 15px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 软件信息 */
.ess-software-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* 下载量和文件大小 */
.ess-software-stats {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ess-software-downloads,
.ess-software-size {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
}

.ess-software-downloads i,
.ess-software-size i {
    margin-right: 4px;
    font-size: 14px;
}

/* 软件标签 */
.ess-software-tag {
    font-size: 12px;
    color: #3f87ff;
    background-color: rgba(63, 135, 255, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

/* 下载按钮 */
.ess-software-download-btn {
    width: 100%;
    background-color: #3f87ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.ess-software-download-btn:hover {
    background-color: #3574e2;
}

.ess-software-download-btn i {
    margin-right: 6px;
    font-size: 16px;
}

.software-list-banner {
    width: 100%;
    height: 243px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    padding: 30px 40px;
    box-sizing: border-box;
}

.software-list-banner-title {
    width: 60%;
}

.software-list-banner-title-text {
    font-size: 40px;
    font-weight: 600;
    color: #1A79FF;
}

.software-list-banner-title-desc {
    font-size: 28px;
    color: #414F6B;
    margin-top: 20px;
}

.software-item-price {
    color: #FF7272;
    font-size: 18px;
}

.tj-box {
    border-radius: 10px;
    background: linear-gradient(91.54deg, rgba(253, 246, 234, 1) 1.15%, rgba(254, 252, 251, 1) 98.79%);
    border: 1px solid rgba(224, 124, 38, 1);
    padding: 20px;
    box-sizing: border-box;
}

.tj-box .tj-box-item-content {
    color: #101010;
    line-height: 25px;
}

/* 下载弹窗 */


/* 新增的详情页优化 */
.software-bibei-card:hover .software-bibei-title {
    color: #273DBE;
}

.softwareDetail-left-top-right .c-limit {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #D1D1D1;
    margin: 0 10px;
}

.soft-tab-link {
    display: inline-block;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    font-size: 20px;
    margin-right: 50px;
    padding-bottom: 10px;
}

.soft-tab-link.active {
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
}

.soft-tab-link:not(.active):hover {
    color: #1890ff;
}

.soft-tab-section {
    margin-top: 32px;
    line-height: 2;
}

.soft-tab-section h3 {
    font-size: 16px;
    color: #101010;
    font-weight: 600;
}

.soft-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666;
}

.soft-info-list li {
    line-height: 1.6;
    margin-top: 15px;
}

.soft-info-list img {
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}

.soft-info-list .label {
    min-width: 80px;
    color: #afafaf;
    flex-shrink: 0;
    vertical-align: middle;
}

.soft-info-list .value {
    display: block;
    color: #333333;
    margin-top: 5px;
    word-break: break-all;
}

.w-80{
    width: 80%;
}

.w-85{
    width: 85%;
}

.w-90{
    width: 90%;
}

.w-95{
    width: 95%;
}

