.wrap {
  width: 100%;
  height: auto;
  padding: 45px 15px;
  box-sizing: border-box;
}

/* 个人信息栏 */
.au-item {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  border-bottom: 0.1rem solid #eee;
}

.au-item-text {
  font-size: 14px;
  margin-top: 20px;
  color: #777;
}

.au-item-input {
  display: block;
  width: 90%;
  height: 22px;
  margin-top: 13px;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
}

/* 其他信息 */
.other-list .other-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.other-list .other-item-title {
  color: #777;
}

.other-list .other-item-text {
  color: #333;
}
.other-list .text-gary {
  color: #999;
}

/* 身份证上传栏 */
.idcard {
  margin-top: 20px;
}

.idcard-title {
  font-size: 16px;
}

.idcard-upload {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.idcard-upload-text {
  width: 45%;
  height: 100%;
}

.idcard-upload-text-title {
  display: block;
  font-size: 14px;
}

.idcard-upload-text-tips {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: #999;
}

.idcard-upload-btn {
  position: relative;
  width: 180px;
  height: 100%;
  border: 0.1rem dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.idcard-upload-btn-img {
  display: block;
  width: 20px;
  height: 20px;
}

.idcard-upload-btn .idcard-img-front,
.idcard-upload-btn .idcard-img-back {
  width: auto;
  max-width: 100%;
  height: 96%;
}

/* 协议和政策 */
.wrap-agree {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.agree-content {
  font-size: 14px;
  margin-left: 10px;
}

.agree-checkbox {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 3px;
  overflow: hidden;
}

.agree-checkbox-active {
  border: none;
  background: url(/zlm/img/icon-checked.png) no-repeat;
  background-size: 100% 100%;
}

#agree {
  display: none;
}

.agree-content-agreement,
.agree-content-policy {
  color: #3586f9;
}

/* 人脸识别栏 */
.face-btn {
  display: block;
  width: 320px;
  height: 44px;
  margin: 40px auto 20px;
  line-height: 44px;
  background: rgb(184, 184, 184);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0.5rem;
  color: #fff;
}

.face-btn-activation {
  background: #3586f9;
}

.face-btn-activation:active {
  transform: translate(0.05rem, 0.05rem);
}

/* 弹窗 */
.wrap-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.wrap-popup .popup {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 70%;
  margin: auto;
  background-color: #fff;
  border-radius: 0.5rem;
}

.popup-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.1rem solid #eee;
}

.popup-content {
  width: 100%;
  height: 80%;
  padding: 10px;
  text-align: justify;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  line-height: 22px;
}

.popup-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  font-size: 16px;
  text-align: center;
  color: #3586f9;
  border-top: 0.1rem solid #eee;
}

input[type="file"] {
  display: none;
}

.other-item-required {
  display: inline-block;
  width: 8px;
  margin-top: -3px;
}

.other-item-right-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.course-select-text,
.people-select-text,
.education-select-text,
.health-select-text,
.intention-select-text {
  color: #777;
}

.course-select-text-active,
.people-select-text-active,
.education-select-text-active,
.health-select-text-active,
.intention-select-text-active {
  color: #333;
}

.other-item-right {
  display: block;
  width: 1.6rem;
  margin-left: 0.5rem;
}
.other-item-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.other-item-box img {
  display: block;
  width: 1.6rem;
  height: auto;
  margin-left: 0.5rem;
}
