.bg-body {
  background: url('../images/bg3.png') center no-repeat;
  background-size: cover;
}
.info {
  padding: 20px 0;
  color: #212121;
}
.info .box-wrap {
  width: 660px;
  margin: 0 auto;
  padding: 30px ;
  background-color: rgba(255, 255, 255, 0.8);
}
.info .box-wrap h1 {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.info .box-wrap .desc {
  font-size: 14px;
  text-align: center;
  color: #525252;
  line-height: 20px;
}
.info .box-wrap .btn {
  display: block;
  margin: 0 auto;
  line-height: 38px;
  width: 140px;
  background-color: #ef2c14;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.info .box-wrap .box-form {
  padding: 20px;
  font-size: 14px;
}
.info .box-wrap .box-form .box-info {
  margin-bottom: 20px;
}
.info .box-wrap .box-form .box-info .tips-checkbox {
  background: url("../images/icon_03.png") no-repeat;
  background-size: 15px;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 0;
  vertical-align: top;
}
.info .box-wrap .box-form .box-info .tips-checkbox:checked {
  background: url("../images/icon_02.png") no-repeat;
  background-size: 0.31rem 0.31rem;
  width: 20px;
  height: 20px;
  border-radius: 0;
  vertical-align: top;
}
.info .box-wrap .box-form .box-info label {
  display: block;
  line-height: 20px;
  padding-bottom: 10px;
}
.info .box-wrap .box-form .box-info textarea {
  display: block;
  border: 1px solid #d3d3d3;
  line-height: 20px;
  font-size: 14px;
  width: 90%;
  padding: 10px;
}
.info .box-wrap .box-form .box-info input[type=text] {
  display: block;
  border: 1px solid #d3d3d3;
  line-height: 20px;
  height: 20px;
  width: 90%;
  font-size: 14px;
  padding: 10px;
}
.info .box-wrap .box-form .box-info input[type=text]::placeholder {
  color: #9e9e9e;
}
