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

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

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

  .holderContainer {
    overflow-x: hidden;
    overflow-y: auto;
    // 需注释
    //background-color: teal;
    &:last-child{
      border: 0;
    }
  }

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

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