/* about.css (about.html 专属样式) */
.working_pipeline {
    max-width: 1000px;
    margin: 0 auto;
}
.working_pipeline img {
    width: 100%; /* 让图片宽度填满容器 */
    height: auto; /* 保持宽高比 */
    display: block; /* 避免图片下方的空白间隙 */
}
