

.big-banner-le {height: 4.1rem;}
/* 由于改变不同的大小宽度型号，会出现高度不匹配问题 */
@media screen and (min-width: 420px) {
  .big-banner-le {height: 5.8rem;}
}


