.comprehensive-view .comprehensive-cell {
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 10px;
}
.comprehensive-view .comprehensive-cell:nth-child(3n) {
  margin-right: 0;
}
.comprehensive-view .comprehensive-cell img {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}
.wechat-view {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px 20px;
}
.wechat-view .wechat-box {
  text-align: center;
  width: 33%;
}
.wechat-view .wechat-box img {
  width: 75px;
  height: 75px;
}
.wechat-view .wechat-box .wechat-name {
  font-weight: 400;
  color: #333333;
  line-height: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.wechat-view .wechat-box .wechat-info {
  font-weight: 400;
  color: #b4b4b7;
  line-height: 14px;
  transform: scale(0.8);
}
