/* avater.css Date:2019-06-04 16:29:34 */

.lg-avatar {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border: solid 2px #FFF;
  color: #FFF;
  background-color: #D9D9D9;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  white-space: nowrap;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-size: 14px;
}

.lg-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
}

.lg-avatar-circle {
  border-radius: 50%;
}

.lg-avatar-square {
  border-radius: 2px;
}

.lg-avatar-l {
  width: 48px;
  height: 48px;
  line-height: 40px;
}

.lg-avatar-l [class*=" lg-icon-"],
.lg-avatar-l [class^=lg-icon-] {
  font-size: 30px;
  line-height: 44px;
}

.lg-avatar-l .lg-avatar-word {
  font-size: 16px;
}

.lg-avatar-m {
  width: 40px;
  height: 40px;
  line-height: 32px;
}

.lg-avatar-m [class*=" lg-icon-"],
.lg-avatar-m [class^=lg-icon-] {
  font-size: 22px;
  line-height: 36px;
}

.lg-avatar-m .lg-avatar-word {
  font-size: 14px;
}

.lg-avatar-s {
  width: 32px;
  height: 32px;
  line-height: 26px;
}

.lg-avatar-s [class*=" lg-icon-"],
.lg-avatar-s [class^=lg-icon-] {
  font-size: 14px;
  line-height: 26px;
}

.lg-avatar-s .lg-avatar-word {
  font-size: 12px;
}