.down-icon[data-v-b4443ae0] {
  position: absolute;
  right: 20px;
  top: 30%;
  font-size: 20px;
  font-weight: 600;
  color: #0c6fa8;
  margin-left: 10px;
  transform: rotate(180deg);
}
.detail_style[data-v-b4443ae0] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail_style p[data-v-b4443ae0] {
  word-break: break-all;
}
.detail-step[data-v-b4443ae0] {
  margin: 10px 0 15px;
}
.detail-step .file-box[data-v-b4443ae0] {
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 5px;
  margin-top: 8px !important;
  background: #f2f2f2;
}
.detail-step .file-box[data-v-b4443ae0]:first-of-type {
  margin-top: 0;
}
.detail-step .file-box img[data-v-b4443ae0] {
  height: 35px;
  width: 35px;
}
.detail-step .detail-step-vertical[data-v-b4443ae0] {
  padding-left: 15px;
  overflow: hidden;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items[data-v-b4443ae0] {
  position: relative;
  display: block;
  float: none;
  padding: 7px 0px 10px 30px;
  line-height: 24px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items:last-child .items-step-line[data-v-b4443ae0] {
  display: none;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-container[data-v-b4443ae0] {
  position: absolute;
  top: 27px;
  left: 4px;
  z-index: 2;
  font-size: 16px;
  background-color: #fff;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-container .avatarUsername[data-v-b4443ae0] {
  height: 35px !important;
  width: 35px !important;
  border-radius: 6px !important;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .ok[data-v-b4443ae0]::after {
  font-family: 'icon' !important;
  content: '\E6B5';
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #19bc85;
  position: absolute;
  bottom: -2px;
  right: -5px;
  color: #fff;
  font-size: 10px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .pinglin[data-v-b4443ae0]::after {
  font-family: 'icon' !important;
  content: '\E606';
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  right: -5px;
  color: #0489ff;
  font-size: 10px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .wait[data-v-b4443ae0]::after {
  font-family: 'icon' !important;
  content: '\E600';
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  right: -5px;
  color: #888;
  font-size: 10px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-step-line[data-v-b4443ae0] {
  top: 24px;
  left: 3px;
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #f2f2f2;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .text-btn[data-v-b4443ae0] {
  display: inline-block;
  margin-left: 15px;
  color: #0489ff;
  font-size: 13px;
  cursor: pointer;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-title[data-v-b4443ae0] {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 19px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-title p[data-v-b4443ae0]:nth-of-type(1) {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 10px;
  width: 185px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-title p[data-v-b4443ae0]:nth-of-type(2) {
  font-size: 12px;
  width: 160px;
  color: #888;
  text-align: right;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc[data-v-b4443ae0] {
  padding: 5px 0px 13px 10px;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-row[data-v-b4443ae0] {
  display: flex;
  flex-direction: row;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-row .toDetail[data-v-b4443ae0] {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  color: #0489ff;
  cursor: pointer;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-row .items-col[data-v-b4443ae0] {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-row .items-col.name[data-v-b4443ae0] {
  display: flex;
  flex-direction: row;
  font-weight: 500;
  text-align: left;
  color: #888;
  line-height: 19px;
  margin-bottom: 5px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-row .items-col.name .tag[data-v-b4443ae0] {
  font-size: 12px;
  margin-left: 10px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-row .items-col.time[data-v-b4443ae0] {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  color: #999999;
  line-height: 19px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-content[data-v-b4443ae0] {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #888;
  line-height: 19px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-content .img_text_box[data-v-b4443ae0] {
  display: flex;
  text-align: center;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-content .img_text_box .avatar[data-v-b4443ae0] {
  height: 25px !important;
  width: 25px !important;
  border-radius: 6px !important;
  vertical-align: middle;
  font-size: 14px !important;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-content .img_text_box .img_box[data-v-b4443ae0] {
  min-width: 47px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-content .img_text_box .lianjie[data-v-b4443ae0] {
  margin: 0px 3px;
  line-height: 30px;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-content .autograph[data-v-b4443ae0] {
  display: flex;
  align-items: center;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-content .bg_text[data-v-b4443ae0] {
  margin-top: 5px;
  background: #f2f2f2;
  padding: 8px 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-content .comment-imgs[data-v-b4443ae0] {
  margin: 10px 0 0;
  cursor: pointer;
}
.detail-step .detail-step-vertical .detail-steps-items .detail-items .items-desc .items-content .comment-imgs img[data-v-b4443ae0] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.title[data-v-b4443ae0] {
  height: 44px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  padding: 0px 16px;
  border-bottom: 1px solid #f5f6f7;
}
.title .close[data-v-b4443ae0] {
  float: right;
  font-size: 18px;
  color: #c8c9cc;
}
.more_style_yd[data-v-b4443ae0] {
  padding: 10px;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.more_style_yd .user_info[data-v-b4443ae0] {
  width: 13.2%;
  margin-right: 1%;
  margin-bottom: 2%;
}
.more_style_yd .img_box[data-v-b4443ae0] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.more_style_yd .user_info_name[data-v-b4443ae0] {
  margin-top: 5px;
}
.more_style[data-v-b4443ae0] {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.more_style .user_info[data-v-b4443ae0] {
  width: 10%;
  margin-right: 5px;
  margin-bottom: 10px;
}
.more_style .img_box[data-v-b4443ae0] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.more_style .user_info_name[data-v-b4443ae0] {
  margin-top: 5px;
}
[data-v-b4443ae0] .el-avatar--medium {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #0c6fa8;
}
[data-v-b4443ae0] .el-avatar--small {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  background-color: #0c6fa8;
}
.file-box[data-v-b4443ae0] {
  position: relative;
  display: flex;
  word-break: break-all;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 5px;
  background: #f2f2f2;
}
.file-box > div[data-v-b4443ae0] {
  margin-right: 10px;
  cursor: pointer;
}
.file-box img[data-v-b4443ae0] {
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.file-box p.file-info[data-v-b4443ae0] {
  max-width: calc(100% - 90px);
  font-size: 12px;
  color: #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}
.file-box p.file-info span[data-v-b4443ae0] {
  display: block;
  color: #888;
}

