﻿.techpage
{
    width:94%;
    margin:0 auto;
    padding-top:0.1rem;
}
/****/
    .techpage .fstscn {
        padding: 0.1rem;
        background-color: #FFF;
        margin-bottom: 0.2rem;
        border-radius: 0.06rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    }

    .techpage .section-title {
        color: #2c3e50;
        font-size: 0.2rem;
        margin-bottom: 0.1rem;
        padding-bottom: 0.1rem;
        border-bottom: 3px solid #1a6dcc;
        display: flex;
        align-items: center;
    }

        .techpage .section-title i {
            margin-right: 10px;
            color: #1a6dcc;
        }

    .techpage .intro-text {
        font-size: 0.16rem;
        line-height: 1.8;
        color: #555;
    }
        
/****/
    .techpage .scnnm {
        text-align: center;
        font-size: 0.2rem;
        font-weight: bold;
        color: #333;
        line-height: 0.5rem;
        margin-bottom:0.2rem;
        border-bottom: 2px solid rgba(204, 204, 204,0.2);
    }
    .techpage .hxul {
        margin-bottom:0.3rem;
    }
    .techpage .hxli {
        width: 100%;
        margin-bottom:0.2rem;
        box-sizing: border-box;
        background-color: #FFF;
        padding: 0.2rem;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s;
    }
        .techpage .hxli:hover {
            transform: translateY(-5px);
        }
    .techpage .ico {
        width: 0.6rem;
        margin: 0 auto;
        height: 0.6rem;
        text-align: center;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #dbeafe;
        margin-bottom: 0.2rem;
    }
        .techpage .ico i {
            color: #2563eb;
            font-size: 0.23rem;
        }
        .techpage .hxnm {
            text-align: center;
            color: #333;
            font-size: 0.2rem;
            font-weight: 700;
            line-height: 0.5rem;
        }
    .techpage .hxms {
        line-height: 0.26rem;
        text-align: center;
        font-size: 0.16rem;
        color: #4b5563
    }
/****/
    .techpage .techgrid {
        margin-bottom:0.2rem;
    }
    .techpage .techitem {
        width:100%;
        margin-bottom:0.1rem;
    }

    .techpage .card-header {
        background: linear-gradient(to right, #1a6dcc, #3498db);
        color: white;
        padding: 0.2rem;
        display: flex;
        align-items: center;
        border-radius: 0.06rem 0.06rem 0 0;
    }

        .techpage .card-header i {
            font-size: 0.3rem;
            margin-right: 0.1rem;
        }

    .techpage .card-title {
        font-size: 0.22rem;
        font-weight: 600;
    }

/* 新版卡片内容布局 */
    .techpage .card-body {
        padding: 0.1rem;
        box-sizing: border-box;
        background-color: #FFF;
        border-radius: 0 0 0.06rem 0.06rem;
    }

    .techpage .feature-container {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
    }

    .techpage .feature-item {
        position: relative;
        width: 100%;
    }
    .techpage .itemposz {
        display: flex;
        align-items: flex-start;
        padding: 0.1rem;
        background-color: #f8fafc;
        border-radius: 8px;
        transition: background-color 0.3s ease;
        border: 1px solid #f8fafc;
    }
        .techpage .itemposz .feature-desc {

        }
    .techpage .feature-icon {
        width: 0.4rem;
        height: 0.4rem;
        background-color: rgba(26, 109, 204, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.1rem;
        flex-shrink: 0;
    }

        .techpage .feature-icon i {
            color: #1a6dcc;
            font-size: 0.18rem;
        }

    .techpage .feature-content {
        flex: 1;
    }

    .techpage .feature-title {
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 5px;
        font-size: 0.16rem;
    }

    .techpage .feature-desc {
        color: #555;
        font-size: 0.14rem;
        line-height: 1.5;
    }

    .techpage .highlight {
        color: #e74c3c;
        font-weight: 600;
    }