  .banner_container {
      position: relative;
      overflow: hidden;
      width: 100%;
  }

  .banner_img {
      width: 100%;
      object-fit: contain;
  }

  .banner_title_container {
      position: absolute;
      left: 5%;
      top: 7%;
      display: flex;
      flex-direction: column;
      color: #FFF;
  }

  .top_title {
      font-family: Impact;
      font-size: 64px;
      font-weight: 900;
      letter-spacing: 2px;
  }

  .below_title {
      margin-top: 30px;
      font-family: Arial;
      font-size: 30px;
      line-height: 30px;
  }

  .news_btn {
      width: 158px;
      height: 51px;
      line-height: 51px;
      font-size: 12px;
      display: block;
      font-weight: bold;
      color: #000000;
      border: 1px solid #000;
      text-align: center;
      transition: all 0.6s;
      cursor: pointer;
      border-radius: 5px;
  }

  .news_btn:hover {
      animation: box-shadow-drop-bottom 0.6s both;
      color: #ffffff;
      background-color: #D80C24;
      border: 1px solid #fff;
  }

  .view_more {
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      width: 305px;
      height: 100px;
      line-height: 100px;
      font-size: 26px;
      font-family: Impact;
      display: block;
      color: #FFF;
      border: 1px solid #fff;
      text-align: center;
      transition: all 0.6s;
      cursor: pointer;
      border-radius: 5px;
  }

  .view_more:hover {
      color: rgba(241, 241, 241, 1);
      background-color: #D80C24;
      border: 1px solid #fff;
      animation: box-shadow-drop-bottom 0.6s both;

  }

  .banner_more {
    position: absolute;
    bottom: 240px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
  }
  
  .banner_more img {
    width: 100%;
    object-fit: contain;
  }

  /* 选手展示 */
  .description {
      position: absolute;
      top: 50px;
      box-sizing: border-box;
      padding: 0 35px;
  }

  .title_top {
      color: #000;
      font-family: Impact;
      font-size: 48px;
      text-align: center;

  }

  .title_below {
      margin-top: 20px;
      font-size: 16px;
      line-height: normal;
      font-family: Arial;

  }

  .player_container {
      position: relative;
      width: 100%;
      background-color: #F1F1F1;
  }

  .rider {
      position: absolute;
      bottom: 0;
      height: 936px;

      -moz-background-size: cover;
      background-size: cover;
      position: relative;
      padding: 5vw 9.375vw 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: SupremeLLTT-Black, SupremeLLTT;
  }

  .rider_img {
      width: 100%;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
  }

  .rider_left_img {
      width: 50%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
  }

  .rider_right_img {
      width: 50%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      right: 0;
      bottom: 0;
  }

  /* 排名&名称 */
  .rider_container {
      width: 85%;
      position: absolute;
      top: 250px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      display: flex;
      justify-content: space-between
  }

  .rider_item {
      font: inherit;
      vertical-align: baseline;
  }

  .title_container {
      translate: none;
      rotate: none;
      scale: none;
      opacity: 1;
      transform: translate(0px, 0px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: baseline;
      font-weight: 700;

  }

  .rider_number {
      background: rgba(216, 12, 36, 1);
      display: inline-block;
      font-size: 32px;
      line-height: 32px;
      color: #fff;
      padding: 5px 5px 8px 9px;
      transform: skewX(-10deg);
      border-top: 5px solid rgba(216, 12, 36, 1);
  }

  .rider_name {
      box-sizing: border-box;
      padding-right: 8px;
      border-top: 2px solid rgba(216, 12, 36, 1);
      border-bottom: 3px solid rgba(216, 12, 36, 1);
      display: inline-block;
      margin-left: 0.41667vw;
      font-size: 32px;
      line-height: 45px;
      color: #222;
      font-style: italic;
      font-family: Impact;
      position: relative;
      overflow: hidden;
      white-space: normal;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }

  .rider_name_en {
      text-align: center;
      font-size: 28px;
      margin-top: 5px;
  }

  /* 查看详情 */
  .rider_detail {
      width: 85%;
      position: absolute;
      top: 330px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      display: flex;
      justify-content: space-between;
  }

  .more_btn {
      width: 150px;
      min-width: 100px;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      display: block;
      font-weight: bold;
      color: rgba(216, 12, 36, 1);
      border: 1px solid rgba(216, 12, 36, 1);
      text-align: center;
      transition: all 0.6s;
      cursor: pointer;
  }

  .more_btn:hover {
      animation: box-shadow-drop-bottom 0.6s both;
      color: #ffffff;
      background-color: rgba(216, 12, 36, 1);
  }

  /* 新闻列表 */
  .swiper-container {
      box-sizing: border-box;
      padding: 0 35px;
  }

  .swiper-particulars-img {
      width: 100%;
      cursor: pointer;
  }

  .news_container {
      padding: 43px 0;
  }

  .view_more_news {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 50px;
  }

  .news_big_title {
      color: #000;
      text-align: center;
      font-family: Impact;
      font-size: 64px;
      font-weight: 400;
      line-height: 85.473%;
  }

  .more_jt {
      margin-top: 20px;
      display: flex;
      align-items: center;
      cursor: pointer;
  }

  .more_jt div {
      color: #000;
      text-align: center;
      font-family: Impact;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 1.8px;
  }

  .more_jt div:hover {
      color: #B3271B;

  }

  .jt_icon {
      width: 30px;
      height: 18.699px;
      margin-left: 10px;
      transition: transform 1s ease;

  }

  .more_jt:hover .jt_icon {
      transform: translateX(15px);
  }

  .news_list {
      display: flex;
      justify-content: space-between;
  }

  .news_item {
      width: calc(70%);
      transition: transform 0.4s ease-in-out;

  }

  .news_item:hover {
      transform: translateY(-7px);
  }

  .news_item:hover .news_descrip {
      color: #B3271B;
  }

  .news_img {
      width: 100%;
  }

  .news_content {
      padding: 34px 0;
  }

  .news_time {
      color: #B3271B;
      font-family: Arial;
      font-size: 20px;
      font-weight: 400;
      line-height: 137.99%;
  }

  .news_descrip {
      color: #000;
      font-family: Impact;
      font-size: 32px;
      font-weight: 400;
      margin: 36px 0;
      overflow: hidden;
      white-space: normal;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;

  }



  /* 比赛日程 */
  /* 比赛日程 */
  .schedule_title {
      margin: 4vw 5vw 0 5vw;
      color: #000;
      font-family: Source Han Sans CN;
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 20px;
  }

  .match_schedule_container {
      position: relative;
      height: auto;
      max-height: 684px;
      overflow-y: auto;
      scrollbar-color: #333 #f5f5f5;
      box-sizing: border-box;
      padding: 0 30px;
  }

  .content_box {
      width: 100%;
      height: 264px;
      box-sizing: border-box;
      padding: 10px 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: baseline;
      height: 230px;
      background: #F1F1F1;
      margin-top: 20px;
  }

  .time {
      color: #000;
      font-family: Source Han Sans CN;
      font-size: 35px;
      font-weight: 700;
  }

  .time span {
      margin-right: 10px;
  }

  .match_name {
      width: 100%;
      color: #000;
      font-family: Source Han Sans CN;
      font-size: 25px;
      font-weight: 700;
      overflow: hidden;
      white-space: normal;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }

  .icon_top {
      width: 23.186px;
      height: 29.288px;
      margin-right: 10px;
  }

  .icon_below {
      width: 29.288px;
      height: 29.288px;
      margin-right: 10px;
  }

  .position {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
  }

  .left_icon {
      position: absolute;
      right: 0;
      width: 10px;
      height: 18px;
  }

  .adrress {
      font-size: 20px;

  }

  .game_url {
      width: 100%;
      display: flex;
      align-items: center;
  }

  .url_txt {
      overflow: hidden;
      white-space: normal;
      font-size: 20px;
  }

  .ranking_container {
      box-sizing: border-box;
      padding: 0 30px;
      height: auto;
      max-height: 684px;
      overflow-y: auto;
      scrollbar-color: #333 #f5f5f5;
      box-sizing: border-box;
      margin-bottom: 100px;
  }

  .ranking_name {
      box-sizing: border-box;
      padding: 0 30px;
      margin: 40px 0 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 20px;
  }

  .ranking_name>div {
      width: 190px;
      font-weight: bold;
      overflow: hidden;
      white-space: normal;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }

  .ranking_box {
      box-sizing: border-box;
      padding: 0 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 58px;
      border-bottom: 1px solid rgb(129, 127, 127);

      border-top: 1px solid rgb(129, 127, 127);

  }

  .ranking_txt {
      width: 200px;
      color: #000;
      text-align: center;
      font-family: Source Han Sans CN;
      font-size: 20px;
  }