body {
  height: 100%;
}
#form {
  width: 7.5rem;
  height: 100%;
  background: #f5f8fa;
}
#form .back {
  width: 7.5rem;
  height: 1.22rem;
  position: relative;
}
#form .back .icon {
  display: block;
  width: 0.31rem;
  height: 0.26rem;
  background: url('../Imgs/form/back.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 0.35rem;
  top: 50%;
  margin-top: -0.13rem;
}
#form .desc {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
#form .form {
  width: 5.3rem;
  margin: auto;
  margin-top: 0.52rem;
  padding-bottom: 0.3rem;
}
#form .form .form-group {
  width: 5.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background: #fff;
  border-radius: 8px;
  margin-top: 0.3rem;
  box-sizing: border-box;
  position: relative;
}
#form .form .form-group input {
  display: block;
  width: 5.3rem;
  height: 0.4rem;
  border: none;
  outline: none;
  font-size: 12px;
  box-sizing: border-box;
  padding-left: 0.74rem;
}
#form .form .form-group .icon01 {
  position: absolute;
  width: 0.38rem;
  height: 0.35rem;
  background: url('../Imgs/form/company.png') no-repeat;
  background-size: 100% auto;
  top: 50%;
  margin-top: -0.19rem;
  left: 0.2rem;
}
#form .form .form-group .icon02 {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  background: url('../Imgs/form/name.png') no-repeat;
  background-size: 100% auto;
  top: 50%;
  margin-top: -0.2rem;
  left: 0.2rem;
}
#form .form .form-group .icon03 {
  position: absolute;
  width: 0.36rem;
  height: 0.5rem;
  background: url('../Imgs/form/phone.png') no-repeat;
  background-size: 100% auto;
  top: 50%;
  margin-top: -0.25rem;
  left: 0.2rem;
}
#form .form .form-group .icon04 {
  position: absolute;
  width: 0.4rem;
  height: 0.28rem;
  background: url('../Imgs/form/mail.png') no-repeat;
  background-size: 100% auto;
  top: 50%;
  margin-top: -0.14rem;
  left: 0.2rem;
}
#form .form .form-group .icon05 {
  position: absolute;
  width: 0.34rem;
  height: 0.31rem;
  background: url('../Imgs/form/channel.png') no-repeat;
  background-size: 100% auto;
  top: 50%;
  margin-top: -0.15rem;
  left: 0.2rem;
}
#form .form .form-group .icon06 {
  position: absolute;
  width: 0.31rem;
  height: 0.33rem;
  background: url('../Imgs/form/info.png') no-repeat;
  background-size: 100% auto;
  top: 50%;
  margin-top: -0.17rem;
  left: 0.2rem;
}
#form .form .form-group .icon07 {
  position: absolute;
  width: 0.33rem;
  height: 0.32rem;
  background: url('../Imgs/form/demadnd.png') no-repeat;
  background-size: 100% auto;
  top: 50%;
  margin-top: -0.16rem;
  left: 0.2rem;
}
#form .form .form-group .form-select-list {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  font-size: 12px;
  border: 1px solid #e3e3e3;
  line-height: 2;
  border-radius: 5px;
  text-indent: 0.7rem;
  display: none;
  letter-spacing: 2px;
  color: #828383;
}
#form .form .check_box {
  font-size: 12px;
  padding-top: 0.15rem;
  padding-bottom: 0.1rem;
  padding-left: 0.1rem;
  overflow: hidden;
}
#form .form .check_box input {
  margin-left: 0.2rem;
}
#form .form .check_box .check_detail {
  float: left;
  margin-left: 0.2rem;
}
#form .form .check_box .check_detail i {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border: 1px solid #d7d7d7;
  margin-right: 0.06rem;
  vertical-align: middle;
}
#form .form .check_box .check_detail.active i {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background: url('../Imgs/check-active.png') no-repeat;
  background-size: cover;
  margin-right: 0.06rem;
}
#form .btn_box {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
