硬盘外接盒
USB 3.0/3.2 Storage Solutions
专业级硬盘外接盒,满足从个人到企业的各类存储需求
HS-108U3
- Plug and Play
- Tool-free installation
- Compact design
HS-108U32
- High-speed transfer
- USB 3.2 Gen1
- Aluminum casing
HS-218U3
- Dual bay design
- Independent power
- JBOD support
POPULAR
HS-218U3R
- Hardware RAID 0/1
- Hot-swappable
- LED status indicators
HM-410U4
- 4-bay design
- Multiple RAID modes
- Smart cooling fan
应用场景
Personal Storage
Expand laptop and desktop storage capacity
Media Production
Video editing and large file processing
Business Backup
Enterprise data backup and archiving
Gaming Storage
Game library expansion and fast loading
.hdd-enclosure-page {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif;
max-width: 1200px;
margin: 0 auto;
color: #333;
}
.page-hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 60px 20px;
text-align: center;
border-radius: 0 0 30px 30px;
margin-bottom: 40px;
}
.hero-content h1 {
font-size: 3em;
margin: 0 0 10px 0;
font-weight: 700;
}
.hero-subtitle {
font-size: 1.2em;
opacity: 0.9;
margin: 0 0 15px 0;
}
.hero-desc {
font-size: 1.1em;
opacity: 0.85;
max-width: 600px;
margin: 0 auto;
}
.category-nav {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 40px;
flex-wrap: wrap;
padding: 0 20px;
}
.nav-item {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 20px;
background: white;
border: 2px solid #e0e0e0;
border-radius: 50px;
text-decoration: none;
color: #333;
transition: all 0.3s;
}
.nav-item:hover {
border-color: #667eea;
background: #f8f9ff;
transform: translateY(-2px);
}
.nav-icon {
width: 30px;
height: 30px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 0.9em;
}
.product-category {
margin-bottom: 50px;
padding: 0 20px;
}
.category-header-bar {
background: #f8f9fa;
padding: 25px 30px;
border-radius: 15px;
margin-bottom: 25px;
border-left: 5px solid #667eea;
}
.category-header-bar h2 {
margin: 0 0 8px 0;
font-size: 1.8em;
color: #333;
}
.category-header-bar p {
margin: 0;
color: #666;
font-size: 1.1em;
}
.products-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 25px;
}
.product-box {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
transition: transform 0.3s, box-shadow 0.3s;
border: 1px solid #f0f0f0;
}
.product-box:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.product-box.featured {
border: 2px solid #667eea;
}
.product-visual {
background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
padding: 40px;
text-align: center;
position: relative;
}
.product-icon-box {
width: 100px;
height: 100px;
background: white;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
font-size: 1.5em;
font-weight: bold;
color: #667eea;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.featured-badge {
position: absolute;
top: 15px;
right: 15px;
background: #ff6b6b;
color: white;
padding: 5px 15px;
border-radius: 20px;
font-size: 0.75em;
font-weight: bold;
}
.product-details {
padding: 25px;
}
.product-details h3 {
margin: 0 0 15px 0;
font-size: 1.5em;
color: #333;
}
.product-meta {
display: flex;
gap: 10px;
margin-bottom: 15px;
flex-wrap: wrap;
}
.interface-badge, .size-badge {
padding: 5px 12px;
border-radius: 15px;
font-size: 0.85em;
font-weight: 500;
}
.interface-badge {
background: #e3f2fd;
color: #1976d2;
}
.size-badge {
background: #f3e5f5;
color: #7b1fa2;
}
.feature-list {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
}
.feature-list li {
padding: 8px 0;
color: #555;
border-bottom: 1px solid #f0f0f0;
}
.feature-list li:before {
content: “✓ “;
color: #4caf50;
font-weight: bold;
margin-right: 8px;
}
.price-tag {
font-size: 1.8em;
font-weight: bold;
color: #667eea;
text-align: right;
}
.use-cases {
background: #f8f9fa;
padding: 50px 20px;
border-radius: 20px;
margin-top: 50px;
}
.use-cases h2 {
text-align: center;
margin-bottom: 40px;
font-size: 2em;
}
.cases-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
max-width: 1000px;
margin: 0 auto;
}
.case-card {
background: white;
padding: 30px;
border-radius: 15px;
text-align: center;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.case-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 0.9em;
font-weight: bold;
}
.case-card h3 {
margin: 0 0 10px 0;
color: #333;
}
.case-card p {
margin: 0;
color: #666;
}
