.card-msg[data-v-9e8673cc]:first-child {
  margin-top: 10px;
}
.card-msg .msg-box[data-v-9e8673cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  min-height: 80px;
}
.card-msg .msg-icon[data-v-9e8673cc] {
  margin-right: 15px;
}
.card-msg .msg-icon img[data-v-9e8673cc] {
  width: 39px;
  height: 39px;
}
.card-msg .msg-icon .msg-icon-box[data-v-9e8673cc] {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.card-msg .msg-icon .msg-icon-box-call[data-v-9e8673cc] {
  background-color: #fff0f0;
}
.card-msg .msg-icon .msg-icon-box-todo[data-v-9e8673cc] {
  background-color: #ffc71c;
}
.card-msg .msg-icon .msg-icon-box-activity[data-v-9e8673cc] {
  background-color: #666ee8;
}
.card-msg .msg-icon .msg-icon-box-work[data-v-9e8673cc] {
  background-color: #00cc99;
}
.card-msg .msg-info[data-v-9e8673cc] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-msg .msg-info .msg-row[data-v-9e8673cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-msg .msg-info .msg-row .msg-title[data-v-9e8673cc] {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  vertical-align: middle;
  line-height: 24px;
}
.card-msg .msg-info .msg-row .msg-time[data-v-9e8673cc] {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.4);
  text-align: right;
}
.card-msg .msg-info .msg-row .msg-count[data-v-9e8673cc] {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  text-align: right;
  margin-left: 6px;
}
.card-msg .msg-info .msg-content[data-v-9e8673cc] {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
}
.no-result-title[data-v-9e8673cc] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 30px;
  text-align: center;
}

