.inner-banner .img .title {
  left: 3.49501rem;
}
.content {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.14rem;
}
.content .box {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 0.66rem;
  position: relative;
}
.content .box .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.825rem;
}
.content .box .box-content {
  width: calc(100% - 0.9rem);
  background-color: #ffffff;
  border-radius: 0.225rem;
  padding: 0.8175rem 0.45rem 0.9rem 0.45rem;
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1020px) {
  .inner-banner .img .title {
    left: 1.3rem;
  }
}
