/* 百人牛牛牌面角标比例 v374 */
.hundred-niu-room .hn-hand .card {
  display: block !important;
  padding: 0 !important;
}

.hundred-niu-room .hn-hand .card .rank {
  position: absolute !important;
  left: 3px !important;
  top: 3px !important;
  right: auto !important;
  bottom: auto !important;
  font-size: calc(var(--hn-card-w) * .38) !important;
  line-height: .9 !important;
}

.hundred-niu-room .hn-hand .card .suit {
  position: absolute !important;
  left: 4px !important;
  top: calc(var(--hn-card-w) * .39 + 5px) !important;
  right: auto !important;
  bottom: auto !important;
  justify-self: auto !important;
  font-size: calc(var(--hn-card-w) * .21) !important;
  line-height: 1 !important;
}

.hundred-niu-room .hn-hand .card:not(.back)::after {
  left: 62% !important;
  top: 60% !important;
  font-size: calc(var(--hn-card-w) * .34) !important;
  line-height: 1 !important;
}
