.banner_plan img {
  width: 100%;
}
.plan-content {
  min-height: 50vh;
  background-image: url('../img/plan/bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
  background-size: 100% auto;
  padding-bottom: 1rem;
}
.plan-content .tabs_sub {
  background: none;
  position: relative;
  top: 0;
}
.plan-content .safe-width2 {
  width: 14.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .banner_plan {
    padding-top: 1.14rem;
  }
  .plan-content {
    background-image: url('../img/plan/bg_m.png');
  }
  .plan-content .safe-width2 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .plan-content .tabs_sub .safe-width2 {
    padding: 0 0.55rem;
  }
  .plan-content .tabs_sub .safe-width2 div a {
    font-size: 0.34rem;
    padding: 0.44rem 0;
    color: #000;
    margin-right: 0.3rem;
  }
  .plan-content .tabs_sub .safe-width2 div a.on {
    color: #532F14;
    font-weight: bold;
  }
}
