.tab-tit-box001 {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
}

.tab-tit-box001 .tab-tit {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 0.38rem;
}

.tab-tit-box001 .tab-tit+.tab-tit .cir {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.23rem;
  background-color: #B5B3B3;
}

.tab-tit-box001 .tab-tit+.tab-tit:before {
  display: none;
}

.tab-tit-box001 .tab-tit:last-child {
  margin-right: 0 !important;
}

.tab-tit-box001 .tab-tit.cur .square-box {
  display: block;
}

.tab-tit-box001 .tab-tit.cur a {
  color: var(--ruifox-color-primary-1) !important;
  font-weight: bold;
}

.tab-tit-box001 .tab-tit .square-box {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  display: none;
}

.tab-tit-box001 .tab-tit .square-box .big {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: #0065b3;
  z-index: 1;
}

.tab-tit-box001 .tab-tit .square-box .small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.12rem;
  height: 0.12rem;
  background: #47ab3f;
}

.tab-tit-box001 .tab-tit a {
  font-size: 0.32rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 960px) {
  .tab-tit-box001 .tab-tit {
    margin-right: 10px !important;
  }

  .tab-tit-box001 .tab-tit a {
    font-size: 20px !important;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=column-tab-tit002.css.map */