html,
body {
  background: #fff !important;
}
.about-box {
  width: 100%;
  margin-top: 30px;
}
.about-box h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 40px;
}
.about-box .about-fb {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #999999;
  text-align: center;
  margin-top: 8px;
}
.about-box .about-text {
  margin-top: 35px;
  width: 100%;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  color: #333333 !important;
}
.about-box .about-text img {
  width: 100% !important;
  height: auto !important;
}
.about-box .about-text p,
.about-box .about-text span {
  color: #333333 !important;
}
.about-box .about-rexian-box {
  margin-top: 30px;
}
.about-box .about-rexian-box .about-rexian-item {
  margin-bottom: 10px;
}
.about-box .about-rexian-box .about-rexian-item img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.about-box .about-rexian-box .about-rexian-item p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.about-box .about-rexian-box .about-rexian-item p a {
  font-size: 16px;
  font-weight: bold;
  color: #2680EB;
}
@media screen and (max-width: 750px) {
  .about-box {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .about-box .about-text {
    margin-top: 0.4rem;
    width: 100%;
    font-size: 0.28rem !important;
    color: #333333 !important;
  }
}
