.banner{
  position: relative;
}
.banner h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100% !important;
  text-align: center;
  font-size: 1.26rem;
  color: #FFFFFF;
  text-shadow: 0 0 0.3rem rgba(15,26,35,0.71);
  letter-spacing: 0.2rem;
}
/* --------- */
.introduction_content{
  width: 10.65rem;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.5rem;
  margin: 0.75rem auto;
}
/* ---- */
.superiority{
  background: #EEEEEE;
  padding: 0.7rem 0;
  margin-bottom: 1.1rem;
}
.superiority ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.superiority li{
  text-align: center;
}
.superiority li img{
  width: 0.7rem;
  height: 0.7rem;
  margin-bottom: 0.6rem;
}
.superiority li p{
  font-size: 0.18rem;
  color: #202F55;
  line-height: 0.3rem;
}
/* --------- */
.planner{
  text-align: center;
  margin-bottom: 1.3rem !important;
}
.planner h5{
  margin: 0 auto;
  width: 5.2rem;
  height: 0.76rem;
  text-align: center;
  line-height: 0.76rem;
  font-size: 0.44rem;
  color: #FFFFFF;
  background: #E98918;
  border-radius: 0.38rem;
  margin-bottom: 1rem;
}
.planner p,.planner p span{
  font-size: 0.34rem;
  color: #202F55;
  line-height: 0.84rem;
}
.planner p.bolder{
  font-weight: bold;
}
.planner p span{
  color: #E98918;
}
.planner img{
  margin-top: 1rem;
  width: 100%;
}