/* 首页首屏蓝色区域压缩 */
.hero{
  min-height:430px!important;
}

.hero-inner{
  padding-top:36px!important;
  padding-bottom:46px!important;
}

.hero h1{
  margin-top:0!important;
}

.hero-subtitle,
.hero p{
  margin-top:10px!important;
}

.hero-actions{
  margin-top:20px!important;
}

.hero-wave{
  height:38px!important;
}

@media(max-width:920px){
  .hero{
    min-height:auto!important;
  }

  .hero-inner{
    padding-top:42px!important;
    padding-bottom:34px!important;
  }

  .hero h1{
    font-size:32px!important;
    line-height:1.22!important;
  }

  .hero-wave{
    height:24px!important;
  }
}
