.about-box {
  height: 5.8rem;
  display: flex;
}
.about-box img {
  width: 4.15rem;
  height: 100%;
}
.about-box .about-container {
  flex: 1;
  position: relative;
  background: #1f1f1f url(../img/about/quotes.png) 90% bottom no-repeat;
  box-sizing: border-box;
  padding: 1.6rem 0.32rem 0 0.32rem;
  background-size: 1.8rem 2rem;
}
.about-box .title {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.64rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.11rem;
  position: absolute;
  left: -1rem;
  top: 0.6rem;
}
.about-box .arrow-right {
  display: block;
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  background: rgba(255, 255, 255, 0.1) url(../img/about/arrow.png) no-repeat;
  background-size: 100%;
  top: 0.24rem;
  right: 0.24rem;
  border-radius: 50%;
}
.about-box .title2 {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-weight: 600;
}
.about-box .details {
  color: rgba(255, 255, 255, 0.75);
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem;
  padding-top: 0.15rem;
}
.about-box strong {
  color: #E3322C;
  font-size: 0.24rem;
}
.about-box .sign-group {
  padding-top: 0.48rem;
  display: flex;
  justify-content: space-between;
}
.about-box .sign-title {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.36rem;
  padding-bottom: 0.16rem;
}
.about-box .sign-item {
  width: 1.5rem;
}
.about-box .sign-detail {
  color: rgba(255, 255, 255, 0.5);
  font-family: PingFang SC;
  font-size: 0.14rem;
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
.about-box .gs-title {
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.about-box .gs-title .iconfont {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/about/quotes-font.png) no-repeat;
  background-size: 0.2rem 0.2rem;
  margin-right: 0.1rem;
}
.about-exam {
  margin-top: 0.5rem;
  width: auto;
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: #999;
}
.about-exam ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.about-exam ul li {
  width: 2rem;
  height: auto;
  text-align: center;
}
.about-exam ul li img {
  width: 100%;
  margin-bottom: 0.1rem;
}
.about-exam ul li strong {
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .about-box {
    height: 7.8rem;
    display: flex;
  }
  .about-box img {
    width: 4.15rem;
    height: 100%;
  }
  .about-box .about-container {
    padding: 2rem 0.32rem 0 0.32rem;
  }
  .about-box .title2 {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 0.36rem;
    font-weight: 600;
  }
  .about-box .details {
    color: rgba(255, 255, 255, 0.75);
    font-family: PingFang SC;
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.34rem;
    padding-top: 0.2rem;
  }
  .about-box strong {
    color: #E3322C;
    font-size: 0.24rem;
  }
  .about-box .sign-group {
    padding-top: 0.48rem;
    display: flex;
    justify-content: space-between;
  }
  .about-box .sign-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.36rem;
    padding-bottom: 0.16rem;
  }
  .about-box .sign-item {
    width: 2rem;
  }
  .about-box .sign-detail {
    color: rgba(255, 255, 255, 0.5);
    font-family: PingFang SC;
    font-size: 0.28rem;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
  }
  .about-box .gs-title {
    padding-top: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-family: PingFang SC;
    font-size: 0.24rem;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .about-box .gs-title .iconfont {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/about/quotes-font.png) no-repeat;
    background-size: 100%;
    margin-right: 0.1rem;
  }
  .about-exam {
    margin-top: 0.5rem;
    width: auto;
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #999;
  }
  .about-exam ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0.2rem;
  }
  .about-exam ul li {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .about-exam ul li img {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .about-exam ul li strong {
    font-weight: 700;
    color: #333;
  }
}
