.top {
  width: 100%;
  height: 60px;
  padding: 0 27px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.top #yuyan {
  cursor: pointer;
}
.top .yuyan_Di {
  padding: 0 15px;
  top: 50px;
  border: 1px solid #b6d3f5;
  z-index: 999;
  display: none;
}
.top .yuyan_Di li {
  height: 30px;
  line-height: 30px;
}

.main {
  width: 520px;
  margin: 130px auto 0;
  background-color: #fff;
  padding: 0;
}
.main .title {
  color: rgb(16, 16, 16);
  font-size: 28px;
  text-align: center;
  margin-bottom: 44px;
}
.main .list {
  width: 520px;
  height: 50px;
  border: 1px solid #F0F0F0;
  margin-bottom: 20px;
}
.main .list .label {
  width: 55px;
  height: 50px;
}
.main .list .input1 {
  width: 464px;
}
.main .list .input2 {
  width: 409px;
}
.main .list .input2::-ms-reveal {
  display: none;
}
.main .list .input3 {
  width: 518px;
}
.main .list .input4 {
  width: 384px;
}
.main .list .code-btn {
  width: 136px;
  height: 50px;
  color: #188AEA;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  border-left: 1px solid rgb(240, 240, 240);
  cursor: pointer;
}
.main .list input {
  height: 48px;
  padding: 0 12px;
  border: none;
  outline: none;
}
.main .list .label:nth-child(1) {
  border-right: 1px solid #F0F0F0;
}
.main .list .label:nth-child(3) {
  border-left: 1px solid #F0F0F0;
}
.main .btn {
  width: 520px;
  height: 50px;
  border-radius: 4px;
  background-color: rgb(24, 138, 234);
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}/*# sourceMappingURL=RetrievePassword.css.map */