.accept-query-special-note {
  line-height: 24px;
  color: #333;
}
.accept-query-special-note h4 {
  margin-bottom: 0.12rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.17rem;
}
.accept-query-special-note p {
  font-weight: 700;
  font-size: 0.13rem;
  color: #333;
}
.accept-query-special-note .red {
  color: #dc1e32;
}
.accept-query-special-note a {
  text-decoration: underline;
  color: #007aff;
}
.accept-query-special-note ul {
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 0.16rem;
}
.accept-query-special-note li {
  display: list-item;
  list-style: disc outside;
}

.title-wrap[data-v-a3d51aa8] {
  height: 0.6rem;
  background-color: var(--bg-white);
  margin-bottom: 0.12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  color: var(--ft-black);
  border-radius: 0.08rem;
}
.title-wrap .title[data-v-a3d51aa8] {
  font-size: 0.24rem;
}
.title-wrap .title .gray[data-v-a3d51aa8] {
  color: var(--ft-gray);
}

.accept-query[data-v-274857e2] {
  position: relative;
}
.title-right[data-v-274857e2] {
  font-size: 0.14rem;
  font-weight: 400;
  color: var(--ft-black);
}
.title-right a[data-v-274857e2] {
  color: var(--ft-red);
  text-decoration: underline;
  cursor: pointer;
}
.main-box + .main-box[data-v-274857e2] {
  margin-top: 0.12rem;
}
.main-box[data-v-274857e2] {
  width: 100%;
  color: #40403f;
  padding: 0.2rem;
  border-radius: 4px;
  background: #fff;
  padding-top: 0.3rem;
}
.no-result-wrap[data-v-274857e2] {
  margin-top: 0.12rem;
  padding: 0.24rem;
  background: linear-gradient(92deg, rgba(191,191,191,0.1) 9.04%, rgba(240,240,240,0.1) 111.61%);
}
.no-result-wrap .no-result[data-v-274857e2] {
  color: #0a0f16;
  font-size: 0.18rem;
  font-weight: 500;
}
.no-result-wrap .no-result-sub[data-v-274857e2] {
  font-size: 0.14rem;
  color: rgba(10,15,22,0.4);
  margin-top: 0.12rem;
}
.no-result-wrap .online[data-v-274857e2] {
  font-size: 0.14rem;
  color: rgba(10,15,22,0.4);
  margin-top: 0.1rem;
}
.no-result-wrap .online .online-service[data-v-274857e2] {
  font-size: 0.14rem;
  color: #334e80;
}
.selectbar[data-v-274857e2] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.selectbar .input[data-v-274857e2] {
  width: 100%;
}
.selectbar .input .wrap[data-v-274857e2] {
  width: 100%;
}
.selectbar .to[data-v-274857e2] {
  margin-top: 0.24rem;
}
.selectbar .options[data-v-274857e2] {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 2;
  border: 1px solid #ccc;
}
.selectbar .options div[data-v-274857e2] {
  padding-left: 0.1rem;
}
.selectbar .options div[data-v-274857e2]:hover {
  background: #f2f2f2;
}
.selectbar.idArea[data-v-274857e2] {
  padding: 0;
  width: 100%;
  margin-top: 0.2rem;
}
.selectbar.idArea .input[data-v-274857e2] {
  padding: 0;
  width: 46.4%;
}
.selectbar.idArea .input .select-id[data-v-274857e2] {
  padding-left: 0.1rem;
}
.selectbar.idArea .input .select-id div[data-v-274857e2] {
  cursor: pointer;
}
.input[data-v-274857e2] {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.12rem;
  border: none;
  border-radius: 0.04rem;
  cursor: pointer;
  user-select: none;
  background-color: var(--input-bg-gray);
}
.input.disabled[data-v-274857e2] {
  cursor: not-allowed;
}
.input.disabled input[data-v-274857e2] {
  cursor: not-allowed;
}
.input input[data-v-274857e2] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 0.12rem;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.input .city-picker[data-v-274857e2] {
  position: absolute;
  top: 0.4rem;
  left: 0;
  z-index: 10;
}
.goods-name[data-v-274857e2] {
  margin: 0.24rem 0;
}
.goods-name ul[data-v-274857e2] {
  position: absolute;
  left: 0;
  top: 0.33rem;
  z-index: 1;
  width: 100%;
  max-height: 2.6rem;
  overflow-y: auto;
  background-color: #fff;
  border-top: 0;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.06);
}
.goods-name ul li[data-v-274857e2] {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.goods-name ul li .cons-name[data-v-274857e2],
.goods-name ul li .category[data-v-274857e2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-name ul li .cons-name[data-v-274857e2] {
  max-width: 40%;
  margin-left: 0.1rem;
}
.goods-name ul li .cons-name[data-v-274857e2] .active {
  color: var(--ft-red);
}
.goods-name ul li .category[data-v-274857e2] {
  max-width: 55%;
  color: #666;
  margin-right: 0.1rem;
}
.goods-name ul li[data-v-274857e2]:hover {
  background-color: var(--bg-gray);
}
.search-btn[data-v-274857e2] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.82rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.25rem;
  border: none;
  letter-spacing: 1px;
  border-radius: 0.04rem;
  font-size: 14px;
  color: #fff;
  background-color: var(--bg-red);
  cursor: pointer;
  transition: all 0.2s linear;
  margin: 0.04rem 0 0.1rem 0;
}
.search-btn[data-v-274857e2]:hover {
  background-color: var(--bg-red);
}
.search-btn.disabled[data-v-274857e2] {
  background-color: var(--btn-bg-gray-disabled);
  cursor: not-allowed;
}
.search-tips[data-v-274857e2] {
  padding: 0.2rem;
  color: var(--ft-red) !important;
  border-radius: 0.04rem;
}
.search-tips a[data-v-274857e2] {
  text-decoration: underline;
  color: #007aff;
}
.search-tip[data-v-274857e2] {
  margin-top: 0.2rem;
}
.result-box[data-v-274857e2] {
  margin: 0.12rem 0;
  background-color: var(--bg-white);
  padding: 0.2rem;
  color: var(--ft-black);
}
.result-box .result-title[data-v-274857e2] {
  font-size: 0.16rem;
  font-weight: 700;
}
.result-box .result-body[data-v-274857e2] {
  padding-top: 0.3rem;
}
.result-box .result-table[data-v-274857e2] {
  box-sizing: border-box;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.result-box .result-table th[data-v-274857e2],
.result-box .result-table td[data-v-274857e2] {
  box-sizing: border-box;
  height: 0.5rem;
  padding: 0.1rem;
  text-align: center;
}
.result-box .result-table th[data-v-274857e2] {
  background-color: #fafafa;
}
.result-box .result-table td[data-v-274857e2] {
  line-height: 1.5;
}
.result-box .result-table td.txt-left[data-v-274857e2] {
  text-align: left;
}
.result-box .result-table tbody tr:hover td[data-v-274857e2] {
  background-color: #f1f1f1;
}

