/*!
 * index/0.2.20/index.css, 2026/4/23 23:05:32
 *
 */
.react-tabs__tab-root {
  position: relative;
  margin-bottom: 12px;
  height: 40px;
}
.react-tabs__tab-container {
  position: relative;
  padding: 8px 16px;
  box-sizing: border-box;
}
.react-tabs__tab-list {
  display: flex;
  overflow-x: auto;
}
.react-tabs__tab-list::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.react-tabs__tab-list-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.react-tabs__tab {
  flex-shrink: 1;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-right: 22px;
  word-break: keep-all;
}
.react-tabs__tab :last-child {
  margin-right: 0;
}
.react-tabs__tab--selected {
  color: #002fa7;
  font-weight: bold;
}
.react-tabs__tab-panel {
  flex: 1;
}
.react-tabs__indicator {
  position: absolute;
  left: 22px;
  height: 2px;
  bottom: 0;
  width: 20px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #002fa7;
}

