.content h2 {
  width: 3.77rem;
  line-height: 0.75rem;
  background: #FF6700;
  font-size: 0.4rem;
  color: white;
  margin-bottom: 0.34rem;
  margin-top: 0.7rem;
  text-align: center;
}
.content .box {
  padding: 0.4rem 0.52rem;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 0.08rem 0.1rem 0rem rgba(0, 0, 0, 0.38);
  border-bottom: solid 0.05rem #FF6700;
}
.content .text {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.35rem;
}
.content .text img {
  max-width: 100%;
}
.content .img {
  display: block;
  margin: auto;
  margin-top: 0.58rem;
  max-width: 100%;
}
#footer {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .content {
    padding: 0;
  }
  .content .box {
    padding: 0.3rem 0.35rem;
  }
  .content .text {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
