/* 美图 */
.modal-meitu {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin: -250px 0 0 -350px;
  width: 700px;
  height: 500px;
  display: none;
}
