/*PC端*/
/*M端*/
.container-fluid {
  padding-top: 0.5rem;
}
.part1 {
  height: 8.08rem;
  background-image: url(../image/about-us/about-nexa.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 1.24rem;
  padding-left: 4.47rem;
}
.part1 .slog-box {
  width: 11.5rem;
  height: 5.95rem;
  background-image: url(../image/about-us/slog-box.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-right: 1.25rem;
}
.part1 .about-us-logo {
  width: 2.26rem;
  height: 0.55rem;
  margin: 1.7rem 0 0.4rem;
}
.part1 h1 {
  font-family: "Nexa Bold";
  font-size: 0.4064rem;
  line-height: 0.5219rem;
  color: #000;
}
.part2 {
  height: 9.6rem;
  display: flex;
  flex-wrap: wrap;
}
.part2 .part2-item {
  height: 4.8rem;
  width: 50%;
}
.part2 .part2-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part2 .part2-item:nth-child(1) {
  color: #000;
  background-color: #f47c34;
}
.part2 .part2-item:nth-child(3) {
  color: #f47c34;
  background-color: #fff7ea;
}
.part2 .part2-item:nth-child(4) {
  color: #fff;
  background-image: linear-gradient(49deg, #9d89fe, #bfa3fc, #ffa5c7);
}
.part2 .part2-item:nth-child(4) h3,
.part2 .part2-item:nth-child(4) p {
  padding-left: 0.9rem;
}
.part2 .part2-item:nth-child(4) p {
  padding-right: 2rem;
}
.part2 h3 {
  font-family: "Nexa Bold";
  font-size: 0.35rem;
  line-height: 0.42rem;
  padding: 1.2rem 0 0.7rem 2.4rem;
}
.part2 p {
  font-size: 0.2rem;
  line-height: 0.24rem;
  padding: 0 0.85rem 0 2.4rem;
  letter-spacing: -0.002rem;
}
@media (max-width: 750px) {
  .container-fluid {
    padding-top: 1rem;
  }
  .part1 {
    background-position: 88% 50%;
    padding-top: 0;
    padding-left: 0;
    overflow: hidden;
    height: calc(100vh - 0.8rem - 1rem);
    background-image: url(../image/about-us/about-nexa-m.jpg);
    display: flex;
    align-items: center;
  }
  .part1 .slog-box {
    width: 6.8rem;
    height: 6.78rem;
    margin: 0 auto 0.4rem;
    background-image: url(../image/about-us/slog-box-m.png);
    padding: 0;
  }
  .part1 .about-us-logo {
    width: 1.92rem;
    height: 0.46rem;
    margin: 2.36rem 0 0.3rem;
  }
  .part1 h1 {
    font-size: 0.35rem;
    letter-spacing: -0.05px;
  }
  .part2 {
    height: auto;
  }
  .part2 h3 {
    font-size: 0.42rem;
    line-height: 0.5rem;
  }
  .part2 .part2-item {
    width: 100%;
    height: 6.65rem;
  }
  .part2 .part2-item h3 {
    padding: 1.45rem 0.4rem 0.7rem;
  }
  .part2 .part2-item p {
    padding: 0 0.4rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    letter-spacing: -0.005rem;
  }
  .part2 .part2-item:nth-child(4) h3 {
    padding: 1.2rem 0.4rem 0.7rem;
  }
  .part2 .part2-item:nth-child(4) p {
    padding: 0 0.4rem;
  }
}
