.content-section {
  min-height: 100vh;
  background: url(/assets/img/pc/game/inner-page-bg.png) center 552px no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}

.kv-section {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: url(/assets/img/pc/game/kv.png) center center no-repeat;
  background-size: cover;
}

.match-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  margin-top: -226px;
}

.game-progress {
  margin-top: 40px;
  position: relative;
}

.progressSwiper .swiper-slide {
  width: 335px;
  height: 250px;
  background-color: white;
  text-align: center;
}

.progress-top {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  color: white;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

.progress-top span {
  float: right;
  font-weight: normal;
}

.progressSwiper .ready .progress-top {
  background-color: #191919;
}

.progressSwiper .begin .progress-top {
  background-color: #b39273;
}

.progressSwiper .close .progress-top {
  background-color: #dbdbdb;
}

.progress-body {
  text-align: center;
  margin: 30px auto 0 auto;
  width: 100%;
}

@font-face {
  font-family: DINCOND;
  src: url(../fonts/DIN-MEDIUM.OTF);
}

.team-left,
.goal-box,
.team-right {
  display: inline-block;
  width: 72px;
  font-size: 16px;
  vertical-align: top;
}

.team-left p,
.team-right p {
  margin-top: 10px;
}

.goal-box h5 {
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  font-family: DINCOND;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.goal-box h5 span {
  display: inline-block;
  margin-top: -6px;
  vertical-align: top;
}

.team-left {
  line-height: 20px;
}

.team-left div,
.team-right div {
  height: 57px;
}

.team-left img,
.team-right img {
  max-height: 57px;
}

.goal-box {
  font-size: 50px;
  font-weight: bold;
  margin: 0 10px;
}

.goal-box p {
  font-size: 14px;
  font-weight: normal;
  padding: 0 13px;
  display: inline-block;
  line-height: 20px;
  border-radius: 24px;
  vertical-align: top;
  border: 1px solid rgba(19, 19, 19, 0.2);
  vertical-align: top;
  margin-top: 63px;
}

.progress-place {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #191919;
}

.progress-place::before {
  display: inline-block;
  content: "";
  width: 61px;
  height: 10px;
  position: absolute;
  left: -71px;
  top: 2px;
  background: url(/assets/img/pc/game/left.png) center center no-repeat;
  background-size: contain;
}

.progress-place::after {
  display: inline-block;
  content: "";
  width: 61px;
  height: 10px;
  position: absolute;
  right: -71px;
  top: 3px;
  background: url(/assets/img/pc/game/right.png) center center no-repeat;
  background-size: contain;
}

.team-nav-swiper-prev,
.team-nav-swiper-next,
.game-progress-prev,
.game-progress-next {
  width: 20px;
  height: 32px;
  position: absolute;
  /* top: 130px; */
  transform: translateY(-50%);
  transition: all 0.5s linear;
}

.team-nav-swiper-prev::after,
.team-nav-swiper-next::after,
.game-progress-prev::after,
.game-progress-next::after {
  display: none;
}

.team-nav-swiper-prev,
.game-progress-prev {
  background: url(/assets/img/pc/match-up.png) center center no-repeat;
  background-size: contain;
  left: -70px;
  cursor: pointer;
}

.team-nav-swiper-next,
.game-progress-next {
  background: url(/assets/img/pc/match-down.png) center center no-repeat;
  background-size: contain;
  right: -70px;
  cursor: pointer;
}

.team-nav-swiper-prev.swiper-button-disabled,
.game-progress-prev.swiper-button-disabled {
  /* background: url(/assets/img/pc/hero/left-dis.png) center center no-repeat !important;
    -o-background-size: contain;
       background-size: contain; */
  filter: grayscale(100%);
  opacity: 0.5;
}

.team-nav-swiper-next.swiper-button-disabled,
.game-progress-next.swiper-button-disabled {
  /* background: url(/assets/img/pc/hero/right-dis.png) center center no-repeat;
    -o-background-size: contain;
       background-size: contain; */
  filter: grayscale(100%);
  opacity: 0.5;
}

.team-nav-swiper-prev:hover,
.game-progress-prev:hover {
  /* animation: left 1s 0s ease-in-out;
  animation-fill-mode: forwards; */

  transform: translateX(-12px)  translateY(-50%);
  background: url(/assets/img/pc/hero/hero-up.png) center center no-repeat !important;
  background-size: contain !important;
}

.team-nav-swiper-next:hover,
.game-progress-next:hover {
  /* animation: right 1s 0s ease-in-out;
  animation-fill-mode: forwards; */
  transform: translateX(12px)  translateY(-50%);    
  background: url(/assets/img/pc/hero-down.png) center center no-repeat;
  background-size: contain;
}

/* @keyframes left {
  0% {
    transform: translateX(0) translateY(-50%);
  }

  50% {
    transform: translateX(-15px) translateY(-50%);
  }

  100% {
    transform: translateX(0) translateY(-50%);
  }
}

@keyframes right {
  0% {
    transform: translateX(0) translateY(-50%);
  }

  50% {
    transform: translateX(15px) translateY(-50%);
  }

  100% {
    transform: translateX(0) translateY(-50%);
  }
} */

.content2 {
  width: 100%;
  /* display: grid; */
  /* grid-template-columns: 733fr 546fr; */
  /* gap: 15px; */
  margin-top: 15px;
  white-space: nowrap;
}

.content2 > div {
  height: 580px;
  width: calc(56.6% - 8px);
  padding: 40px;
  background-color: white;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.content2 .news-box {
  width: calc(42.7% - 0px);
  margin-left: 10px;
}

.line-title {
  font-size: 30px;
  height: 50px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  display: inline-block;
  width: 100%;
}

.line-title .title {
  background: linear-gradient(to bottom, #7b6148, #a48262);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  font-family: "SOURCEHANSANSCN-MEDIUM"
}

.line-title::after {
  display: inline-block;
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #a88462 ;
}

.zhibo-nav {
  font-size:0;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 30px;
}

.zhibo-nav li {
  cursor: pointer;
  width: 90px;
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.zhibo-nav li:hover,
.zhibo-nav li.on {
  color: #b39273;
}

.zhibo-nav span {
  width: 35px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  /* margin: 0 35px; */
  font-size: 16px;
}

.zhibo {
  width: 100%;
  height: 366px;
}

/* 新闻 */

.news-list {
  /* max-width: 464px; */
  margin-top: 20px;
}

.news-list li {
  width: 100%;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s -o-transform;
  -moz-transition: 0.3s transform, 0.3s -moz-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -moz-transform,
    0.3s -o-transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  line-height: 55px;
  height: 55px;
  border-bottom: 1px solid #eeeeee;
}

.news-list li:last-child{
  border-bottom: 0px solid #eeeeee;
}

.news-list li a {
  display: inline-block;
  width: 100%;
  height: 55px;
}

.news-type {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 17px;
  color: white;
  line-height: 17px;
  font-size: 12px;
  background-color: #5e584d;
  border-radius: 4px;
  margin-right: 14px;
  vertical-align: top;
  margin-top: 18px;
}

.news-content {
  display: inline-block;
  width: calc(100% - 150px);
  line-height: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #423d34;
  font-size: 16px;
}

.news-date {
  display: inline-block;
  line-height: 55px;
  float: right;
  color: #cccccc;
  font-size: 16px;
}

.news-list li:hover {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

.news-list li:hover .news-type {
  background-color: #a98664;
}
.news-list li:hover .news-content,
.news-list li:hover .news-date {
  color: #a98664;
}

.more {
  width: 68px;
  height: 27px;
  text-align: center;
  padding: 0 14px;
  border-radius: 17px;
  color: white;
  background-color: #a98664;
  display: inline-block;
  position: absolute;
  right: 0px;
  transition: 0.4s;
}

.more span:nth-child(1) {
  font-size: 14px;
  cursor: pointer;
  line-height: 27px;
  margin: 0px;
  vertical-align: top;
  display: inline-block;
}

.more span:nth-child(2) {
  font-size: 14px;
  cursor: pointer;
  line-height: 27px;
  margin: 0px;
  vertical-align: top;
  display: inline-block;
  transition: 0.4s;
  transform-origin: 5px 14px;
}

.more:hover {
  width: 78px;
}

.more:hover span:nth-child(2) {
  margin-left: 5px;
  animation: rotate180 0.4s ease-in-out;
}

@keyframes rotate180 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

/* 战队 */
.team {
  width: 100%;
  padding: 40px;
  margin-top: 15px;
  background-color: white;
}

.team-info {
  margin-top: 40px;
}

.team-info .teamInfoSwiper .swiper-slide {
  display: grid;
  grid-template-columns: 320fr 700fr;
  gap: 50px;
  max-height: 400px;
}

.team-info .teamInfoSwiper .swiper-slide div {
  order: 1;
}

.team-info .teamInfoSwiper .swiper-slide img {
  order: 2;
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: contain;
  object-position: center;
}

.team-info-text {
  font-size: 16px;
  line-height: 28px;
}

.team-info-text p {
  /* height: 224px; */
  height: 308px;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color:#212121;
}

.team-info-text h5 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 26px;
}

.team-header {
  width: 100%;
  max-width: 1033px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}

.team-nav {
  width: calc(100% - 100px);
  margin: 0 auto;
  overflow: hidden;
}

.team-nav .swiper-slide img {
  margin-top: 15px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
}

.team-nav .swiper-slide img:nth-child(2) {
  display: none;
}

.team-nav .swiper-slide:hover img,
.team-nav .swiper-slide.swiper-slide-thumb-active img {
  display: none;
}

.team-nav .swiper-slide:hover img:nth-child(2),
.team-nav .swiper-slide.swiper-slide-thumb-active img:nth-child(2) {
  display: block;
}
.team-nav-swiper-prev,
.team-nav-swiper-next {
  top: 50%;
  margin-top: 0px;
  transform: translateY(-50%);
}

.team-nav-swiper-next {
  right: 0px;
}
.team-nav-swiper-prev {
  left: 0px;
}

.intr-box,
.review {
  width: 100%;
  margin-top: 15px;
  padding: 40px;
  background-color: white;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.video-wrapper {
  /* max-width: 310px; */
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  /* margin-bottom: 30px; */
}

.video-wrapper:hover {
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.video-wrapper:hover .video-item-title{
  color: #b39273;
}

.video-wrapper:hover .play-count,
.video-wrapper:hover .video-time{
  color: #c6a789;
}

.video-wrapper:hover .play-count::before{
  background: url(/assets/img/view-hl2.png) center center no-repeat;
  background-size: contain;
}

.video-container {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
  cursor: pointer;
  transition: border 0.3s ease;
  border-radius: 6px;
}

.video-container:hover {
  border: 4px solid #dc5128;
  box-sizing: border-box;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.play-button {
  width: 52px;
  height: 55px;
  background: url(/assets/img/play.png) center center no-repeat;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -27px;
  z-index: 10;
  transition: transform 0.3s ease;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container:hover .video-overlay {
  opacity: 0;
}

.video-container:hover .play-button {
  display: block;
}

.video-item-title {
  padding: 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  height: 48px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.video-metadata {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 10px;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.5);
}

.play-count {
  line-height: 16px;
  position: relative;
  margin-left: 18px;
}

.play-count::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(/assets/img/view.png) center center no-repeat;
  background-size: contain;
  margin-top: -1px;
  position: absolute;
  left: -22px;
}

.video-time {
  line-height: 16px;
  position: relative;
}

.intr-list li {
  margin-top: 40px;
}

.intr-list li div:nth-child(1) {
  width: 236px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.intr-list li div:nth-child(2) {
  width: calc(100% - 260px);
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 10px;
}

.intr-list li div:nth-child(2) h5 {
  font-size: 20px;
  /* font-weight: bold; */
  margin-bottom: 10px;
  color: #1c1c1c;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}

.intr-list li div:nth-child(2) p {
  /* color: #a7a7a7; */
  color: #a9a9a9;
  font-size: 16px;
  line-height: 24px;
}

.alert-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: none;
}

.video-close {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: url(/assets/img/close.png) center center no-repeat;
  z-index: 2;
}

.video-close:hover {
  background: url(/assets/img/close-hl.png) center center no-repeat;
}

.alert-box iframe,
.alert-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 1300px;
  max-height: 700px;
  display: none;
}

@media screen and (max-width: 1460px) and (min-width: 750px) {
  .game-progress {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 950px) {
  .video-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  
  .content2 {
    white-space: wrap;
  }
  .content2 > div {
    width: 100%;
    height: 5.32rem;
    padding: 0.4rem;
  }

  .content2 .news-box {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }

  .zhibo-nav li {
    width: 1.2rem;
    font-size: 0.26rem;
    height: 0.36rem;
  }

  .zhibo-nav {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .zhibo {
    height: 6.36rem;
    /* height: 3.36rem; */
  }
  
  .content2 > div.zhibo-box{
    height: 7.72rem;
  }

  .news-list {
    margin-top: 0.2rem;
  }

  .news-list li {
    line-height: 0.7rem;
    font-size: 0.22rem;
    height: 0.7rem;
  }

  .news-list li a {
    height: 0.7rem;
  }

  .news-list li:nth-child(6),
  .news-list li:nth-child(7),
  .news-list li:nth-child(8){
    display: none;
  }

  
  .news-list li:nth-child(5){
    border-bottom: 0px solid #fff;
  }

  .news-date {
    font-size: 0.22rem;
    line-height: 0.7rem;
  }

  .news-content {
    height: 0.7rem;
    line-height: 0.7rem;
    width: calc(100% - 2.2rem);
    font-size: 0.24rem;
  }

  .news-type {
    font-size: 0.2rem;
    width: 0.52rem;
    height: 0.26rem;
    line-height: 0.26rem;
    margin-top: 0.2rem;
    margin-right: 0.22rem;
  }
  
}

@media screen and (max-width: 750px) {
  .content-section {
    background: none;
    background-color: #f9f9f9;
  }
  .kv-section {
    position: relative;
    width: 100%;
    height: 10.78rem;
    overflow: hidden;
    background: url(/assets/img/h5/game/kv.png) center center no-repeat;
    background-size: cover;
  }
  .match-container {
    width: calc(100% - 0.76rem);
    margin: 0 auto;
    margin-top: -1rem;
  }

  .game-progress {
    /* width: 5.9rem; */
    width: calc(100% - 1rem);
    margin: 0 auto;
  }

  .progressSwiper .swiper-slide {
    height: 2.06rem;
  }

  .progress-top {
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.1rem;
    font-size: 0.18rem;
  }

  .progress-body {
    height: 1.6rem;
    background-color: white;
    margin: 0;
    padding-top: 0.2rem;
    overflow: hidden;
  }
  .team-left div,
  .team-right div {
    height: 0.55rem;
  }

  .team-left img,
  .team-right img {
    height: 0.55rem;
  }

  .team-left p,
  .team-right p {
    font-size: 0.18rem;
    margin-top: 0.1rem;
    line-height: 0.24rem;
  }

  .goal-box {
    font-size: 0.38rem;
    margin: 0;
    width: 0.8rem;
  }

  .team-left,
  .team-right {
    display: inline-block;
    width: 0.8rem;
    font-size: 0.18rem;
  }

  .goal-box h5 {
    line-height: 0.38rem;
    font-size: 0.38rem;
    margin-top: 0.1rem;
  }

  .goal-box p {
    font-size: 0.18rem;
    font-weight: normal;
    padding: 0 0.06rem;
    display: inline-block;
    line-height: 0.2rem;
    border-radius: 0.2rem;
    vertical-align: top;
    border: 0.02rem solid rgba(19, 19, 19, 0.2);
    vertical-align: top;
    margin-top: 0.6rem;
  }

  .goal-box h5 span {
    display: inline-block;
    margin-top: -2px;
    vertical-align: top;
  }

  .progress-place {
    font-size: 0.18rem;
    bottom: 0.14rem;
    color: #191919;
  }

  .progress-place::before {
    width: 0.6rem;
    height: 0.1rem;
    left: -0.7rem;
    top: 0.07rem;
  }

  .progress-place::after {
    width: 0.6rem;
    height: 0.1rem;
    right: -0.7rem;
    top: 0.07rem;
  }

  .team-nav-swiper-next,
  .game-progress-next {
    right: -0.5rem;
    top: 1.4rem;
    /* background: url(/assets/img/pc/hero/right-hl.png) center center no-repeat;
    -o-background-size: contain; */
    background-size: contain;
  }

  .team-nav-swiper-prev,
  .game-progress-prev {
    left: -0.5rem;
    top: 1.4rem;
    /* background: url(/assets/img/pc/hero/left-hl.png) center center no-repeat;
    -o-background-size: contain; */
    background-size: contain;
  }

  .team-nav-swiper-prev,
  .team-nav-swiper-next,
  .game-progress-next,
  .game-progress-prev {
    width: 0.27rem;
    height: 0.45rem;
  }

  .team-nav-swiper-prev:hover,
  .team-nav-swiper-next:hover,
  .game-progress-next:hover,
  .game-progress-prev:hover {
    animation: none !important;
  }

  /* .intr-box {
    display: none;
  } */

  .intr-list{
    margin-top: 0.0rem;
  }

  .intr-list li{
    margin-top: 0rem;
    padding: 0.6rem 0rem;
    border-bottom: 0.02rem solid #dcdcdc;
  }

  .intr-list li:nth-child(1){
    padding-top: 0.4rem;
  }

  .intr-list li img{
    max-width: 2.0rem;
  }

  .intr-list li:last-child{
    border-bottom: 0rem solid #dcdcdc;
  }
  .intr-list li div:nth-child(1){
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
  }

  .intr-list li div:nth-child(2){
    width: 100%;
  }

  .intr-list li div:nth-child(2) h5{
    font-size: 0.34rem;
    line-height: 0.4rem;
  }

  .intr-list li div:nth-child(2) p{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .line-title {
    /* font-size: 0.42rem; */
    height: 0.6rem;
  }
  .more {
    line-height: 0.38rem;
    height: 0.38rem;
    font-size: 0.22rem;
    padding: 0px;
    width: 0.8rem;
  }

  .more span {
    line-height: 0.38rem !important;
    height: 0.38rem;
    font-size: 0.22rem !important;
  }
  .line-title .title {
    font-size: 0.37rem;
    line-height: 0.42rem;
    /* font-weight: bold; */
  }
  .line-title::after {
    height: 0.02rem;
    width: 1.460rem;
  }


  .content2 > div.zhibo-box{
    height: 5.72rem !important;
  }

  .zhibo{
    height: 3.36rem;
  }

  .team{
    padding: 0.4rem;
  }

  .team-info {
    margin-top: 0.4rem;
  }

  .team-info .teamInfoSwiper .swiper-slide {
    /* height: 3.32rem; */
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    max-height: 8.6rem;
  }

  .team-info .teamInfoSwiper .swiper-slide img {
    order: 1;
    height: 3.3rem;
  }

  .team-info .teamInfoSwiper .swiper-slide div {
    order: 2;
  }

  .team-info-text h5 {
    font-size: 0.34rem;
    margin-top: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0px;
    margin-bottom: 0.2rem;
  }

  .team-info-text p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    /* height: 3.2rem; */
    height: 2.8rem;
    display: block;
    overflow: auto;
  }

  .team-nav {
    width: calc(100% - 0.6rem);
  }

  .team-nav-swiper-next {
    right: -0.0rem;
    top: 0.5rem;
    /* background: url(/assets/img/pc/hero/right-hl.png) center center no-repeat; */
    /* -o-background-size: contain; */
    /* background-size: contain; */
  }
  .team-nav-swiper-prev {
    left: -0.0rem;
    top: 0.5rem;
    /* background: url(/assets/img/pc/hero/left-hl.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain; */
  }

  .team-nav .swiper-slide img {
    width: 1rem;
  }

  .team-header {
    margin-top: 0.3rem;
  }

  /* 赛事回顾 */
  .intr-box,
  .review {
    padding: 0.4rem;
  }

  .video-list {
    margin-top: 0.4rem;
    gap: 0.2rem;
  }

  .video-container {
    height: 1.8rem;
  }

  .video-item-title {
    font-size: 0.24rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }
}
