.mention-wiki__box {
  height: 78px;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 5px 5px 0 5px;
  background-color: #f7f8f9;
  border-radius: 4px;
  border: solid 0.5px #f1f2f3;
}
.mention-wiki__box .wiki-cover {
  width: 100%;
  height: 45px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.mention-wiki__box .wiki-cover img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mention-wiki__box .wiki-cover .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.mention-wiki__box .wiki-cover h6 {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #f7f8f9;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 9px;
  left: 5px;
  z-index: 3;
  margin: 0;
}
.mention-wiki__box .wiki-info {
  height: 28px;
  width: 100%;
  position: relative;
}
.mention-wiki__box .wiki-info .wiki-icon{
  width: 36px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 4;
}
.mention-wiki__box .wiki-info .wiki-icon img {
  width: 100%;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mention-wiki__box .wiki-info .wiki-data-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 8px 0 51px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.mention-wiki__box .wiki-info .wiki-data-box p {
  margin: 0;
}
.mention-wiki__box .wiki-info .wiki-data-box p span {
  font-size: 10px;
  height: 10px;
  line-height: 10px;
  vertical-align: bottom;
  display: inline-block;
}
.mention-wiki__box .wiki-info .wiki-data-box p span.font-large {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-right: 4px;
  font-weight: 600;
}
.mention-wiki__box .wiki-info .wiki-data-box p img {
  vertical-align: bottom;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin: 0 0 0 5px;
}
.mention-wiki__box .wiki-info .wiki-data-box p.wiki-data {
  height: 14px;
  line-height: 14px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  color: #14191e;
}
.mention-wiki__box .wiki-info .wiki-data-box p.wiki-btn {
  height: 10px;
  line-height: 10px;
  color: #8c9196;
}