.wrap {
  width: 100%;
  height: auto;
  padding: 5.6rem 1.5rem 0;
  box-sizing: border-box;
}

.pwd-list-item {
  width: 100%;
  height: 3rem;
  margin-bottom: 2rem;
  line-height: 3rem;
  display: flex;
  justify-content: center;
}

.pwd-list-item-label {
  width: 55px;
  font-size: 1.4rem;
  white-space: nowrap;
}

.pwd-list-item-inp {
  width: 80%;
  height: 3rem;
  margin-left: 2rem;
  font-size: 1.4rem;
  border: none;
  border-bottom: 1px solid #eee;
  outline: none;
}

/* 条件 */
.conditions {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}

.conditions:first-child {
  margin-top: 3rem;
}

.conditions-img {
  width: 1.5rem;
  height: 1.5rem;
}

.conditions-text {
  font-size: 1.2rem;
  margin-left: 0.7rem;
}
.conditions .conditions-text-pass {
  color: #08d13e;
}
.conditions .conditions-text-error {
  color: #ec0d0d;
}

/* 确定按钮 */
.password-btn {
  margin: 3rem auto 0;
}

.btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skip-btn {
  display: block;
  width: 32rem;
  height: 4.4rem;
  margin: 1.5rem auto 0;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid rgb(71, 71, 71);
  outline: none;
  border-radius: 5px;
  color: rgb(71, 71, 71);
}
