
.edit-content {
  padding: 0.8rem 1.06667rem 3.73333rem 1.06667rem;
}
.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.06667rem;
  height: 2.34667rem;
}

/* .back {
  top: 30px;
  left: 20px;
  font-size: 28px;
  width: 100px;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  color: #1780f4;
  border: 1px solid #1780f4;
  margin-right: 40px;
} */
.edit-back-btn {
  width: 1.28rem;
  height: 1.28rem;
  margin-right: 1.06667rem;
  line-height: 1.28rem;
}
.inputView {
  border: 0.02667rem solid #101010;
  height: 0.8rem;
  border-radius: 0.21333rem;
  width: 12.32rem !important;
  font-size: 0.74667rem;
  padding: 0.26667rem;
  margin-right: 1.06667rem;
}
.search {
  font-size: 0.74667rem;
  width: 1.6rem;
  height: 1.06667rem;
  text-align: center;
  color: #101010;
}
.bottom-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.66667rem;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.06667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm-btn {
  background-color: #fff;
  padding: 0.26667rem 1.06667rem;
  border: 0.02667rem solid #bdbdbd;
  border-radius: 0.21333rem;
  font-size: 0.74667rem;
}
.nullTags {
  text-align: center;
  margin-top: 5.33333rem;
}

