.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #dc021c;
  }
  @keyframes Around {
    from {
      width: 1.2rem;
      height: 1.2rem;
      border: solid 1px rgba(255, 255, 255, 0.5);
    }
    to {
      width: 2rem;
      height: 2rem;
      border: solid 1px rgba(255, 255, 255, 0);
    }
  }
  @-webkit-keyframes Around {
    /* Safari 与 Chrome */
    from {
      width: 1.2rem;
      height: 1.2rem;
      border: solid 1px rgba(255, 255, 255, 0.5);
    }
    to {
      width: 2rem;
      height: 2rem;
      border: solid 1px rgba(255, 255, 255, 0);
    }
  }
}
