.forgotbox {
  z-index: 11;
  margin: 0px auto;
}

.header {
  background: #ccc;
  min-width: 1200px;
  min-height: 50px;
  padding: 30px 50px;
}

.footer {
  min-width: 1200px;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 33px;
  font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.firstbox {
  margin: 0px auto;
  text-align: center;
  width: 500px;
  height: 250px;
}

.firsttitle {
  margin-bottom: 55px;
  margin-top: 90px;
  font-size: 18px;
  color: rgb(0 0 0 / 70%);
}

.forgot-input {
  width: 80%;
  box-sizing: border-box;
  height: 50px;
  padding: 6px 11px;
  font-size: 16px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}

.forgot-Btn {
  width: 80%;
  margin-top: 50px;
  color: #fff;
  background-color: #1890ff;
  border-color: #096dd9;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  border: 1px solid transparent;
  /* margin-bottom: 24px; */
  cursor: pointer;
}

.forgot-tab {
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 30px 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  min-width: 800px;
}

.forgot-tab>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20%;
  margin: 0px 10px;
}

.forgot-tab>div>a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
}

.forgot-tab>div>a>span {
  margin-right: 5px;
}

.tab-no {
  color: darkgray;
}

.tab-no:hover {
  color: darkgray;
}

.tab-ok {
  color: cornflowerblue;
}

.tab-ok::after {
  color: cornflowerblue;
}

.tab-ok:hover {
  color: cornflowerblue;
}

.tab-wrok {
  color: crimson;
}

.tab-wrok:hover {
  color: crimson;
}

.form-explain {
  color: #f5222d;
  text-align: left;
  font-size: 14px;
  position: absolute;
  margin-top: 8px;
}

#secondModal {
  margin-top: 30px;
  width: 600px;
}

#secondModal>div {
  margin: 5px 0px;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  align-content: center;
  justify-content: space-between;
  transform: translateX(-10%);
}

#secondModal>div>span {
  display: inline-block;
  width: 25%;
}

#secondModal>div>input {
  width: 75%;
}

#secondModal>div>button {
  width: 75%;
  margin: 0 auto;
  margin-left: 25%;
}

#secondModal>div>span {
  text-align: right;
  margin-right: 20px;
}

.getCaptcha {
  height: 50px;
  display: inline-flex;
  width: 75%;
}

.getCaptcha>input {
  width: 70%;
  box-sizing: border-box;
  height: 50px;
  padding: 6px 11px;
  font-size: 16px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}

.messagediv {
  height: 20px !important;
}

.messagespan {
  text-align: left !important;
  color: #f5222d;
  margin-left: 20%;
  font-size: 14px;
  width: 100% !important;
  margin-left: 25%;
  padding: 0px 16px;
}

#phone {
  text-align: left !important;
  height: 50px;
  line-height: 50px;
  width: 75% !important;
  padding: 0 16px;
}

#Captcha {
  width: 28%;
  padding: 7px;
  margin-left: 9px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

#Captcha:hover {
  border: 1px solid rgb(24, 144, 255);
}



.disabledBtn {
  background-color: #ccc !important;
  border-color: #9e9e9e !important;
  color: #fff !important;
  cursor: default !important;
}

.thirdtitle {
  height: 100px;
  margin: 50px auto;
  font-size: 25px;
  text-align: center;
  line-height: 100px;
  margin-bottom: 0px;
}

.thirdbtn {
  width: 200px;
  margin: 0px auto;
  text-align: center;


}

.thirdval {
  height: 20px;
  font-size: 14px;
  color: #009688;
  margin-bottom: 20px;
}

/* 手机端 */
@media screen and (max-width: 440px) {
  .forgotbox {
    z-index: 11;
    margin: 0px auto;
    width: 100%;
  }

  .header {
    background: #ccc;
    min-width: 100%;
    min-height: 50px;
    padding: 30px 0px;
  }

  .header>div {
    padding: 0px 5%;
    position: relative;
  }

  .header>div>span {
    margin-left: 30px;
  }

  .footer {
    min-width: 100%;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 600;
    font-size: 33px;
    font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  }

  .firstbox {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    height: 250px;
  }

  .firsttitle {
    margin-bottom: 55px;
    margin-top: 10%;
    font-size: 18px;
    color: rgb(0 0 0 / 70%);
  }

  .forgot-input {
    width: 80%;
    box-sizing: border-box;
    height: 50px;
    padding: 6px 11px;
    font-size: 16px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all 0.3s;
  }

  .forgot-Btn {
    width: 80%;
    margin-top: 50px;
    color: #fff;
    background-color: #1890ff;
    border-color: #096dd9;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    border: 1px solid transparent;
    /* margin-bottom: 24px; */
    cursor: pointer;
  }

  .forgot-tab {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    min-width: 100%;
  }

  .forgot-tab>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 33%;
  }

  .tab__ {
    display: none !important;
  }

  .forgot-tab>div>a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    padding: 1px;
  }

  .forgot-tab>div>i {
    display: none;
  }

  .forgot-tab>div>a>span {
    margin-right: 5px;
  }

  .tab-no {
    color: darkgray;
  }

  .tab-no:hover {
    color: darkgray;
  }

  .tab-ok {
    color: cornflowerblue;
  }

  .tab-ok:hover {
    color: cornflowerblue;
  }

  .tab-wrok {
    color: crimson;
  }

  .tab-wrok:hover {
    color: crimson;
  }

  .form-explain {
    color: #f5222d;
    text-align: left;
    font-size: 14px;
    position: absolute;
    margin-top: 8px;
  }

  #secondModal {
    margin-top: 10px;
    width: 100%;
  }

  #secondModal>div {
    margin: 5px 0px;
    display: flex;
    align-items: center;
    height: 30px;
    width: 100%;
    align-content: center;
    justify-content: space-between;
    transform: translateX(0);
  }

  #secondodal>div>.messagespan {
    display: none !important;
  }

  #secondModal>div>input {
    width: 100%;
  }

  #secondModal>div>button {
    width: 100%;
    margin: 0;
  }

  #secondModal>div>span {
    text-align: right;
    margin-right: 20px;
  }

  .getCaptcha {
    height: 35px;
    display: flex;
    width: 100%;
  }

  .getCaptcha>input {
    width: 70%;
    box-sizing: border-box;
    height: 35px;
    padding: 6px 11px;
    font-size: 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all 0.3s;
  }

  .messagespan {
    text-align: left !important;
    color: #f5222d;
    height: 1em;
    line-height: 1em;
    margin-left: 10px;
    font-size: 12px;
  }

  #phone {
    text-align: left !important;
    height: 30px;
    line-height: 30px;
  }

  #Captcha {
    width: 28%;
    padding: 7px;
    margin-left: 9px;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    line-height: 12px;
  }

  #Captcha:hover {
    border: 1px solid rgb(24, 144, 255);
  }



  .disabledBtn {
    background-color: #ccc !important;
    border-color: #9e9e9e !important;
    color: #fff !important;
    cursor: default !important;
  }

  .thirdtitle {
    height: 100px;
    margin: 50px auto;
    font-size: 25px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 0px;
  }

  .thirdbtn {
    width: 200px;
    margin: 0px auto;
    text-align: center;


  }

  .thirdval {
    height: 20px;
    font-size: 14px;
    color: #009688;
    margin-bottom: 20px;
  }
}

#secondModal .psddiv,
#secondModal .confirmPsddiv {
  position: relative;
}

#secondModal .psddiv #passwordeye_psd.bgImg,
#secondModal .confirmPsddiv #passwordeye_confirmPsd.bgImg {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

#secondModal .psddiv #passwordeye_psd.invisible,
#secondModal .confirmPsddiv #passwordeye_confirmPsd.invisible {
  background-image: url(../image/yanjing_yincang.png);
}

#secondModal .psddiv #passwordeye_psd.visible,
#secondModal .confirmPsddiv #passwordeye_confirmPsd.visible {
  background-image: url(../image/yanjing_xianshi.png);
}