.up-pic-prompt-dialog[data-v-16254119] .el-dialog__header {
  display: none;
}
.up-pic-prompt-dialog .popup-box[data-v-16254119] {
  box-sizing: border-box;
  width: 400px;
  height: 500px;
  background: #ffffff;
  border-radius: 32px;
  background: #ffffff;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.up-pic-prompt-dialog .popup-box .image[data-v-16254119] {
  width: 100%;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 5px;
}
.up-pic-prompt-dialog .popup-box .protocol[data-v-16254119] {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
  color: #999999;
}
.up-pic-prompt-dialog .popup-box .protocol .checkbox[data-v-16254119] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.up-pic-prompt-dialog .popup-box .confirm[data-v-16254119] {
  width: 350px;
  height: 58px;
  background: #333333;
  border-radius: 58px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
@charset "UTF-8";
.upImg .upImgDiv {
  margin: 20px auto;
  width: 100%;
  height: 400px;
  background-image: -webkit-linear-gradient(left top, #fff, #fff7f7, #fff, #fffafa, #ffffff, #fbf5f5);
  text-align: left;
  border: 1px solid #ddd;
  color: #066ad1;
  overflow-y: auto;
  font-size: 12px;
  font-family: 宋体;
  padding: 10px;
  box-sizing: border-box;
}
.upImg .upImgDiv .imgLi {
  margin-bottom: 10px;
  background: #fff;
  width: 100%;
  border: 1px solid #a59f9f;
  height: 100px;
  display: flex;
  align-items: center;
}
.upImg .upImgDiv .imgLi .el-image {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.upImg .upImgDiv .imgLi .el-image img {
  align-items: center;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.xiangce .upImgDiv {
  margin: 20px auto;
  width: 100%;
  height: 400px;
  background-image: -webkit-linear-gradient(left top, #fff, #fff7f7, #fff, #fffafa, #ffffff, #fbf5f5);
  text-align: left;
  border: 1px solid #ddd;
  color: #066ad1;
  overflow-y: auto;
  font-size: 12px;
  font-family: 宋体;
  padding: 10px;
  box-sizing: border-box;
}
.xiangce .upImgDiv .imgLi {
  margin-bottom: 10px;
  background: #fff;
  width: 100%;
  border: 1px solid #a59f9f;
  height: 100px;
  display: flex;
  position: relative;
  align-items: center;
}
.xiangce .upImgDiv .imgLi .imgLis {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e83e2;
  opacity: 0.3;
}
.xiangce .upImgDiv .imgLi .delBtn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.xiangce .upImgDiv .imgLi img {
  align-items: center;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.order-tool {
  background: #f6f6f6;
  height: 100vh;
  overflow-y: auto;
}
.order-tool .tool-header {
  width: 100%;
  background: #eb4e59;
}
.order-tool .tool-header img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.order-tool .searchData {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 10px;
  border-bottom: 1px solid #c9c9c9;
}
.order-tool .searchData .tabs {
  display: inline-flex;
  margin: 0 auto;
  margin-top: 1.4rem;
  border: 1px solid rgb(158, 158, 158);
}
.order-tool .searchData .tabs .tab-item {
  width: 10rem;
  height: 2.8rem;
  border-right: 1px solid rgb(158, 158, 158);
  color: #333;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-tool .searchData .tabs .tab-item:last-child {
  border-right: none;
}
.order-tool .searchData .tabs .tab-item.active {
  color: #fff;
  background: linear-gradient(180deg, rgb(113, 157, 245) 0%, rgb(52, 105, 237) 100%);
}
.order-tool .no-data {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999999;
  background: #ffffff;
  width: 1000px;
  margin: 0 auto;
}
.order-tool .upload-img {
  width: 1000px;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  background: #ffffff;
  padding: 10px 20px;
  margin-top: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.order-tool .upload-img li {
  margin: 10px 0;
  position: relative;
  width: 225px;
  height: 200px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.order-tool .upload-img li .el-image {
  width: 100%;
  height: 100%;
}
.order-tool .upload-img li span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #409eff;
  color: #ffffff;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-style: normal;
  font-size: 12px;
}
.order-tool .upload-img li i {
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-style: normal;
  font-size: 16px;
  right: 5px;
  top: 5px;
}
.order-tool .upload-img li i.el-icon-check {
  font-weight: bold;
  color: #409eff;
  border: 1px solid #409eff;
  cursor: pointer;
}
.order-tool .upload-img li i.el-icon-circle-close {
  color: #ff0000;
  left: 5px;
  top: 5px;
  right: auto;
  border: 0;
  font-size: 24px;
  cursor: pointer;
}
.orderTitle {
  color: #666666;
  font-size: 14px;
  line-height: 32px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.orderTitle .title {
  color: #474f5e;
  font-size: 20px;
  font-weight: bold;
}
.orderTitle .title span {
  font-size: 14px;
  font-weight: normal;
}
.orderTitle .btn {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}
.orderTitle .btn b {
  color: #e6a23c;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
.orderTitle .payMoneyBtn {
  display: block;
  width: 100px;
  height: 32px;
  background: linear-gradient(180deg, #59687a 0%, #363744 100%);
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #d7ba8a;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  margin-left: 5px;
}
