.guns-avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  background-color: rgba(var(--gray), 0.32);
  vertical-align: top;
}
.guns-avatar img {
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
.guns-avatar-text {
  font-weight: bold;
}
.guns-avatar-group {
  border: 2px solid var(--bgColor1);
}
.guns-avatar .disembark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.guns-avatar .disembark .icon {
  width: 50%;
  height: 50%;
  line-height: 0;
}
.guns-avatar-group {
  display: flex;
}
.guns-avatar-group-more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border: 2px solid var(--bgColor1);
  text-align: center;
  color: #ffffff;
  background-color: rgb(var(--pcolor));
  transition: border 0.3s;
}
