.el-card[data-v-7e7d099a] {
  border-radius: 0;
  border: none;
  background: none !important;
  margin-bottom: 0px !important;
}
.title[data-v-7e7d099a] {
  margin-bottom: 20px;
}
.title[data-v-7e7d099a] :first-child {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
  height: 20px;
  line-height: 20px;
}
.title .tag[data-v-7e7d099a] {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: red;
  border: 1px solid red;
  width: 50px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
}
.content[data-v-7e7d099a],
.reply_content[data-v-7e7d099a] {
  font-size: 16px;
  margin-bottom: 10px;
}
.create_time[data-v-7e7d099a],
.reply_time[data-v-7e7d099a] {
  font-size: 14px;
  color: #acacad;
  margin-bottom: 10px;
}

.communication_content p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.communication_content .content {
  font-size: 16px;
  font-weight: 400;
}
.communication_content .el-card {
  border-radius: 0;
  border: none;
  background-color: #f6f7fc;
  margin-bottom: 30px;
}
.communication_content .el-card .el-form-item {
  font-size: 16px;
}
.communication_content .footer {
  display: flex;
  justify-content: center;
}


[data-v-1a92f2af] .el-tabs {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 40px;
  border: none;
  box-shadow: none;
}
[data-v-1a92f2af] .el-tabs .el-tabs__header {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}
[data-v-1a92f2af] .el-tabs .el-tabs__header .el-tabs__nav-wrap {
  margin: 0;
}
[data-v-1a92f2af] .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__item {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border: none;
  margin: 0 20px 0 0;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
[data-v-1a92f2af] .el-tabs .el-tabs__header .el-tabs__nav-wrap :hover {
  color: #ddd;
}
[data-v-1a92f2af] .el-tabs .el-tabs__header .el-tabs__nav-wrap .is-active {
  background-color: #ffffff;
  color: #000c17;
  font-weight: bold;
}
[data-v-1a92f2af] .el-tabs .el-tabs__content {
  padding: 20px;
  min-height: 400px;
  background-color: #fff;
}
