/* 首页列表（自选 / 涨幅榜 / 跌幅榜 / 成交额）：币种图标 */
html.gate-ui .home .list_wrap .list .item .item_row .gate-fav-coin-icon,
html.gate-ui .home .list_wrap .list .item .img_left .item_row img,
html.gate-ui .home .list_wrap .list .item .item_left .item_row img,
html.gate-ui .home .list_wrap .list .item .img_left .item_row .van-image,
html.gate-ui .home .list_wrap .list .item .item_left .item_row .van-image,
html.gate-ui .home .list_wrap .list .item .img_left .item_row uni-image,
html.gate-ui .home .list_wrap .list .item .img_left .item_row uni-image img,
html.gate-ui .home .list_wrap .list .item .item_left .item_row uni-image,
html.gate-ui .home .list_wrap .list .item .item_left .item_row uni-image img {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  margin-right: 8px !important;
  flex-shrink: 0 !important;
  background: var(--background-secondary, rgba(128,128,128,.12)) !important;
}

html.gate-ui .home .list_wrap .list .item .img_left .item_row .van-image,
html.gate-ui .home .list_wrap .list .item .item_left .item_row .van-image {
  overflow: hidden !important;
  vertical-align: middle !important;
}

html.gate-ui .home .list_wrap .list .item .img_left .item_row,
html.gate-ui .home .list_wrap .list .item .item_left .item_row {
  display: flex !important;
  align-items: center !important;
}

html.gate-ui .home .list_wrap .list .item .gate-fav-coin-ph {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 50% !important;
  margin-right: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #fff !important;
  flex-shrink: 0 !important;
}
