.details {
  margin-left: 50px;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrap-tooth {
  max-width: 50px;
  overflow: hidden;
  position: relative;
}

.wrap-tooth img {
  width: 100%;
}

.wrap-tooth .tooth {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.el-autocomplete {
  width: 100%;
}
/*# sourceMappingURL=modalTeeth.css.map */