body {
  width: 7.5rem;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  background-color: #f2fdfd;
}
.wrap {
  width: 7.5rem;
}
.wrap .bg {
  font-size: 0;
  width: 100%;
}
.wrap .bg img {
  width: 100%;
}
.wrap .userName {
  position: absolute;
  top: 2.32rem;
  left: 1.3rem;
  width: 4.9rem;
  height: 0.7rem;
  text-indent: 0.1rem;
  background: transparent;
}
.wrap .userPhone {
  position: absolute;
  top: 3.85rem;
  left: 1.3rem;
  width: 4.9rem;
  height: 0.7rem;
  text-indent: 0.1rem;
  background: transparent;
}
.wrap .projectBox {
  color: #333;
  position: absolute;
  width: 5rem;
  background-color: #fff;
  font-size: 0.28rem;
  border: solid 1px #989898;
  border-radius: 0.08rem;
  top: 5.5rem;
  left: 1.22rem;
  /* padding:0.05rem 0.1rem; */
  /* padding-bottom: 0.05rem; */
}
.wrap .projectBox ul li {
  margin-bottom: 0.15rem;
}
.wrap .remarks {
  position: absolute;
  top: 6.8rem;
  left: 1.3rem;
  width: 5.1rem;
  font-size: 0.23rem;
  letter-spacing: 1px;
  line-height: 0.35rem;
  font-weight: bold;
}
.wrap .checkTheBox {
  position: absolute;
  top: 7.8rem;
  left: 1.3rem;
  width: 5.1rem;
  font-size: 0.23rem;
  letter-spacing: 1px;
  line-height: 0.35rem;
  font-weight: bold;
}
.wrap .submitBtn {
  background: url("../images/btn.png") no-repeat;
  background-size: 100% auto;
  width: 3.83rem;
  height: 0.86rem;
  position: absolute;
  left: 1.8rem;
  top: 9rem;
}
.wrap .checkInput {
  position: relative;
  top: 0.05rem;
}

.wrap .checkSelect {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  outline: none!important;
  border: none!important;
}

.layui-m-layerchild {
  width: auto !important;
  padding: 0px 0.4rem;
}
.layui-m-layercont {
  padding: 0.2rem !important;
  background-color: rgba(255, 255, 255, 0.5);
}
