/* 比赛日程 */
.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;
}























/* ---------- */
html {
  scroll-behavior: smooth;
}

/* 新闻赛事列表 */
.news_container {
  padding: 50px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}

.news_title {
  color: #000;
  font-family: Source Han Sans CN;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news_list {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.news_box {
  cursor: pointer;
  width: 100%;
  margin-bottom: 60px;
}

.news_box img {
  display: block;
  width: 100%;
}

.introduce_box {
  box-sizing: border-box;
  padding: 35px 15px 25px 15px;
  background-color: #ffffff;
}

.top_title {
  width: 100%;
  font-size: 28.601px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.below_title {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0 20px 0;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail>span {
  color: rgba(204, 204, 204, 1);
  font-size: 18px;
}

.more {
  width: 142.737px;
  height: 46.389px;
  line-height: 46px;
  font-size: 16px;
  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:hover {
  animation: box-shadow-drop-bottom 0.6s both;
  color: #ffffff;
  background-color: rgba(216, 12, 36, 1);
}

/* banner */
.image_container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner {
  display: block;
  width: 100%;
  object-fit: contain;
  transition: transform 1s ease-in-out;
}

.banner_text {
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  top: 81px;
  color: white;
  text-align: left;
  opacity: 1;
}

.banner_text p:nth-child(1) {
  margin-left: 32px;
  font-size: 56px;
  margin-bottom: 20px;
  font-weight: 700;

}

.banner_text p:nth-child(2) {
  margin-left: 28px;
  font-size: 32px;
  line-height: 42px;
  color: #dfdcdc;

}

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

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


/* 介绍---------------------------------------------------------------------------------------- */
.description {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50px;
}

.title_top {
  font-size: 34.667px;
  font-weight: bold;
}

.title_below {
  box-sizing: border-box;
  padding: 0 36px;
  margin-top: 20px;
  font-size: 18px;
  line-height: normal;
  text-align: left;
}

/* 选手展示 */
.player_container {
  position: relative;
  width: 100%;
}

.rider {
  height: 836px;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rider_img {
  width: 100%;
  height: 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%;
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

/* 排名&名称 */
.rider_container {
  width: 100%;
  position: absolute;
  top: 220px;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  align-items: center;
  padding: 0 4vw;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rider_item {
  width: 250px;
  margin: 0;
  padding: 0;
  border: 0;
  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: 22.025px;
  line-height: 22px;
  color: #fff;
  border: 5px solid rgba(216, 12, 36, 1);
  padding: 4px 4px;
  transform: skewX(-10deg);
}

.rider_name {
  box-sizing: border-box;
  padding-left: 4px;
  border-top: 2px solid rgba(216, 12, 36, 1);
  border-bottom: 3px solid rgba(216, 12, 36, 1);
  display: inline-block;
  font-size: 22px;
  color: #222;
  font-style: italic;
  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: 18px;
  margin-top: 5px;
}

/* 查看详情 */
.rider_detail {
  width: 100%;
  position: absolute;
  top: 310px;
  left: 0;
  z-index: 999;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  padding: 0 5vw;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.more_btn {
  width: 128px;
  height: 41.678px;
  line-height: 41px;
  font-size: 14px;
  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);
}

.video_box{
  position: relative;  
  width: 100%;  
  height: 0;  
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */ 
}
.video_box >video{
  position: absolute;  
  top: 0;  
  left: 0;  
  width: 100%;  
  height: 100%;  
  object-fit: cover;  
}