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:100;
}
body .questionnaireBg > div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -314px;
  margin-top: -272px;
  width: 627px;
  margin-bottom: 24px;
  /* cursor:pointer; */
}

.twoContent{
  position:absolute;
  }
.submitColse{
  display: inline-block;
  position: absolute;
  z-index: 1000;
  width:627px;
  height:60px;
  bottom:0px;
  right: 0px;
  cursor: pointer;
}

.enrollBtn{
  bottom: 130px;
  right: 133px;
}