.optical-probe-container {
    width: 1180px;
    margin: 0 auto;
}

.optical-probe-section {
    width: 1180px;
    height: 450px;
    background-color: #f2f2f3;
    margin-bottom: 20px;
}

.optical-probe-content {
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 30px;
    width: 550px;
    float: left;
}

.optical-probe-title {
    font-size: 4rem;
    font-weight: bold;
    color: #303030;
    margin-bottom: 20px;
}

.optical-sub-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #303030;
    margin-bottom: 20px;
}

.optical-probe-text {
    color: #303030;
    font-size: 16px;
    line-height: 30px;

}

.optical-probe-image {
    width: 42%;
    margin-left: 80px;
}

/* 挑战部分 */
.optical-probe-challenges {
    display: flex;
    width: 1180px;
    height: 440px;
    background-color: #f2f3f4;
    margin-top: 20px;
}

.optical-probe-challenges .optical-probe-title {
    color: #3f3f3f;
}

.optical-probe-challenges .optical-probe-text {
    color: #3f3f3f;
    line-height: 35px;
}

.optical-probe-challenges .optical-probe-image {
    width: 40%;
    margin-left: 20px;
    margin-top: 30px;
}

/* 解决方案标题 */
.optical-probe-solution-header {
    width: 1180px;
    height: 50px;
    background-color: #3f86d6;
    margin: 0 auto;
    margin-top: 30px !important;
}

.optical-probe-solution-title {
    font-family: Arial;
    font-size: 22px;
    margin-left: 50px;
    color: #ffffff;
    line-height: 52px;
    font-weight: bold;
}

/* 解决方案内容 */
.optical-probe-solution-content {
    width: 1180px;
    height: 390px;
}

.optical-probe-solution-text {
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 30px;
    width: 480px;
    float: left;
}

.optical-probe-subtitle {
    font-size: 18px;

    font-weight: bold;
    color: #303030;
    margin: 20px 0 10px 0;
}

.optical-probe-solution-image {
    width: 40%;
    margin-left: 70px;
    margin-top: 30px;
    float: right;
    margin-right: 100px;
}

/* 生产计划表格 */
.optical-probe-schedule {
    width: 1180px;
    height: 320px;
    margin-bottom: 20px;
}

.optical-probe-schedule-title {
    margin-left: 50px;
    font-size: 18px;

    font-weight: bold;
    color: #303030;
    margin-bottom: 20px;
}

.optical-probe-table {
    width: 92%;
    margin: 0 auto;
    border-collapse: collapse;
}

.optical-probe-table td {
    padding: 15px 0;
    padding-left: 40px;
    border: none;
}

.optical-probe-table tr:nth-child(odd) {
    background-color: #f2f3f4;
    color: #000000;
}

.optical-probe-table tr:nth-child(even) {
    background-color: #d6d9dc;
    color: #000000;
}

/* 客户收益 */
.optical-probe-benefits {
    width: 1180px;
    height: 450px;
    background-color: #3f3f3f;
}

.optical-probe-benefits-content {
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 30px;
    width: 650px;
    float: left;
}

.optical-probe-benefits-title {
    font-size: 22px;

    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.optical-probe-benefits-text {
    color: #fff;
    font-size: 16px;
    line-height: 35px;

}

.optical-probe-benefits-image {
    width: 25%;
    margin-left: 120px;
    margin-top: 10px;
}

/* 客户评价 */
.optical-probe-testimonials {
    width: 1180px;
    height: 340px;
}

.optical-probe-testimonials-content {
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 30px;
    width: 1180px;
    float: left;
}

.optical-probe-testimonials-title {
    font-size: 22px;

    font-weight: bold;
    color: #303030;
    font-style: italic;
    margin-bottom: 20px;
}

.optical-probe-testimonials-text {
    color: #3f3f3f;
    font-size: 16px;
    line-height: 30px;

    font-style: italic;
}

.optical-probe-testimonials-footer {
    width: 1180px;
    height: 180px;
    padding-left: 50px;
    padding-top: 20px;
    float: left;
}

.optical-probe-testimonials-author {
    float: right;
    padding-right: 40px;
    color: #000000;
    margin-top: 20px;
}

.optical-probe-tags {
    margin-top: 20px;
    font-weight: bold;
}

.optical-probe-tags a {
    color: #0782c1;
    text-decoration: none;
    margin-right: 10px;
}

.optical-probe-tags a:hover {
    text-decoration: underline;
}

.auto-testimonials-footer {
    width: 1180px;
    height: 60px;
    padding-left: 50px;
    margin-bottom: 20px;
}

/* ========== 移动端适配 ========== */
@media screen and (max-width: 768px) {
    html {
        font-size: 16px;
    }

    .optical-probe-container {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .auto-testimonials-footer {
        width: 100%;
        height: auto;
        padding: 20px 15px;
        float: none;
    }

    .optical-probe-section {
        width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 1.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.25rem 1rem;
        box-sizing: border-box;
    }

    .optical-probe-content {
        padding: 1rem;
        width: 100%;
        order: 1;
        box-sizing: border-box;
        float: none;
    }

    .optical-probe-title {
        font-size: 1.375rem;
        margin-bottom: 1.25rem;
        line-height: 1.3;
    }

    .optical-probe-text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .optical-probe-image {
        width: 100%;
        margin: 1rem 0;
        order: 2;
        object-fit: cover;
        border-radius: 0.5rem;
        float: none;
    }

    .optical-probe-challenges {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .optical-probe-challenges .optical-probe-title {
        color: #3f3f3f;
    }

    .optical-probe-challenges .optical-probe-text {
        color: #3f3f3f;
        line-height: 1.6;
    }

    .optical-probe-challenges .optical-probe-image {
        width: 100%;
        margin: 1rem 0;
    }

    .optical-probe-solution-header {
        width: 100%;
        height: auto;
        margin: 1.875rem 0 0 0;
        padding: 1rem;
        box-sizing: border-box;
    }

    .optical-probe-solution-title {
        font-size: 1.375rem;
        margin-left: 1rem;
        line-height: 1.5;
    }

    .optical-probe-solution-content {
        width: 100%;
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.25rem 1rem;
        box-sizing: border-box;
    }

    .optical-probe-solution-text {
        padding: 1rem;
        width: 100%;
        order: 1;
        box-sizing: border-box;
        float: none;
    }

    .optical-probe-subtitle {
        font-size: 1.125rem;
        margin: 0 0 0.625rem 0;
    }

    .optical-probe-solution-image {
        width: 100%;
        margin: 1rem 0;
        order: 2;
        object-fit: cover;
        border-radius: 0.5rem;
        float: none;
        margin-right: 0;
    }

    .optical-probe-schedule {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 1.25rem 1rem;
        box-sizing: border-box;
    }

    .optical-probe-schedule-title {
        margin-left: 0;
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }

    .optical-probe-table {
        width: 100%;
        font-size: 0.875rem;
        box-sizing: border-box;
    }

    .optical-probe-table td {
        padding: 0.625rem 1rem;
    }

    .optical-probe-benefits {
        width: 100%;
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.25rem 1rem;
        box-sizing: border-box;
    }

    .optical-probe-benefits-content {
        padding: 1rem;
        width: 100%;
        order: 1;
        box-sizing: border-box;
        float: none;
    }

    .optical-probe-benefits-title {
        font-size: 1.375rem;
        margin-bottom: 1.25rem;
    }

    .optical-probe-benefits-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    .optical-probe-benefits-image {
        width: 80%;
        margin: 1rem 0;
        order: 2;
        object-fit: cover;
        border-radius: 0.5rem;
        float: none;
    }

    .optical-probe-testimonials {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 1.25rem 1rem;
        box-sizing: border-box;
    }

    .optical-probe-testimonials-content {
        padding: 1rem;
        width: 100%;
        box-sizing: border-box;
        float: none;
    }

    .optical-probe-testimonials-title {
        font-size: 1.375rem;
        margin-bottom: 1.25rem;
    }

    .optical-probe-testimonials-text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .optical-probe-testimonials-footer {
        width: 100%;
        height: auto;
        min-height: auto;
        padding-left: 1rem;
        padding-top: 1.25rem;
        box-sizing: border-box;
        float: none;
    }

    .optical-probe-testimonials-author {
        float: right;
        padding-right: 0;
        display: block;
        margin: 1rem 0;
        font-size: 1.1rem;
    }

    .optical-probe-tags {
        margin-top: 1rem;
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .optical-probe-tags a {
        margin-right: 0.5rem;
        display: inline-block;
        margin-bottom: 0.25rem;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 14px;
    }

    .optical-probe-container {
        padding: 0 0.75rem;
    }

    .optical-probe-section,
    .optical-probe-solution-content,
    .optical-probe-benefits,
    .optical-probe-schedule,
    .optical-probe-testimonials {
        padding: 0.75rem;
    }

    .optical-probe-content,
    .optical-probe-solution-text,
    .optical-probe-benefits-content,
    .optical-probe-testimonials-content {
        padding: 0.75rem;
    }

    .optical-probe-title,
    .optical-probe-solution-title,
    .optical-probe-benefits-title,
    .optical-probe-testimonials-title {
        font-size: 1.25rem;
    }

    .optical-probe-subtitle {
        font-size: 1rem;
    }

    .optical-probe-text,
    .optical-probe-benefits-text,
    .optical-probe-testimonials-text {
        font-size: 1.1rem;
    }

    .optical-probe-table {
        font-size: 0.75rem;
    }

    .optical-probe-table td {
        padding: 0.5rem 0.75rem;
    }

    .optical-probe-tags {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 12px;
    }

    .optical-probe-container {
        padding: 0 0.5rem;
    }

    .optical-probe-section,
    .optical-probe-solution-content,
    .optical-probe-benefits,
    .optical-probe-schedule,
    .optical-probe-testimonials {
        padding: 0.5rem;
    }

    .optical-probe-content,
    .optical-probe-solution-text,
    .optical-probe-benefits-content,
    .optical-probe-testimonials-content {
        padding: 0.5rem;
    }

    .optical-probe-title,
    .optical-probe-solution-title,
    .optical-probe-benefits-title,
    .optical-probe-testimonials-title {
        font-size: 1.125rem;
    }

    .optical-probe-subtitle {
        font-size: 0.875rem;
    }

    .optical-probe-text,
    .optical-probe-benefits-text,
    .optical-probe-testimonials-text {
        font-size: 0.75rem;
    }

    .optical-probe-table {
        font-size: 0.625rem;
    }

    .optical-probe-table td {
        padding: 0.375rem 0.5rem;
    }

    .optical-probe-tags {
        font-size: 0.625rem;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape),
screen and (max-width: 480px) and (orientation: landscape) {
    .optical-probe-section {
        flex-direction: row;
        align-items: flex-start;
    }

    .optical-probe-content {
        order: 1;
        width: 60%;
    }

    .optical-probe-image {
        order: 2;
        width: 40%;
        margin: 0 0 0 1rem;
    }

    .optical-probe-solution-content {
        flex-direction: row;
        align-items: flex-start;
    }

    .optical-probe-solution-text {
        order: 1;
        width: 60%;
    }

    .optical-probe-solution-image {
        order: 2;
        width: 40%;
        margin: 0 0 0 1rem;
    }

    .optical-probe-benefits {
        flex-direction: row;
        align-items: flex-start;
    }

    .optical-probe-benefits-content {
        order: 1;
        width: 70%;
    }

    .optical-probe-benefits-image {
        order: 2;
        width: 30%;
        margin: 0 0 0 1rem;
    }
}

.optical-section {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
}

.optical-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.optical-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.common {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 600;
}

.optical-title {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.optical-subtitle {
    font-size: 3rem;
}

/* Responsive design */
@media screen and (max-width: 1200px) {
    .optical-content {
        max-width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .optical-image {
        height: 120px;
        object-fit: cover;
    }

    .optical-content {
        padding: 1.5rem;
        text-align: left;
    }

    .optical-probe-title {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        line-height: 1.3;
    }

    .optical-subtitle {
        font-size: 0.5rem;
        line-height: 1.3;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-contrast: high) {

    .optical-probe-title,
    .optical-subtitle { 
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
}