


/* 1257 */
.free-to-quote-btn {
  display: inline-block;
  /* width: 100px; */
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
  background: #007DEE;
  border-radius: 8px;
  color: #fff;
  position: relative;
}
.free-to-quote-content {
  position: relative;
}
.free-to-quote-content .wenhao-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
  vertical-align: sub;
}
/* .free-to-quote-content .wenhao-icon:hover + .bm-popover {
  display: block;
} */
.free-to-quote-content .bm-popover {
  top: 12px;
  right: -265px;
  width: 290px;
  line-height: 22px;
  font-weight: 400;
  padding: 10px;
  font-size: 12px;
}
.free-to-quote-content .bm-popover .bm-popper__arrow {
  left: 32px;
}

.findreq_title {
  max-width: 80%;
  max-width: calc(100% - 115px);
}

/* 超出范围 */
.free-to-quote-content .bm-popover.position-left {
  right: -22px;
}
.free-to-quote-content .bm-popover.position-left .bm-popper__arrow {
  left: 276px;
}
.shenWen{
  cursor: pointer;
}