.order .update[data-v-a6055aea] {
  position: relative;
  width: 100%;
}
.order .update .update_left[data-v-a6055aea] {
  float: left;
  width: 300px;
  height: 100%;
}
.order .update .update_left .tips[data-v-a6055aea] {
  background: #cdeaff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
}
.order .update .update_left .tips i[data-v-a6055aea] {
  font-size: 18px;
  color: #2f78fb;
}
.order .update .update_left .tips_detail[data-v-a6055aea] {
  margin-top: 20px;
  font-size: 12px;
}
.order .update .update_left .tips_detail .tips_detail_title[data-v-a6055aea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order .update .update_left .tips_detail .tips_detail_title .tips_detail_title_num[data-v-a6055aea] {
  line-height: 20px;
}
.order .update .update_left .tips_detail .tips_detail_title p[data-v-a6055aea] {
  margin-bottom: 10px;
  line-height: 20px;
}
.order .update .update_left .tips_detail .tips_detail_title p span[data-v-a6055aea] {
  color: red;
}
.order .update .update_left .up_check_btn[data-v-a6055aea] {
  border: 1px solid #eee;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  background: #eee;
  color: #2f78fb;
}
.order .update .update_left .up_update_btn[data-v-a6055aea] {
  border: 1px solid #eee;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  background: #2f78fb;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.order .update .update_left .up_check_btn_loading[data-v-a6055aea] {
  background: #eee;
  color: #2f78fb;
}
.order .update .update_image li[data-v-a6055aea] {
  width: 120px;
  height: 210px;
  float: left;
  margin: 0 15px 15px 0px;
  position: relative;
  cursor: pointer;
}
.order .update .update_image li .imgse[data-v-a6055aea] {
  width: 100%;
  height: 120px;
}
.order .update .update_image li .imgse img[data-v-a6055aea] {
  width: 100%;
  height: 100%;
}
.order .update .update_image li .image_name[data-v-a6055aea] {
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
  width: 100%;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order .update .update_image li .image_status[data-v-a6055aea] {
  font-size: 12px;
}
.order .update .update_image li .image_status i[data-v-a6055aea] {
  color: green;
  margin-right: 10px;
}
.order .update .update_image li .opcity[data-v-a6055aea] {
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 180px;
  bottom: 0;
  background: rgba(101, 101, 101, 0.8);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}
.order .update .update_image li:hover .opcity[data-v-a6055aea] {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.supplier-select[data-v-a6055aea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.copy-btn[data-v-a6055aea] {
  cursor: pointer;
  margin-top: 10px !important;
  background: #fff !important;
  color: #2f78fb !important;
  border: 1px solid #2f78fb !important;
}
