html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
.btip {
  color: red;
}
.warp {
  width: 100%;
  height: 100%;
  background: url(../img/bmbg.png) no-repeat;
  background-size: 100% 100%;
}
#back {
  cursor: pointer;
}
.signup {
  padding: 48px 200px;
  background-color: #fff;
  position: relative;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
}
.signup .dwimg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  transform: translate3d(45%, 25%, 0);
}
.signup .tjbtn {
  width: 200px;
  margin: 40px auto 0;
}
.signup .listhd {
  margin-bottom: 30px;
  padding-left: 30px;
}
.signup .listhd h4 {
  font-weight: 700;
}
.signup .listhd text a {
  color: #649CF0;
  font-size: 12px;
}
.signup .control-label {
  padding-left: 0;
  padding-right: 0;
}
.signup input {
  text-align: center;
}
.signup select {
  text-align: center;
  margin: 5px 0;
}
.form-horizontal {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  height: 380px;
}
.dpne {
  display: none;
}
.success {
  width: 250px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.form-horizontal .form-group {
  margin-left: 0;
}
.form-horizontal .form-group {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .signup {
    padding: 48px 48px;
  }
  .signup .listhd {
    padding-left: 0;
  }
}
