.invite {
  background-color: #008ea5;
}
.invite .img-info {
  width: 100%;
  display: block;
}
.invite .pd-more {
  padding-left: 6.667vw;
}
.invite .invite-box {
  padding: 0 8vw;
}
.invite .invite-man {
  font-size: 3.733vw;
  width: 40.533vw;
  margin-top: 19.733vw;
  height: 26.667vw;
  background: #ffffff;
  border-radius: 2.667vw;
  padding: 1.333vw 2.4vw;
}
.invite .invite-man .invite-img {
  width: 15.733vw;
  height: 16.267vw;
  margin-right: 1.333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invite .invite-man .invite-img img {
  width: 100%;
}
.invite .invite-man .invite-name {
  font-size: 4.267vw;
  font-weight: 600;
  color: #282728;
  padding-top: 3.2vw;
}
.invite .invite-man .invite-phone {
  font-size: 3.2vw;
  color: #282728;
  padding-top: 1.333vw;
  font-weight: 300;
}
.invite .invite-man .invite-mail {
  color: #00a1bc;
  font-weight: 300;
  font-size: 3.2vw;
  margin: 0.8vw 0px;
  height: 6.4vw;
  line-height: 6.4vw;
  text-align: center;
  background-color: #d3ebef;
  border-radius: 1.067vw;
}
.invite .invite-man .invite-mail img {
  display: inline;
  width: 2.133vw;
  height: 2.133vw;
  background-color: transparent;
}
.invite .deliver {
  text-align: center;
  margin: 0 auto;
  font-size: 4.533vw;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 2.667vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 2.667vw 12vw;
}
.invite .verify {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.invite .verifition-dialog .van-dialog__content {
  text-align: center;
  padding: 5.333vw;
}
.invite .verifition-dialog .verify-img-panel {
  border-top: 0px;
}

