<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input {
  outline: 0;
}
.forget_password {
  min-height: calc(100vh - 60px - 149px);
}
.step {
  width: 100%;
  min-height: calc(100vh - 284px);
  display: flex;
  justify-content: center;
  position: relative;
}
.step .forget-pass-ol {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  height: 34px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}
.step .forget-pass-ol .cur {
  border-top: 2px solid #23a49f;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  color: #23a49f;
  padding-top: 0;
  padding: 4px 36px;
  height: 38px;
  line-height: 32px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 18px;
  margin-left: -1px;
  float: left;
  cursor: pointer;
  transform: translateY(-4px);
  z-index: 2;
}
.step .forget-pass-ol .clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.step form {
  width: 90%;
  max-width: 460px;
  margin-top: 200px;
  height: 400px;
}
.step .yzm {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 24px;
}
.step .yzm span {
  width: 80px;
  font-size: 17px;
  white-space: nowrap;
}
.step .yzm input {
  height: 100%;
  padding: 4px 12px;
  margin-right: 10px;
  font-size: 14px;
  width: 80%;
  flex: 1;
}
.step .yzm img {
  width: 100px;
  height: 100%;
  cursor: pointer;
}
.step .word {
  display: inline-block;
  width: 85px !important;
  text-align: end;
  font-size: 14px;
}
.step label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  height: 36px;
  font-size: 17px;
}
.step label span {
  width: 80px;
}
.step label input {
  height: 100%;
  padding: 0 12px;
  font-size: 14px;
}
.step .bindphone {
  font-size: 16px;
  margin-bottom: 24px;
}
.step .submit {
  display: block;
  margin: 40px auto 0;
  width: 160px;
  height: 36px;
  border-radius: 3px;
  border: none;
  background-color: #23a49f;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.step .submit:active {
  opacity: 0.9;
}
.step2 {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 100px;
}
.step2 .wtit {
  font-size: 24px;
}
.step2 .pass-way {
  margin-top: 20px;
  background-color: #efefef;
  border: 1px solid #c4c4c4;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 600px;
  padding: 20px;
}
.step2 .pass-way li {
  border: 1px solid #23a49f;
  padding: 6px 12px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
}
.step2 .pass-way li:nth-last-child(1) {
  margin-bottom: 0;
}
.step2 .pass-way li span {
  margin-right: 26px;
}
.step2 .pass-way li .verify {
  border: none;
  font-size: 14px;
  background-color: #f9460f;
  border-radius: 3px;
  padding: 0 6px;
  color: #fff;
  cursor: pointer;
}
.step2 .pass-way li .verify:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.step3 {
  font-size: 14px;
}
.step3 form {
  margin-top: 100px;
}
.step3 .yzm {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 24px;
}
.step3 .yzm .word {
  font-size: 14px;
}
.step3 .yzm input {
  flex: 1;
  height: 100%;
  padding: 4px 12px;
  margin-right: 10px;
  font-size: 14px;
}
.step3 .yzm img {
  flex: 1;
  height: 100%;
  cursor: pointer;
}
.step3 .yzm .getCodeBtn {
  flex: 1;
  cursor: pointer;
  border: none;
  background-color: #23a49f;
  color: #fff;
  margin-right: 0;
}
.step3 .yzm .getCodeBtn:active {
  opacity: 0.9;
}
.step3 .yzm .getCodeBtn[disabled] {
  background-color: #e9e9e9;
  color: #999999;
}
.step4 form {
  margin-top: 100px;
}
.step4 label input {
  flex: 1;
}
</pre></body></html>