.public-banner {
  height: 8.94rem;
  position: relative;
  background-repeat: no-repeat;
}
.public-banner .copywriting {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: 100% 100%;
}
@media (max-width: 575px) {
  .project-info {
    margin-top: 0.8rem;
  }
  .pro-introd {
    width: 6.7rem;
    margin: 0 auto;
  }
  .pro-introd h3 {
    font-weight: 500;
    font-size: 0.4rem;
    line-height: 0.56rem;
  }
  .pro-introd p {
    margin-top: 0.34rem;
    line-height: 0.4rem;
    color: #4a4a4a;
    font-size: 0.28rem;
  }
  .pro-scope {
    width: 6.7rem;
  }
  .pro-scope h3 {
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.56rem;
  }
  .pro-scope ul {
    margin-top: 0.38rem;
    padding-left: 2px;
  }
  .pro-scope .scope-item {
    width: 50%;
  }
  .pro-scope .scope-item img {
    vertical-align: middle;
  }
  .pro-scope .scope-item span {
    vertical-align: middle;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #4a4a4a;
  }
  .pro-scope .scope-item.scope-item4 span {
    display: inline-block;
    max-width: 1.54rem;
    word-break: break-all;
  }
}
@media (min-width: 576px) {
  .pro-introd h3 {
    font-weight: 500;
    font-size: 0.48rem;
    line-height: 0.66rem;
  }
  .pro-introd p {
    color: #4A4A4A;
    font-size: 0.4rem;
    line-height: 0.56rem;
    margin-top: 0.4rem;
  }
  .pro-scope h3 {
    font-weight: 500;
    font-size: 0.48rem;
    line-height: 0.66rem;
  }
  .pro-scope .scope-box {
    margin-top: 0.6rem;
    padding-left: 0.46rem;
  }
  .pro-scope ul:after {
      content: ' ';
      width: 33.33%;
      display: inline-block;
  }
  .pro-scope .scope-item {
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 0.56rem;
    height: 0.78rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }

  .pro-scope .scope-item:nth-of-type(3n-1) {
    /* text-align: center; */
    padding-left: 40px;
  }
  .pro-scope .scope-item:nth-of-type(3n) {
    padding-left: 30px;
  }
  .pro-scope .scope-item span {
    line-height: 0.56rem;
    font-size: 0.4rem;
    color: #4A4A4A;
    vertical-align: middle;
  }
}
@media (max-width: 575px) {
  .public-banner {
    height: 2.32rem;
  }
  .pro-scope {
    margin: 1.46rem auto 0;
  }
  .pro-scope .scope-item {
    margin-bottom: 0.72rem;
  }
  .pro-scope .scope-item:nth-last-of-type(1),
  .pro-scope .scope-item:nth-last-of-type(2)  {
    margin-bottom: 0;
  }
  .example {
    margin: 1.4rem auto;
  }
  .example .example1 {
    width: 6.7rem;
    height: auto;
    margin: 0 auto;
  }
  .example img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 576px) {
  .pro-introd {
    width: 19.28rem;
    margin: 0.92rem auto 0;
  }
  .pro-scope {
    width: 19.28rem;
    margin: 1rem auto 0;
  }
  .example {
    text-align: center;
    margin: 1.3rem auto 1.2rem;
  }
  .example .example1,
  .example .example2 {
    width: 19.28rem;
    margin: 0 auto;
  }
  .example img {
    width: 100%;
    height: 100%;
  }
}



@media (max-width: 575px) {
    .pro-scope .scope-item {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        height: 0.54rem;
    }
    .pro-scope .scope-item .scope-icon-box {
        width: 1rem;
        height: 100%;
    }
    .pro-scope .scope-item .scope-icon {
        height: 0.54rem;
    }
}

@media (min-width: 576px) {
    .pro-scope .scope-item .scope-icon-box {
        width: 1.2rem;
        height: 100%;
    }
    .pro-scope .scope-item img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }
}
