.reply_list_item[data-v-33bce7dc] {
  color: blue !important;
  text-decoration: underline !important;
}
.scbtn[data-v-33bce7dc] {
  width: 14vw;
  height: 6vw;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #f57878;
  border-color: #f57878;
}
[data-v-33bce7dc] .van-cell .file > span {
  color: blue !important;
  text-decoration: underline !important;
}
.bigbox[data-v-33bce7dc] {
  width: 100vw;
  height: 100vh;
}
.bigbox .cellbox[data-v-33bce7dc] {
  padding: 0 1rem;
  overflow: scroll;
  height: 38vh;
}
.bigbox .reply_window_box[data-v-33bce7dc] {
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bigbox .reply_window_box .reply_msg_box[data-v-33bce7dc] {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 15px;
}
.bigbox .btns[data-v-33bce7dc] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.5rem;
  height: 3rem;
  line-height: 3rem;
  width: 40%;
  position: fixed;
  bottom: 0.6rem;
  left: 30%;
  color: #fff;
  text-align: center;
}
.bigbox .btns > div[data-v-33bce7dc] {
  width: 30vw;
  height: 4vh;
  line-height: 4vh;
  text-align: center;
  color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
}
.bigbox img[data-v-33bce7dc] {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background: #e0e0e0;
}
.bigbox .main[data-v-33bce7dc] {
  overflow: hidden;
}
.bigbox[data-v-33bce7dc] .van-cell__title {
  flex: none;
  width: 23vw;
}
.bigbox[data-v-33bce7dc] .van-cell__value {
  flex: none;
  width: 77vw;
  text-align: left;
}
.bigbox .reply_item[data-v-33bce7dc] {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.bigbox .reply_item .reply_unit[data-v-33bce7dc] {
  font-size: 17px;
  font-weight: 600;
}
.bigbox .reply_item .reply_user[data-v-33bce7dc] {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 0 0;
}
.bigbox .reply_item .reply_msg[data-v-33bce7dc] {
  padding: 8px 0;
  color: #999;
}
