@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        height: auto;
        margin: 10px auto;
        padding: 15px;
        box-sizing: border-box;
        border-left: none;
        border-right: none;
    }
    .detailTit {
        font-size: 20px;
        height: auto;
        line-height: 1.4;
        padding-top: 0;
    }
    .secTit {
        font-size: 16px;
        height: auto;
        line-height: 1.4;
        margin: 15px 0 10px;
    }
    .container p {
        height: auto;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .WD {
        width: 100%;
        line-height: 1.6;
        text-align: justify;
        padding: 0;
    }
    /* 产品列表样式 */
    .product-section {
        margin-bottom: 25px;
    }
    .product-section h6 {
        padding: 0 0 8px 0 !important;
        font-size: 16px;
        white-space: normal;
    }
    .demo-link-container {
        position: static;
        display: inline-block;
        margin-left: 10px;
    }
    .demo-link {
        font-size: 12px;
    }
}