.anchor-tab .ul .li .anchor {
  line-height: 1.33333333;
  font-size: 12px;
}
@media (max-width: 750px) {
  .anchor-tab .ul .li .anchor {
    line-height: 1.33333333;
    font-size: 12px;
  }
}
.anchor-tab {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 10px;
  z-index: 1002;
}
@media (max-width: 750px) {
  .anchor-tab {
    padding-top: 5px;
  }
}
@media (max-width: 750px) {
  .anchor-tab {
    padding-right: 5px;
  }
}
.anchor-tab .ul .li {
  border-left: 1px dashed #a8a8a8;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
}
.anchor-tab .ul .li:after {
  position: absolute;
  left: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #a8a8a8;
  background-color: #f6f6f6;
  z-index: 1;
}
@media (min-width: 993px) {
  .anchor-tab .ul .li:after {
    content: '';
  }
}
.anchor-tab .ul .li .anchor {
  display: inline-block;
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 750px) {
  .anchor-tab .ul .li .anchor {
    padding-left: 5px;
  }
}
@media (max-width: 750px) {
  .anchor-tab .ul .li .anchor {
    padding-right: 5px;
  }
}
@media (min-width: 993px) {
  .anchor-tab .ul .li:hover .anchor {
    color: #d10c2b;
  }
  .anchor-tab .ul .li.active:after {
    background-color: #d10c2b;
    border-color: #d10c2b;
  }
  .anchor-tab .ul .li.active .anchor {
    background-color: #d10c2b;
    color: #fff;
    border-radius: 2px;
  }
}
.anchor-tab .allLi {
  display: none;
}
@media (max-width: 992px) {
  .anchor-tab {
    border-bottom: 1px solid #d8d5d5;
    padding: 0;
    background-color: #fff;
    margin-left: -50px;
    margin-right: -50px;
    z-index: 1002;
    position: relative;
  }
  .anchor-tab .ox-auto {
    position: relative;
  }
  .anchor-tab .ul {
    white-space: nowrap;
    padding-right: 15px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .anchor-tab .ul .li {
    display: inline-block;
    padding: 15px;
    border-left: none;
  }
  .anchor-tab .ul .li .anchor {
    position: relative;
    padding: 0;
    font-size: 14px;
  }
  .anchor-tab .ul .li .anchor:after {
    position: absolute;
    background-color: #d10c2b;
    bottom: -18px;
    left: 0%;
    width: 100%;
    height: 2px;
  }
  .anchor-tab .ul .li.active .anchor {
    color: #d10c2b;
  }
  .anchor-tab .ul .li.active .anchor:after {
    content: '';
  }
  .anchor-tab .allLi {
    display: block;
    position: absolute;
    left: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    top: 0;
    padding: 5px;
    background-color: #fff;
    border-left: 1px solid #d8d5d5;
    min-width: 60px;
    white-space: nowrap;
    line-height: 42px;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .anchor-tab {
    margin-left: -15px;
    margin-right: -15px;
  }
}
