.bottom-form-wrap {
  max-width: 1920px;
  padding: 30px 0;
  margin: 0 auto;
  background-image: linear-gradient(#fff, #ecf2f8);
}

.bottom-form-wrap .main {
  box-sizing: border-box;
  width: 1200px;
  height: 500px;
  padding-top: 30px;
  margin: 0 auto;
  padding-left: 500px;
  border-radius: 10px;
  box-shadow: 0 0 12px #cbdbec;
  background: url(../images/map.png) -7px -2px no-repeat, url(../images/zhongshu.png) 547px 452px no-repeat;
  background-color: #fff;
  text-align: center;
}

.bottom-form-wrap .main h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 300;
}

.bottom-form-wrap .main h4 {
  margin: 0;
  font-size: 32px;
  line-height: 54px;
  font-weight: 600;
}

.bottom-form-wrap .main .bottom-form {
  padding-top: 30px;
}

.bottom-form-wrap .main .bottom-form input {
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 240px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  border: 1px solid #ccc;
  padding-left: 40px;
}

.bottom-form-wrap .main .bottom-form select {
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 240px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  border: 1px solid #ccc;
  padding-left: 40px;
}

.bottom-form-wrap .main .bottom-form select option {
  font-size: 18px;
}

.bottom-form-wrap .main .bottom-form .post-btn {
  box-sizing: border-box;
  margin: 0 auto;
  width: 240px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background-color: #db2251;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
}

.bottom-form-wrap .main .bottom-form .post-btn:hover {
  background-color: #c90c3b;
}

.bottom-form-wrap .main .bottom-form .input {
  box-sizing: border-box;
  margin: 0 auto;
  width: 240px;
  height: 46px;
  line-height: 40px;
  border-radius: 23px;
  background-color: #db2251;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
  border: none;
  padding-left: 13px;
}

.bottom-form-wrap .main .bottom-form .input:hover {
  background-color: #c90c3b;
}

.bottom-form-wrap .main .bottom-form .tips {
  font-size: 12px;
  color: #ccc;
  line-height: 32px;
}

.to-bottom-baoming {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(139px);
  width: 50px;
  height: 50px;
  background-color: #a02d2d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 4px;
  border-radius: 4px;
  box-sizing: border-box;
}
