.installment__product__right {
  position: relative; }

.result-suggets {
  width: 400px;
  max-height: 500px;
  overflow-y: scroll;
  float: left;
  top: 50px;
  right: 0px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 6px 10px 0px #6f6f6f;
  z-index: 10; }
  .result-suggets ul li {
    width: 100%;
    float: left;
    padding: 5px 10px;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box; }
    .result-suggets ul li img {
      width: 70px !important;
      float: left; }
    .result-suggets ul li .name {
      width: calc(100% - 100px);
      float: right;
      color: #3f3f3f;
      font-weight: bold;
      font-size: 16px;
      padding-top: 10px;
      padding-left: 10px; }
    .result-suggets ul li .price {
      width: calc(100% - 100px);
      float: right;
      padding: 5px 0 0 10px;
      font-size: 16px;
      color: #cd0000;
      font-weight: bold; }
    .result-suggets ul li .price-installment {
      width: calc(100% - 100px);
      float: right;
      padding: 5px 0 0 10px;
      color: #3f3f3f; }
      .result-suggets ul li .price-installment span {
        color: #00894f;
        font-weight: bold; }

/*# sourceMappingURL=installment.css.map */
