<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 重置与基础样式 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    color: #333;
    line-height: 1.6;
}

/* 主容器 - 宽屏自适应 */
.MainContainer {
    max-width: 1800px;
    margin: 0 auto;
	padding-top:60px;

}

/* 侧边栏与主内容区基础 */
.SideL, .SideR, .MainL, .MainR {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
}


/* 滑动容器 - 3D效果 */
.SlideContainer {
    width: 100%;
    height: 400px;
    perspective: 1200px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, #6a82fb, #fc5c7d);
}

/* 侧边容器 - 科技感面板 */
.SideContainer {
    background: linear-gradient(145deg, #ffffff, #f0f4ff);
    border: none;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.SideContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00c6ff, #0072ff, #00c6ff);
    animation: gradientShift 3s ease infinite;
}

/* 头部样式 - 科技感标题 */
.heada {
    height: auto;
    padding: 15px 20px;
    background: linear-gradient(90deg, #0072ff, #00c6ff) !important;
    border-radius: 12px 12px 0 0;
    margin: -20px -20px 20px -20px;
    position: relative;
    overflow: hidden;
}
.heada::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"&gt;&lt;path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.1)"/&gt;&lt;/svg&gt;');
    background-size: 100% 100%;
}
.heada .L {
    float: none;
    background: none;
    padding: 0;
    font-size: 22px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}

/* 内容区域 - 未来主义设计 */
.cont {
    background: none;
    padding: 15px 0;
}
.cont div {
    height: auto;
    line-height: 1.5;
    background: none;
    margin: 12px 0;
    padding: 12px 20px;
    border-radius: 10px;
    background: rgba(240, 244, 255, 0.7);
    transition: all 0.3s ease;
    border-left: 4px solid #0072ff;
}
.cont div:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 114, 255, 0.2);
    background: rgba(240, 244, 255, 0.9);
}
.cont div a {
    display: block;
    padding: 10px 15px 10px 50px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}
.cont div a::before {
    position: absolute;
    left: 20px;
    color: #0072ff;
    font-size: 14px;
}

/* 底部区域 - 科技感分隔 */
.zf {
    background: transparent;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.zf .h {
    height: auto;
    line-height: 1.5;
    color: #666;
    background: none;
    position: relative;
    padding: 0 15px;
}
.zf .h span {
    border: none;
    background: none;
    padding: 0 15px;
    color: #0072ff;
    font-weight: 500;
}

/* 拖拽容器 - 3D卡片效果 */
.dragcontainer .head {
    height: auto;
    line-height: 1.5;
    background: none;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 114, 255, 0.2);
}
.dragcontainer .head .L {
    display: inline-block;
    width: auto;
    text-align: left;
    background: none;
    float: none;
    font-size: 24px;
    color: #0072ff;
    font-weight: 700;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dragcontainer .head .R {
    float: none;
    text-align: right;
    padding: 10px 0;
}
.dragcontainer .head .R a {
    font-size: 16px;
    padding: 8px 20px 8px 40px;
    background: linear-gradient(90deg, #0072ff, #00c6ff);
    color: white;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 114, 255, 0.3);
}
.dragcontainer .head .R a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 114, 255, 0.4);
}

/* 内容表格 - 网格布局 */
.dragcontainer .cont {
    border: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
.dragcontainer .cont .listpic {
    height: auto;
    width: 100%;
    overflow: visible;
    float: none;
    text-align: center;
    line-height: 1.6;
    background: white;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    transform-style: preserve-3d;
}
.dragcontainer .cont .listpic::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #00c6ff, #0072ff, #00c6ff);
    z-index: -1;
    border-radius: 17px;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.dragcontainer .cont .listpic:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.dragcontainer .cont .listpic:hover::before {
    opacity: 1;
}
.dragcontainer .cont .listpic a.img {
    height: auto;
    background: none;
    padding: 0;
    margin: 0 0 15px 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.dragcontainer .cont .listpic a.img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 198, 255, 0.1), rgba(0, 114, 255, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.dragcontainer .cont .listpic:hover a.img::after {
    opacity: 1;
}
.dragcontainer .cont .listpic .butter {
    padding: 10px 0 0 0;
}
.dragcontainer .cont .listpic span {
    color: #666;
    background: none;
    margin-right: 8px;
    font-size: 14px;
}
.dragcontainer .cont .listpic em {
    color: #ff4e00;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

/* 分类容器 - 现代科技感 */
.sortcontainer .head {
    background: none;
    height: auto;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 114, 255, 0.2);
}
.sortcontainer .head span {
    display: inline-block;
    float: none;
    background: none;
    padding: 0;
    line-height: 1.5;
    font-size: 24px;
    color: #0072ff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sortcontainer .cont {
    border: none;
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.sortcontainer .cont .listsort {
    border: none;
    background: none;
    margin: 12px 0;
    padding: 12px 20px;
    border-radius: 10px;
    background: rgba(240, 244, 255, 0.7);
    transition: all 0.3s ease;
    position: relative;
}
.sortcontainer .cont .listsort::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0072ff;
    font-size: 24px;
    font-weight: bold;
}
.sortcontainer .cont .listsort:hover {
    background: rgba(240, 244, 255, 0.9);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 114, 255, 0.2);
}
.sortcontainer .cont .listsort a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

/* 侧边内容区 - 信息面板 */
.sidecontainer {
    border: none;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}
.sidecontainer .head {
    height: auto;
    background: linear-gradient(90deg, #0072ff, #00c6ff) !important;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
}
.sidecontainer .head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"&gt;&lt;path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.1)"/&gt;&lt;/svg&gt;');
    background-size: 100% 100%;
}
.sidecontainer .head span {
    display: block;
    padding: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
}
.sidecontainer .cont {
    padding: 20px;
    border: none;
}
.sidecontainer .cont .list {
    padding: 15px 0;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sidecontainer .cont .list:last-child {
    border-bottom: none;
}
.sidecontainer .cont .list span {
    color: #0072ff;
    padding-right: 8px;
    font-weight: 500;
}
.sidecontainer .cont .list em {
    color: #666;
    padding: 0 8px;
    font-style: normal;
}
.sidecontainer .cont .list a {
    color: #ff4e00;
    padding: 0;
    text-decoration: none;
    font-weight: 500;
}
.sidecontainer .cont .lista {
    clear: both;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sidecontainer .cont .lista:last-child {
    border-bottom: none;
}
.sidecontainer .cont .lista a.img {
    width: 80px;
    height: 80px;
    border: none;
    padding: 0;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.sidecontainer .cont .lista a.img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.sidecontainer .cont .lista a.title {
    padding: 0;
    width: calc(100% - 95px);
    height: auto;
    overflow: visible;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
}
.sidecontainer .cont .lista span {
    color: #ff4e00;
    width: auto;
    float: none;
    font-weight: 600;
    font-size: 18px;
}
.sidecontainer .cont .lista a.goto {
    background: none;
    padding: 8px 20px;
    background: linear-gradient(90deg, #0072ff, #00c6ff);
    color: white;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 114, 255, 0.3);
}
.sidecontainer .cont .lista a.goto:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 114, 255, 0.4);
}

/* 工具类 */
.mt10 {
    margin-top: 10px;
}

/* 动画效果 */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* 响应式设计 */
@media (max-width: 1200px) {
}

@media (max-width: 768px) {
    .MainContainer {
        padding: 15px;
    }
    .dragcontainer .cont {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }
    .SideContainer, .sidecontainer, .sortcontainer .cont {
        border-radius: 12px;
    }
    .heada, .sidecontainer .head {
        padding: 12px 15px;
    }
    .cont div, .sortcontainer .cont .listsort {
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .dragcontainer .cont {
        grid-template-columns: 1fr;
    }
    .sidecontainer .cont .lista a.img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .sidecontainer .cont .lista a.title {
        width: calc(100% - 70px);
    }
}</pre></body></html>