@charset "UTF-8";
.container .main {
  width: 100%;
  height: calc(100% - 1.85rem);
  overflow-y: auto;
}

.xxgk-search {
  display: flex;
  justify-content: space-between;
  padding: .15rem .3rem;
}

.xxgk-search input {
  background: #ffffff;
  flex: 1;
  margin-right: .2rem;
  height: .5rem;
  padding: .1rem .15rem;
  border-radius: .1rem;
  font-size: .24rem;
  color: #6c6c6c;
}

input::-webkit-input-placeholder {
  font-size: .24rem;
}

input::-moz-placeholder {
  font-size: .24rem;
}

input:-moz-placeholder {
  font-size: .24rem;
}

input:-ms-input-placeholder {
  font-size: .24rem;
}

.xxgk-search a {
  display: block;
  width: 1.14rem;
  height: .5rem;
  line-height: .5rem;
  border-radius: .1rem;
  background: #ffffff;
  font-size: .24rem;
  text-align: center;
  color: #0364b0;
}

.inquiry-list dl dt {
  height: .6rem;
  line-height: .6rem;
  background: #ffffff;
  margin-bottom: .05rem;
  font-size: .24rem;
  color: #303030;
  padding-left: .24rem;
}

.inquiry-list dl dd {
  display: none;
  height: .6rem;
  line-height: .6rem;
  margin-bottom: .05rem;
  background: #ffc887;
  font-size: .22rem;
  color: #fff;
  padding-left: .7rem;
}

.inquiry-list dl:first-child dd {
  display: block;
}