.popup-box {
  // max-height: 490px;
  max-height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 9999;
  .za-tabs__tab {
    overflow: visible;
    padding-left: 10px;
    padding-right: 10px;
  }

  .za-tabs__line {
    height: 3px;
  }

  .za-tabs__header ul {
    height: 45px;
    overflow: auto;
  }

  .za-tabs__tab--active {
    color:  var(--theme-primary);
  }

  .tab_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 45px;
  }
}

.c-supervisionPopup-bottom-button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 65px;
  box-shadow: 0px -1px 0px 0px rgba(230, 230, 230, 1);
}

.c-supervisionPopup-bottom-bubble {
  position: absolute;
  bottom: 109px;
  left: 0px;
  width: 100%;
  &.noTip {
    bottom: 66px;
  }
}

.c-supervisionPopup-bottom-tip {
  position: absolute;
  bottom: 66px;
  left: 0px;
  width: 100%;
}

.c-supervisionPopup-bottom {
  z-index: 99;
}
