.breadcrumbs-content {
  color: #999;
  padding: 40px 0;
  flex-wrap: wrap;
}

.breadcrumbs-content a {
  display: flex;
  align-items: center;
}

.breadcrumbs-content a:hover {
  color: #1b9f43;
}

.breadcrumbs-content span {
  margin: 0 5px;
}

.breadcrumbs-content svg {
  margin-right: 10px;
}


.quote-lists-content  {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 80px;
}

.quote-lists-div {
  max-width: 1040px;
  width: 100%;
  margin-right: 40px;
  padding: 40px;
  border: 1px solid #eee;
}

.quote-lists-title  {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}

.quote-title {
  color: #202020;
  font-size: 24px;
  font-family: 'TitilliumWeb-SemiBold';
}

.quote-lists-ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.quote-lists-ul li .flex {
  align-items: center;
}

.quote-lists-ul .left {
  flex: 2;
  margin-right: 30px;
}

.quote-lists-img {
  width: 100px;
  height: 100%;
  flex-shrink: 0;
  margin-right: 20px;
  border: 1px solid #eee;
  overflow: hidden;
}

.quote-lists-img img {
transition: all 0.4s;
}

.quote-lists-desc {
  max-width: 300px;

}

.quote-lists-desc p {
  color: #1b9f43;
  margin-bottom: 5px;
}

.quote-lists-desc h4 {
  color: #202020;
  font-family: 'TitilliumWeb-SemiBold';
}


.quote-lists-ul .left:hover img {
  transform: scale(0.9);
  transition: all 0.4s;
}

.quote-lists-ul .left:hover h4 {
  color: #1b9f43;
}


.quote-lists-ul li .center-right {
flex: 1;
justify-content: space-between;
}

.quote-lists-ul li .center {
/* flex: 1; */
width: 96px;
padding: 0 15px;
border: 1px solid #eee;
}
.quote-lists-ul li .center input {
  width: 46px;
  height: 40px;
  padding: 0;
  text-align: center;
  border: none;
}

.quote-lists-ul li .center input::placeholder {
  color: #202020;
}

.quote-lists-ul li .center input:focus {
  box-shadow: none;
}

.quote-lists-ul li .center .jian,
.quote-lists-ul li .center .jia {
  cursor: pointer;
}


.quote-lists-ul li .right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.quote-lists-ul li .right .delete {
  width: 40px ;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B9F4320;
}

.clear-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  margin-top: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #1b9f43;
}

.aside-quote-form {
  max-width: 500px;
  width: 100%;
}

.form-title {
  margin-bottom: 20px;
}

.aside-quote-form .content {
  position: sticky;
  top: 120px;
  padding: 20px;
  background: #f5f5f5;
}

.aside-quote-form .content form {
  padding: 20px;
  background: #fff;
}

.aside-quote-form .content form .row {
  margin: 0 -10px;
}

.aside-quote-form .content form .row > div {
  padding: 0 10px;
}

.aside-quote-form  input {
  padding: 0 20px;
}

.aside-quote-form  input[type="submit"] {
  color: #fff;
  cursor: pointer;
  background: #1b9f43;
}

.textarea-div {
  margin: 10px 0;
}

@media (max-width: 1400px) {
  .quote-lists-ul li .right {
    flex: none;
    margin-left: 40px;
  }
}


@media (max-width: 1279px) {
  .quote-lists-content {
    flex-direction: column;
  }

  .quote-lists-div {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .quote-lists-ul li .right {
    flex: 1;
    margin-left: 40px;
  }

  .aside-quote-form {
    max-width: 100%;
  }
} 

@media (max-width: 1023px) {
  .quote-lists-ul li .right {
    flex: none;
    margin-left: 40px;
  }

  .quote-lists-content {
    margin-bottom: 60px;
  }
}


@media (max-width: 767px) {
  .breadcrumbs-content {
    line-height: 1.5;
  }

  .quote-lists-content {
    margin-bottom: 40px;
  }

  .quote-lists-div {
    padding: 30px 15px;
  }

  .aside-quote-form .col-xs-12.col-sm-6:first-child {
    margin-bottom: 10px;
  }

  .quote-lists-ul li {
    flex-direction: column;
  }

  .quote-lists-ul .left {
    flex-direction: column;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .quote-lists-img {
    margin: 0 auto;
  }

  .quote-lists-desc p {
    margin-top: 10px;
  }

}



/* no quote list page */

.no-quote-content p a {
  color: #1b9f43;
  white-space: nowrap;
  font-family: 'TitilliumWeb-SemiBold';
}

.no-quote-content p a:hover {
  text-decoration: underline;
}