.banner-image {}

.banner-image-min {}

.banner-image > .hm-com-W > .ui-arena {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-image-min > .hm-com-W > .ui-arena {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-image > .hm-com-W > .ui-arena > .hm-area > .hm-area-con {
  height: 6.5rem;
}

.banner-image-min > .hm-com-W > .ui-arena > .hm-area > .hm-area-con {
  height: 4rem;
}

.hmc-hide {
   opacity: 0;
}

/* 手机版 */
@media screen and (max-width: 640px) {
.banner-image > .hm-com-W > .ui-arena  > .hm-area > .hm-area-con {
  height: 3rem;
}

.banner-image-min > .hm-com-W > .ui-arena  > .hm-area > .hm-area-con {
  height: 1.7rem;
}

.hmc-text article.md-content {
    padding: 1px 0.2rem;
}
}