* {
  margin: 0;
}
body {
  font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  background: #ffffff;
}
input,
button,
textarea {
  outline: none;
  background: none;
  -webkit-appearance: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
  background: none;
}
button {
  border: none;
}
textarea {
  resize: none;
}
img {
  vertical-align: top;
  border: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrap select,
.wrap textarea,
.wrap input[type="text"],
.wrap input[type="password"] {
  background: none;
}
.wrap a,
.wrap a:hover {
  text-decoration: none !important;
}
.user-photo-long {
  border-radius: 0 !important;
  /* border: 1px solid #f5f5f5 !important; */
}
.user-photo-long img {
  border-radius: 0 !important;
  object-fit: contain !important;
}
.user-photo-long div {
  border-radius: 0 !important;
  background: none !important;

}
.user-photo-long b {
  display: none !important;
}
.info_photo {
  max-width: 110px;
  max-height: 110px;
  object-fit: contain;
  margin-bottom: 16px;
}