.about-container {
  margin: 0.2rem 0;
}

.about-container .title {
  position: relative;
  text-align: center;
  padding-bottom: 0.2rem;
}

.about-container .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 0.08rem;
  background: #EC7B01;
}

.about-container .title .chinese {
  font-size: 0.32rem;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #666666;
}

.about-container .title .english {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #999999;
}

.about-container .content {
  margin: 0.5rem 0.2rem 0 0.2rem;
}

.about-container .image {
  width: 100%;
}

.about-container .image img {
  width: 100%;
}
