
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }
        
        body {
            background-color: #fff;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        /* 第一板块 - 轮播图优化版 */
        .slider-section {
            margin-bottom: 50px;
            width: 100vw;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .flexslider {
            background: transparent;
            border: none;
            box-shadow: none;
            margin: 0;
            overflow: hidden;
        }
        
        .slides {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .slide-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 40px 20px;
            background-color: rgba(245, 245, 245, 0.8); /* 浅色背景 */
            height: 100%;
        }
        .slide-content.slide-content-1{
            background:url(/images/screen-recorder.jpg);
        }
        .slide-content.slide-content-2{
            background:url(/images/blue.jpg);
        }
        .slide-content.slide-content-3{
            background:url(/images/orange.jpg);
        }
        .product-logo {
            width: 50px !important;
            height: 50px !important;
            margin-bottom: 20px;
        }
        .title {
            font-size: 32px;
            line-height: 146%;
            margin: 0 auto;
            color: #080F30;
            font-weight: bold;
            text-align: center;
            width: 790px;
            padding: 20px 0;
        }
        .main-title {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }
        .slide-content.slide-content-1 .main-title{
            color:#fff;
        }
        .slide-content.slide-content-1 .sub-title{
            color:#fff;
        }
        
        .sub-title {
            font-size: 18px;
            color: #666;
            margin-bottom: 20px;
        }
        
        .slide-button {
            width: 120px;
            height: 40px;
            background-color: #3498db;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            margin-bottom: 30px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .slide-button:hover {
            background-color: #2980b9;
        }
        
        .slide-image {
            width: 100%;
            max-width: 710px;
            height: auto;
            max-height: 410px;
            object-fit: cover;
            border-radius: 8px;
        }
        
        /* 轮播图导航点样式 */
        .flex-control-nav {
            position: absolute;
            bottom: 20px;
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
            z-index: 10;
        }
        
        .flex-control-nav li {
            display: inline-block;
            margin: 0 6px;
        }
        
        .flex-control-nav li a {
            display: block;
            width: 12px;
            height: 12px;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            text-indent: -9999px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .flex-control-nav li a.flex-active {
            width: 40px;
            background: rgba(0, 0, 0, 0.4);
        }
        
        /* 进度条效果 */
        .flex-control-nav li a.flex-active::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0%;
            background: #f20000;
            animation: progress 5s linear forwards;
        }
        
        @keyframes progress {
            from { width: 0%; }
            to { width: 100%; }
        }
        
        /* 左右箭头样式 */
        .flex-direction-nav {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .flex-direction-nav li {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }
        
        .flex-direction-nav li:first-child {
            left: 20px;
        }
        
        .flex-direction-nav li:last-child {
            right: 20px;
        }
        
        .flex-direction-nav li a {
            display: block;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            color: #333;
            font-size: 24px;
            text-decoration: none;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .flex-direction-nav li a:hover {
            background: rgba(255, 255, 255, 1);
        }
        
        .flex-direction-nav li a:before {
            display: inline-block;
        }
        
        .flex-direction-nav li:first-child a:before {
            content: '‹';
        }
        
        .flex-direction-nav li:last-child a:before {
            content: '›';
        }
        .why-choose-streampaw{
    margin-top:60px;
	background: #fff;
	padding: 30px 0;
}
.why-choose-streampaw .container{
    width:100%;
}
.why-choose-streampaw .title {
    font-size: 32px;
    line-height: 146%;
    margin: 0 auto;
    color: #080F30;
    font-weight: bold;
    text-align: center;
    width: 790px;
    padding: 20px 0;
}
.why-choose-streampaw .sub-title {
    font-size: 20px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    font-weight:600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.why-choose-streampaw .flex-container {
    display: flex;
    flex-wrap: wrap;
}
.why-choose-streampaw .flex-container {
    justify-content: space-between;
}
.flex-container .flex-item {
    display: inline-flex;
}
.flex-container .flex-item.item--4 {
    flex: 0 0 24%;
}
.why-choose-streampaw .flex-container .flex-item {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
}
.why-choose-streampaw .flex-container .flex-item img {
    height: 40px;
    margin-bottom: 15px;
}
.why-choose-streampaw .flex-container .flex-item p {
    text-align: center;
}
.why-choose-streampaw .flex-container .flex-item .p-1 {
    margin-bottom: 10px;
    color: #333333;
    font-size: 24px;
    line-height: 24px;
}
.why-choose-streampaw .flex-container .flex-item .p-2 {
    padding: 0 10%;
    color: #666666;
    font-size: 16px;
    line-height: 18px;
}
        /* 其他板块样式保持不变... */
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .main-title {
                font-size: 24px;
            }
            
            .sub-title {
                font-size: 16px;
            }
            
            .slide-button {
                width: 80px;
                height: 50px;
                font-size: 14px;
            }
            
            .flex-direction-nav li a {
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 20px;
            }
            
            .flex-control-nav li a {
                width: 8px;
                height: 8px;
            }
            
            .flex-control-nav li a.flex-active {
                width: 30px;
            }
            
            .container{
                width:100% !important;
            
            }
        }
        
        /* 第二板块 - 6个小板块 */
        .grid-section {
            margin-bottom: 50px;
        }
        .grid-section .title{
            font-size:36px;
            text-align:center;
            color:#000;
            margin:30px auto;
        }
        .grid-section .sub-title{
            font-size:18px;
            text-align:center;
            color:#000;
            margin-bottom:30px;
            line-height:24px;
            letter-spacing:0.2px;
        }
        .grid-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        
        .grid-item {
            cursor:pointer;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }
        
        .grid-item:hover {
            transform: translateY(-5px);
        }
        
        .grid-image {
            width: 100%;
            height: 310px;
            object-fit: cover;
        }
        
        .grid-text {
            padding: 20px;
        }
        
        .grid-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
            text-align:center;
        }
        
        .grid-subtitle {
            font-size: 14px;
            color: #666;
            text-align:center;
            letter-spacing: 0.3px;
        }
        
        /* 第三板块 - 滑动板块 */
        .slider-container-section {
            margin-bottom: 50px;
            height: auto;
            min-height: 500px;
            position: relative;
            overflow: hidden;
        }
        .slider-container-section .title{
            font-size:36px;
            text-align:center;
            color:#000;
            margin:30px auto;
        }
        .slider-container {
            display: flex;
            transition: transform 0.5s ease;
            height: 100%;
        }
        
        .slider-item {
            flex: 0 0 100%;
            padding: 0 10px;
            height: 100%;
            min-height: 500px;
        }
        
        .slider-item-inner {
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        .slider-item-inner h3{font-size:18px;text-align:center;margin:10px auto;}
        .slider-item-inner p{font-size:14px;text-align:center;margin:10px auto;}
        .slider-wide h3{font-size:18px;text-align:center;margin:10px auto;}
        .slider-wide p{font-size:14px;text-align:center;margin:10px auto;}
        .slider-top, .slider-bottom {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin-bottom: 20px;
        }
        
        .slider-top {
            background: url();
            background-size: contain;
            /*flex: 1;*/
        }
        
        .slider-bottom {
            /*flex: 1;*/
        }
        
        .slider-wide {
            width: 100%;
            height: 560px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            background: url();
            background-size: contain;
        }
        
        .slider-controls {
            display:none;
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            padding: 0 20px;
        }
        
        .slider-btn {
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
        }
        
        /* 第四板块 - 左右结构 */
        .two-column-section {
            display: flex;
            flex-direction: column;
            margin-bottom: 50px;
            height: auto;
        }
        .two-column-section .title{
            font-size:36px;
            text-align:center;
            color:#000;
            margin:30px auto;
        }
        
        .left-column {
            flex: 0 0 100%;
            position: relative;
            border-radius: 8px 8px 0 0;
            height: 300px;
        }
        .left-column .border{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 40px;
            top: 30px;
            border: 1px solid #d0cece;
            z-index:1;
        }
        
        
        .left-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position:relative;
            z-index:2;
        }
        
        .info-box {
            position: absolute;
            top: 35%;
            right: 20px;
            transform: translateY(-50%);
            background: white;
            padding: 15px;
            width: 180px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index:3;
        }
        
        .info-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 8px;
        }
        
        .info-desc {
            font-size: 12px;
            color: #666;
            margin-bottom: 12px;
        }
        
        .date-circle {
            position: absolute;
            right: -20px;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: #3498db;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 14px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .right-column {
            flex: 0 0 100%;
            background: white;
            border-radius: 0 0 8px 8px;
            padding: 20px;
            overflow-y: auto;
            max-height: 400px;
            margin: 0 65px;
        }
        
        .article-list {
            list-style: none;
        }
        
        .article-item {
            display: flex;
            justify-content: space-between;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
        }
        
        .article-content {
            flex: 0 0 60%;
        }
        
        .article-title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px;
            color: #333;
        }
        .article-desc{
            margin: 10px auto;
        }
        .article-meta {
            font-size: 12px;
            color: #999;
        }
        
        .article-thumb {
            flex: 0 0 35%;
            height: 100%;
            border-radius: 4px;
            overflow: hidden;
        }
        
        .article-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* 移动设备适配 */
        @media (min-width: 768px) {
            /* 平板及以上设备 */
            .slider-item {
                flex: 0 0 50%;
            }
            
            .two-column-section {
                flex-direction: row;
                height: 400px;
            }
            
            .left-column {
                flex: 0 0 50%;
                height: 100%;
                border-radius: 8px 0 0 8px;
            }
            
            .right-column {
                flex: 0 0 50%;
                border-radius: 0 8px 8px 0;
            }
        }
        
        @media (min-width: 992px) {
            /* 桌面设备 */
            .slider-item {
                flex: 0 0 33.333%;
            }
            
            .slider-container-section {
                height: 750px;
            }
            
            .info-box {
                width: 500px;
                padding: 20px;
                right: 0;
                padding-right:50px;
            }
            
            .date-circle {
                width: 100px;
                height: 100px;
                right: -50px;
                font-size: 32px;
            }
            
            .info-title {
                font-size: 20px;
            }
            
            .info-desc {
                font-size: 14px;
            }
        }
        
        @media (max-width: 767px) {
            /* 手机设备 */
            .main-title {
                font-size: 24px;
            }
            
            .sub-title {
                font-size: 16px;
            }
            
            .slide-button {
                width: 80px;
                height: 50px;
                font-size: 14px;
            }
            
            .grid-container {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .grid-image {
                height: 200px;
            }
            
            .grid-title {
                font-size: 18px;
            }
            
            .slider-controls {
                padding: 0 10px;
            }
            
            .slider-btn {
                width: 30px;
                height: 30px;
                font-size: 16px;
            }
            .flex-container .flex-item.item--4{
                flex:0 0 100%;
            }
            
            .slider-wide, .slider-top, .slider-bottom {
                padding: 15px;
            }
            .title{
            width:100% !important;
        }
        .right-column{
            margin:0;
            margin-top:30px;
        }
        }
        
        @media (max-width: 480px) {
            /* 小屏幕手机 */
            .grid-container {
                grid-template-columns: 1fr;
            }
            
            .container {
                padding: 10px;
            }
            
            .slider-section, .grid-section, .slider-container-section, .two-column-section {
                margin-bottom: 30px;
            }
            
            .slide-content {
                padding: 10px;
            }
            
            .product-logo {
                width: 40px;
                height: 40px;
                margin-bottom: 10px;
            }
            
            .main-title {
                font-size: 20px;
                margin-bottom: 10px;
            }
            
            .sub-title {
                font-size: 14px;
                margin-bottom: 15px;
            }
            
            .slide-button {
                margin-bottom: 20px;
            }
            
            .grid-text {
                padding: 15px;
            }
            
            .article-item {
                padding: 10px 0;
            }
            
            .article-title {
                font-size: 14px;
            }
        }
