.mypanle {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}
.mypanle.has-col {
  border-bottom: 1px solid #f00;
}
.mypanle .title {
  padding: 0 30px;
}
.mypanle .title .title-p {
  margin: 0;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 20px;
  padding: 30px 0 20px 0;
  color: #2c2e34;
}
.mypanle .title .title-p.has-line {
  border-bottom: 1px solid #d9dfe9;
}
.mypanle .content-class {
  padding: 0px 30px 0px 30px;
}

.msg-page .msg-body {
  padding-bottom: 32px;
}
.msg-page .b-border {
  border-bottom: 1px solid #ebeef5;
}
.msg-page .el-collapse {
  border: none;
}
.msg-page .el-collapse-item__header {
  font-size: 18px;
  font-weight: 500;
  color: #262626;
}
.msg-page .el-collapse-item__header .is-active {
  color: #262626;
}
.msg-page .el-collapse-item__content {
  font-size: 14px;
  padding: 5px 0 12px 0;
  color: #6a6a6a;
}
.msg-page .text-color .el-collapse-item__header {
  color: #ababab !important;
}
.msg-page .text-color .el-collapse-item__header .is-active {
  color: #ababab !important;
}
.msg-page .title-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.msg-page .title-box .time {
  font-size: 14px;
  padding-right: 15px;
}
.msg-page .no-msg {
  height: 150px;
  line-height: 150px;
  text-align: center;
  color: #989898;
}
.msg-page .unread-tag:after {
  content: ' ';
  width: 8px;
  height: 8px;
  background-color: #d83131;
  border-radius: 4px;
  display: inline-block;
  line-height: 20px;
  margin-right: 12px;
}

