.mem {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: stretch;
  width: 450px;
  height: 220px;
  margin: auto;
  font-family: var(--fallg);
  font-size: var(--sallg);
  line-height: var(--lineh);
  font-weight: var(--wallg);
  margin-bottom: 20px;
}

.memlis {
  height: 200px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}

.memlis_top {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: stretch;
  padding: 0px 0px 10px 0px;
  flex: 1;
  Background: #d6d6d5;
  /* color: #fff; */
  margin-bottom: 7px;
}

.memlis_top a {
  color: var(--bunt);
  transition: 0.5s;
  text-decoration: none;
  text-transform: var(--theading);
}

.memlis_top a:hover {
  color: var(--base);
  transition: 0.5s;
}

.memlis_top_name {
  font-family: var(--fhead);
  font-size: var(--sheading);
  text-transform: var(--theading);
  letter-spacing: var(--lhead);
  color: var(--bunt);
  line-height: 153%;
  margin-bottom: -4.9px;
  margin-left: 15px;
}

.memlis_top_line {
  border-bottom: 1px var(--bunt) solid;
  margin: 0px 2px;
  margin-bottom: 2px;
  flex: 1;
}

.memlis_top_msg {
  text-align: right;
  flex: 0;
  align-self: flex-end;
}

.memlis_bot {
  height: 160px;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
}

.memlis_ava {
  width: 200px;
}

.memlis_mid {
  display: flex;
  text-align: justify;
  flex-flow: column;
  align-items: stretch;
  justify-content: stretch;
  padding: 0px 10px;
  flex: 2;
  width: 60%;
}

.memlis_mid_kb {
  background-color: var(--box);
  padding: 10px;
  overflow: auto;
  flex: 3;
  height: 100%;
}

.memlis_mid_sptit {
  font-family: var(--fsub);
  font-size: var(--splayer);
  letter-spacing: var(--lsub);
  color: var(--bunt);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
}

.memlis_mid_sptit i {
  font-family: var(--fsub);
  font-size: var(--splayer);
  letter-spacing: var(--lsub);
  color: var(--bunt);
  text-align: center;
}

.memlis_re {
  display: flex;
  text-align: justify;
  flex-flow: column;
  align-items: stretch;
  justify-content: stretch;
  flex: 1;
  width: 35%;
  margin-left: 10px;
}

.memlis_re_p {
  background-color: var(--box);
  padding: 7px;
  margin-bottom: 10px;
  text-align: justify;
  flex: 1;
  width: 187px;
  margin-left: -63px;
}

.memlis_re_p_last {
  display: flex;
  flex: 1;
}

.memlis_re_p.l {
  margin-bottom: 0px;
  flex: 1;
}

.memlis_re_p.r {
  margin-bottom: 0px;
  margin-left: 10px;
  flex: 1;
}
