
  a {
    text-decoration: none;
    color: #000000;
  }

  .page {
    text-align: center;
    font-size: 12px;
    margin: 20px 0;
  }

  .page a {
    height: 30px;
    padding: 0 10px;
    background: #fdfdfd;
    color: #333;
    margin: 0 5px;
    line-height: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
  }

  .page a.now,
  .page a:hover {
    /* background: #D4105A; */
    background: linear-gradient(90deg, #db200f 4%, #f86314 100%);
    color: #fff;
    /* border: 1px solid #D4105A; */
    border: 1px solid #ddd;
  }

  .page * {
    display: inline-block;
  }

  .page span {
    margin: 0 5px;
  }

  .page_num {
    width: 34px;
    height: 28px;
    border: 1px solid #e4e4e4;
    background: #fdfdfd;
    text-align: center;
    border-radius: 4px;
  }

  .page_btn {
    width: 34px;
    height: 32px;
    background: #fdfdfd;
    color: #333;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    margin-left: 10px;
    border-radius: 4px;
  }

  .page_center {
    display: inline-block;
  }

  .fy {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #fdfdfd;
    color: #333;
    margin: 0 5px;
    line-height: 30px;
    display: inline-block;
  }

  #num {
    width: 34px;
    height: 28px;
    border: 1px solid #e4e4e4;
    background: #fdfdfd;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }

  .go {
    display: inline-block;
    width: 34px;
    height: 32px;
    border: 1px solid #e4e4e4;
    background: #fdfdfd;
    margin-left: 10px;
    cursor: pointer;
  }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .fy {
      height: 50px;
      padding: 0 8px;
      margin: 10px 2px;
      line-height: 50px;
    }
    #num {
      height: 50px;
      margin-left: 2px;
      margin-right: 2px;
      font-size: 28px;
      padding: 0;
      width: 46px;
    }
    .go {
      width: 50px;
      height: 50px;
      margin-left: 2px;
      border-radius: 0px;
      outline: 0px;
      margin-top: 0;
      font-size: 24px;
      padding: 0;
      text-align: center;
      -webkit-appearance: none;
    }
  }
  @media (max-width: 768px) {
    .fy {
      height: 4vh;
      /* padding: 0 8px; */
      margin: 7vw 3vw;
      line-height: 4vh;
      box-sizing: border-box;
      margin: 10px 2px;
    }
    #num {
      height: 4vh;
      margin-left: 2px;
      margin-right: 2px;
      font-size: 3vw;
      padding: 0;
      width: 6vw;
    }
    .go {
      width: 6vw;
      height: 4vh;
      margin-left: 2px;
      border-radius: 0px;
      outline: 0px;
      margin-top: 0;
      font-size: 3vw;
      padding: 0;
      text-align: center;
      -webkit-appearance: none;
      color: #000000;
    }

  }