@media  screen and (max-width: 850px){
  .banner{
    height: 160px;
  }
  .banner .title{
    line-height: 160px;
    font-size: 28px;
    padding-top: 0;
  }
  /*  */
}