.fuxing-insuranceWrap {
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  position: absolute;
  z-index: 333;
  top: 0;
  left: 0;
  background-color: #fff;

  .fuxing-insuranceWrap-title {
    padding: 15px;
  }

  .questionnaire-tip {
    padding: 0px 15px 10px;
    border-bottom: 10px solid var(--background-active);
  }

  .insuranceContainer {
    overflow-x: hidden;
    overflow-y: auto;

    .informedTheInsured {
      .optionsList {
        .questionWrap {
          .questionTitle {
            font-weight: 500;
            font-size: 14px;

            &.error {
              border-bottom: 2px solid rgb(255, 118, 118);
              // background-color: rgb(255, 118, 118);
            }
          }

          .selectWrap {
            text-indent: 12px;

            .item {
              padding: 5px 0;

              img {
                width: 14px;
                height: 15px;
                margin-right: 10px;
                vertical-align: middle;
              }
            }
          }
        }

        .other {
          display: flex;
          justify-content: space-between;
          align-content: center;
          align-items: center;
          padding: 8px 0;
          margin: -14px 0 14px 14px;
          border-bottom: 1px solid #e6e6e6;

          span {
            width: calc(100vw - 80vw);
          }
        }
      }

      .optionsList:last-child {
        border: 0;
      }
    }

    .insuranceFooterButton {
      padding-bottom: 22px;
    }
  }
}

.border-bottom-show {
  margin: 0 14px;
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6;
}
