*{margin:0;padding:0}
html,
body{font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;background-color:#F4F5F9;}
a{color:rgb(26, 115, 232);text-decoration:underline;outline:none}
a:hover{color:rgb(25, 103, 210);text-decoration:underline}
ol,ul,li{list-style:none;display:block}
.divider{border-bottom:1px solid #DDDDDD;margin:16px 0px}
.container{max-width:950px;margin:0 auto}

.header{margin-bottom:16px}
.header .header-wrapper{height:80px;font-size:32px;background-color:#0088CC;border-bottom-right-radius:8px;border-bottom-left-radius:8px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.header .header-wrapper a{color:#FFFFFF;padding:0 16px;text-decoration:none}
.header .header-wrapper a:hover{text-decoration:none}
.header .header-wrapper .slogan{font-size:16px;line-height:1;display:inline-block;align-items:center;margin-left:8px}

.footer{font-size:16px;color:#BDBDBD;text-align:center;padding:16px 0 16px;margin-top:16px;box-sizing:border-box}
.footer p{margin: 4px 0}
.footer a{font-size:16px;color:#BDBDBD;text-decoration:none}

.main{padding:64px;background:#FFFFFF;border-radius:8px}

/* =================== 首页样式 ================== */
.home-banner{margin-bottom:32px;}
.home-banner h1{font-size:32px;margin-bottom: 16px;color:#333333}
.home-banner p{font-size:16px;color:#999999}

.home-section{margin-bottom:32px;}
.home-section-title{font-size:24px;color:#333333;padding-bottom:8px;border-bottom:2px solid #ecf0f1;}

.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px;margin-top:24px;}
.category-card{padding:20px;background-color:#f9f9f9;border-radius:8px;transition:all 0.3s ease;text-decoration:none;}
.category-card:hover{background-color:#E8F4FB;transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,0.1);text-decoration: none;}
.category-card-title{font-size:16px;font-weight:600;color:#303030;margin-bottom:8px;}
.category-card-count{font-size:14px;color:#898989;}

.latest-list{list-style:none;}
.latest-item{padding:12px 0;border-bottom:1px solid #eaecee;display:flex;justify-content:space-between;align-items:center;}
.latest-item:last-child{border-bottom:none;}
.latest-item-link{font-size:15px;}
.latest-item-link:hover{text-decoration:underline;}
.latest-item-date{font-size:14px;color:#898989;}

/* =================== 列表样式 ================== */
/* 标题区域样式 */
.category-header{margin-bottom:16px;}
.category-header .category-title{font-size:24px;color:#333333;margin-bottom:8px;}
.category-header .category-description{font-size:16px;color:#999999;margin-bottom:16px;}

.category-table-container{width:100%;overflow-x:auto;}
.category-table-container a{text-decoration:none;}
.category-table-container a:hover{text-decoration:underline;}
.category-table-container table{width:100%;border-collapse:collapse;min-width:768px;}
.category-table-container table thead th{background-color:#ecf0f1;padding:12px 8px;text-align:left;font-weight:600;color:#23527C;border-bottom:2px solid #bdc3c7;}
.category-table-container table tbody tr:nth-child(even){background-color:#f9f9f9;}
.category-table-container table tbody tr:hover{background-color:rgb(232, 240, 254)!important;}
.category-table-container table tbody tr td{padding:10px 8px;border-bottom:1px solid #eaecee;}


/* =================== 文章样式 ================== */
.soft-title{font-size:24px;font-weight:700;color:#333;line-height:1.5;margin-bottom:16px;}

.soft-meta{background-color:#f9f9f9;padding:20px;border-radius:8px;margin-bottom:16px;}
.soft-meta-item{display:flex;margin-bottom:12px;font-size:15px;flex-wrap: nowrap;align-items: center;}
.soft-meta-item:last-child{margin-bottom:0;}
.soft-meta-label{width:96px;color:#898989;font-weight:500;white-space: nowrap;flex-shrink: 0; }
.soft-meta-value{color:#303030;flex:1;word-break: break-all;overflow-wrap: break-word;}

.soft-intro-title{font-size:20px;font-weight:600;color:#333;margin-bottom:16px;}
.soft-intro-detail{font-size:16px;line-height:2;color:#333;margin-bottom:30px;}
.soft-intro-detail p{margin-bottom:16px;}

.download-block{padding:20px;background:rgba(12,108,233,.08);border-radius:6px;margin:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;}
.download-info h4{font-size:16px;color:#222;margin-bottom:6px;}
.download-info p{font-size:13px;color:#666;}
.download-full-button{padding:10px 24px;background:#0052CC;color:#FFF;border:none;border-radius:6px;font-size:14px;cursor:pointer;}
.download-full-button:hover{background:#06F;}

.soft-related h3{font-size:18px;color:#2C3E50;padding-bottom:8px;border-bottom:2px solid #ecf0f1;}
.soft-related ul{list-style:none;}
.soft-related ul li{padding:12px 0;border-bottom:1px solid #eaecee;}
.soft-related ul li:last-child{border-bottom:none;}
.soft-related ul li a{font-size:15px;transition:color 0.2s ease;}
.soft-related ul li a:hover{text-decoration:underline;}

@media (max-width:768px){
    .container{padding: 0 16px;}
    .header .header-wrapper{font-size:24px;}
    .main{padding:16px;}
    .catalog-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));}
    .latest-item-date{display: none;}
    .category-title{font-size:20px;}
    .category-description{font-size:16px;}
    .category-table-container table thead th{padding:8px 6px;font-size:14px;}
    .category-table-container table tbody tr td{padding:8px 6px;font-size:14px;}
    .soft-meta-label{width:76px;font-size:14px;}
    .soft-meta-value{font-size:14px;}
}

@media (max-width:480px){
    .category-table-container table thead th{padding:6px 4px;font-size:13px;}
    .category-table-container table tbody tr td{padding:6px 4px;font-size:13px;}
}