body,ul,p,h2,h3,dl,dd,form,input { padding:0; margin:0; font-family:arial; }
li { list-style:none; }
img { border:none; }
a { text-decoration:none; }
a:hover {}
a:focus{outline:none;}

.clear { zoom:1; }
.clear:after { content:''; display:block; clear:both; }

body .questionnaireBg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  display: none;
  z-index:1001;
  
}
body .questionnaireBg > div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -170px;
  width: 500px;
  /* margin-left: -384px;
  margin-top: -299px;
  width: 768px; */
  margin-bottom: 24px;
  /* cursor:pointer; */
}
body .questionnaireBg  div a img {
  border-radius: 10px;
}

.twoContent{
  position:absolute;
  }
.submitColse{
  display: inline-block;
  font-size: 24px;
  position: absolute;
  z-index: 1000;
  height: 30px;
  top: -36px;
  right: -44px;
  cursor: pointer;
  background: #fff;
  width: 30px;
  border-radius: 15px;
  line-height: 32px;
  text-align: center;
}

.enrollBtn{
  bottom: 130px;
  right: 133px;
}