.form_popup_left {
  background: #029f84;
  background-image: linear-gradient(0deg, #04ab8e 0%, #04ab8e 100%);
  width: 136px;
  top: 30%;
  position: fixed;
  z-index: 999999;
  text-align: left;
  font-family: "microsoft yahei";
  padding-bottom: 18px;
  margin-left: 18px;
}
.form_popup_left * {
  margin: 0;
  padding: 0;
}
.form_popup_left .title22 {
  font-size: 13.3px;
  color: #ffffff;
  text-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.26);
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.form_popup_left .box {
  width: 120px;
  margin: 10px auto 0;
  background: #fff;
  border-radius: 3px;
  padding-top: 1px;
}
.form_popup_left .box .row {
  width: 96px;
  border-bottom: 1px dashed #ccc;
  margin: 9px auto 0;
}
.form_popup_left .box .row p {
  font-size: 12px;
  color: #444444;
  font-weight: bold;
  line-height: 18px;
}
.form_popup_left .box .row.last2 {
  margin-bottom: 0;
}
.form_popup_left .box .row .div {
  overflow: hidden;
  margin: 7px 0 0 2px;
  padding-bottom: 2px;
}
.form_popup_left .box .row .div label {
  display: inline-block;
  width: 38px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  float: left;
  margin: 0 5px 8px 2px;
  color: #828282;
  cursor: pointer;
  font-size: 11px;
  font-weight: 100;
}
.form_popup_left .box .row .div label.l {
  width: 86px;
}
.form_popup_left .box .row .div label input {
  display: none;
}
.form_popup_left .box .row .div label.on {
  background: #ff6b01;
  background-image: linear-gradient(90deg, #ff4e00 0%, #ff7f00 100%);
  color: #fff;
  border-color: #ff6b01;
}
.form_popup_left .popup_bot {
  text-align: center;
  padding: 7px 0 0;
}
.form_popup_left .popup_bot input {
  border: 1px #12987f solid;
  width: 80%;
  line-height: 28px;
  margin: 0 auto;
  border-radius: 3px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075);
}
.inp22 {
  width: 90%;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3f3a), to(#ff3f3a));
  color: #FFFFFF;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  border: 1px #ff3f3a solid;
  border-radius: 3px;
  -webkit-animation: bounce-up 0.5s linear infinite;
  animation: bounce-up 0.5s linear infinite;
  cursor: pointer;
}
.leftkf {
  background: #3b62d0;
  width: 149px;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -180px;
  z-index: 100;
  padding-bottom: 20px;
}
.leftkf * {
  margin: 0;
  padding: 0;
}
.leftkf .tit {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
.leftkf .kfbox {
  margin: 10px 10px 0 10px;
  font-size: 13px;
}
.leftkf .kfbox a {
  display: block;
  border-radius: 2px;
  line-height: 27px;
  margin-bottom: 6px;
  text-decoration: none;
  color: #3b62d0;
  background: #fff url(../img/service.png) no-repeat 7px center;
  padding-left: 30px;
}
.leftkf .kfbox .hong {
  background: #ffff33 url(../img/service.png) no-repeat 7px center;
}
.leftkf .jdbd2 {
  text-align: center;
}
.leftkf .jdbd2 input {
  border: 1px #ccc solid;
  width: 80%;
  line-height: 20px;
  margin: 0 auto;
  border-radius: 1px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
}
@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(2px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-2px);
  }
}
@keyframes bounce-up {
  25% {
    transform: translateY(2px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2px);
  }
}
/*# sourceMappingURL=form.css.map */