.font-red {
  color: #ff4f19 !important; }

.consulting-warp textarea {
  width: 17.25rem;
  min-height: 7.5rem;
  margin: 0.75rem auto 2.5rem;
  padding: 0.3rem;
  border: 0.05rem solid #f1f1f1;
  display: block;
  border-radius: 0.25rem;
  font-size: 0.7rem; }
.consulting-warp a {
  width: 17.25rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  margin: 0.5rem auto;
  background-color: #8bc34a;
  border: 0; }
.consulting-warp p {
  margin: 0;
  line-height: 1.5;
  padding: 0 0.75rem;
  font-size: 0.7rem;
  color: #666; }

.consult-history > .list-block {
  margin: 0; }
  .consult-history > .list-block li {
    height: 3.5rem;
    padding: 0.25rem 0.75rem;
    border-bottom: 0.05rem solid #f1f1f1; }
    .consult-history > .list-block li a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
    .consult-history > .list-block li .item-media {
      position: absolute;
      width: 2.1rem;
      height: 2.1rem;
      left: 0;
      top: 0.45rem;
      background-color: #dfdfdf;
      color: #fff;
      text-align: center;
      line-height: 2.1rem;
      padding: 0;
      margin: 0;
      border-radius: 0.2rem; }
      .consult-history > .list-block li .item-media i {
        margin: 0 auto;
        font-size: 1rem; }
    .consult-history > .list-block li.item-active .item-media {
      background-color: #29b6f6; }
    .consult-history > .list-block li p.item-inner {
      height: 2.1rem;
      margin: 0;
      margin-left: 0;
      margin-top: 0.5rem;
      padding: 0;
      padding-left: 2.5rem;
      overflow: hidden;
      font-size: 0.7rem;
      color: #333; }
      .consult-history > .list-block li p.item-inner:after {
        background: transparent; }

.consult-detail .list-block {
  margin: 0; }
.consult-detail .item {
  position: relative;
  background-color: #fff;
  padding-top: 0.5rem;
  min-height: 4rem; }
  .consult-detail .item .item-media {
    position: absolute;
    top: 1.25rem;
    left: 0.75rem;
    width: 1.7rem;
    height: 1.7rem;
    background-color: #29b6f6;
    color: #fff;
    text-align: center;
    border-radius: 0.2rem; }
    .consult-detail .item .item-media i {
      font-size: 1rem;
      margin: 0 auto; }
    .consult-detail .item .item-media img {
      max-width: 1.25rem;
      margin: 0 auto; }
  .consult-detail .item .item-inner {
    padding-left: 1.7rem;
    font-size: 0.7rem; }
    .consult-detail .item .item-inner p {
      margin: 0; }
  .consult-detail .item .time {
    text-align: right;
    color: #999;
    display: block; }
  .consult-detail .item.user {
    background-color: #eee; }
.consult-detail .btn-box {
  text-align: center;
  margin-top: 1.5rem; }
  .consult-detail .btn-box a {
    width: 6.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #dfdfdf;
    color: #fff;
    display: inline-block;
    border: 0; }
    .consult-detail .btn-box a:first-child {
      margin-right: 1rem; }
    .consult-detail .btn-box a.item-active {
      background-color: #29b6f6; }
.consult-detail .star-show {
  display: none;
  padding: 0.5rem; }
  .consult-detail .star-show .item-star {
    color: #999; }
    .consult-detail .star-show .item-star.item-active {
      color: #29b6f6; }
  .consult-detail .star-show.star-active {
    display: block; }
.consult-detail .add_consult {
  display: none;
  margin: 0.75rem 0;
  padding: 0 0.75rem; }
  .consult-detail .add_consult.action {
    display: block; }
  .consult-detail .add_consult textarea {
    border: 0.05rem solid #dfdfdf;
    font-size: 0.7rem; }
  .consult-detail .add_consult .add_consult_btn {
    width: 50%;
    margin: 1rem auto;
    text-align: center;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 0.7rem;
    color: #ffffff;
    background: #29b6f6;
    display: block; }

#confirm-stars .icon {
  font-size: 1.2rem;
  color: #999;
  margin: 0 0.25rem; }
  #confirm-stars .icon.item-active {
    color: #29b6f6; }

    
.main {
  width: 100%;
  height: 100vh;
  background: #f8f8f8;
  box-sizing: border-box;
  overflow: hidden;
}
.smart-green {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #f8f8f8;
  padding: 30px 30px 20px 30px;
  font: 18px Arial, Helvetica, sans-serif;
  color: #666;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.smart-green h1 {
  font: 24px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  padding: 20px 0px 20px 40px;
  display: block;
  margin: -30px -30px 10px -30px;
  color: #fff;
  background: #9dc45f;
  text-shadow: 1px 1px 1px #949494;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #89af4c;
}
.smart-green h1 > span {
  display: block;
  font-size: 11px;
  color: #fff;
}

.smart-green label {
  display: block;
  margin: 0px 0px 5px;
}
.smart-green label > span {
  float: left;
  margin-top: 10px;
  color: #5e5e5e;
}
.smart-green input[type='text'],
.smart-green input[type='email'],
.smart-green textarea {
  color: #555;
  height: 40px;
  line-height: 15px;
  width: 100%;
  padding: 0px 0px 0px 10px;
  margin-top: 2px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
  box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
  font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea {
  height: 100px;
  padding-top: 10px;
}
.button {
  background-color: #9dc45f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-border-radius: 5px;
  border: none;
  /* padding: 10px 25px 10px 25px; */
  margin-left: 30px;
  color: #fff;
  text-shadow: 1px 1px 1px #949494;
}
.button:hover {
  background-color: #80a24a;
}
/*# sourceMappingURL=consult.css.map */
