.forget {
  height: 100vh;
  background: #EFF3FC;
  padding: 120px 0 0 0; }

.forget .wrap .title {
  text-align: center; }

.forget .wrap .title h1 {
  font-size: 26px;
  color: #202d40;
  margin: 20px 0 12px; }

.forget .wrap .title p {
  font-size: 16px;
  color: #899099; }

.forget .wrap .procedure {
  width: 1200px;
  height: 100px;
  border-radius: 4px;
  background: #fff;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.forget .wrap .procedure .item {
  display: flex;
  align-items: center; }

.forget .wrap .procedure .item.on .num {
  background: #ff6c35; }

.forget .wrap .procedure .item .num {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background: #c6c9ce;
  transition: .3s ease; }

.forget .wrap .procedure .item p {
  font-size: 20px;
  font-weight: 600;
  color: #202d40; }

.forget .wrap .procedure .line {
  width: 320px;
  height: 1px;
  margin: 0 48px;
  background: #edeef2; }

.forget .wrap .content {
  width: 1200px;
  margin: 16px auto 0;
  border-radius: 4px !important;
  background: #fff;
  padding: 80px 0; }

.forget .wrap .content .matter {
  display: none; }

.forget .wrap .content .matter.on {
  display: block; }

.forget .wrap .content .con_list {
  width: 420px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #ec4000;
  border: 1px solid #ec4000;
  font-size: 14px;
  background: #fff url(../images/fc.svg) -99999px no-repeat;
  background-position: 100% 100%; }

.forget .wrap .content form {
  width: 420px;
  margin: auto; }

.forget .wrap .content .text {
  height: 48px;
  width: 800px;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #899099;
  background: #FAFAFA; }

.forget .wrap .content form input {
  width: 100%;
  height: 40px;
  border: 1px solid #dcdfe6;
  padding: 0 15px;
  font-size: 14px;
  transition: .3s ease; }

.forget .wrap .content form input:focus {
  border: 1px solid #ff6c35;
  background: #fffafa; }

.forget .wrap .content form input::placeholder {
  color: #b2b2b2; }

.forget .wrap .content form .flex {
  display: flex;
  justify-content: space-between; }

.forget .wrap .content form .flex input {
  flex: 1; }

.forget .wrap .content form .flex .get {
  width: 96px;
  height: 40px;
  border: 1px solid #dcdfe6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 20px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  transition: .3s ease; }

.forget .wrap .content form .flex .get:hover {
  border: 1px solid #ff6c35; }

.forget .wrap .content form .next {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #ff6c35;
  margin: 48px 0 0 0;
  cursor: pointer;
  transition: .3s ease; }

.forget .wrap .content form .next:hover {
  background: #ec4000; }

.forget .wrap .content .matter .headline {
  display: flex;
  align-items: center;
  margin: 0 0 33px; }

.forget .wrap .content .matter .con2 {
  width: 420px;
  margin: auto; }

.forget .wrap .content .matter .headline p {
  font-size: 16px;
  color: #000;
  margin: 0 0 0 10px; }

.forget .wrap .content .matter .flex2 .list {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.forget .wrap .content .matter .flex2 .list input {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 14px;
  border: 1px solid #dcdfe6;
  transition: .3s ease;
  padding: 0 10px; }

.forget .wrap .content .matter .flex2 .list input:focus {
  border: 1px solid #ff6c35;
  background: #fffafa; }

.forget .wrap .content .matter .flex2 .list input::placeholder {
  color: #b2b2b2; }

.forget .wrap .content .matter .flex2 .list:not(:last-child) {
  margin: 0 0 28px; }

.forget .wrap .content .matter .flex2 .list .icon {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }

.forget .wrap .content .matter .flex2 .list .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px; }

.forget .wrap .content .matter .flex2 .list .icon img:nth-child(2) {
  opacity: 0; }

.forget .wrap .content .matter .flex2 .list .icon.on img:first-child {
  opacity: 0; }

.forget .wrap .content .matter .flex2 .list .icon.on img:nth-child(2) {
  opacity: 1; }

.forget .wrap .content .matter .confirm {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #ff6c35;
  margin: 48px 0 0 0;
  cursor: pointer;
  transition: .3s ease; }

.forget .wrap .content .matter .confirm:hover {
  background: #ec4000; }

.forget .wrap .content .matter .go {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #13D573;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px; }

.forget .wrap .content .matter .go svg {
  fill: #fff;
  width: 28px;
  height: 28px; }

.forget .wrap .content .matter .go svg path {
  fill: #fff; }

.forget .wrap .content .matter .p1 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px; }

.forget .wrap .content .matter .p2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center; }

.forget .wrap .content .matter .p2 span {
  color: #ff6c35; }

/**/
.drag {
  width: 100%;
  margin: 15px 0;
  height: 35px;
  --color: #ec4000; }

.drag .fixTips {
  font-size: 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 3s infinite;
  -webkit-text-size-adjust: none; }

.drag .verify-wrap {
  margin: 0;
  height: 100%; }

.drag .verify-wrap .suc-drag-btn ~ .sucMsg {
  display: flex !important; }

.drag .verify-wrap .suc-drag-btn ~ .fixTips {
  display: none; }

.drag .verify-wrap .drag-btn {
  height: 107%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5; }

.drag .verify-wrap .drag-progress {
  height: 105%; }

.drag .verify-wrap .fix-tips,
.drag .verify-msg {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

.drag .verify-wrap .verify-msg {
  display: none; }

.drag .verify-wrap .suc-drag-btn .cir {
  opacity: 1 !important; }

.drag .verify-wrap .drag-btn .cir {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #76c51f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; }

.drag .verify-wrap .drag-btn .cir .iconfont {
  color: #fff;
  font-size: 12px; }

.drag .verify-wrap .drag-btn .iconfont {
  color: #e5e5e5;
  font-size: 18px; }

.header {
  display: none; }

.header2 {
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 48px; }

.header2 img {
  max-height: 60%; }

.header2 p {
  font-size: 14px;
  color: #000;
  margin: 0 0 0 50px; }

@media screen and (max-width: 1920px) {
  .forget {
    height: 100vh;
    background: #EFF3FC;
    padding: 6.25vw 0 0 0; }

  .forget .wrap .title {
    text-align: center; }

  .forget .wrap .title h1 {
    font-size: 1.3541666667vw;
    color: #202d40;
    margin: 1.0416666667vw 0 0.625vw; }

  .forget .wrap .title p {
    font-size: 0.8333333333vw;
    color: #899099; }

  .forget .wrap .procedure {
    width: 62.5vw;
    height: 5.2083333333vw;
    border-radius: 0.2083333333vw;
    background: #fff;
    margin: 1.6666666667vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center; }

  .forget .wrap .procedure .item {
    display: flex;
    align-items: center; }

  .forget .wrap .procedure .item.on .num {
    background: #ff6c35; }

  .forget .wrap .procedure .item .num {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin-right: 0.8333333333vw;
    line-height: 1.6666666667vw;
    text-align: center;
    font-weight: 600;
    font-size: 0.8333333333vw;
    border-radius: 50%;
    color: #fff;
    background: #c6c9ce;
    transition: .3s ease; }

  .forget .wrap .procedure .item p {
    font-size: 1.0416666667vw;
    font-weight: 600;
    color: #202d40; }

  .forget .wrap .procedure .line {
    width: 16.6666666667vw;
    height: 0.0520833333vw;
    margin: 0 2.5vw;
    background: #edeef2; }

  .forget .wrap .content {
    width: 62.5vw;
    margin: 0.8333333333vw auto 0;
    border-radius: 0.2083333333vw !important;
    background: #fff;
    padding: 4.1666666667vw 0; }

  .forget .wrap .content .matter {
    display: none; }

  .forget .wrap .content .matter.on {
    display: block; }

  .forget .wrap .content .con_list {
    width: 21.875vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #ec4000;
    border: 0.0520833333vw solid #ec4000;
    font-size: 0.7291666667vw;
    background: #fff url(../images/fc.svg) -5208.28125vw no-repeat;
    background-position: 100% 100%; }

  .forget .wrap .content form {
    width: 21.875vw;
    margin: auto; }

  .forget .wrap .content .text {
    height: 2.5vw;
    width: 41.6666666667vw;
    margin: 1.3020833333vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7291666667vw;
    color: #899099;
    background: #FAFAFA; }

  .forget .wrap .content form input {
    width: 100%;
    height: 2.0833333333vw;
    border: 0.0520833333vw solid #dcdfe6;
    padding: 0 0.78125vw;
    font-size: 0.7291666667vw;
    transition: .3s ease; }

  .forget .wrap .content form input:focus {
    border: 0.0520833333vw solid #ff6c35;
    background: #fffafa; }

  .forget .wrap .content form input::placeholder {
    color: #b2b2b2; }

  .forget .wrap .content form .flex {
    display: flex;
    justify-content: space-between; }

  .forget .wrap .content form .flex input {
    flex: 1; }

  .forget .wrap .content form .flex .get {
    width: 5vw;
    height: 2.0833333333vw;
    border: 0.0520833333vw solid #dcdfe6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 1.0416666667vw;
    font-size: 0.7291666667vw;
    color: #000;
    cursor: pointer;
    transition: .3s ease; }

  .forget .wrap .content form .flex .get:hover {
    border: 0.0520833333vw solid #ff6c35; }

  .forget .wrap .content form .next {
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7291666667vw;
    color: #fff;
    background: #ff6c35;
    margin: 2.5vw 0 0 0;
    cursor: pointer;
    transition: .3s ease; }

  .forget .wrap .content form .next:hover {
    background: #ec4000; }

  .forget .wrap .content .matter .headline {
    display: flex;
    align-items: center;
    margin: 0 0 1.71875vw; }

  .forget .wrap .content .matter .con2 {
    width: 21.875vw;
    margin: auto; }

  .forget .wrap .content .matter .headline p {
    font-size: 0.8333333333vw;
    color: #000;
    margin: 0 0 0 0.5208333333vw; }

  .forget .wrap .content .matter .flex2 .list {
    height: 1.9791666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }

  .forget .wrap .content .matter .flex2 .list input {
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 0.7291666667vw;
    border: 0.0520833333vw solid #dcdfe6;
    transition: .3s ease;
    padding: 0 0.5208333333vw; }

  .forget .wrap .content .matter .flex2 .list input:focus {
    border: 0.0520833333vw solid #ff6c35;
    background: #fffafa; }

  .forget .wrap .content .matter .flex2 .list input::placeholder {
    color: #b2b2b2; }

  .forget .wrap .content .matter .flex2 .list:not(:last-child) {
    margin: 0 0 1.4583333333vw; }

  .forget .wrap .content .matter .flex2 .list .icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    position: relative;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0; }

  .forget .wrap .content .matter .flex2 .list .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.625vw; }

  .forget .wrap .content .matter .flex2 .list .icon img:nth-child(2) {
    opacity: 0; }

  .forget .wrap .content .matter .flex2 .list .icon.on img:first-child {
    opacity: 0; }

  .forget .wrap .content .matter .flex2 .list .icon.on img:nth-child(2) {
    opacity: 1; }

  .forget .wrap .content .matter .confirm {
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7291666667vw;
    color: #fff;
    background: #ff6c35;
    margin: 2.5vw 0 0 0;
    cursor: pointer;
    transition: .3s ease; }

  .forget .wrap .content .matter .confirm:hover {
    background: #ec4000; }

  .forget .wrap .content .matter .go {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
    border-radius: 50%;
    background: #13D573;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.0833333333vw; }

  .forget .wrap .content .matter .go svg {
    fill: #fff;
    width: 1.4583333333vw;
    height: 1.4583333333vw; }

  .forget .wrap .content .matter .go svg path {
    fill: #fff; }

  .forget .wrap .content .matter .p1 {
    font-size: 0.9375vw;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 1.0416666667vw; }

  .forget .wrap .content .matter .p2 {
    font-size: 0.7291666667vw;
    color: rgba(0, 0, 0, 0.5);
    text-align: center; }

  .forget .wrap .content .matter .p2 span {
    color: #ff6c35; }

  /**/
  .drag {
    width: 100%;
    margin: 0.78125vw 0;
    height: 1.8229166667vw;
    --color: #ec4000; }

  .drag .fixTips {
    font-size: 0.625vw;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none; }

  .drag .verify-wrap {
    margin: 0;
    height: 100%; }

  .drag .verify-wrap .suc-drag-btn ~ .sucMsg {
    display: flex !important; }

  .drag .verify-wrap .suc-drag-btn ~ .fixTips {
    display: none; }

  .drag .verify-wrap .drag-btn {
    height: 107%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0520833333vw solid #e5e5e5; }

  .drag .verify-wrap .drag-progress {
    height: 105%; }

  .drag .verify-wrap .fix-tips,
  .drag .verify-msg {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center; }

  .drag .verify-wrap .verify-msg {
    display: none; }

  .drag .verify-wrap .suc-drag-btn .cir {
    opacity: 1 !important; }

  .drag .verify-wrap .drag-btn .cir {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    background: #76c51f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; }

  .drag .verify-wrap .drag-btn .cir .iconfont {
    color: #fff;
    font-size: 0.625vw; }

  .drag .verify-wrap .drag-btn .iconfont {
    color: #e5e5e5;
    font-size: 0.9375vw; }

  .header {
    display: none; }

  .header2 {
    width: 100%;
    height: 4.1666666667vw;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 2.5vw; }

  .header2 img {
    max-height: 60%; }

  .header2 p {
    font-size: 0.7291666667vw;
    color: #000;
    margin: 0 0 0 2.6041666667vw; } }

/*# sourceMappingURL=forget.css.map */
@media screen and (max-width: 768px) {
  .forget .wrap .procedure,.forget .wrap .content {
    width: 80%;
  }
  .forget .wrap .title h1 {
    font-size: 20px;
  }
  .forget .wrap .title p {
    font-size: 14px;
  }
  .forget .wrap {
    padding: 80px 0 0;
  }
  .header2 {
    height: 60px;
  }
  .header2 p {
    font-size: 12px;
  }
  .forget .wrap .title {
    margin-bottom: 20px;
  }
  .forget .wrap .procedure .item p {
    font-size: 16px;
  }
  .forget .wrap .procedure .item .num {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .forget .wrap .procedure {
    height: 45px;
  }
  .forget .wrap .content {
    margin: 10px auto 0;
  }
  .forget .wrap .content form {
    width: 80%;
  }
  .forget .wrap .content form input {
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
  }
  .forget .wrap .content form input::placeholder {
    font-size: 12px;
  }
  .forget .wrap .content form .flex .get {
    width: 80px;
    height: 30px;
    font-size: 12px;
  }
  .forget .wrap .content form .next {
    font-size: 12px;
    height: 30px;
  }
  .forget .wrap .content .text {
    font-size: 12px;
    width: 80%;
    height: unset;
    padding: 3px 10px;
    margin: 15px auto 0;
  }
  .drag {
    height: 30px;
    margin: 15px 0;
  }
  .drag .verify-wrap .drag-btn .iconfont {
    font-size: 12px;
  }
  .drag .fixTips {
    font-size: 12px;
  }
  .drag .verify-wrap .drag-btn .cir {
    width: 16px;
    height: 16px;
  }
  .drag .verify-wrap .drag-btn .cir .iconfont {
    font-size: 12px;
  }
}
