body {
  margin: 0;
  padding: 0;
}
.wapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}
.wapper .content {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wapper .submit {
  flex: none;
  background: #009B79;
  height: 52px;
  font-size: 19px;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.wapper .form {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.wapper .form.show {
  display: flex;
}
.wapper .form form {
  background: url("https://touch.zhen22.com/a/touch/img/house/enrollBg.png") no-repeat 0 0;
  width: 325px;
  height: 289px;
  background-size: 100% auto;
  margin-left: -20px;
  position: relative;
  box-sizing: border-box;
  padding-top: 95px;
  padding-left: 52.5px;
  padding-right: 45px;
  display: flex;
  flex-direction: column;
}
.wapper .form form input {
  height: 35px;
  margin-bottom: 11px;
  background: transparent;
  box-sizing: border-box;
  padding-left: 50px;
  border: 0;
  outline: none;
}
.wapper .form form button {
  height: 36px;
  margin-top: 9px;
  border: 0;
  background: transparent;
}
.content .header {
  position: relative;
}
.content .header img {
  width: 100%;
  display: block;
}
.content .header .text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background: rgba(0,0,0,0.3);
}
.content .header .text .bt {
  flex: 4;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 35px;
}
.content .header .text .mt {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  /* background: rgba(0,0,0,0.3); */
}
.content .header .text .st {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 10px 10px;
  text-align: center;
}
.content .nr {
  display: flex;
  flex-direction: column;
  background: #F2F2F2;
}
.content .nr .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 20px 20px 30px;
  background: #ffffff;
}
.content .nr .card img {
  width: 100%;
}
.content .nr .card .title {
  padding: 20px 0 13px;
  font-size: 20px;
  color: #000;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #D8D8D8;
}
.content .nr .card .title img {
  height: 18px;
  width: auto;
  padding-right: 8px;
}
.content .nr .card .text {
  padding-top: 15px;
  color: #444;
}
.content .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/bt_bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 20px 0 27.5px;
}
.content .bottom .tel {
  color: #009B79;
  font-size: 20px;
  padding-left: 25px;
  background: url("../images/icon_tel.png") no-repeat 0 50%;
  background-size: auto 65%;
}
.content .bottom .add {
  padding-top: 4px;
  font-size: 14px;
  color: #888888;
}
.content .bottom .name {
  padding-top: 8px;
  font-size: 18px;
  color: #333333;
}
