.fixed_bom {
  position: fixed;
  left: 0;
  bottom: 0;
  background: url("../img/tk_bg.png") no-repeat top center;
  width: 100%;
  height: 120px;
  z-index: 2020;
}
.fixed_bom .f_b_m {
  width: 850px;
  height: 120px;
  margin: 0 auto;
  padding-left: 410px;
  position: relative;
}
.fixed_bom .tk_card {
  position: absolute;
  top: -14px;
  left: 0;
  width: 410px;
}
.fixed_bom .djzx {
  display: block;
  width: 42px;
  float: left;
  margin-top: 19px;
  margin-left: 8px;
  margin-right: 18px;
}
.fixed_bom .djzx img {
  display: block;
  width: 42px;
  height: auto;
}
.fixed_bom .girl {
  position: absolute;
  bottom: 0;
  right: 56px;
}
.fixed_bom .close_tk {
  position: absolute;
  top: 17px;
  right: 13px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.fixed_bom .l_inp {
  float: left;
  width: 462px;
  padding-top: 8px;
}
.fixed_bom .l_inp .inps {
  display: block;
  width: 140px;
  height: 30px;
  float: left;
  margin-right: 14px;
  margin-top: 14px;
}
.fixed_bom .l_inp .inps input {
  display: block;
  width: 132px;
  height: 30px;
  background-color: #fff;
  border: none;
  padding-left: 8px;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}
.fixed_bom .r_inp {
  float: left;
  width: 144px;
  height: 87px;
  margin-top: 17px;
}
.fixed_bom .r_inp .submit_btn {
  float: left;
  width: 67px;
  height: 87px;
  background: url("../img/submit_btn.png") no-repeat;
  cursor: pointer;
  border: none;
  margin-right: 10px;
}
.fixed_bom .r_inp .reset_btn {
  float: left;
  width: 67px;
  height: 87px;
  background: url("../img/reset_btn.png") no-repeat;
  cursor: pointer;
  border: none;
}
#f_b_a {
  display: none;
}
.fl_open_bar {
  position: fixed;
  left: -205px;
  bottom: 50px;
  width: 205px;
  height: 94px;
  z-index: 2020;
}
.fl_open_bar .opentk {
  cursor: pointer;
}
.fl_open_bar .close_open {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
