.main[data-v-5e84edfa] {
  padding: 10px;
  font-size: 16px;
  overflow: hidden;
}
.main .reply_window_box[data-v-5e84edfa] {
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main .reply_window_box .reply_msg_box[data-v-5e84edfa] {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 15px;
}
.main .reylp_but_box[data-v-5e84edfa] {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 50px;
  width: 100%;
  text-align: center;
  line-height: 50px;
}
.main .reylp_but_box button[data-v-5e84edfa] {
  height: 50px;
}
.main .reply_user_box[data-v-5e84edfa] {
  display: flex;
  flex-wrap: wrap;
}
.main .reply_user_box .reply_user[data-v-5e84edfa] {
  width: 20%;
  text-align: center;
}
.main .reply_user_box .reply_user .head[data-v-5e84edfa] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 8px;
  color: #fff;
  margin: 8px auto;
}
.main .reply_box[data-v-5e84edfa] {
  overflow-y: auto;
}
.main .reply_box .reply_item[data-v-5e84edfa] {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.main .reply_box .reply_item .reply_unit[data-v-5e84edfa] {
  font-size: 17px;
  font-weight: 600;
}
.main .reply_box .reply_item .reply_user[data-v-5e84edfa] {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 0 0;
}
.main .reply_box .reply_item .reply_msg[data-v-5e84edfa] {
  padding: 8px 0;
  color: #999;
}
.main .reply_count[data-v-5e84edfa] {
  font-weight: 600;
  padding: 8px 0;
  border-bottom: 1px solid #e1e1e1;
}
.main .reply_count .tabs_box[data-v-5e84edfa] {
  display: flex;
}
.main .reply_count .tabs_box .isActive[data-v-5e84edfa] {
  color: #7B98D0;
  position: relative;
}
.main .reply_count .tabs_box .isActive[data-v-5e84edfa]::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #7B98D0;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.main .reply_count .tabs_box .tabs_item[data-v-5e84edfa] {
  width: 70px;
  line-height: 30px;
  text-align: center;
}
.main .detail_files[data-v-5e84edfa] {
  padding-bottom: 10px;
}
.main .detail[data-v-5e84edfa] {
  color: #999;
  margin: 8px 0;
}
.main .title[data-v-5e84edfa] {
  font-size: 18px;
  font-weight: 600;
}
.reply_list_item[data-v-5e84edfa] {
  padding: 8px 0;
  color: #7B98D0;
  text-decoration: underline;
}
img[data-v-5e84edfa] {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background: #e0e0e0;
}
