.query-page {
  height: 100%;
  position: relative;
}
.query-page .page-inner {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
}
.query-page .page-inner .form {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
}
.query-page .page-inner .form .banner {
        max-width: 100%;
        width: 260px;
        margin: 30px auto;
        display: block;
}
.query-page .page-inner .form .title {
        text-align: center;
        background-color: #dfe8ff;
        border-radius: 25px;
        margin-bottom: 10px;
}
.query-page .page-inner .form .field .field-radio {
        border-radius: 5px;
        height: 40px;
}
.query-page .page-inner .form .field .field-radio label span {
        border-radius: 5px;
        font-size: 1em;
        line-height: 34px;
        height: 34px;
}
.query-page .page-inner .form .field .field-radio label input:checked + span {
        background-color: #dfe8ff;
        color: #000;
}
.query-page .page-inner .el-input__inner {
      border: none !important;
}
.query-page .category {
    overflow: hidden;
    position: relative;
    max-height: 0;
}
.query-page .category .sp {
      text-align: center;
      position: relative;
      margin-bottom: 20px;
}
.query-page .category .sp::before {
        content: "";
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        position: absolute;
        border-top: 1px solid #d4d4d4;
}
.query-page .category .sp span {
        padding: 0 15px;
        display: inline-block;
        background-color: #f1f1f1;
        position: relative;
        z-index: 2;
        font-size: 0.8em;
        color: #d4d4d4;
}
.query-page .category.open {
      max-height: 10000px;
}
.query-page .toggle-btn-wrap {
    padding: 10px;
    font-size: 0.8em;
    color: #7e7e7e;
    text-align: center;
}
.query-page .toggle-btn-wrap > span {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.05);
      padding: 10px 15px;
      border-radius: 25px;
}
.query-page .send-wrap {
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.07);
            box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.07);
}
.query-page .step-content {
    min-height: auto;
}

