.newlabel[data-v-02c3acf6] {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 32px 32px 0px 0px;
}
.newlabel .build[data-v-02c3acf6] {
  height: 100%;
}
.newlabel .build h3[data-v-02c3acf6] {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  padding: 33px 48px 20px 40px;
  text-align: left;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.newlabel .build .box[data-v-02c3acf6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 67px);
}
.newlabel .build .box img[data-v-02c3acf6] {
  width: 240px;
  margin: 0 auto 16px;
}
.newlabel .build .box .build-btn[data-v-02c3acf6] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  width: 336px;
  height: 36px;
  background: #0497FF;
  border-radius: 8px;
  font-weight: bold;
  margin: 0 auto;
  cursor: pointer;
}
.newlabel .build .box .build-btn[data-v-02c3acf6]:active {
  background: #1681d9 !important;
}
.newlabel .build .box .build-btn[data-v-02c3acf6]:hover {
  background: #33b1ff;
}
.label-dialog .setup[data-v-02c3acf6] {
  display: flex;
  justify-content: space-between;
}
.label-dialog .setup .exhibition[data-v-02c3acf6] {
  width: 360px;
  height: 436px;
  background: #F4F5F7;
  border-radius: 16px;
}
.label-dialog .setup .exhibition .title[data-v-02c3acf6] {
  height: 70px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  margin: 0 24px;
}
.label-dialog .setup .exhibition .title p[data-v-02c3acf6] {
  font-size: 12px;
  padding-bottom: 4px;
  text-align: left;
}
.label-dialog .setup .exhibition .title p[data-v-02c3acf6]:first-child {
  padding-top: 16px;
}
.label-dialog .setup .exhibition .label[data-v-02c3acf6] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 366px;
}
.label-dialog .setup .exhibition .label .list[data-v-02c3acf6] {
  background: #FFFFFF;
  border-radius: 8px;
}
.label-dialog .setup .exhibition .label .list[data-v-02c3acf6]:last-child {
  margin-right: 0 !important;
}
.label-dialog .setup .parameter[data-v-02c3acf6] {
  width: 336px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.label-dialog .setup .parameter .labelname[data-v-02c3acf6] {
  margin-bottom: 32px;
}
.label-dialog .setup .parameter .labelname p[data-v-02c3acf6] {
  text-align: left;
  color: #8D9399;
  margin-bottom: 4px;
}
.label-dialog .setup .parameter .labelname[data-v-02c3acf6] .el-input__inner {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none;
  background: #F4F5F7;
  border-radius: 8px;
}
.label-dialog .setup .parameter .deviation[data-v-02c3acf6] {
  display: flex;
  justify-content: space-between;
}
.label-dialog .setup .parameter .deviation .deviation-list[data-v-02c3acf6] {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.label-dialog .setup .parameter .deviation .deviation-list.time-deviation[data-v-02c3acf6] .el-input-number {
  width: 120px;
}
.label-dialog .setup .parameter .deviation .deviation-list p[data-v-02c3acf6] {
  width: 100%;
  text-align: left;
  color: #8F8F8F;
  margin-bottom: 4px;
  font-size: 12px;
}
.label-dialog .setup .parameter .deviation .deviation-list[data-v-02c3acf6] .el-input-number {
  width: 160px;
  line-height: 36px;
}
.label-dialog .setup .parameter .deviation .deviation-list[data-v-02c3acf6] .el-input-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 14px;
  background: #EBEDF0;
  border: none;
}
.label-dialog .setup .parameter .deviation .deviation-list[data-v-02c3acf6] .el-input-number .el-input-number__decrease {
  bottom: 4px;
  right: 4px;
  border-radius: 0px 0px 4px 4px;
}
.label-dialog .setup .parameter .deviation .deviation-list[data-v-02c3acf6] .el-input-number .el-input-number__decrease i::before {
  content: "\e6d8";
}
.label-dialog .setup .parameter .deviation .deviation-list[data-v-02c3acf6] .el-input-number .el-input-number__increase {
  top: 4px;
  right: 4px;
  border-radius: 4px 4px 0px 0px;
}
.label-dialog .setup .parameter .deviation .deviation-list[data-v-02c3acf6] .el-input-number .el-input-number__increase i::before {
  content: "\e6d9";
}
.label-dialog .setup .parameter .deviation .deviation-list[data-v-02c3acf6] .el-input-number .el-input__inner {
  height: 36px;
  line-height: 36px;
  border: none;
  background: #F4F5F7;
  border-radius: 8px;
  text-align: left;
}
.label-dialog .setup .parameter .advanced p[data-v-02c3acf6] {
  width: 100%;
  text-align: left;
  color: #8F8F8F;
  margin-bottom: 4px;
  font-size: 12px;
}
.label-dialog .setup .parameter .advanced .background[data-v-02c3acf6] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  background: #F4F5F7;
  border-radius: 8px;
}
.label-dialog .setup .parameter .advanced .background .noimg[data-v-02c3acf6] {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  justify-content: center;
}
.label-dialog .setup .parameter .advanced .background .noimg i[data-v-02c3acf6] {
  font-size: 30px;
}
.label-dialog .setup .parameter .advanced .background .noimg input[data-v-02c3acf6] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.label-dialog .setup .parameter .advanced .background .hasimg[data-v-02c3acf6] {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  justify-content: center;
}
.label-dialog .setup .parameter .advanced .background .hasimg img[data-v-02c3acf6] {
  max-width: 80%;
  max-height: 80%;
}
.label-dialog .setup .parameter .advanced .background .hasimg:hover .delete[data-v-02c3acf6] {
  display: flex;
}
.label-dialog .setup .parameter .advanced .background .hasimg .delete[data-v-02c3acf6] {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(70, 81, 96, 0.5);
  border-radius: 8px;
  z-index: 9;
  cursor: pointer;
}
.label-dialog .setup .parameter .advanced .background .hasimg .delete i[data-v-02c3acf6] {
  color: #fff;
}
.label-dialog .setup .parameter .advanced .background .hasimg i[data-v-02c3acf6] {
  position: absolute;
  margin-right: 4px;
  font-size: 24px;
}
.label-dialog .setup .parameter .label-build[data-v-02c3acf6] {
  width: 336px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #0497FF;
  border-radius: 8px;
  cursor: pointer;
}
.label-dialog .setup .parameter .label-build[data-v-02c3acf6]:active {
  background: #1681d9 !important;
}
.label-dialog .setup .parameter .label-build[data-v-02c3acf6]:hover {
  background: #33b1ff;
}
