body {
  background: #FFF;
}
.consult {
  width: 7.29166667rem;
  margin: 0.10416667rem auto 0;
}
.total-ly {
  margin: 0.05208333rem auto;
  height: 0.41666667rem;
  display: grid;
  grid-template-columns: 2fr 1fr 0.78125rem;
  place-items: center;
  border-radius: 0.04166667rem;
  background: linear-gradient(145deg, #E4C995 0%, var(--main-color) 100%);
  overflow: hidden;
}
.total-ly .ly {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.02604167rem;
}
.total-ly .ly i {
  text-align: center;
  color: #fff;
  font-size: 0.13020833rem;
}
.total-ly .ly span {
  text-align: center;
  color: #fff;
  font-size: 0.08333333rem;
}
/*统计*/
.ul-total {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.ul-total li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ul-total li span {
  font-family: Impact;
  font-size: 0.08333333rem;
  color: #FFF;
}
.ul-total li span:first-child {
  font-size: 0.14583333rem;
}
/*留言列表*/
.ul-list {
  width: 7.29166667rem;
  margin: 0 auto;
  border: solid 0.00520833rem #E7E7E7;
  border-radius: 0.02083333rem;
  opacity: 0;
  height: 0;
}
.ul-list li {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  place-items: center;
  padding: 0.10416667rem;
  position: relative;
}
.ul-list li:hover {
  background: linear-gradient(90deg, transparent 0%, #E7E7E7 20%, #E7E7E7 80%, transparent 100%);
}
.ul-list li:first-child {
  background: linear-gradient(to top, rgba(253, 250, 245, 0.3), #EEE5D2);
}
.ul-list li:not(:last-child):after {
  content: '';
  height: 0.00520833rem;
  background: linear-gradient(90deg, transparent 0%, #E7E7E7 20%, #E7E7E7 80%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ul-list li span,
.ul-list li a {
  font-size: 0.09375rem;
  color: #333;
}
.ul-list li:first-child span {
  font-weight: 700;
}
.ul-list-1 {
  opacity: 0;
  height: 0;
}
/*留言详情*/
.consult .query-box {
  width: 100%;
  margin: 0 auto 0.05208333rem;
}
.consult .query-box form {
  display: flex;
  align-items: center;
  justify-content: left;
}
.consult .query-box .tip {
  line-height: 0.234375rem;
  font-size: 0.09375rem;
  color: #999999;
  font-family: 华文仿宋;
  padding-left: 0.05208333rem;
}
.consult .detail {
  width: 100%;
  margin: 0 auto 0.05208333rem;
  border: solid 0.00520833rem #eee;
  border-collapse: collapse;
}
.consult .detail th {
  line-height: 0.13020833rem;
  padding: 0.078125rem;
  font-weight: normal;
  text-align: center;
  color: #333;
  font-size: 0.09375rem;
  border-bottom: solid 0.00520833rem #eee;
}
.consult .detail td {
  line-height: 0.13020833rem;
  text-align: left;
  padding: 0.078125rem;
  border: solid 0.00520833rem #eee;
  font-size: 0.09375rem;
  color: #333;
}
.btn {
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  width: 0.78125rem;
  border: none;
  background-color: var(--main-color);
  font-size: 0.10416667rem;
  color: #ffffff;
  border-radius: 0.015625rem;
  cursor: pointer;
  padding: 0rem 0.10416667rem;
}
.txtQueryCode {
  border: 1px solid #dbdbdb;
  border-radius: 0.02604167rem 0 0 0.02604167rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.26041667rem;
  padding: 0 0.05208333rem;
  width: 1.82291667rem;
  height: 0.26041667rem;
}
.btnQuery {
  border: none;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  padding-left: 0.15625rem;
  padding-right: 0.15625rem;
  background: var(--main-color);
  color: #fff;
  font-size: 0.08333333rem;
  border-radius: 0 0.02604167rem 0.02604167rem 0;
}
.ul-add {
  width: 7.29166667rem;
  margin: 0.10416667rem auto;
  border: solid 0.00520833rem #E7E7E7;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ul-add li {
  display: grid;
  grid-template-columns: 0.83333333rem auto;
  gap: 0.01041667rem;
  align-items: center;
  padding: 0.05208333rem;
  border-top: solid 0.00520833rem #E7E7E7;
}
.ul-add li:nth-child(1) {
  border-top: none;
}
.ul-add li:nth-child(2) {
  border-top: none;
}
.ul-add li span {
  padding: 0 0.10416667rem;
  text-align: right;
  font-size: 0.09375rem;
  color: #333;
}
.ul-add li input[type=radio] {
  margin: 0.078125rem 0;
}
.ul-add li select {
  border: 1px solid #dbdbdb;
  border-radius: 0.015625rem;
  font-size: 0.07291667rem;
  color: #333333;
  line-height: 0.203125rem;
  height: 0.203125rem;
  padding: 0 0.05208333rem;
  vertical-align: top;
  width: 97%;
  cursor: pointer;
}
.ul-add li input[type=text] {
  border: 0.00520833rem solid #dbdbdb;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.21875rem;
  padding: 0 0.05208333rem;
  width: 97%;
  height: 0.21875rem;
}
.ul-add li input[type=text]:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ul-add li input[type=text]::-moz-placeholder {
  color: #ccc;
}
.ul-add li input[type=text]::-ms-input-placeholder {
  color: #ccc;
}
.ul-add li input[type=text]::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.ul-add li input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
.ul-add li textarea {
  width: 97%;
  padding: 0.05208333rem;
  border: 0.00520833rem solid #dbdbdb;
  resize: none;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.11458333rem;
  height: 0.34375rem;
  outline: 0;
}
.ul-add li textarea {
  width: 97%;
  padding: 0.05208333rem;
  border: 1 solid #dbdbdb;
  resize: none;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.11458333rem;
  height: 66px;
  outline: 0;
}
.ul-add li textarea::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.ul-add li textarea:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ul-add-1 {
  width: 7.29166667rem;
  margin: 0.10416667rem auto;
  border: solid 0.00520833rem #E7E7E7;
  display: grid;
  grid-template-columns: 1fr;
}
.ul-add-1 li {
  display: grid;
  grid-template-columns: 0.83333333rem auto;
  gap: 0.01041667rem;
  align-items: center;
  padding: 0.05208333rem;
}
.ul-add-1 li:not(:first-of-type) {
  border-top: solid 0.00520833rem #E7E7E7;
}
.ul-add-1 li span {
  padding: 0 0.10416667rem;
  text-align: right;
  font-size: 0.09375rem;
  color: #333;
}
.ul-add-1 li input[type=radio] {
  margin: 0.078125rem 0;
}
.ul-add-1 li select {
  border: 1px solid #dbdbdb;
  border-radius: 0.015625rem;
  font-size: 0.07291667rem;
  color: #333333;
  line-height: 0.203125rem;
  height: 0.203125rem;
  padding: 0 0.05208333rem;
  vertical-align: top;
  width: 97%;
  cursor: pointer;
}
.ul-add-1 li input[type=text] {
  border: 0.00520833rem solid #dbdbdb;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.21875rem;
  padding: 0 0.05208333rem;
  width: 97%;
  height: 42px;
}
.ul-add-1 li input[type=text]:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ul-add-1 li input[type=text]::-moz-placeholder {
  color: #ccc;
}
.ul-add-1 li input[type=text]::-ms-input-placeholder {
  color: #ccc;
}
.ul-add-1 li input[type=text]::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.ul-add-1 li input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
.ul-add-1 li textarea {
  width: 97%;
  padding: 0.05208333rem;
  border: 0.00520833rem solid #dbdbdb;
  resize: none;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.11458333rem;
  height: 0.34375rem;
  outline: 0;
}
.ul-add-1 li textarea {
  width: 97%;
  padding: 0.05208333rem;
  border: 0.00520833rem solid #dbdbdb;
  resize: none;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.11458333rem;
  height: 0.34375rem;
  outline: 0;
}
.ul-add-1 li textarea::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.ul-add-1 li textarea:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#imgVal {
  margin: 0 0 0 0.01041667rem;
}
.ul-add-1 li .tip {
  color: #999;
  font-size: 0.09375rem;
  font-family: 华文仿宋;
  padding: 0.02604167rem 0;
}
/*# sourceMappingURL=consult.css.map */