@charset "UTF-8";

.w {
  width: 1310px;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  html body .nav {
    height: 18.66667vw;
  }

  html body .nav .menu {
    width: 9.33333vw;
    height: 9.33333vw;
  }

  html body .nav .nav_logo .logo {
    width: 29.46667vw;
    height: auto;
  }

  html body .nav .nav_mian {
    top: 18.66667vw;
  }

  html body .nav .nav_logo .search {
    left: 100%;
  }

  html body .content .banner {
    height: 109.33333vw;
  }

  html body .content .banner .banner_swiper .toggle_bj {
    bottom: 6.66667vw;
  }

  html body .content .banner .banner_game {
    gap: 2.66667vw;
    left: 10.66667vw;
    bottom: 14vw;
  }

  html body .content .banner .banner_game .banner_game_title span {
    font-size: 9.73333vw;
  }

  html body .content .banner .banner_game .banner_game_title p {
    font-size: 6.53333vw;
  }

  html body .content .banner .banner_game .banner_game_battle {
    gap: 5.6vw;
  }

  html body .content .banner .banner_game .banner_game_battle .banner_game_team .team_Image {
    width: 10.8vw;
    height: 12vw;
  }

  html body .content .banner .banner_game .streamingbox {
    width: 23.2vw;
    height: 9.33333vw;
    border-radius: 4.66667vw;
  }

  html body .content .banner .banner_game .streamingbox .enterstreaming {
    width: 21.33333vw;
    height: 7.46667vw;
  }

  html body .content .banner .banner_game .streamingbox .enterstreaming a {
    font-size: 2.93333vw;
    line-height: 7.46667vw;
  }

  html body .content .banner .banner_game .banner_game_battle .banner_game_vs span {
    font-size: 6.13333vw;
  }

  html body .content .banner .banner_game .banner_game_battle .banner_game_vs .status {
    width: 10.4vw;
    height: 3.33333vw;
    line-height: 3.33333vw;
    font-size: 2.26667vw;
    border-radius: 0.66667vw;
  }
}

@media screen and (max-width: 1100px) {
  body .nav .nav_mian {
    position: absolute;
    left: 0;
    top: 140px;
    height: 0;
    overflow: hidden;
    background-color: #b7a4eb;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    padding-left: 30px;
    box-sizing: border-box;
  }

  body .nav .nav_mian .nav_list {
    flex-direction: column;
  }

  body .nav .nav_mian .nav_list:first-child {
    margin-top: 30px;
  }

  body .nav .menu {
    display: block;
  }

  body .nav .nav_logo {
    position: static;
    transform: translate(0);
    border: none;
    height: 100%;
    width: auto;
  }

  body .nav .nav_logo .logo {
    position: static;
    transform: translate(0);
  }

  body .nav .nav_logo .search {
    position: absolute;
    left: 50%;
    bottom: -504px;
    display: none;
  }

  body .navBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  body .nav .menu {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 1101px) {
  .nav .nav_mian {
    height: 100% !important;
  }

  .nav .nav_logo .search {
    display: flex !important;
  }
}

.nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.nav .w {
  height: 100%;
}

.nav .nav_mian {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.nav .nav_mian .nav_list {
  display: flex;
}

.nav .nav_mian .nav_list li {
  width: 110px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
}

.nav .nav_mian .nav_list li a {
  color: #ffffff;
}

.nav .nav_mian .nav_list .active {
  background-color: #3a2fa4;
}

.nav .nav_logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 375px;
  height: 0px;
  border-top: 185px solid #1d1d1d;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.nav .nav_logo .logo {
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translate(-50%);
  width: 221px;
  height: auto;
}

.nav .nav_logo .search {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 206px;
  height: 34px;
  transform: translate(-50%);
  border-radius: calc(34px / 2);
  border: 1px solid #8862e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 13px;
}

.nav .nav_logo .search input {
  flex: 1;
  border: none;
  background-color: transparent;
  color: #8862e9;
}

.nav .nav_logo .search input::-webkit-input-placeholder {
  color: #8862e9;
}

.nav .nav_logo .search span {
  font-size: 20px;
  color: #8862e9;
}

.nav .menu {
  display: none;
  cursor: pointer;
}

.banner {
  position: relative;
  height: 920px;
}

.banner .banner_swiper {
  display: flex;
  transition: all 0.5s;
  height: 100%;
  width: 100%;
}

.banner .banner_swiper .swiper-wrapper {
  height: 100%;
}

.banner .banner_swiper .swiper {
  width: 100%;
}

.banner .banner_swiper .swiper-slide {
  min-width: 100%;
  /* 设置每个轮播项的最小宽度为容器的宽度 */
  height: 100%;
}

.banner .banner_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner .banner_swiper .swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  border-radius: 0;
  background-color: #b0bec5;
}

.banner .banner_swiper .swiper-pagination-bullet-active {
  background-color: #521dd0 !important;
}

.banner .banner_swiper .toggle_bj {
  bottom: 50px;
}

.banner .w {
  position: relative;
}

.banner .banner_game {
  position: absolute;
  left: 80px;
  bottom: 105px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 62px;
}

.banner .banner_game .banner_game_title span {
  font-size: 73px;
  color: #ffffff;
  font-weight: 800;
}

.banner .banner_game .banner_game_title p {
  font-size: 49px;
  font-weight: 800;
  color: #2bd9be;
}

.banner .banner_game .banner_game_battle {
  display: flex;
  gap: 42px;
  align-items: center;
}

.banner .banner_game .banner_game_battle .banner_game_team .team_Image {
  width: 81px;
  height: 90px;
}

.banner .banner_game .banner_game_battle .banner_game_team .team_Image a {
  display: flex;
  width: 100%;
  height: 100%;
}

.banner .banner_game .banner_game_battle .banner_game_team .team_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner_game .banner_game_battle .banner_game_vs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner .banner_game .banner_game_battle .banner_game_vs .status {
  width: 78px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  background: rgba(225, 225, 225, 0.5);
}

.banner .banner_game .banner_game_battle .banner_game_vs span {
  color: #ffffff;
  font-weight: 600;
  font-size: 46px;
  text-align: center;
}

.banner .banner_game .streamingbox {
  width: 174px;
  height: 70px;
  box-sizing: border-box;
  border: 1px solid #521dd0;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .banner_game .streamingbox .enterstreaming {
  width: 160px;
  height: 56px;
  background-color: #521dd0;
  border-radius: 28px;
}

.banner .banner_game .streamingbox .enterstreaming a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  font-weight: 600;
}

.banner .banner_title {
  position: absolute;
  left: 30px;
  top: 0%;
  transform: translateY(-200%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.banner .banner_title span {
  color: #baa5f0;
  font-size: 67px;
  font-weight: 800;
}

.banner .banner_title ul {
  display: flex;
}

.banner .banner_title ul li a {
  color: #ffffff;
}

.banner .banner_title ul li::after {
  content: '-';
  color: #ffffff;
  margin: 0 19px;
}

.banner .banner_title ul li:last-child::after {
  display: none;
}

.w {
  width: 1310px;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  body footer .footer_coutent .footer_title {
    padding: 2vw 3.6vw;
  }

  body footer .footer_coutent .footer_title {
    flex-direction: column;
  }

  body .footer_list {
    width: 100%;
    overflow: auto;
  }

  body footer .footer_coutent .footer_title .footer_list ul li a {
    font-size: 12px;
    white-space: nowrap;
  }

  body footer .footer_coutent .footer_bottom {
    padding: 2.66667vw !important;
  }

  body footer .footer_coutent .footer_bottom .friendship {
    flex-direction: column;
  }
}

footer {
  height: 435px;
  background: url(/skin/static_014/static/image/footer_bj.png) no-repeat;
  background-size: cover;
  background-position: center;
}

footer .footer_coutent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

footer .footer_coutent .footer_title {
  border-bottom: 1px solid #948db5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 47px;
  box-sizing: border-box;
  gap: 15px;
}

footer .footer_coutent .footer_title .footer_logo {
  width: 152px;
  height: 38px;
}

footer .footer_coutent .footer_title .footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .footer_coutent .footer_title .footer_list {
  overflow: auto;
}

footer .footer_coutent .footer_title .footer_list ul {
  display: flex;
}

footer .footer_coutent .footer_title .footer_list ul li a {
  color: #fff;
  white-space: nowrap;
}

footer .footer_coutent .footer_title .footer_list ul li::after {
  content: '-';
  margin: 0 16px;
  color: #fff;
}

footer .footer_coutent .footer_title .footer_list ul li:last-child::after {
  display: none;
}

footer .footer_coutent .footer_bottom {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 40px;
}

footer .footer_coutent .footer_bottom .friendship {
  display: flex;
  gap: 14px;
}

footer .footer_coutent .footer_bottom .friendship span {
  color: #fff;
  text-align: center;
}

footer .footer_coutent .footer_bottom .friendship .friendship_like {
  overflow: auto;
}

footer .footer_coutent .footer_bottom .friendship .friendship_like ul {
  display: flex;
}

footer .footer_coutent .footer_bottom .friendship .friendship_like ul li a {
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
}

footer .footer_coutent .footer_bottom .friendship .friendship_like ul li::after {
  content: '|';
  color: #fff;
  margin: 0 9px;
}

footer .footer_coutent .footer_bottom .friendship .friendship_like ul li:last-child::after {
  display: none;
}

footer .footer_coutent .footer_bottom p {
  color: #fff;
  font-size: 12px;
}

.w {
  width: 1310px;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  html body .content mian .title_box {
    height: 22vw;
  }
  html body  .content mian .information .information_list .information_box ul li .restriction {
    width: calc(420vw / 7.5);
  }
  html body .content mian .title_box .title P {
    font-size: 7.06667vw;
  }

  html body .content mian .title_box .title span {
    font-size: 3.46667vw;
  }

  html body .content mian .title_box .title span {
    line-height: 22vw;
  }

  html body .content mian .toggelechannels ul {
    width: auto;
    height: 9.2vw;
    border-radius: 4.53333vw;
  }

  html body .content mian .toggelechannels ul li {
    width: 12.66667vw;
    height: 7.46667vw;
    border-radius: 3.73333vw;
  }

  html body .content mian .toggelechannels ul li a {
    line-height: 7.46667vw;
    font-size: 3.06667vw;
  }

  html body .content mian .course .w .course_box {
    padding: 10px;
  }

  html body .content mian .course .w .course_box .course_team ul li .Information {
    padding: 2.66667vw;
  }

  html body .content mian .course .w .course_box .course_team ul li .contrast {
    gap: 7.2vw;
  }

  html body .content mian .course .w .course_box .course_team ul li .contrast .contrast_team {
    align-items: center;
  }

  html body .content mian .course .w .course_box .course_team ul li .contrast .contrast_team .contrast_team_Img {
    width: 10vw;
    height: 12vw;
  }

  html body .content mian .course .w .course_box .course_team ul li .debutstatus .debutstatus_btn span {
    font-size: 12px;
  }

  html body .content mian .hotvideo .video_box {
    padding: 2.93333vw;
  }

  html body .content mian .hotvideo .video_box .video_box_screen .play {
    width: 10.4vw;
    height: 10.4vw;
  }

  html body .content mian .hotvideo .video_box .video_item {
    padding: 10px;
    width: 100% !important;
    height: 69.46667vw;
  }

  html body .content mian .hotvideo .video_box .video_item .video_title {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }

  html body .content mian .hotvideo .video_box .video_box_right {
    flex-direction: column;
  }

  html body .content mian .hotvideo .video_box .video_item .playbackcount .liveImg {
    width: 3.86667vw;
    height: 2.93333vw;
  }

  html body .content mian .hotvideo .video_box .video_item .playbackcount span {
    font-size: 12px;
  }

  html body .content mian .hotvideo .video_box .video_item .video_title p {
    font-size: 14px;
  }

  html body .content mian .hotvideo .video_box .video_box_screen {
    width: 100%;
  }

  html body .content mian .hotvideo .video_box .video_box_screen .video_title {
    bottom: 10px;
  }

  html body .content mian .hotvideo .video_box .video_item .play {
    width: 6.13333vw;
    height: 6.13333vw;
  }

  html body .content mian .hotvideo .video_box .video_box_screen .play {
    bottom: 36%;
  }

  html body .content mian .footballvideo {
    height: auto;
  }

  html body .content mian .footballvideo .footballvideo_swiper {
    padding: 7.46667vw;
    margin-top: 8.4vw;
    height: 74vw;
  }

  html body .content mian .footballvideo .footballvideo_swiper .lunbo {
    width: 90%;
  }

  html body .content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .video_title p {
    font-size: 12px;
  }

  html body .content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide {
    padding: 10px;
  }

  html body .content mian .footballvideo .footballvideo_swiper .swiper-button-next,
  html body .content mian .footballvideo .footballvideo_swiper .swiper-button-prev {
    width: 8vw;
    height: 12vw;
  }

  html body .content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .video_title {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }

  html body .content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .play {
    width: 6.13333vw;
    height: 6.13333vw;
    top: 43%;
  }

  html body .content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .playbackcount .liveImg {
    width: 3.86667vw;
    height: 2.93333vw;
  }

  html body .content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .playbackcount span {
    font-size: 12px;
  }

  html body .content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .playbackcount {
    bottom: 63px;
  }

  html body .content mian .footballvideo .lunboBox {
    transform: translateY(20%);
  }

  html body .content mian .baskballvideo {
    padding-top: 18vw;
  }

  html body .content mian .partners .partners_swiper {
    padding: 0 14.4vw;
  }

  html body .content mian .partners .partners_swiper .swiper-button-next,
  html body .content mian .partners .partners_swiper .swiper-button-prev {
    width: 8vw;
    height: 12vw;
  }

  html body .content mian .information .information_list .information_box ul li {
    width: 100%;
    padding: 2.8vw;
  }

  html body .content mian .information .hotstar {
    padding: 5.86667vw;
  }

  html body .content mian .information .information_list {
    padding: 1.86667vw;
  }

  html body .content mian .information .hotstar .hotstar_swiper {
    padding: 4.26667vw 1.86667vw;
  }

  html body .content mian .information .hotstar .hotstar_swiper .swiper-button-next,
  html body .content mian .information .hotstar .hotstar_swiper .swiper-button-prev {
    width: 10vw;
    height: 8vw;
    left: 45%;
  }

  html body .content mian .information .hotstar .hotstar_swiper .swiper-button-next {
    transform: translate(50%, 65%);
  }

  html body .content mian .information .hotstar .hotstar_swiper .swiper-button-prev {
    transform: translate(-50%, 65%);
  }
}

@media screen and (max-width: 1200px) {
  body .content mian .course .w .course_box .course_team ul li {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }
  body .content mian .information .information_list .information_box ul li .restriction {
    width: 300px;
  }

  body .content mian .course .w .course_box .course_team ul li .Information {
    width: 100%;
  }

  body .content mian .course .w .course_box .course_team ul li .contrast {
    border: none;
  }

  body .content mian .course .w .course_box .course_team ul li .debutstatus {
    width: 100%;
  }

  body .content mian .hotvideo .video_box .video_box_top {
    flex-direction: column;
  }

  body .content mian .hotvideo .video_box .video_item {
    padding: 10px;
    width: 48%;
  }

  body .content mian .hotvideo .video_box .video_box_right {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
  }

  body .content mian .hotvideo .video_box .video_box_right .video_item {
    width: 50%;
  }

  body .content mian .hotvideo .video_box .video_box_screen {
    width: 100%;
  }

  body .content mian .hotvideo .video_box .vidoe_box_bottom {
    flex-wrap: wrap;
    gap: 3.33333vw;
  }

  body .content mian .hotvideo .video_box .video_item .video_title {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }

  body .content mian .hotvideo .video_box .video_box_screen .video_title {
    bottom: 13px;
  }

  body .content mian .information .information_list .information_box ul li a div {
    font-size: 12px;
  }

  body .contrastbox {
    flex-direction: column;
    gap: 16px;
  }
  body .content mian .information .information_list .information_box ul li{
    padding: 10px;
  }
}
@media screen and (max-width:1000px) {
  body  .content mian .information .information_list .information_box ul li .restriction {
    width: 180px;
  }
}
.contrastbox {
  display: flex;
  flex: 1;
}

.content mian .title_box {
  height: 165px;
}

.content mian .title_box .title {
  position: relative;
  height: 100%;
}

.content mian .title_box .title span {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  line-height: 165px;
}

.content mian .title_box .title P {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 53px;
  color: #27255e;
  font-weight: 800;
  white-space: nowrap;
}

.content mian .seeBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}

.content mian .seeBox .see {
  width: 174px;
  height: 70px;
  box-sizing: border-box;
  border: 1px solid #521dd0;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content mian .seeBox .see .more {
  width: 160px;
  height: 56px;
  background-color: #521dd0;
  border-radius: 28px;
}

.content mian .seeBox .see .more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  font-weight: 600;
}

.content mian .toggelechannels {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content mian .toggelechannels ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #521dd0;
  width: 588px;
  height: 69px;
  border-radius: 34px;
  padding: 4px;
  box-sizing: border-box;
}

.content mian .toggelechannels ul li {
  width: 110px;
  height: 56px;
  background-color: #baa5f0;
  border-radius: 28px;
}

.content mian .toggelechannels ul li a {
  color: #29077c;
  font-size: 23px;
  font-weight: 800;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 56px;
}

.content mian .toggelechannels ul .active {
  background-color: #521dd0;
}

.content mian .toggelechannels ul .active a {
  color: #ffffff;
}

.content mian .course {
  width: 100%;
  height: auto;
  background: url(/skin/static_014/static/image/index_course.png) no-repeat #120f54;
  background-position: center;
}

.content mian .course .w {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content mian .course .w .course_box {
  width: 100%;
  flex: 1;
  background-color: rgba(36, 25, 102, 0.5);
  padding: 40px 80px;
  box-sizing: border-box;
  border-radius: 20px;
}

.content mian .course .w .course_box .course_team {
  margin-top: 18px;
}

.content mian .course .w .course_box .course_team ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content mian .course .w .course_box .course_team ul li {
  display: flex;
  padding: 12px 0;
  height: 150px;
  box-sizing: border-box;
  background-color: #3a2fa4;
}

.content mian .course .w .course_box .course_team ul li .Information {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 19px;
  width: 400px;
  padding: 20px 64px;
  box-sizing: border-box;
}


.content mian .course .w .course_box .course_team ul li .Information .kickoff {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.content mian .course .w .course_box .course_team ul li .Information .kickoff .kickoff_left {
  width: 104px;
  height: 40px;
  border: 1px solid #baa5f0;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
}

.content mian .course .w .course_box .course_team ul li .Information .kickoff .kickoff_right {
  position: relative;
  width: 138px;
  height: 39px;
  background-color: #baa5f0;
  font-size: 18px;
  padding-left: 40px;
  line-height: 39px;
  color: #29077c;
  box-sizing: border-box;
}

.content mian .course .w .course_box .course_team ul li .Information .kickoff .kickoff_right::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
  border-right: 20px solid #3a2fa4;
}

.content mian .course .w .course_box .course_team ul li .Information .time {
  width: 100%;
  background-color: #6159b6;
  padding: 12px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  gap: 18px;
}

.content mian .course .w .course_box .course_team ul li .Information .time span {
  white-space: nowrap;
  font-size: 16px;
  color: #ffffff;
}

.content mian .course .w .course_box .course_team ul li .contrast {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 54px;
  border-left: 1px solid #b7a4eb;
  border-right: 1px solid #b7a4eb;
}

.content mian .course .w .course_box .course_team ul li .contrast .contrast_team {
  width: 84px;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  gap: 12px;
}


.content mian .course .w .course_box .course_team ul li .contrast .contrast_team .contrast_team_Img {
  width: 65px;
  height: 80px;
}

.content mian .course .w .course_box .course_team ul li .contrast .contrast_team .contrast_team_Img img {
  width: 100%;
  /* height: 100%; */
  object-fit: fill;
}

.content mian .course .w .course_box .course_team ul li .contrast .contrast_team p {
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content mian .course .w .course_box .course_team ul li .contrast .contrast_vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.content mian .course .w .course_box .course_team ul li .contrast .contrast_vs .contrast_score {
  font-size: 23px;
  color: #ffffff;
  font-weight: 800;
}

.content mian .course .w .course_box .course_team ul li .contrast .contrast_vs .contrast_Img {
  width: 28px;
  height: 16px;
}

.content mian .course .w .course_box .course_team ul li .contrast .contrast_vs .contrast_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .course .w .course_box .course_team ul li .debutstatus {
  width: 236px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content mian .course .w .course_box .course_team ul li .debutstatus .debutstatus_btn {
  width: 164px;
  height: 40px;
  border: 1px solid #baa5f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.content mian .course .w .course_box .course_team ul li .debutstatus .debutstatus_btn .live {
  width: 26px;
  height: 26px;
}

.content mian .course .w .course_box .course_team ul li .debutstatus .debutstatus_btn .live img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .course .w .course_box .course_team ul li .debutstatus .debutstatus_btn span {
  font-size: 17px;
  color: #ffffff;
  vertical-align: middle;
}

.content mian .hotvideo {
  height: auto;
  background: url(/skin/static_014/static/image/hotvideo_bj.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.content mian .hotvideo .video_box {
  width: 100%;
  background-color: rgba(36, 25, 102, 0.5);
  border-radius: 20px;
  padding: 62px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.content mian .hotvideo .video_box .video_box_top {
  display: flex;
  gap: 40px;
}

.content mian .hotvideo .video_box .vidoe_box_bottom {
  display: flex;
  gap: 40px;
}

.content mian .hotvideo .video_box .video_box_right {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 368px;
}

.content mian .hotvideo .video_box .video_item {
  position: relative;
  background-color: #3a2fa4;
  height: 251px;
  padding: 15px;
  box-sizing: border-box;
}

.content mian .hotvideo .video_box .video_item a {
  display: flex;
  width: 100%;
  height: 100%;
}

.content mian .hotvideo .video_box .video_item .video_bj {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .hotvideo .video_box .video_item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
}

.content mian .hotvideo .video_box .video_item .play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .hotvideo .video_box .video_item .playbackcount {
  position: absolute;
  right: 22px;
  bottom: 74px;
  display: flex;
  gap: 14px;
}

.content mian .hotvideo .video_box .video_item .playbackcount .liveImg {
  width: 29px;
  height: 22px;
}

.content mian .hotvideo .video_box .video_item .playbackcount .liveImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .hotvideo .video_box .video_item .playbackcount span {
  color: #ffffff;
  font-size: 15px;
}

.content mian .hotvideo .video_box .video_item .video_title {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  height: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.content mian .hotvideo .video_box .video_item .video_title p {
  font-size: 16px;
  color: #f8f8f8;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.content mian .hotvideo .video_box .video_item .video_title .source {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 7px;
}

.content mian .hotvideo .video_box .video_item .video_title .source span {
  color: #cbcbcb;
  font-size: 14px;
}

.content mian .hotvideo .video_box .video_box_screen {
  flex: 1;
  height: 536px;
}

.content mian .hotvideo .video_box .video_box_screen .video_bj {
  width: 100%;
  height: 100%;
}

.content mian .hotvideo .video_box .video_box_screen .playbackcount {
  bottom: 105px;
}

.content mian .hotvideo .video_box .video_box_screen .video_title {
  height: 77px;
}

.content mian .hotvideo .video_box .video_box_screen .play {
  width: 78px;
  height: 78px;
}

.content mian .footballvideo {
  height: 475px;
  background: url(/skin/static_014/static/image/footballbasketball_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.content mian .footballvideo .footballvideo_swiper {
  position: relative;
  transform: translateY(0%);
  width: 100%;
  height: 355px;
  background-color: rgba(36, 25, 102, 0.5);
  margin-top: 63px;
  border-radius: 20px;
  padding: 56px;
  box-sizing: border-box;
}

.content mian .footballvideo .footballvideo_swiper .lunbo {
  width: 100%;
  height: 100%;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide {
  position: relative;
  background-color: #3a2fa4;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .video_bj {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .playbackcount {
  position: absolute;
  right: 22px;
  bottom: 74px;
  display: flex;
  gap: 14px;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .playbackcount .liveImg {
  width: 29px;
  height: 22px;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .playbackcount .liveImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .playbackcount span {
  color: #ffffff;
  font-size: 15px;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .video_title {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  height: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .video_title p {
  font-size: 16px;
  color: #f8f8f8;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .video_title .source {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 7px;
}

.content mian .footballvideo .footballvideo_swiper .lunbo .swiper-slide .video_title .source span {
  color: #cbcbcb;
  font-size: 14px;
  white-space: nowrap;
}

.content mian .footballvideo .footballvideo_swiper .swiper-button-next,
.content mian .footballvideo .footballvideo_swiper .swiper-button-prev {
  width: 40px;
  height: 70px;
  border-radius: 10px;
  background-color: #3a2fa4;
}

.content mian .footballvideo .footballvideo_swiper .swiper-button-next::after,
.content mian .footballvideo .footballvideo_swiper .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  content: '';
  border: 10px solid transparent;
}

.content mian .footballvideo .footballvideo_swiper .swiper-button-next::after {
  left: 60%;
  transform: translate(-30%, -50%);
  border-left: 10px solid #9d97d2;
}

.content mian .footballvideo .footballvideo_swiper .swiper-button-prev::after {
  border-right: 10px solid #9d97d2;
  left: 20%;
  transform: translate(-30%, -50%);
}

.content mian .baskballvideo {
  height: 902px;
  background: url(/skin/static_014/static/image/baskballvideo_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 235px;
  box-sizing: border-box;
}

.content mian .partners {
  height: auto;
  background: url(/skin/static_014/static/image/partners_bj.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 42px 0;
  box-sizing: border-box;
}

.content mian .partners .title_box .title span {
  color: #3a2fa4;
}

.content mian .partners .title_box .title p {
  color: #e4e2ee;
}

.content mian .partners .partners_swiper {
  position: relative;
  padding: 0 108px;
  box-sizing: border-box;
  height: 144px;
}

.content mian .partners .partners_swiper .mySwiper {
  height: 100%;
}

.content mian .partners .partners_swiper .swiper-slide {
  background-color: #877ac5;
  padding: 10px;
  box-sizing: border-box;
}

.content mian .partners .partners_swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #462faf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.content mian .partners .partners_swiper .swiper-slide .internal {
  width: 49px;
  height: 50px;
}

.content mian .partners .partners_swiper .swiper-slide .internal img {
  width: 100%;
  height: 100%;
}

.content mian .partners .partners_swiper .swiper-slide p {
  font-size: 16px;
  color: #ffffff;
}

.content mian .partners .partners_swiper .swiper-button-next,
.content mian .partners .partners_swiper .swiper-button-prev {
  width: 40px;
  height: 70px;
  border-radius: 10px;
  background-color: #3a2fa4;
}

.content mian .partners .partners_swiper .swiper-button-next::after,
.content mian .partners .partners_swiper .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  content: '';
  border: 10px solid transparent;
}

.content mian .partners .partners_swiper .swiper-button-next::after {
  left: 60%;
  transform: translate(-30%, -50%);
  border-left: 10px solid #ffffff;
}

.content mian .partners .partners_swiper .swiper-button-prev::after {
  border-right: 10px solid #ffffff;
  left: 20%;
  transform: translate(-30%, -50%);
}

.content mian .information {
  height: auto;
  background: url(/skin/static_014/static/image/information_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.content mian .information .information_list {
  width: 100%;
  height: auto;
  padding: 44px;
  box-sizing: border-box;
  background-color: rgba(36, 25, 102, 0.5);
  border-radius: 20px;
}

.content mian .information .information_list .information_box {
  margin-top: 20px;
}

.content mian .information .information_list .information_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.content mian .information .information_list .information_box ul li {
  width: calc(50% - 10px);
  padding: 21px 19px;
  box-sizing: border-box;
  background-color: #3a2fa4;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;

}

.content mian .information .information_list .information_box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  color: #d7d5e9;
  font-size: 16px;
  white-space: nowrap;
}

.content mian .information .information_list .information_box ul li .restriction {
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.content mian .information .information_list .information_box ul li a div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  color: #ffffff;
  font-size: 18px;
}

.content mian .information .information_list .information_box ul li a div b {
  margin-right: 11px;
}

.content mian .information .information_list .information_box ul li a span {
  color: #afacd5;
  font-size: 12px;
  white-space: nowrap;
}

.content mian .information .hotstar {
  position: relative;
  height: auto;
  padding: 44px;
  box-sizing: border-box;
}

.content mian .information .hotstar .title_box .title span {
  color: #ffffff;
}

.content mian .information .hotstar .title_box .title p {
  color: #30344c;
}

.content mian .information .hotstar .hotstar_swiper {
  position: relative;
  height: auto;
  padding: 32px 14px;
  background: url(/skin/static_014/static/image/hotstar_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  transform: translateY(-15px);
}

.content mian .information .hotstar .hotstar_swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.content mian .information .hotstar .hotstar_swiper .outer_ring {
  width: 157px;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4e498d;
  border-radius: 50%;
}

.content mian .information .hotstar .hotstar_swiper .outer_ring .innerring {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4f4a8e;
  border-radius: 50%;
}

.content mian .information .hotstar .hotstar_swiper .outer_ring .innerring a {
  position: relative;
  display: block;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #651cd9;
  border: 3px solid #7b38e6;
  overflow: hidden;
}

.content mian .information .hotstar .hotstar_swiper .outer_ring .innerring a .hotstar_Img {
  width: 69px;
  height: 95px;
  margin: auto;
}

.content mian .information .hotstar .hotstar_swiper .outer_ring .innerring a .hotstar_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .information .hotstar .hotstar_swiper .outer_ring .innerring a .hotstar_name {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: 98px;
  height: 25px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.content mian .information .hotstar .hotstar_swiper .swiper-button-next,
.content mian .information .hotstar .hotstar_swiper .swiper-button-prev {
  top: unset;
  bottom: 0;
  width: 65px;
  height: 50px;
  background-color: #521dd0;
}

.content mian .information .hotstar .hotstar_swiper .swiper-button-next {
  left: 47%;
  transform: translate(50%, 50%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 1px solid #7549dd;
}

.content mian .information .hotstar .hotstar_swiper .swiper-button-prev {
  left: 47%;
  transform: translate(-50%, 50%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.content mian .information .hotstar .hotstar_swiper .swiper-button-next::after,
.content mian .information .hotstar .hotstar_swiper .swiper-button-prev::after {
  content: '';
  border: 10px solid transparent;
}

.content mian .information .hotstar .hotstar_swiper .swiper-button-next::after {
  border-left: 10px solid #cbbbf2;
}

.content mian .information .hotstar .hotstar_swiper .swiper-button-prev::after {
  border-right: 10px solid #cbbbf2;
}

.w {
  width: 1310px;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  html body .content .coursedetail_banner {
    height: 39.2vw;
  }

  html body .content .mian_box .cours_live .cours_live_title {
    padding: 7.2vw 0;
  }

  html body .content .mian_box .cours_live .cours_live_title p {
    font-size: 24px;
  }

  html body .content .mian_box .cours_live .cours_live_title h1 {
    font-size: 24px;
  }

  html body .content .mian_box .cours_live .cours_live_title .info {
    padding: 0 3.86667vw;
  }

  html body .content .mian_box .cours_live .cours_live_title .info .info_left .time::after {
    margin: 0 3.2vw;
  }

  html body .content .banner .banner_title_tow ul li a {
    white-space: nowrap;
  }

  html body .content .mian_box .cours_live {
    padding: 0 3.33333vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime {
    gap: 5.73333vw;
    height: 66.4vw;
    padding: 0 2.66667vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs .score {
    gap: 4.26667vw;
    height: 10.66667vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs {
    width: auto;
    flex: 1;
    padding-top: 9.33333vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs p {
    margin-bottom: 4.53333vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime .playingtime_team .playingtime_Img {
    width: 18.4vw;
    height: 19.73333vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime .playingtime_team p {
    font-size: 14px;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs .score span {
    font-size: 26px;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs .playingtime_vs_time {
    font-size: 2.4vw;
    height: 7.33333vw;
    line-height: 7.33333vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .signal .signal_list {
    padding: 2vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .signal .signal_list ul li {
    height: 7.46667vw;
    border-radius: 3.73333vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .signal .signal_list ul li a {
    font-size: 3.2vw;
  }

  html body .content .mian_box .cours_video .cours_video_list ul li {
    padding: 5px;
  }

  html body .content .mian_box .cours_video .cours_video_list {
    padding: 4vw;
  }

  html body .content .mian_box .cours_video .cours_video_list ul li {
    width: 100%;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime .live_info {
    padding: 1.73333vw;
    border-bottom-left-radius: 1.33333vw;
    border-bottom-right-radius: 1.33333vw;
  }

  html body .content .mian_box .cours_live .cours_live_center .playingtime .live_info a {
    font-size: 2.4vw;
  }

  html body .content .mian_box .cours_video span {
    height: 10.66667vw;
    font-size: 16px;
    padding-left: 9.33333vw;
  }
}

@media screen and (max-width: 1200px) {
  body .content .mian_box .cours_live {
    height: auto;
  }

  body .content .mian_box .cours_live .cours_live_center {
    flex-direction: column;
    height: auto;
  }

  body .content .mian_box .cours_live .cours_live_center .playingtime {
    width: 100%;
    height: 498px;
    flex: auto;
  }

  body .content .mian_box .cours_live .cours_live_center .signal {
    width: 100%;
  }

  body .content .mian_box .cours_live .cours_live_center .signal .signal_list ul {
    flex-wrap: nowrap;
  }

  body .content .mian_box .cours_live .cours_live_center .signal .signal_list ul li {
    width: auto;
    flex: 1;
  }

  body .content .mian_box .cours_live .cours_live_bottom {
    padding-bottom: 20px;
  }

  body .content .mian_box .cours_video .cours_video_list ul li {
    width: calc(100% / 2 - 20px);
  }

  body .content .mian_box .cours_video .cours_video_list {
    padding: 60px 30px;
    height: auto;
  }
}

.content .coursedetail_banner {
  height: 294px;
}

.content .coursedetail_banner .banner_title_tow {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40px);
  z-index: 1;
}

.content .coursedetail_banner .banner_title_tow ul {
  display: flex;
}

.content .coursedetail_banner .banner_title_tow ul li a {
  color: #ffffff;
}

.content .coursedetail_banner .banner_title_tow ul li::after {
  content: '-';
  color: #ffffff;
  margin: 0 20px;
}

.content .coursedetail_banner .banner_title_tow ul li:last-child::after {
  display: none;
}

.content .mian_box {
  height: auto;
  background: url(/skin/static_014/static/image/coursedetail_bj2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0;
}

.content .mian_box .cours_live_content {
  padding: 25px 0;
  color: #979797;

}


.content .mian_box .cours_live {
  /* height: 775px; */
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 45px;
}

.content .mian_box .cours_live .cours_live_title {
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.content .mian_box .cours_live .cours_live_title p {
  font-size: 34px;
  font-weight: 800;
  color: #181818;
  text-align: center;
}

.content .mian_box .cours_live .cours_live_title h1 {
  font-size: 34px;
  font-weight: 800;
  color: #181818;
  text-align: center;
}

.content .mian_box .cours_live .cours_live_title .info {
  padding: 0 49px;
  display: flex;
  justify-content: space-between;
}

.content .mian_box .cours_live .cours_live_title .info .info_left {
  display: flex;
}

.content .mian_box .cours_live .cours_live_title .info .info_left span {
  color: #979797;
}

.content .mian_box .cours_live .cours_live_title .info .info_left .time::after {
  content: '|';
  color: #979797;
  margin: 0 24px;
}

.content .mian_box .cours_live .cours_live_title .info .info_right {
  display: flex;
  gap: 17px;
  align-items: center;
}

.content .mian_box .cours_live .cours_live_title .info .info_right div {
  display: flex;
  align-items: center;
}

.content .mian_box .cours_live .cours_live_title .info .info_right div span {
  color: #3d3d3d;
  font-size: 12px;
}

.content .mian_box .cours_live .cours_live_title .info .info_right div .iconfont {
  font-size: 15px;
  vertical-align: bottom;
}

.content .mian_box .cours_live .cours_live_title .info .info_right div .eye {
  font-size: 20px;
}

.content .mian_box .cours_live .cours_live_center {
  display: flex;
  justify-content: space-between;
  height: 480px;
  gap: 25px;
}

.content .mian_box .cours_live .cours_live_center .playingtime {
  position: relative;
  flex: 1;
  height: 100%;
  background: url(/skin/static_014/static/image/coursedetail_live.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  gap: 73px;
}

.content .mian_box .cours_live .cours_live_center .playingtime .live_info {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  padding: 13px 33px;
  background: #4e4d50;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.content .mian_box .cours_live .cours_live_center .playingtime .live_info a {
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-color: #fff;
  white-space: nowrap;
}

.content .mian_box .cours_live .cours_live_center .playingtime .playingtime_team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.content .mian_box .cours_live .cours_live_center .playingtime .playingtime_team .playingtime_Img {
  width: 138px;
  height: 148px;
}

.content .mian_box .cours_live .cours_live_center .playingtime .playingtime_team .playingtime_Img img {
  width: 100%;
  height: 100%;
}

.content .mian_box .cours_live .cours_live_center .playingtime .playingtime_team p {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
}

.content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 100%;
  box-sizing: border-box;
}

.content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs p {
  font-size: 26px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 34px;
  text-align: center;
}

.content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs .score {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background-color: #3e126f;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs .score span {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
}

.content .mian_box .cours_live .cours_live_center .playingtime .playingtime_vs .playingtime_vs_time {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  background-color: #3e126f;
  margin-top: 22px;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  font-size: 13px;
}

.content .mian_box .cours_live .cours_live_center .signal {
  width: 311px;
  height: 100%;
  border: 1px solid #3e126f;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.content .mian_box .cours_live .cours_live_center .signal .signal_title {
  width: 100%;
  height: 48px;
  background-color: #3a2fa4;
  color: #ffffff;
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  line-height: 48px;
}

.content .mian_box .cours_live .cours_live_center .signal .signal_list {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.content .mian_box .cours_live .cours_live_center .signal .signal_list ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.content .mian_box .cours_live .cours_live_center .signal .signal_list ul li {
  height: 56px;
  width: calc(50% - 3px);
  background-color: #4d43ad;
  border-radius: calc(56px / 2);
  display: flex;
}

.content .mian_box .cours_live .cours_live_center .signal .signal_list ul li a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .mian_box .cours_live .cours_live_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.content .mian_box .cours_live .cours_live_bottom ul {
  display: flex;
  gap: 8px;
}

.content .mian_box .cours_live .cours_live_bottom ul li {
  width: 30px;
  height: 30px;
}

.content .mian_box .cours_live .cours_live_bottom ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .mian_box .cours_video {
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.content .mian_box .cours_video .xianguantitle {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background-color: #3a2fa4;
  color: #ffffff;
  padding-left: 70px;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 800;
}

.content .mian_box .cours_video .cours_video_list {
  padding: 60px;
  width: 100%;
  box-sizing: border-box;
}

.content .mian_box .cours_video .cours_video_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.content .mian_box .cours_video .cours_video_list ul li {
  width: calc(100% / 3 - 27px);
  background-color: #3a2fa4;
  height: 250px;
  display: flex;
  padding: 15px;
  box-sizing: border-box;
}

.content .mian_box .cours_video .cours_video_list ul li a {
  position: relative;
  width: 100%;
  height: 100%;
}

.content .mian_box .cours_video .cours_video_list ul li a .cours_video_Img {
  width: 100%;
  height: 100%;
}

.content .mian_box .cours_video .cours_video_list ul li a .cours_video_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .mian_box .cours_video .cours_video_list ul li a .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
}

.content .mian_box .cours_video .cours_video_list ul li a .play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .mian_box .cours_video .cours_video_list ul li a .amount {
  position: absolute;
  right: 7px;
  bottom: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.content .mian_box .cours_video .cours_video_list ul li a .amount img {
  width: 16px;
  height: 11px;
}

.content .mian_box .cours_video .cours_video_list ul li a .amount span {
  color: #bdbebf;
}

.content .mian_box .cours_video .cours_video_list ul li a .cours_video_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  box-sizing: border-box;
}

.content .mian_box .cours_video .cours_video_list ul li a .cours_video_content p {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.content .mian_box .cours_video .cours_video_list ul li a .cours_video_content .video_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.content .mian_box .cours_video .cours_video_list ul li a .cours_video_content .video_info span {
  color: #b6b7b2;
}

.content .coursedetail_footer {
  height: 432px;
  background: url(/skin/static_014/static/image/footer_bj2.png) no-repeat;
  background-size: cover;
  align-items: center;
}

.content .coursedetail_footer .footer_coutent .footer_bottom {
  padding: 17px 40px;
}

.w {
  width: 1310px;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  html body .banner .banner_title {
    transform: translateY(-150%);
  }

  html body .banner .banner_title span {
    font-size: 8.93333vw;
  }

  html body .content mian .courselistbox .courselist_title ul {
    width: auto;
    height: 9.2vw;
    border-radius: 4.53333vw;
  }

  html body .content mian .courselistbox .courselist_title ul li {
    width: 14.66667vw;
    height: 7.46667vw;
    border-radius: 3.73333vw;
  }

  html body .content mian .courselistbox .courselist_title ul li a {
    line-height: 7.46667vw;
    font-size: 3.06667vw;
  }

  html body .content mian .courselistbox .courselist {
    padding: 4.66667vw;
  }

  html body .content mian .courselistbox .course_team ul li .Information {
    padding: 1.33333vw;
  }

  html body .content mian .courselistbox .course_team ul li .contrast {
    gap: 2.2vw;
  }

  html body .content mian .courselistbox .course_team ul li .contrast .contrast_team {
    align-items: center;
  }

  html body .content mian .courselistbox .course_team ul li .contrast .contrast_team .contrast_team_Img {
    width: 10vw;
    height: 12vw;
  }

  html body .content mian .courselistbox .pagination {
    gap: 5px;
  }

  html body .content mian .courselistbox .pagination li {
    width: 6vw;
    height: 6vw;
  }

  html body .content mian .courselistbox .pagination li a {
    line-height: 6vw;
  }

  html body .content mian .courselistbox .pagination li span {
    line-height: 6vw;
  }

  html body .content mian .courselistbox .pagination .prev,
  html body .content mian .courselistbox .pagination .next {
    width: 6.93333vw;
    height: 6vw;
  }

  html body .content mian .courselistbox .pagination .prev span,
  html body .content mian .courselistbox .pagination .next span {
    line-height: 6vw;
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  body .content mian .courselistbox .course_team ul li {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }

  body .content mian .courselistbox .course_team ul li .Information {
    width: 100%;
  }

  body .content mian .courselistbox .course_team ul li .contrast {
    border: none;
  }

  body .content mian .courselistbox .course_team ul li .debutstatus {
    width: 100%;
  }
}

.content .courselist_banner {
  height: 558px;
}

.content .courselist_banner .bannerSwiper {
  width: 100%;
}

.content mian .courselistbox {
  min-height: 1681px;
  background: url(/skin/static_014/static/image/list_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 34px 0;
}

.content mian .courselistbox .courselist {
  min-height: 1620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 85px;
  background-color: rgba(36, 25, 102, 0.5);
  padding: 30px 0;
}

.content mian .courselistbox .courselist_title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content mian .courselistbox .courselist_title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #521dd0;
  width: 588px;
  height: 69px;
  border-radius: 34px;
  padding: 4px;
  box-sizing: border-box;
}

.content mian .courselistbox .courselist_title ul li {
  width: 110px;
  height: 56px;
  background-color: #baa5f0;
  border-radius: 28px;
}

.content mian .courselistbox .courselist_title ul li a {
  color: #29077c;
  font-size: 23px;
  font-weight: 800;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 56px;
}

.content mian .courselistbox .courselist_title ul .active {
  background-color: #521dd0;
}

.content mian .courselistbox .courselist_title ul .active a {
  color: #ffffff;
}

.content mian .courselistbox .course_team {
  margin-top: 18px;
  width: 100%;
}

.content mian .courselistbox .course_team ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.content mian .courselistbox .course_team ul li {
  display: flex;
  padding: 12px 0;
  height: 150px;
  box-sizing: border-box;
  background-color: #3a2fa4;
}

.content mian .courselistbox .course_team ul li .Information {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 19px;
  width: 400px;
  padding: 20px 64px;
  box-sizing: border-box;
}

.content mian .courselistbox .course_team ul li .Information .kickoff {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.content mian .courselistbox .course_team ul li .Information .kickoff .kickoff_left {
  width: 104px;
  height: 40px;
  border: 1px solid #baa5f0;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
}

.content mian .courselistbox .course_team ul li .Information .kickoff .kickoff_right {
  position: relative;
  width: 138px;
  height: 39px;
  background-color: #baa5f0;
  font-size: 18px;
  padding-left: 40px;
  line-height: 39px;
  color: #29077c;
  box-sizing: border-box;
}

.content mian .courselistbox .course_team ul li .Information .kickoff .kickoff_right::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
  border-right: 20px solid #3a2fa4;
}

.content mian .courselistbox .course_team ul li .Information .time {
  width: 100%;
  background-color: #6159b6;
  padding: 12px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  gap: 18px;
}

.content mian .courselistbox .course_team ul li .Information .time span {
  font-size: 18px;
  color: #ffffff;
}

.content mian .courselistbox .course_team ul li .contrast {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 54px;
  border-left: 1px solid #b7a4eb;
  border-right: 1px solid #b7a4eb;
}

.content mian .courselistbox .course_team ul li .contrast .contrast_team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}


.content mian .courselistbox .course_team ul li .contrast .contrast_team .contrast_team_Img {
  width: 65px;
}

.content mian .courselistbox .course_team ul li .contrast .contrast_team .contrast_team_Img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.content mian .courselistbox .course_team ul li .contrast .contrast_team p {
  font-size: 14px;
  color: #ffffff;
  width: 84px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.content mian .courselistbox .course_team ul li .contrast .contrast_vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.content mian .courselistbox .course_team ul li .contrast .contrast_vs .contrast_score {
  font-size: 23px;
  color: #ffffff;
  font-weight: 800;
  display: flex;
  gap: 10px;
}

.content mian .courselistbox .course_team ul li .contrast .contrast_vs .contrast_Img {
  width: 28px;
  height: 16px;
}

.content mian .courselistbox .course_team ul li .contrast .contrast_vs .contrast_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .courselistbox .course_team ul li .debutstatus {
  width: 236px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content mian .courselistbox .course_team ul li .debutstatus .debutstatus_btn {
  width: 164px;
  height: 40px;
  border: 1px solid #baa5f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.content mian .courselistbox .course_team ul li .debutstatus .debutstatus_btn .live {
  width: 26px;
  height: 26px;
}

.content mian .courselistbox .course_team ul li .debutstatus .debutstatus_btn .live img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .courselistbox .course_team ul li .debutstatus .debutstatus_btn span {
  font-size: 17px;
  color: #ffffff;
  vertical-align: middle;
}

.content mian .courselistbox .pagination {
  display: flex;
  gap: 23px;
  margin-top: 46px;
}

.content mian .courselistbox .pagination li {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
}

.content mian .courselistbox .pagination li span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  color: #b0aecd;
}

.content mian .courselistbox .pagination li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3c2a92;
  text-align: center;
  line-height: 34px;
  color: #b0aecd;
}

.content mian .courselistbox .pagination .prev,
.content mian .courselistbox .pagination .next {
  width: 52px;
  height: 35px;
  background-color: #3c2a92;
  border-radius: 5px;
  cursor: pointer;
}

.content mian .courselistbox .pagination .prev span,
.content mian .courselistbox .pagination .next span {
  color: #8b82b8;
  font-size: 22px;
  text-align: center;
  line-height: 35px;
}

.content mian .courselistbox .pagination .active span {
  background-color: #582ac3;
}

.content .courselist_footer {
  height: 228px;
  background: url(/skin/static_014/static/image/footer_bj2.png) no-repeat;
  background-size: cover;
}

.content .courselist_footer .footer_coutent .footer_bottom {
  padding: 17px 40px;
}

.w {
  width: 1310px;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  html body .content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li {
    padding: 5px;
  }

  html body .content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li {
    width: 100%;
  }

  html body .content mian .mian_bjbox .vidoe_listbox {
    border-radius: 2.66667vw;
  }

  html body .content mian .mian_bjbox .vidoe_listbox {
    padding: 4vw;
  }
}

@media screen and (max-width: 1200px) {
  body .content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li {
    width: calc(100% / 2 - 5px);
  }

  body .content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul {
    gap: 10px;
  }
}

.content {
  overflow: hidden;
}

.content .video_list_banner {
  height: 558px;
}

.content .people {
  position: absolute;
  right: 34px;
  top: 35px;
  width: 1016px;
  height: 831px;
  z-index: 1;
}

.content .people img {
  width: 100%;
  height: 100%;
}

.content mian .mian_bjbox {
  height: auto;
  background: url(/skin/static_014/static/image/videolist_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 37px 0;
}

.content mian .mian_bjbox .vidoe_listbox {
  position: relative;
  height: auto;
  width: 100%;
  background-color: rgba(36, 25, 102, 0.5);
  padding: 43px 60px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center {
  margin-top: 19px;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li {
  width: calc(100% / 3 - 27px);
  background-color: #3a2fa4;
  height: 250px;
  display: flex;
  padding: 15px;
  box-sizing: border-box;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a {
  position: relative;
  width: 100%;
  height: 100%;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .cours_video_Img {
  width: 100%;
  height: 100%;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .cours_video_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .amount {
  position: absolute;
  right: 7px;
  bottom: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .amount img {
  width: 16px;
  height: 11px;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .amount span {
  color: #bdbebf;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .cours_video_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  box-sizing: border-box;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .cours_video_content p {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .cours_video_content .video_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.content mian .mian_bjbox .vidoe_listbox .vidoe_listbox_center ul li a .cours_video_content .video_info span {
  color: #b6b7b2;
}

.w {
  width: 1310px;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  html body .content .video_mian .video_detail {
    padding: 1.06667vw;
    border-radius: 2.66667vw;
  }

  html body .content .video_mian .video_detail .video_detail_center {
    height: 73.33333vw;
  }

  html body .content .video_mian .video_detail .video_detail_title .info {
    padding: 0 3.86667vw;
  }

  html body .content .video_mian .video_detail .video_detail_title .info .info_left .time::after {
    margin: 0 3.2vw;
  }

  html body .content .video_mian .video_detail .video_detail_title .info .info_left span {
    font-size: 12px;
  }

  html body .content .video_mian .video_detail .video_detail_title {
    padding: 3.2vw;
  }

  html body .content .video_mian .video_detail .video_detail_title p {
    font-size: 18px;
  }

  html body .content .video_mian .video_detail .video_detail_title h1 {
    font-size: 18px;
  }

  html body .content .video_mian .cours_video .cours_video_list ul li {
    padding: 5px;
  }

  html body .content .video_mian .cours_video .cours_video_list {
    padding: 4vw;
  }

  html body .content .video_mian .cours_video .cours_video_list ul li {
    width: 100%;
  }

  html body .content .video_mian .cours_video {
    border-radius: 2.66667vw;
  }

  html body .content .video_mian .cours_video .xianguantitle {
    height: 10.66667vw;
    font-size: 16px;
    padding-left: 9.33333vw;
  }

  html body .content .video_mian .video_detail .video_detail_center .play img {
    width: calc(88vw / 7.5);
    height: calc(88vw / 7.5);
  }
}

@media screen and (max-width: 1200px) {
  body .content .video_mian .cours_video .cours_video_list ul li {
    width: calc(100% / 2 - 20px);
  }

  body .content .video_mian .cours_video .cours_video_list {
    padding: 60px 30px;
    height: auto;
  }
}

.content .video_mian {
  width: 100%;
  height: auto;
  padding: 42px 0;
  box-sizing: border-box;
  background: url(/skin/static_014/static/image/video_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.content .video_mian .video_detail {
  height: auto;
  padding: 20px 88px;
  background-color: #fff;
  border-radius: 20px;
}

.content .video_mian .video_detail .video_detail_title {
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.content .video_mian .video_detail .video_detail_title p {
  font-size: 34px;
  font-weight: 800;
  color: #181818;
  text-align: center;
}

.content .video_mian .video_detail .video_detail_title h1 {
  font-size: 34px;
  font-weight: 800;
  color: #181818;
  text-align: center;
}

.content .video_mian .video_detail .video_detail_title .info {
  padding: 0 49px;
  display: flex;
  justify-content: space-between;
}

.content .video_mian .video_detail .video_detail_title .info .info_left {
  display: flex;
}

.content .video_mian .video_detail .video_detail_title .info .info_left span {
  color: #979797;
  font-size: 17px;
}

.content .video_mian .video_detail .video_detail_title .info .info_left .time::after {
  content: '|';
  color: #979797;
  margin: 0 24px;
}

.content .video_mian .video_detail .video_detail_title .info .info_right {
  display: flex;
  gap: 17px;
  align-items: center;
}

.content .video_mian .video_detail .video_detail_title .info .info_right div {
  display: flex;
  align-items: center;
}

.content .video_mian .video_detail .video_detail_title .info .info_right div span {
  color: #3d3d3d;
  font-size: 12px;
}

.content .video_mian .video_detail .video_detail_title .info .info_right div .iconfont {
  font-size: 15px;
  vertical-align: bottom;
}

.content .video_mian .video_detail .video_detail_title .info .info_right div .eye {
  font-size: 20px;
}

.content .video_mian .video_detail .video_detail_center {
  position: relative;
  width: 100%;
  height: 750px;
}

.content .video_mian .video_detail .video_detail_center .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.content .video_mian .video_detail .video_detail_center .play img {
  width: 88px;
  height: 88px;
}

.content .video_mian .video_detail .video_detail_center a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .video_mian .video_detail .video_detail_center a img {
  width: 100%;
  height: 100%;
}

.content .video_mian .video_detail .video_detail_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.content .video_mian .video_detail .video_detail_bottom ul {
  display: flex;
  gap: 8px;
}

.content .video_mian .video_detail .video_detail_bottom ul li {
  width: 30px;
  height: 30px;
}

.content .video_mian .video_detail .video_detail_bottom ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .video_mian .cours_video {
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 45px;
}

.content .video_mian .cours_video .xianguantitle {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background-color: #3a2fa4;
  color: #ffffff;
  padding-left: 70px;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 800;
}

.content .video_mian .cours_video .cours_video_list {
  padding: 60px;
  width: 100%;
  box-sizing: border-box;
}

.content .video_mian .cours_video .cours_video_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.content .video_mian .cours_video .cours_video_list ul li {
  width: calc(100% / 3 - 27px);
  background-color: #3a2fa4;
  height: 250px;
  display: flex;
  padding: 15px;
  box-sizing: border-box;
}

.content .video_mian .cours_video .cours_video_list ul li a {
  position: relative;
  width: 100%;
  height: 100%;
}

.content .video_mian .cours_video .cours_video_list ul li a .cours_video_Img {
  width: 100%;
  height: 100%;
}

.content .video_mian .cours_video .cours_video_list ul li a .cours_video_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .video_mian .cours_video .cours_video_list ul li a .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
}

.content .video_mian .cours_video .cours_video_list ul li a .play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .video_mian .cours_video .cours_video_list ul li a .amount {
  position: absolute;
  right: 7px;
  bottom: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.content .video_mian .cours_video .cours_video_list ul li a .amount img {
  width: 16px;
  height: 11px;
}

.content .video_mian .cours_video .cours_video_list ul li a .amount span {
  color: #bdbebf;
}

.content .video_mian .cours_video .cours_video_list ul li a .cours_video_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  box-sizing: border-box;
}

.content .video_mian .cours_video .cours_video_list ul li a .cours_video_content p {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.content .video_mian .cours_video .cours_video_list ul li a .cours_video_content .video_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.content .video_mian .cours_video .cours_video_list ul li a .cours_video_content .video_info span {
  color: #b6b7b2;
}

.w {
  width: 1310px;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  html body .content .news_banner {
    height: 74.4vw;
  }

  html body .content .mian_bj .news_list {
    padding: 43px 3.06667vw;
  }

  html body .content .mian_bj .news_list .news_list_center {
    width: 100%;
  }

  html body .content .mian_bj .news_list .news_list_center ul li .news_item {
    flex-direction: column;
  }

  html body .content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center {
    width: 100%;
    padding: 0;
    flex-direction: column;
    border: none;
  }

  html body .content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center p {
    width: 100%;
    font-size: 12px;
    text-align: center;

  }

  html body .content .pagination {
    gap: 5px;
  }

  html body .content .pagination li {
    width: 6vw;
    height: 6vw;
  }

  html body .content .pagination li a {
    line-height: 6vw;
  }

  html body .content .pagination li span {
    line-height: 6vw;
  }

  html body .content .pagination .prev,
  html body .content .pagination .next {
    width: 6.93333vw;
    height: 6vw;
  }

  html body .content .pagination .prev span,
  html body .content .pagination .next span {
    line-height: 6vw;
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  body .content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center p {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body .content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center .time a {
    gap: 6px;
  }

  body .content .mian_bj .news_list .news_list_center ul li .news_item .news_item_left {
    width: 68px;
  }

  body .content .mian_bj .news_list .news_list_center ul li .news_item .news_item_right {
    width: 147px;
  }

  body .content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center .time span {
    white-space: nowrap;
  }
}

.content .news_banner {
  height: 558px;
}

.content .mian_bj {
  height: auto;
  background: url(/skin/static_014/static/image/news.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}

.content .mian_bj .news_list {
  padding: 43px;
  height: auto;
  background-color: rgba(36, 25, 102, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .mian_bj .news_list .news_list_center {
  margin-top: 20px;
  width: 100%;
}

.content .mian_bj .news_list .news_list_center ul {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.content .mian_bj .news_list .news_list_center ul li {
  padding: 9px 0;
  box-sizing: border-box;
  background-color: #3a2fa4;
}

.content .mian_bj .news_list .news_list_center ul li .news_item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .mian_bj .news_list .news_list_center ul li .news_item .news_item_left {
  padding: 10px 0;


  width: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .mian_bj .news_list .news_list_center ul li .news_item .news_item_left span {
  color: #ffffff;
  font-size: 14px;
}

.content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center {
  flex: 1;
  padding: 10px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #756ebf;
  border-right: 1px solid #756ebf;
  overflow: hidden;
}
.content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center .writing{
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
}
.content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center p {
  color: #ffffff;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}

.content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center .time a {
  display: flex;
  gap: 16px;
}

.content .mian_bj .news_list .news_list_center ul li .news_item .news_item_center .time span {
  color: #ffffff;
  font-size: 12px;
}

.content .mian_bj .news_list .news_list_center ul li .news_item .news_item_right {
  padding: 10px 0;
  width: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.content .mian_bj .news_list .news_list_center ul li .news_item .news_item_right span {
  color: #ffffff;
  vertical-align: middle;
}

.content .pagination {
  display: flex;
  gap: 23px;
  margin-top: 46px;
}

.content .pagination li {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
}

.content .pagination li span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  color: #b0aecd;
}

.content .pagination li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3c2a92;
  text-align: center;
  line-height: 34px;
  color: #b0aecd;
}

.content .pagination .prev,
.content .pagination .next {
  width: 52px;
  height: 35px;
  background-color: #3c2a92;
  border-radius: 5px;
  cursor: pointer;
}

.content .pagination .prev span,
.content .pagination .next span {
  color: #8b82b8;
  font-size: 22px;
  text-align: center;
  line-height: 35px;
}

.content .pagination .active span {
  background-color: #582ac3;
}

.w {
  width: 1310px;
  margin: auto;
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  html body .content .newsdetail .newsdetail_left .newsdetail_left_content {
    padding: 0 3.46667vw;
  }

  html body .content .newsdetail .newsdetail_left .newsdetail_left_title p {
    font-size: 18px;
  }

  html body .content .newsdetail .newsdetail_left .newsdetail_left_title h1 {
    font-size: 18px;
  }

  html body .content .newsdetail .newsdetail_left .newsdetail_left_content article .articlephotosbox .articlephotos {
    width: 61.6vw;
    height: 61.6vw;
  }

  html body .content .newsdetail .newsdetail_left .newsdetail_left_content article .articleImagebox .articleImage {
    width: 62vw;
    height: 31.86667vw;
  }

  html body .content .newsdetail .newsdetail_left .newsdetail_left_content article p {
    font-size: 12px;
    line-height: 20px;
  }

  html body .content .newsdetail .newsdetail_left .newsdetail_left_content .like {
    margin-top: 10.66667vw;
  }

  html body .content .newsdetail .newsdetail_left .newsdetail_left_bottom {
    gap: 10px;
    flex-direction: column;
    justify-content: center;
  }

  html body .content .newsdetail .newsdetail_right .newsdetail_right_title {
    padding-left: 4vw;
  }

  html body .content .newsdetail .newsdetail_right .newsdetail_right_content {
    padding: 1.86667vw;
  }
}

@media screen and (max-width: 950px) {
  body .content .newsdetail .newsdetailBox {
    flex-direction: column;
  }

  body .content .newsdetail .newsdetail_right {
    width: 100%;
  }
}

.content .newsdetail {
  width: 100%;
  height: auto;
  padding: 46px 0;
  background: url(/skin/static_014/static/image/newsdetail.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.content .newsdetail .newsdetailBox {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.content .newsdetail .newsdetail_left {
  flex: 1;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}

.content .newsdetail .newsdetail_left .newsdetail_left_title p {
  font-size: 25px;
  color: #333333;
  font-weight: 800;
  margin-top: 38px;
  text-align: center;
  margin-bottom: 15px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_title h1 {
  font-size: 25px;
  color: #333333;
  font-weight: 800;
  margin-top: 38px;
  text-align: center;
  margin-bottom: 15px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_title .originBox {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding: 13px 0;
}

.content .newsdetail .newsdetail_left .newsdetail_left_title .originBox .origin_left span {
  color: #8e8e8e;
}

.content .newsdetail .newsdetail_left .newsdetail_left_title .originBox .origin_left span:first-child::after {
  content: '|';
  color: #a0a0a0;
  margin: 0 18px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_title .originBox .origin_right {
  display: flex;
  gap: 22px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_title .originBox .origin_right span {
  font-size: 12px;
  color: #8e8e8e;
}

.content .newsdetail .newsdetail_left .newsdetail_left_title .originBox .origin_right .iconfont {
  font-size: 15px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_title .originBox .origin_right .eye {
  font-size: 12px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content {
  padding: 0 26px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content article p {
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  margin-top: 17px;
}


.content .newsdetail .newsdetail_left .newsdetail_left_content article img {
  width: 100%;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content article .articlephotosbox {
  display: flex;
  justify-content: center;
  margin: 34px 0;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content article .articlephotosbox .articlephotos {
  width: 462px;
  height: 462px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content article .articlephotosbox .articlephotos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content article .articleImagebox {
  display: flex;
  justify-content: center;
  margin: 23px 0;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content article .articleImagebox .articleImage {
  width: 465px;
  height: 239px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content article .articleImagebox .articleImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content .like {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 13px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_content .like span {
  font-size: 15px;
  color: #7f7f7f;
}

.content .newsdetail .newsdetail_left .newsdetail_left_bottom {
  height: 82px;
  border-top: 1px dashed #9a9a9a;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 122px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_bottom .affirm {
  font-size: 15px;
  color: #bfbfbf;
}

.content .newsdetail .newsdetail_left .newsdetail_left_bottom .divide {
  display: flex;
  align-items: center;
}

.content .newsdetail .newsdetail_left .newsdetail_left_bottom .divide ul {
  display: flex;
  gap: 8px;
}

.content .newsdetail .newsdetail_left .newsdetail_left_bottom .divide ul li {
  width: 30px;
  height: 30px;
  display: flex;
}

.content .newsdetail .newsdetail_left .newsdetail_left_bottom .divide ul li a {
  width: 100%;
  height: 100%;
}

.content .newsdetail .newsdetail_left .newsdetail_left_bottom .divide ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .newsdetail .newsdetail_right {
  width: 361px;
  height: 514px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.content .newsdetail .newsdetail_right .newsdetail_right_title {
  width: 100%;
  height: 70px;
  background-color: #3a2fa4;
  display: flex;
  align-items: center;
  padding-left: 30px;
  border: 2px solid #3e126f;
}

.content .newsdetail .newsdetail_right .newsdetail_right_title span {
  font-size: 27px;
  color: #ffffff;
  font-weight: 800;
}

.content .newsdetail .newsdetail_right .newsdetail_right_content {
  padding: 14px;
}

.content .newsdetail .newsdetail_right .newsdetail_right_content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content .newsdetail .newsdetail_right .newsdetail_right_content ul li {
  width: 100%;
  height: 41px;
  padding-left: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #ececec;
  border-radius: 10px;
}

.content .newsdetail .newsdetail_right .newsdetail_right_content ul li a {
  font-size: 15px;
  color: #000000;
}


.bg-gray {
  background: gray;
}

.bg-green {
  background: #3e8346;
}

.bg-yellow {
  background: #939126;
}

.course_team_top {
  display: none;
}

.content mian .information .information_list .information_box div {
  display: flex;
  justify-content: flex-start;
}

footer .footer_coutent .footer_bottom p a {
  color: white;
}