body {
  background: #FFF;
}
.consult {
  width: 9.2rem;
  margin: 0.26666667rem auto;
}
.total-ly {
  margin: 0.13333333rem auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.26666667rem;
}
.total-ly .ly {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.06666667rem;
  padding: 0.26666667rem;
  background: linear-gradient(145deg, #E4C995 0%, var(--main-color) 100%);
  border-radius: 0.21333333rem;
  overflow: hidden;
}
.total-ly .ly i {
  text-align: center;
  color: #fff;
  font-size: 0.66666667rem;
}
.total-ly .ly span {
  text-align: center;
  color: #fff;
  font-size: 0.37333333rem;
}
/*统计*/
.ul-total {
  width: 9.2rem;
  margin: 0.26666667rem auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
}
.ul-total li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  box-shadow: 0 0 0.13333333rem var(--main-color);
  border-radius: 0.21333333rem;
  overflow: hidden;
}
.ul-total li span {
  padding: 0.26666667rem 0.26666667rem;
  font-size: 0.37333333rem;
  text-align: center;
  color: #FFF;
}
.ul-total li span:first-child {
  font-family: Impact;
  font-size: 0.53333333rem;
  font-weight: 600;
  color: #FFF;
}
/*受理信件*/
.ul-total li:nth-child(1) {
  background: linear-gradient(145deg, var(--main-color) 0%, #4E8FDE 100%);
}
/*办理中*/
.ul-total li:nth-child(2) {
  background: linear-gradient(145deg, var(--main-color) 0%, #EC8941 100%);
}
/*办结信件*/
.ul-total li:nth-child(3) {
  background: linear-gradient(145deg, var(--main-color) 0%, #37C276 100%);
}
/*留言列表*/
.ul-list {
  opacity: 0;
  height: 0;
}
.ul-list-1 {
  width: 9.46666667rem;
  margin: 0.26666667rem auto;
  opacity: 0;
  height: 0;
}
.ul-list-1 li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0.2rem;
  position: relative;
}
.ul-list-1 li:not(:last-of-type):after {
  content: '';
  height: 0.02666667rem;
  background: linear-gradient(90deg, transparent 0%, #E7E7E7 20%, #E7E7E7 80%, transparent 100%);
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ul-list-1 li span,
.ul-list-1 li a {
  font-size: 0.42666667rem;
  color: #333;
}
.ul-list-1 li span {
  color: #999;
}
input[type=text]::-moz-placeholder {
  color: #ccc;
  font-family: 华文仿宋;
  font-size: 0.42666667rem;
}
input[type=text]::-ms-input-placeholder {
  color: #ccc;
  font-family: 华文仿宋;
  font-size: 0.42666667rem;
}
input[type=text]::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
  font-size: 0.42666667rem;
}
input[type=text]::-webkit-input-placeholder {
  color: #ccc;
  font-family: 华文仿宋;
  font-size: 0.42666667rem;
}
textarea::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
  font-size: 0.42666667rem;
}
/*留言详情*/
.consult .query-box {
  width: 100%;
  margin: 0 auto 0.13333333rem;
}
.consult .query-box form {
  display: flex;
  align-items: center;
  justify-content: left;
}
.consult .query-box .tip {
  line-height: 0.6rem;
  font-size: 0.37333333rem;
  color: #ccc;
  font-family: 华文仿宋;
  padding-left: 0.13333333rem;
}
.consult .query-box .txtQueryCode {
  border: 1px solid #dbdbdb;
  border-radius: 0.06666667rem 0 0 0.06666667rem;
  font-size: 0.42666667rem;
  color: #333333;
  line-height: 1.06666667rem;
  height: 1.06666667rem;
  padding: 0 0.13333333rem;
  width: 6.66666667rem;
}
.consult .query-box .btnQuery {
  border: none;
  width: 2.66666667rem;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background: var(--main-color);
  color: #fff;
  font-size: 0.42666667rem;
  border-radius: 0 0.06666667rem 0.06666667rem 0;
}
.consult .detail {
  width: 100%;
  margin: 0 auto 0.13333333rem;
  border: solid 0.01333333rem #eee;
  border-collapse: collapse;
}
.consult .detail th {
  line-height: 0.8rem;
  padding: 0.2rem;
  font-weight: normal;
  text-align: center;
  color: #333;
  font-size: 0.42666667rem;
  border-bottom: solid 0.01333333rem #eee;
}
.consult .detail td {
  line-height: 0.8rem;
  text-align: left;
  padding: 0.2rem;
  border: solid 0.01333333rem #eee;
  font-size: 0.42666667rem;
  color: #333;
}
.btn {
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  width: 2.66666667rem;
  border: none;
  background-color: var(--main-color);
  font-size: 0.37333333rem;
  color: #ffffff;
  border-radius: 0.04rem;
  cursor: pointer;
  padding: 0rem 0.26666667rem;
}
.ul-add {
  width: 9.46666667rem;
  margin: 0.26666667rem auto;
  border: solid 0.01333333rem #E7E7E7;
  display: grid;
  grid-template-columns: 1fr;
}
.ul-add li {
  display: grid;
  grid-template-columns: 2.66666667rem auto;
  gap: 0.02666667rem;
  align-items: center;
  padding: 0.2rem 0.13333333rem;
}
.ul-add li:not(:first-of-type) {
  border-top: solid 0.01333333rem #E7E7E7;
}
.ul-add li span {
  padding: 0 0.26666667rem;
  text-align: right;
  font-size: 0.42666667rem;
  color: #333;
}
.ul-add li label {
  padding: 0 0.13333333rem;
  text-align: right;
  font-size: 0.42666667rem;
  color: #333;
}
.ul-add li input[type=radio] {
  margin: 0.2rem 0;
}
.ul-add li select {
  border: 0.01333333rem solid #dbdbdb;
  border-radius: 0.08rem;
  font-size: 0.37333333rem;
  color: #333333;
  line-height: 0.93333333rem;
  height: 0.93333333rem;
  padding: 0 0.13333333rem;
  vertical-align: top;
  width: 97%;
  cursor: pointer;
}
.ul-add li input[type=text] {
  border: 0.01333333rem solid #dbdbdb;
  border-radius: 0.08rem;
  font-size: 0.37333333rem;
  color: #333333;
  line-height: 0.93333333rem;
  height: 0.93333333rem;
  padding: 0 0.13333333rem;
  width: 97%;
}
.ul-add li input[type=text]:hover {
  border: solid 0.01333333rem #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.13333333rem;
  border: 0.01333333rem solid #dbdbdb;
  resize: none;
  border-radius: 0.04rem;
  font-size: 0.21333333rem;
  color: #333333;
  line-height: 0.29333333rem;
  height: 0.88rem;
  outline: 0;
}
.ul-add li textarea {
  width: 97%;
  padding: 0.13333333rem;
  border: 0.01333333rem solid #dbdbdb;
  resize: none;
  border-radius: 0.04rem;
  font-size: 0.21333333rem;
  color: #333333;
  line-height: 0.29333333rem;
  height: 0.88rem;
  outline: 0;
}
.ul-add li textarea::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.ul-add li textarea:hover {
  border: solid 0.01333333rem #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: 9.46666667rem;
  margin: 0.26666667rem auto;
  border: solid 0.01333333rem #E7E7E7;
  display: grid;
  grid-template-columns: 1fr;
}
.ul-add-1 li {
  display: grid;
  grid-template-columns: 2.66666667rem auto;
  gap: 0.02666667rem;
  align-items: center;
  padding: 0.2rem 0.13333333rem;
}
.ul-add-1 li:not(:first-of-type) {
  border-top: solid 0.01333333rem #E7E7E7;
}
.ul-add-1 li span {
  padding: 0 0.26666667rem;
  text-align: right;
  font-size: 0.42666667rem;
  color: #333;
}
.ul-add-1 li label {
  padding: 0 0.13333333rem;
  text-align: right;
  font-size: 0.42666667rem;
  color: #333;
}
.ul-add-1 li input[type=radio] {
  margin: 0.2rem 0;
}
.ul-add-1 li select {
  border: 0.01333333rem solid #dbdbdb;
  border-radius: 0.08rem;
  font-size: 0.37333333rem;
  color: #333333;
  line-height: 0.93333333rem;
  height: 0.93333333rem;
  padding: 0 0.13333333rem;
  vertical-align: top;
  width: 97%;
  cursor: pointer;
}
.ul-add-1 li input[type=text] {
  border: 0.01333333rem solid #dbdbdb;
  border-radius: 0.08rem;
  font-size: 0.37333333rem;
  color: #333333;
  line-height: 0.93333333rem;
  height: 0.93333333rem;
  padding: 0 0.13333333rem;
  width: 97%;
}
.ul-add-1 li input[type=text]:hover {
  border: solid 0.01333333rem #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.13333333rem;
  border: 0.01333333rem solid #dbdbdb;
  resize: none;
  border-radius: 0.04rem;
  font-size: 0.21333333rem;
  color: #333333;
  line-height: 0.29333333rem;
  height: 0.88rem;
  outline: 0;
}
.ul-add-1 li textarea {
  width: 97%;
  padding: 0.13333333rem;
  border: 0.01333333rem solid #dbdbdb;
  resize: none;
  border-radius: 0.08rem;
  font-size: 0.21333333rem;
  color: #333333;
  line-height: 0.4rem;
  height: 2.4rem;
  outline: 0;
}
.ul-add-1 li textarea::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.ul-add-1 li textarea:hover {
  border: solid 0.01333333rem #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.02666667rem;
}
.ul-add-1 li .tip {
  color: #999;
  font-size: 0.37333333rem;
  font-family: 华文仿宋;
  padding: 0.06666667rem 0;
}
#txtCaptcha {
  width: 2.93333333rem;
}
/*# sourceMappingURL=mobile.consult.css.map */