html,
body {
  height: 100%;
  position: relative;
}
.ResetPwd {
  width: 600px;
  margin: 0 auto;
}
.ResetPwd .ResetPwdHead {
  height: 158px;
  width: 475px;
  margin: 0 auto;
}
.ResetPwd .ResetPwdHead a {
  width: 133px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  color: #363433;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  margin-top: 86px;
  font-size: 16px;
}
.ResetPwd .ResetPwdHead a img {
  margin-right: 8px;
}
.ResetPwd .ResetPwdHead a:hover {
  color: #3575f4;
  background: #cadcff;
}
.ResetPwd .ResetPwdContent {
  width: 475px;
  min-height: 542px;
  padding: 0 39px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-shadow: -8px -7px 25px rgba(29, 80, 182, 0.26);
  box-shadow: -8px -7px 25px rgba(29, 80, 182, 0.26);
  border: 1px solid #ccc;
}
.ResetPwd .ResetPwdContent .logo {
  width: 118px;
  min-height: 66px;
  margin: 0 auto;
  background: #3575f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ResetPwd .ResetPwdContent .logo img {
  max-width: 100%;
}
.ResetPwd .ResetPwdContent h3 {
  margin-top: 63px;
  margin-bottom: 35px;
  font-size: 20px;
  color: #363433;
}
.ResetPwd .ResetPwdContent .inputList {
  width: 100%;
  height: 52px;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  position: relative;
}
.ResetPwd .ResetPwdContent .inputList:hover,
.ResetPwd .ResetPwdContent .inputList.active {
  border-color: #3575f4;
}
.ResetPwd .ResetPwdContent .inputList input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 50px;
  color: #363433;
  border: none;
  min-width: 356px;
}
.ResetPwd .ResetPwdContent .inputList input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #929292;
  font-size: 14px;
}
.ResetPwd .ResetPwdContent .inputList input::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292;
  font-size: 14px;
}
.ResetPwd .ResetPwdContent .inputList input:-ms-input-placeholder {
  /* IE 10+ */
  color: #929292;
  font-size: 14px;
}
.ResetPwd .ResetPwdContent .inputList input:-moz-placeholder {
  /* Firefox 18- */
  color: #929292;
  font-size: 14px;
}
.ResetPwd .ResetPwdContent .inputList input.verification_code {
  padding: 0 106px 0 16px;
}
.ResetPwd .ResetPwdContent .inputList .verification {
  position: absolute;
  right: 0;
  top: 0;
  width: 106px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.ResetPwd .ResetPwdContent .inputList .verification a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #929292;
  border-left: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.ResetPwd .ResetPwdContent .inputList .verification .time {
  color: #3575f4;
}
.ResetPwd .ResetPwdContent .pwd_err {
  margin-bottom: -1px;
  font-size: 12px;
  text-align: center;
  color: red;
  min-height: 17px;
}
.ResetPwd .ResetPwdContent .pwd_err i {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: -1px;
}
.ResetPwd .ResetPwdContent button {
  border: none;
  width: 100%;
  height: 52px;
  background: #3575f4;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 5px 15px 0 #cadcff;
  box-shadow: 0 5px 15px 0 #cadcff;
}
.ResetPwd .ResetPwdContent button:active {
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
.ResetPwd .ResetPwdContent .Service_phone {
  color: #3575f4;
  font-size: 14px;
  margin-top: 18px;
}
.ResetPwd .ResetPwdContent .Service_phone span {
  letter-spacing: 0.9px;
  font-size: 16px;
}
.Mask {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 600px;
  height: 400px;
  display: none;
  text-align: center;
  background: #fff;
  padding-top: 20px;
}
.Mask h4 {
  font-size: 20px;
  color: #434242;
  margin-top: 22px;
}
.Mask a {
  display: inline-block;
  width: 178px;
  height: 53px;
  line-height: 53px;
  border: 1px solid #3575f4;
  font-size: 16px;
  color: #363433;
  margin: 0 10px;
  margin-top: 90px;
}
.Mask a:hover {
  background: #cadcff;
  color: #3575f4;
}
@media screen and (max-height: 768px) {
  .ResetPwd .ResetPwdHead {
    height: 92px;
  }
  .ResetPwd .ResetPwdHead a {
    margin-top: 20px;
  }
}
