.about {
  position: relative;
}

.about-img {
  position: relative;
  border-radius: 0 0 10px 10px;
}
.about-img p {
  padding: 3px;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.about-img p img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.about-left-icon {
  padding: 0.1rem 0 0.2rem;
  text-align: center;
}
.about-left-icon img {
  width: 4rem;
}
.about-right {
  position: relative;
}
.about-title {
  color: #000;
}
.about-title .ch {
  font-size: 18px;
  line-height: 24px;
}
.about-title .en {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.about-p {
  margin: 0.1rem 0 0;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.about-che {
  display: none;
}

@media (min-width: 1200px) {
  article {
    padding-bottom: 11.4vw;
  }
  .about {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 10vw 0 0 10vw;
    padding: 0 5vw 0 3.5vw;
    background: rgba(255, 255, 255, 0.8);
  }
  .about-left {
    width: 32vw;
    padding: 0 0 3vw;
  }
  .about-img {
    position: relative;
    width: 31vw;
    height: 20vw;
    background: #ffcc67;
    border-radius: 0 0 1.2vw 1.2vw;
  }
  .about-img p {
    position: absolute;
    z-index: 1;
    left: 0.6vw;
    bottom: 0.8vw;
    width: 31vw;
    padding: 0.3vw;
    overflow: hidden;
    background: #fff;
    border-radius: 1.2vw;
  }
  .about-img p img {
    width: 100%;
    border-radius: 1.2vw;
  }
  .about-left-icon {
    padding: 1.8vw 0 0;
    text-align: center;
  }
  .about-left-icon img {
    width: 22.4vw;
  }

  .about-right {
    width: 45vw;
    padding-right: 15vw;
    position: relative;
  }
  .about-title {
    position: absolute;
    left: 0;
    top: -6vw;
    width: 100%;
    color: #000;
  }
  .about-title .ch {
    font-size: 1.8vw;
    line-height: 2vw;
  }
  .about-title .en {
    font-size: 1vw;
    line-height: 1.2vw;
    text-transform: uppercase;
  }
  .about-p {
    margin: 2vw 0 0;
    font-size: 1vw;
    line-height: 1.6vw;
    color: #000;
  }

  .about-che {
    display: block;
    position: absolute;
    left: -10vw;
    bottom: -12vw;
  }
  .about-che img {
    width: 24vw;
  }
}
