.inner {
  padding: 0;
}
.about-name {
  padding: 0 0 10px;
  color: #000;
}
.about-name .ch {
  font-size: 18px;
  line-height: 24px;
}
.about-name .en {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.inner-p p {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.inner-p img {
  width: 100%;
}

.about-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.1rem 0 0;
}
.about-li {
  display: flex;
  align-items: center;
  width: 49%;
  padding: 0.1rem;
  margin: 0.1rem 0;
}
.about-li:nth-child(1) {
  background: #f5b551;
}
.about-li:nth-child(2) {
  background: #325ea1;
}
.about-li:nth-child(3) {
  background: #c84040;
}
.about-li:nth-child(4) {
  background: #009b71;
}

.about-li-icon img {
  width: 0.4rem;
}
.about-li-font {
  padding-left: 0.1rem;
  color: #fff;
}
.about-li-font .ch {
  font-size: 16px;
  line-height: 20px;
}
.about-li-font .en {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .inner {
    padding: 2vw 0;
  }
  .about-name {
    padding: 0 0 1.5vw 0;
    color: #000;
  }
  .about-name .ch {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }
  .about-name .en {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .inner-p p {
    font-size: 0.9vw;
    line-height: 1.6;
    color: #000;
  }

  .inner-p img {
    width: 100%;
  }

  .about-ul {
    display: flex;
    justify-content: space-between;
    padding: 2.4vw 0 0.4vw;
  }
  .about-li {
    display: flex;
    align-items: center;
    width: 15vw;
    padding: 1.2vw;
  }
  .about-li:nth-child(1) {
    background: #f5b551;
  }
  .about-li:nth-child(2) {
    background: #325ea1;
  }
  .about-li:nth-child(3) {
    background: #c84040;
  }
  .about-li:nth-child(4) {
    background: #009b71;
  }

  .about-li-icon img {
    width: 2.8vw;
  }
  .about-li-font {
    padding-left: 0.4vw;
    color: #fff;
  }
  .about-li-font .ch {
    font-size: 1.2vw;
    line-height: 1.4vw;
  }
  .about-li-font .en {
    margin: 0.2vw 0 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
  }
}
