/* 黄/蓝会员中心：conbg 为 120x120 色块；width=100% 会按比例撑到上千像素，
   再被 .console .box{overflow:hidden} 裁掉下方 router-view，看起来整页只有蓝底 */
.console .box {
  overflow: visible !important;
}
.console .box .box_right {
  overflow: visible !important;
  background-color: #fff !important;
  min-height: 420px !important;
}
.console .box_right > img,
.console .box_right img[src*="conbg"],
.console .box_right img[width],
.console .box_left .box_top > img:first-child,
.console img[src*="mainRightbg"],
.console img[src*="conbg"] {
  width: 100% !important;
  height: 48px !important;
  max-height: 48px !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: left center !important;
  display: block !important;
  flex: none !important;
  vertical-align: top !important;
}
.console .box_left .box_top > img:first-child,
.console img[src*="mainRightbg"] {
  height: 34px !important;
  max-height: 34px !important;
}
