.forget-account {
  padding: 1rem 0.3rem;
}
.forget-account .tit {
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
  margin-bottom: 0.56rem;
}
.forget-account .fa-ul {
  width: 5rem;
  margin: 0 auto;
}
.forget-account .fa-ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 0.28rem;
}
.forget-account .fa-ul li p {
  color: var(--theme-color);
  font-size: 0.32rem;
  word-break: break-all;
  margin-bottom: 0.48rem;
}
.forget-account .fa-ul li a {
  background-color: var(--theme-color);
  width: 3.88rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  text-align: center;
  border-radius: 2rem;
  color: #1B191A;
}
.forget-account .fa-ul li a:active {
  opacity: 0.9;
}
.forget-account .btns {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
}
.forget-account .btns a {
  width: 2.52rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 2rem;
  background-color: var(--theme-color);
  text-align: center;
  font-size: 0.32rem;
}
.forget-account .btns .back {
  background-color: #acacac;
  color: #1B191A;
  margin-right: 0.4rem;
  border-color: #acacac;
}
.form {
  padding: 0 0.26rem;
}
.yzsf {
  padding: 0 0.36rem;
}
.yzsf .li {
  background-color: #3A3839;
  height: 1rem;
  line-height: 1rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.4rem;
  margin-bottom: 0.64rem;
  position: relative;
}
.yzsf .li i {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.46rem;
  height: 0.56rem;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.yzsf .li.email i {
  width: 0.48rem;
  height: 0.38rem;
  background-image: url(../addimages/email.png);
}
.yzsf .li.phone i {
  width: 0.42rem;
  height: 0.58rem;
  background-image: url(../addimages/phone_active.png);
}
.yzsf .li p {
  padding-left: 1.22rem;
  font-size: 0.32rem;
  color: var(--theme-color);
}
.yzsf .li em {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.04rem;
  border-right: 0.04rem solid var(--theme-color);
  border-bottom: 0.04rem solid var(--theme-color);
  transform: rotate(-45deg);
}
.yzsf .li:hover,
.yzsf .li:active {
  background-color: var(--theme-color);
}
.yzsf .li:hover.email i,
.yzsf .li:active.email i {
  background-image: url(../addimages/email_0.png);
}
.yzsf .li:hover.phone i,
.yzsf .li:active.phone i {
  background-image: url(../addimages/phone_0.png);
}
.yzsf .li:hover p,
.yzsf .li:active p {
  color: #1B191A;
}
.yzsf .li:hover em,
.yzsf .li:active em {
  border-color: #1B191A;
}
.yxyz {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yxyz .icon-email {
  width: 0.92rem;
  height: 0.76rem;
  margin-bottom: 0.4rem;
  background: url(../addimages/email.png) no-repeat 0 0 / 100% 100%;
}
.yxyz p {
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.64rem;
}
.yxyz .email-address {
  color: var(--theme-color);
}
.yxyz .tip {
  font-size: 0.24rem;
  color: #c1c0c1;
}
