.linktag[data-v-1f6cbd94] {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.el-form-fullwidth[data-v-1f6cbd94] {
  min-width: auto !important;
}
.attributeSubTy .el-form-item[data-v-1f6cbd94] {
  padding: 0px !important;
}

.attributeSubTy .el-tag.el-tag--info{
    margin-top: 5px !important;
}

.line-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.line-block .line-block-item {
  width: 100%;
}
.line-block .line-block-item2 {
  width: 47.5%;
}
.line-block .line-block-hint {
  width: 5%;
}
.title-line {
  width: 100%;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-line .title-line-label::before {
  content: "*";
  color: #FA5C7C;
  margin-right: 4px;
}
.addbtn {
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  text-align: center;
}
.addbtn i {
  cursor: pointer;
  font-size: 14px;
}
