.item-card[data-v-a32563e8] {
  width: 844px;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  position: relative;
}
.item-card .icons-list[data-v-a32563e8] {
  position: absolute;
  right: -10px;
  top: -10px;
}
.content-warp[data-v-a32563e8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-warp .content-item[data-v-a32563e8] {
  width: 600px;
  height: 36px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #e8e8e8;
}
.content-warp .content-item .item-title[data-v-a32563e8] {
  width: 200px;
  text-align: center;
  background-color: #f9f9f9;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.content-warp .content-item .item-input[data-v-a32563e8] {
  width: 400px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}
.content-warp .content-item .item-input .content-input[data-v-a32563e8] {
  border: none;
}
.content-warp .content-item[data-v-a32563e8]:last-child {
  border-bottom: 1px solid #e8e8e8;
}

