.banner {
  width: 100%;
  height: 4.64rem!important;
  background-color: #fff;
  text-align: center;
}
.banner .pic {
  width: 5.47rem;
  margin-top: 1.5rem;
}
.banner .text {
  font-size: .43rem;
  color: #886f6f;
  line-height: .8rem;
  text-shadow: 0px 2px 10px #252525;
  margin: 0;
}

@media  (max-width: 1530px) {
  .banner {
    height: 570px;
  }
}