.header_date {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-40%);
  color: #fff;
}
.editPsw {
  cursor: pointer;
}
#edit_form {
  display: none;
  width: 420px;
  margin: 20px auto;
}
#edit_form .list_item {
  height: 36px;
  line-height: 36px;
  margin-bottom: 30px;
}
#edit_form .list_item label {
  width: 100px;
  text-align: justify;
  text-align-last: justify;
}
#edit_form .list_item .item_input {
  display: inline-block;
  position: relative;
  width: 300px;
  padding-left: 8px;
  border: 1px solid #ccc;
}
#edit_form .list_item .item_input input {
  width: 200px;
  height: 36px;
  margin-left: 8px;
  line-height: 36px;
  border: none;
  background: none;
  outline: none;
}
#edit_form .list_item .item_input input:focus {
  border: none;
}
#edit_form .list_item .item_input div {
  display: none;
  position: absolute;
  top: 30px;
  left: 10px;
  color: red;
}
#edit_form .list_item .item_input .styleRed {
  position: absolute;
  right: -10px;
  color: red;
}
#edit_form .submit {
  margin-top: 10px;
  text-align: center;
}
#edit_form .submit .btn-blue {
  background: #5db2ff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  height: 30px;
}

#edit_phone_form {
  display: none;
  width: 420px;
  margin: 20px auto;
}
#edit_phone_form .list_item {
  height: 36px;
  line-height: 36px;
  margin-bottom: 30px;
}
#edit_phone_form .list_item label {
  width: 100px;
  text-align: justify;
  text-align-last: justify;
}
#edit_phone_form .list_item .item_input {
  display: inline-block;
  position: relative;
  width: 300px;
  padding-left: 8px;
  border: 1px solid #ccc;
}
#edit_phone_form .list_item .item_input input {
  width: 200px;
  height: 36px;
  margin-left: 8px;
  line-height: 36px;
  border: none;
  background: none;
  outline: none;
}
#edit_phone_form .list_item .item_input input:focus {
  border: none;
}
#edit_phone_form .list_item .item_input div {
  display: none;
  position: absolute;
  top: 30px;
  left: 10px;
  color: red;
}
#edit_phone_form .list_item .item_input .styleRed {
  position: absolute;
  right: -10px;
  color: red;
}
#edit_phone_form .submit {
  margin-top: 10px;
  text-align: center;
}
#edit_phone_form .submit .btn-blue {
  background: #5db2ff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  height: 30px;
}
