  .jcc {
    display: flex;
    justify-content: center;
  }

  .tabList {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }



  .noBorder {
    border: none !important;
  }




  .title-header {
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 50px;

  }

  .title-header .en-title {
    font-weight: normal;
    color: #333;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
  }

  .title-header .cn-title {

    color: #000;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .title-header .description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
  }

  /*  */
  .industrial-tab-container {
    width: 60%;
    position: relative;
    margin: 20px 0;
  }

  .industrial-tab-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 50px;
  }

  .industrial-tab-item {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    /* 211.111% */
  }

  .industrial-tab-active {
    color: #0056b3;
  }

  .industrial-tab-slider {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #0056b3;
    transition: all 0.3s ease;
  }

  /*  */
  .section1 {
    padding: 30px var(--container);
    padding-bottom: 60px;
  }

  .list1 {
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 120px;
    border-bottom: 1px solid #D9D9D9;
  }

  .list1 li {
    font-size: 14px;
    padding-bottom: 30px;
    color: #000000;
    border-bottom: 3px solid #fff;
  }

  .list1 li.on {
    font-weight: bold;
    color: var(--color);
    border-bottom: 3px solid var(--color);
  }

  .item1 {
    width: 100%;
    margin-top: 30px;
  }

  .item1 li {
    display: none;
  }

  .item1 li.on {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .video1 {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }

  .video1 .More1 {
    width: 14%;
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
  }

  .video1 video {
    border-radius: 10px;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  @media (max-width: 1200px) {
    .list1 {
      justify-content: space-evenly;
      grid-gap: 0px;
    }

    .list1 li {
      width: 100%;
      text-align: center;
      padding: 0 5px;
      padding-bottom: 15px;
    }
  }

  @media (max-width: 720px) {
    .item1 li.on {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Box2 */
  .design-btn {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }

  .design-btn button {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #0056b3;
    color: #0056b3;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
  }

  .design-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('./img/design-icon.png');
    /* 替换为实际的设计图标路径 */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
  }



  .design-btn button:hover {
    background-color: #f5f5f5;
    box-shadow: 0 2px 8px rgba(0, 86, 179, 0.1);
  }

  .ml-20 {
    margin-left: 20px;
  }

  /* 可视化与规范性样式 */
  .visualization-section {
    width: 100%;
    background-color: #F2F5F9;
    border-bottom: 1px solid #e5e5e5;
  }

  .visualization-content {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .visualization-text {
    width: 60%;
    padding-left: var(--container);
  }

  .visualization-title {


    color: #040404;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 25px;
  }

  .visualization-feature {
    margin-bottom: 30px;
  }

  .feature-title {
    font-size: 14px;
    color: #003686;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
  }

  .feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
  }

  .visualization-image {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .visualization-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  .compute {
    background-image: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/298/20250227172859_DHJvw8VZ.jpg?x-oss-process=image/resize,w_320);
    background-size: cover;
  }

  .jac {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .compute-content {
    /* 添加响应式样式 */
    max-width: 100%;
    height: auto;
  }

  .compute-content img {
    width: 100%;
    height: auto;
  }

  .pipeline-design-modal__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }

  .pipeline-design-modal__content {
    position: relative;
    background-color: #fff;
    margin: 15vh auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .pipeline-design-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }

  .pipeline-design-modal__close-btn {
    font-size: 24px;
    cursor: pointer;
    color: #666;
  }

  .pipeline-design-modal__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .pipeline-design-modal__form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .pipeline-design-modal__form-group label {
    font-weight: 500;
    color: #333;
  }

  .pipeline-design-modal__form-group input,
  .pipeline-design-modal__form-group textarea {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
  }

  .pipeline-design-modal__form-group textarea {
    min-height: 100px;
    resize: vertical;
  }

  .pipeline-design-modal__submit-btn {
    background-color: #194189;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
  }

  .pipeline-design-modal__submit-btn:hover {
    background-color: #143370;
  }

  /* 自定义样式覆盖 Bootstrap 默认样式 */
  .modal-header {
    border-bottom: 1px solid #eee;
    padding: 1rem 1.5rem;
  }

  .modal-footer {
    border-top: 1px solid #eee;
    padding: 1rem 1.5rem;
  }

  .btn-primary {
    background-color: #194189;
    border-color: #194189;
  }

  .btn-primary:hover {
    background-color: #143370;
    border-color: #143370;
  }

  /* 添加响应式样式，确保在小屏幕上有合适的宽度 */
  @media (max-width: 768px) {
    .modal-dialog {
      max-width: 90vw !important;
      margin: 1rem auto;
    }
  }

  /* 自定义表单样式 */
  form.Messages {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 30px;
  }

  .Messages label {
    display: flex;
    flex-wrap: wrap;
  }

  .Messages label h1 {
    width: 100%;
    font-size: 18px;
    color: #585858;
    margin-bottom: 5px;
  }

  .Messages label input {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid var(--color);
    outline: none;
  }

  .Messages label textarea {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid var(--color);
    outline: none;
  }

  .Messages .input1 {
    width: calc(50% - 30px);
  }

  .Messages .input2 {
    width: 100%;
  }

  .Messages .input3 {
    width: 100%;
  }

  .Messages .input3 input {
    width: calc(100% - 260px);
    margin-right: 30px;
  }

  .Messages .input3 img {
    width: 160px;
    height: 45px;
    background: #F9F9F9;
  }

  .Messages .input4 {
    margin: 0 auto;
    width: 160px;
    height: 45px;
    background: var(--color);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #FFFFFF;
  }

  @media (max-width: 1200px) {
    form.Messages {
      grid-gap: 30px 0;
    }

    .Messages .input1 {
      width: calc(50% - 15px);
    }
  }

  @media (max-width:720px) {

    .Messages label h1 {
      font-size: 16px;
    }

    .Messages label input {
      height: 45px;
    }

    .Messages .input1 {
      width: 100%;
    }

    form.Messages {
      grid-gap: 15px 0;
    }

    .Messages label h1 {
      margin-bottom: 5px;
    }

    .Messages label textarea {
      height: 100px;
    }

    .Messages .input3 input {
      width: calc(100% - 150px);
    }

    .Messages .input3 img {
      width: 120px;
      height: 45px;
    }

    .Messages .input4 {
      margin: 0 auto;
      margin-top: 30px;
      width: 180px;
      height: 45px;
      font-size: 16px;
    }
  }

  /* 调整间距 */
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }

  /* 修改提交按钮样式 */
  .modal-footer .btn-primary {
    background-color: #0088cc;
    border-color: #0088cc;
    padding: 0.5rem 2rem;
  }

  .modal-footer .btn-primary:hover {
    background-color: #006699;
    border-color: #006699;
  }

  /* 修改模态框样式 */
  .modal-content {
    border-radius: 8px;
    border: none;
  }

  .modal-header {
    border-bottom: none;
    padding-bottom: 0;
  }

  .modal-footer {
    border-top: none;
    justify-content: center;
    padding-top: 0;
  }

  /* 管路计算器弹窗样式 */
  .sizer-table {
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .sizer-table td {
    padding: 5px;
  }

  .sizer-table input,
  .sizer-table select {
    padding: 6px 12px;
    border: 1px solid #eee;
  }

  .sizer-table td:nth-child(1) {
    width: 50%;
    text-align: left;
  }

  .sizer-table td:nth-child(2) {
    width: 25%;
  }

  .nav-link-wrap {
    height: 100%;
    width: 14%;
    padding-left: 1%;
    text-align: center;
    float: left;
  }

  .nav-link-wrap .nav-link.sizer {
    background: #008be4;
    padding: 3px 5px;
    color: #333
  }

  .nav-link-wrap .nav-link {
    line-height: 26px;
    display: block;
    background: none;
    margin: 14px 0;
    border-radius: 11px;
    transition: all 0.4s ease;
  }

  .nav-link-wrap:hover .nav-link {
    background: #008be4;
    color: #fff;
  }


  @media (max-width:720px) {
    .sizer-table tr {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 15px;
    }

    .sizer-table td:nth-child(1) {
      width: 100% !important;
    }

    .sizer-table td {
      width: 50% !important;
    }

    .sizer-table .ng-touched {
      width: 100%;
    }

    .radio label {
      display: flex;
    }

    .nav-link-wrap {
      width: 25%;
    }
  }

  /*  */

  .pressure-feature {
    background: #fff;
    padding: 45px 0;
  }

  .pressure-feature:hover {
    background: #F2F5F9;
  }

  .pressure-feature__title {
    margin-bottom: 20px;
    margin-left: 12px;
    position: relative;
  }

  .pressure-feature:hover .pressure-feature__title h2 {
    color: #003686;

  }

  .pressure-feature__title::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: #003686;
  }

  .pressure-feature__title h2 {
    color: #000;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-weight: 400;
  }

  .pressure-feature__content {
    display: flex;
    gap: 30px;
  }

  .pressure-feature__image {
    width: 370px;
    height: 232px;
    flex-shrink: 0;
  }

  .pressure-feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pressure-feature__text {

    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .pressure-feature__desc {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
  }

  .pressure-feature__footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .pressure-feature__date {
    color: #999;
    font-size: 14px;
  }

  .pressure-feature__links {
    display: flex;
    gap: 15px;
  }

  .pressure-feature__btn {
    text-decoration: none;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #F7F7F8;
    background: #F7F7F8;
    color: #003686;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 166.966px;
    height: 47.122px;
    line-height: 47.122px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }



  .pressure-feature__btn:hover {
    background: #9c381e;
    color: #fff;
  }

  .pressure-feature__btn:hover img {
    filter: brightness(0) invert(1);
  }

  .tabItemForShow {
    display: none;
  }

  .mustShow {
    display: block !important;
  }


  /* 详情 */
  /* 详情 */
  /* 详情 */
  .Ny_NewsPost {
    padding: 0 3vw;
  }

  .Ny_NewsPost .title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
  }

  .Ny_NewsPost .desc {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .Ny_NewsPost .desc span {
    margin: 0 5px;
    color: #999;
    font-size: 14px;
    line-height: 3;
    text-align: center;
  }

  .Ny_NewsPost .Ny_xiangqing {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 500px;
  }

  .Ny_NewsPost .Ny_xiangqing p {
    margin: 0;
  }


  @media (max-width: 720px) {

    .Ny_NewsPost .title {
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1.5;
    }


  }