.labelPoint {
  margin-bottom: 6px;
  border-bottom: 1px solid #999;
  height: 23px;
  background: linear-gradient(#fff, #ddd);
  overflow: hidden;
}
.labelPoint a {
  display: table;
  width: 100%;
  line-height: 23px;
  height: 23px;
  padding: 0 5px;
  box-sizing: border-box;
}
.labelPoint.icnArrowRLG a::after {
  background-position: right 3px;
}

.pointInner {
  display: table-cell;
}

.namePoint {
  float: left;
  color: #333;
  max-width: 46%;
}

.logout .namePoint {
  width: auto;
}

.numPointWrap {
  float: right;
  padding-left: 18px;
  background-size: 14px 14px;
  color: #333;
  font-size: 10px;
  max-width: 53.99%;
}

.numPoint {
  display: inline-block;
  vertical-align: baseline;
  color: red;
  font-size: 16px;
  margin-right: 2px;
}
/*# sourceMappingURL=_mapDartSass/module.point.ui.sp.css.map */
