.wrapper {
  width: 100%;
  min-width: 390px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.register_row{
  position: relative;
  padding-left: 50px;
  width: 320px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.register_err{
  position: absolute;
  left: 329px;
  top: 0;
  color: #D0422C;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.send_code{
  position: absolute;
  right: 9px;
  top: 0;
  color: #e9e9e9;
  line-height: 50px;
  z-index: 999
}
.register_tips{
  text-align: center;
}
.register_btn{
  width: 320px;
  height: 45px;
  cursor: pointer;
}

.register_row input{
  width: 270px;
  height: 47.5px;
  border: none;
  background-color: #fff;
}
.register_user{
  background:url(/wp-content/themes/anima/images/icon-user.png) no-repeat 0 0;
  background-position: 10px 9px;
}
.register_mail{
  background:url(/wp-content/themes/anima/images/icon-mail.png) no-repeat 0 0;
  background-position: 10px 9px;
}
.register_pass, .register_pwd{
  background:url(/wp-content/themes/anima/images/icon-password.png) no-repeat 0 0;
  background-position: 10px 9px;
}
.register_phone{
  background:url(/wp-content/themes/anima/images/icon-phone.png) no-repeat 0 0;
  background-position: 10px 9px;
}
.register_code{
  background:url(/wp-content/themes/anima/images/icon-code.png) no-repeat 0 0;
  background-position: 10px 9px;
}
.register_know, .register_key{
  background:url(/wp-content/themes/anima/images/icon-key.png) no-repeat 0 0;
  background-position: 10px 9px;
}

.user_form label{
  display: none;
}
.error{
  text-align: center;
  color: #D0422C;
}
