<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*忘记密码邮箱填写*/
/*第一次换颜色相关的样式,归纳了各种变量，背景色，字体颜色等*/
/*公共的文字颜色*/
/*优惠券*/
/*公共的按钮颜色*/
/*公共的边框颜色*/
/*公共的图片*/
/*公共的字号*/
/*公共的字体*/
/*第一次换颜色相关的样式结束*/
.forgetpwd {
  background: #f6f6f6;
  padding: 50px 148px 25px;
  margin-bottom: 230px; }
  .forgetpwd .forgettitle {
    font-size: 24px;
    margin-bottom: 36px; }
  .forgetpwd .fordesc {
    line-height: 24px; }
  .forgetpwd .emailcon {
    margin-top: 20px;
    width: 482px; }
    .forgetpwd .emailcon input {
      color: #999999;
      line-height: 42px;
      width: 100%;
      padding-left: 10px;
      border: 2px solid #000000;
      margin-bottom: 5px; }
  .forgetpwd .input-con {
    margin-top: 20px; }
  .forgetpwd .short input {
    width: 78%; }
  .forgetpwd .authcode-con {
    width: 78px;
    height: 43px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer; }
    .forgetpwd .authcode-con img {
      width: 100%; }
  .forgetpwd .btn {
    margin-top: 10px;
    width: 100%;
    height: 42px;
    font-size: 24px;
    cursor: pointer; }
  .forgetpwd .linkcon {
    margin-top: 15px; }
    .forgetpwd .linkcon span {
      margin-right: 20px; }
    .forgetpwd .linkcon a {
      text-decoration: underline; }

/*更改邮件发送成功*/
.sendemailsuss {
  background: #f6f6f6;
  padding: 98px 0 143px;
  margin-bottom: 230px;
  text-align: center;
  line-height: 24px; }
  .sendemailsuss .sendemailsusstitle h3 {
    font-size: 30px; }
  .sendemailsuss .sendemailsuss-con {
    margin-top: 30px; }
  .sendemailsuss .sendemailsuss-link {
    margin-top: 40px; }
    .sendemailsuss .sendemailsuss-link .link-con {
      margin-right: 60px; }
  .sendemailsuss .link-con span {
    margin-right: 20px; }
  .sendemailsuss .link-con a {
    text-decoration: underline; }

/***重置密码***/
.resetpwd .mailcon {
  font-size: 20px;
  margin-bottom: 15px; }
.resetpwd .btn {
  background: #f10c4d; }
.resetpwd .error-con {
  font-size: 24px;
  height: 260px;
  padding-top: 100px;
  text-align: center;
  margin-bottom: 15px; }

.red {
  display: none; }

/*# sourceMappingURL=forgetpwd.css.map */
</pre></body></html>