.personCenter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.personCenter .dialogContent {
  width: 500px;
  background: #fff;
  margin: 12% auto;
  padding: 25px 25px 10px 25px;
  border-radius: 10px;
  position: relative;
}
.personCenter .dialogContent .closesize {
  cursor: pointer;
}
.personCenter .dialogContent .registerbtn {
  width: 150px;
  padding: 10px 0;
  background: #E72418;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto;
}
.personCenter .flex_space_between {
  justify-content: space-between;
}
