.tab-tit-box002 {
  display: flex;
  font-weight: normal;
}
.tab-tit-box002 .tab-tit {
  position: relative;
}
.tab-tit-box002 .tab-tit+.tab-tit:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  top: 0.16rem;
  left: -0.23rem;
  background-color: #B5B3B3;
}
.tab-tit-box002 .tab-tit a .top-tit {
  display: flex;
  align-items: center;
}

.tab-tit-box002 .tab-tit a .top-tit img {
  margin-right: 0.05rem;
  width: 0.32rem;
  display: none;
}

.tab-tit-box002 .tab-tit a .top-tit p {
  color: #333;
  font-size: 0.32rem;
  line-height: 1;
}

.tab-tit-box002 .tab-tit a .bottom-tit {

  display: flex;
  align-items: center;
  margin-left: 0.36rem;
  opacity: 0;
}
.tab-tit-box002 .tab-tit.cur a .top-tit img {
  display: block;
}
.tab-tit-box002 .tab-tit.cur a .bottom-tit {
  opacity: 1;
}
.tab-tit-box002 .tab-tit a .bottom-tit p {
  font-size: 0.12rem;
  color: #969696;
}

.tab-tit-box002 .tab-tit a .bottom-tit img {
  margin-left: 0.05rem;
  width: 0.54rem;
}
@media (max-width: 960px) {

.tab-tit-box002 .tab-tit a .top-tit p {
    font-size: 20px !important;
  }
}