.det-info-container[data-v-b53b06fe] {
  display: flex;
  padding-bottom: 24px;
}
.det-info-container .det-right[data-v-b53b06fe] {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin-left: 20px;
}
.det-info-container .det-right div[data-v-b53b06fe] {
  width: 50%;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.det-info-container .det-label[data-v-b53b06fe] {
  color: #666;
  white-space: nowrap;
}
.det-info-container .det-value[data-v-b53b06fe] {
  color: #333;
  max-width: 290px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}

.move-container[data-v-42266c79] {
  display: flex;
  flex-wrap: wrap;
}
.move-container .img-hd[data-v-42266c79] {
  padding-left: 0;
  margin-bottom: 4px;
}
.change-base[data-v-42266c79] {
  display: flex;
  border-bottom: 1px solid #eee;
}
.change-title[data-v-42266c79] {
  display: flex;
  justify-content: space-between;
}
.state[data-v-42266c79] {
  display: flex;
  align-items: center;
  color: #333333;
}
.state .cricle[data-v-42266c79] {
  margin-right: 6px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #3fad09;
}
.state.green[data-v-42266c79] {
  color: #3fad09;
}
.state.red[data-v-42266c79] {
  color: #ec1d1d;
}
.state.red .cricle[data-v-42266c79] {
  background: #ec1d1d;
}
.footerBox[data-v-42266c79] {
  padding-left: 24px;
}

.refused-box .ant-modal-content .ant-modal-header {
  border-bottom: none !important;
}
.refused-box .ant-modal-content .ant-modal-body {
  padding: 0 !important;
  border-top: 1px solid #f0f0f0;
}
.refused-box .ant-modal-content .ant-form {
  padding: 24px 24px 0;
  border-bottom: 1px solid #f0f0f0;
}
.refused-box .ant-modal-content .modalBtn {
  padding: 12px 24px 12px;
  box-sizing: border-box;
  text-align: right;
}
.gray {
  color: #bbbbbb;
}

