.tx_view {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.tx {
  flex: 0 0 155px;
  height: 33px;
  line-height: 31px;
  cursor: pointer;
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 0 9px 0 0;
  text-align: center;
  background-color: #fff;
  color: #2788d8;
}
.tx:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -46px;
  height: 106%;
  width: 50px;
  z-index: 2;
  background-color: #fff;
  clip-path: path("M -10,2 C 11,0 29,55 51,52 L 0, 53 Z");
}
.sj::before {
  content: "";
  position: absolute;
  top: 41%;
  left: 18px;
  width: 0;
  height: 0;
  transform: rotate(90deg) translateY(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14.6px solid #247fcb8f;
  z-index: 2;
}
.sj:after {
  content: "";
  position: absolute;
  top: 41%;
  left: 12px;
  width: 0;
  height: 0;
  transform: rotate(90deg) translateY(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14.6px solid #247fcb;
}
.tx2 {
  border-top-left-radius: 13px;
}
.hjgc.tx1:after {
  transform: rotate(270deg) translateY(-11px) translateX(7px);
}
.hjgc.tx1zxbf:after {
  transform: rotate(270deg) translateY(-32px) translateX(7px);
}

@media (max-width: 800px) {
  .tx:after {
    content: unset;
  }
}
