
/* V7.1.8 首页 Banner 文字遮挡修复 */
.app-hero{
  position:relative!important;
  overflow:hidden!important;
}
.app-hero:after{
  height:52%!important;
  background:linear-gradient(to top,rgba(0,0,0,.76),rgba(0,0,0,.18),transparent)!important;
  pointer-events:none!important;
}
.app-hero-title{
  position:absolute!important;
  left:16px!important;
  bottom:42px!important;
  z-index:5!important;
  max-width:70%!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.app-hero-sub{
  position:absolute!important;
  left:16px!important;
  bottom:20px!important;
  z-index:5!important;
  max-width:72%!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:#eaf5ef!important;
}
.dots{
  z-index:6!important;
  bottom:22px!important;
  right:16px!important;
}
.channel-row{
  margin-top:12px!important;
}
@media(max-width:420px){
  .app-hero-title{bottom:44px!important;font-size:19px!important;max-width:68%!important}
  .app-hero-sub{bottom:22px!important;font-size:12px!important;max-width:68%!important}
  .dots{bottom:24px!important}
}
