/*信息列表*/
.info-list {
  width: 8.4rem;
  padding: 0.53333333rem 0.53333333rem 0 0.53333333rem;
  background: #fff;
}
.info-list li {
  width: 100%;
  padding: 0.26666667rem 0;
  border-bottom: solid 0.02666667rem #f2f2f2;
}
.info-list li:last-of-type {
  border-bottom: none;
}
.info-list li h1 {
  display: block;
  font-size: 0.42666667rem;
  color: #070707;
  line-height: 0.66666667rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.info-list li .remark {
  font-size: 0;
  padding: 0.26666667rem 0 0 0;
}
.info-list li .remark span {
  font-size: 0.37333333rem;
  color: #a8a8a8;
  padding-right: 0.26666667rem;
}
.info-list li .remark img {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.05333333rem;
  margin-right: 0.10666667rem;
}
.info-list li .remark label {
  display: inline-block;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
}
/*客户留言*/
.lnkMessage {
  margin: 0.26666667rem;
  line-height: 0.93333333rem;
  text-align: center;
  border: solid 0.02666667rem #eee;
  border-radius: 0.66666667rem;
  background: #fff;
}
.lnkMessage a {
  display: block;
  line-height: 0.93333333rem;
  font-size: 0.37333333rem;
  color: #999;
}
/*客户留言*/
.message {
  width: 8.93333333rem;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 0.26666667rem;
}
.message li {
  height: 1.13333333rem;
}
.message li.area {
  height: 2.8rem;
  margin-top: 0.46666667rem;
}
.message li.btn {
  height: 1.13333333rem;
  margin-top: 0.06666667rem;
}
.message li.captcha {
  margin-top: 0.6rem;
}
.message li select {
  width: 8.37333333rem;
  border: 0.01333333rem solid #dbdbdb;
  border-radius: 0.13333333rem;
  font-size: 0.37333333rem;
  color: #999;
  line-height: 1.04rem;
  height: 1.04rem;
  padding: 0 0.26666667rem;
  cursor: pointer;
  background: #f9f9f9;
}
.message li textarea {
  width: 8.37333333rem;
  line-height: 0.53333333rem;
  height: 2.66666667rem;
  padding: 0.26666667rem;
  border: 0.01333333rem solid #dbdbdb;
  resize: none;
  border-radius: 0.08rem;
  font-size: 0.37333333rem;
  color: #333333;
  outline: 0;
  background: #f9f9f9;
}
.message li input[type=text] {
  width: 8.37333333rem;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  border: 0.01333333rem solid #dbdbdb;
  border-radius: 0.08rem;
  font-size: 0.37333333rem;
  color: #333333;
  padding: 0 0.26666667rem;
  background: #f9f9f9;
}
.btn {
  height: 0.93333333rem;
  line-height: 1.06666667rem;
  width: 8.93333333rem;
  border: none;
  background: #013f94;
  font-size: 0.37333333rem;
  color: #ffffff;
  border-radius: 0.66666667rem;
  cursor: pointer;
  outline: none;
}
/*信息详情*/
.message-detail {
  width: 94%;
  margin: 0.26666667rem auto;
  border: solid 0.02666667rem #eee;
  border-collapse: collapse;
  margin-bottom: 0.26666667rem;
  box-shadow: 0.13333333rem 0.13333333rem 0.26666667rem #eee;
}
.message-detail th {
  line-height: 0.53333333rem;
  padding: 0.26666667rem;
  font-weight: normal;
  text-align: center;
  color: #333;
  font-size: 0.37333333rem;
  border: solid 0.02666667rem #eee;
}
.message-detail td {
  line-height: 0.53333333rem;
  text-align: left;
  padding: 0.26666667rem;
  border: solid 0.02666667rem #eee;
  font-size: 0.37333333rem;
  color: #333;
}
/*# sourceMappingURL=message.css.map */