@charset "UTF-8";
body {
  font-size: 14px;
  color: #333;
}
.passwrod-wrap {
  box-sizing: border-box;
  width: 960px;
  height: 548px;
  flex: 0 0 auto;
  border: 1px #ededed solid;
  background-color: #fff;
}
.passwrod-wrap .top {
  height: 51px;
  padding-left: 24px;
  border-bottom: 1px #d9d9d9 solid;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  background-color: #fcfcfc;
}
.passwrod-wrap .bot {
  position: relative;
}
.passwrod-wrap .bot .main-wrap {
  position: absolute;
  top: 64px;
  left: 50%;
  z-index: 10;
  width: 358px;
  height: 256px;
  transform: translateX(-50%);
}
.passwrod-wrap .bot .main-wrap .input-wrap {
  margin-bottom: 24px;
  position: relative;
}
.passwrod-wrap .bot .main-wrap .input-wrap > input {
  box-sizing: border-box;
  outline: none;
  border: 1px #ededed solid;
  font-size: 14px;
  line-height: 42px;
  color: #333;
  height: 44px;
  width: 358px;
  padding-left: 36px;
}
.passwrod-wrap .bot .main-wrap .input-wrap input::-webkit-input-placeholder {
  opacity: 0.6;
}
.passwrod-wrap .bot .main-wrap .input-wrap input::-moz-placeholder {
  opacity: 0.6;
}
.passwrod-wrap .bot .main-wrap .input-wrap input:-ms-input-placeholder {
  opacity: 0.6;
}
.passwrod-wrap .bot .main-wrap .input-wrap input:-moz-placeholder {
  opacity: 0.6;
}
.passwrod-wrap .bot .main-wrap .input-wrap > img {
  width: 15px;
  height: 18px;
  position: absolute;
  top: 13px;
  left: 10px;
  z-index: 110;
}
.passwrod-wrap .bot .main-wrap .input-wrap .phone-input {
  background-color: #f6f6f6;
}
.passwrod-wrap .bot .main-wrap .input-wrap .mes-code-input {
  padding-right: 96px;
}
.passwrod-wrap .bot .main-wrap .mes-code-wrap .send-mes-code-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 110;
  width: 96px;
  height: 44px;
  background-color: #0d86ff;
  border: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.passwrod-wrap .bot .main-wrap .mes-code-wrap .send-mes-code-btn:hover {
  background-color: #006ACC;
}
.passwrod-wrap .bot .main-wrap .password-wrap {
  margin-bottom: 32px;
}
.passwrod-wrap .bot .main-wrap .save {
  width: 358px;
  height: 44px;
  background-color: #0d86ff;
  border: none;
  border-radius: 2px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.passwrod-wrap .bot .main-wrap .save:hover {
  background-color: #006ACC;
}
/*# sourceMappingURL=password.css.map */