@charset "UTF-8";

img {
  -webkit-user-drag: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}
html {
  width: 100%;
  /* overflow-x: hidden !important; */
}
body {
  width: 100%;
  /* overflow-x: hidden !important; */
  font-family: Microsoft Yahei, 微软雅黑, PingFang SC, PingFang;
  background-color: #fff;
}

/* 1920 */
.innovator25-live-box {
  margin-top: -50px;
  padding-bottom: 120px;
  position: relative;
  z-index: 11;
}
.innovator25-live-flex {
  display: flex;
  position: relative;
  /* align-items: flex-start; */
}
.live-video-box {
  width: 77.75%;
  position: relative;
  border-radius: 10px !important;
  overflow: hidden;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  /*添加阴影效果*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}
.live-cont-list {
  width: 22.25%;
  /* height: 630px; */
  height: 100%;
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.live-cont-main {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  box-shadow: 4px 4px 30px 0px rgba(170, 177, 200, 0.2);
  border-radius: 8px;
}
.live-video-imgs {
  width: 100%;
  position: relative;
}
.live-video-box video {
  width: 100%;
  display: none;
}
.live-video-img {
  width: 100%;
}
.live-video-btn {
  width: 180px;
  height: 54px;
  /* background: rgba(121, 118, 118, 0.8); */
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
  border-radius: 8px;
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 8%;
  left: calc(50% - 90px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}
.live-video-btn img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.live-cont-header {
  width: 100%;
  display: flex;
}
.live-header-item {
  width: 48%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #1d2541;
  font-size: 18px;
  cursor: pointer;
}
.live-header-item-on:nth-child(1) {
  width: 52%;
  background: linear-gradient(-90deg, #4560ff 0%, #f671d4 100%);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, calc(100% - 30px) 100%, 0 100%);
  color: #fff;
}
.live-header-item:nth-child(1) {
  border-radius: 8px 0 0 0;
}
.live-header-item-on:nth-child(2) {
  width: 52%;
  background: linear-gradient(-90deg, #4560ff 0%, #f671d4 100%);
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 30px 100%, 0 100%);
  color: #fff;
}
.live-header-item:nth-child(2) {
  border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -ms-border-radius: 0 8px 0 0;
  -o-border-radius: 0 8px 0 0;
}

.live-list-box {
  height: calc(100% - 58px - 30px);
  /* padding-bottom: 40px; */
  padding-top: 20px;
  overflow: hidden;
}
.live-cont-info {
  height: 100%;
}
.live-cont-item {
  position: relative;
  padding-left: 10%;
  padding-right: 10px;
  padding-bottom: 30px;
}
.live-cont-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4%;
  width: 7px;
  height: 7px;
  background: linear-gradient(180deg, #f671d4 0%, #4560ff 100%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.live-cont-item::after {
  content: "";
  position: absolute;
  top: 15px;
  left: calc(4% + 3px);
  width: 0px;
  height: 100%;
  border-left: 1px dashed #c0c3d3;
}
.live-item-name {
  width: fit-content;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  background: linear-gradient(to right, #f671d4 0%, #4560ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.live-item-title {
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #1d2541;
  line-height: 1.4;
  font-weight: bold;
}
.live-item-lecturer {
  font-size: 14px;
  color: #7d8292;
  line-height: 1.6;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: linear-gradient(0deg, #f671d4 0%, #4560ff 100%);
  border-radius: 6px;
  width: 6px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0) !important;
}
.live-sub-forum {
  height: 84px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  color: #1d2541;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e0e1ee;
  cursor: pointer;
}
.live-sub-forum-on {
  background: linear-gradient(90deg, #f884ff 0%, #145bff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.live-sub-forum-on::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f884ff 0%, #145bff 100%);
  opacity: 0.1;
}
#liveContPm .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.innovator25-live-card-list {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.innovator25-live-card {
  /* width: calc((100% - 100px) / 6); */
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  height: 154px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 4px 4px 30px 0px rgba(170, 177, 200, 0.2);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.innovator25-live-on,
.innovator25-live-card:hover {
  background: linear-gradient(315deg, #0a59ff 0%, #ff86ff 100%);
}
.innovator25-live-card:nth-child(5n) {
  margin-right: 0;
}
.innovator25-live-date {
  font-size: 16px;
  color: #0b164c;
  transition: all 0.5s;
}
.innovator25-live-on .innovator25-live-date,
.innovator25-live-card:hover .innovator25-live-date {
  display: none;
}
.innovator25-live-title {
  font-weight: bold;
  font-size: 18px;
  color: #1d2541;
  padding-top: 10px;
  transition: all 0.5s;
}
.innovator25-live-on .innovator25-live-title,
.innovator25-live-card:hover .innovator25-live-title {
  padding-top: 15px;
  color: #ffffff;
  text-align: center;
}
.innovator25-live-time {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #0b164c;
  position: absolute;
  bottom: 20px;
  transition: all 0.5s;
}
.innovator25-live-time img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.innovator25-live-on .innovator25-live-time,
.innovator25-live-card:hover .innovator25-live-time {
  display: none;
}
.innovator25-live-btn {
  width: 140px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 15%;
  left: calc(50% - 70px);

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  display: none;
}
.innovator25-live-btn img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.innovator25-live-on .innovator25-live-btn,
.innovator25-live-card:hover .innovator25-live-btn {
  display: flex;
}
.live-item-lecturer {
  padding-bottom: 10px;
}
/* 跟随背景图高度，所以不要把 #videoImg 设置为 display: none */
.player-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  /* background: #000000; */
  height: 100%;
  z-index: 99;
}
#liveContAm {
  position: relative;
}
#liveContAm::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 127px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.innovator25-highlights-box {
  padding-top: 0 !important;
}
.live-video-countdown-box {
  position: absolute;
  /* right: 3%; */
  /* top: 5%; */
  /* top: 17%; */
  z-index: 9999;
  width: 100%;
  left: 0;
  bottom: 30%;
}
.live-video-countdown-title {
  font-size: 24px;
  font-weight: bold;
  /* color: #fff; */
  color: #333;
}
.live-video-countdown-box {
  text-align: center;
  padding: 10px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0, 0, 0, 0.7); */
  /* border-radius: 8px; */
  /* color: #fff; */
  /* margin-top: 20px; */
}
.live-video-box-live .live-video-countdown-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  top: 85%;
}
.live-video-countdown-title {
  font-size: 24px;
  /* margin: 0 0 10px 0; */
  position: relative;
  /* font-weight: normal; */
}
.live-video-box-live .live-video-countdown-title {
  margin-bottom: 0;
}
.live-video-countdown-title::after {
  content: "";
}
.live-video-countdown-time {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 5px;
}

.live-video-box-live .live-video-countdown-time {
  font-size: 24px;
}

@media screen and (min-width: 1000px) and (max-width: 1699px) {
}

@media screen and (min-width: 1000px) and (max-width: 1449px) {
  .live-video-btn {
    width: 150px;
    height: 48px;
    /* bottom: 20%; */
    /* left: 10%; */
    font-size: 16px;
    color: #ffffff;
  }
  .live-video-btn img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .live-sub-forum {
    height: 64px;
    font-size: 16px;
  }
  .live-header-item {
    height: 52px;
    font-size: 16px;
  }
  .innovator25-live-title {
    font-size: 16px;
  }
  .innovator25-live-btn {
    width: 120px;
    height: 40px;
    left: calc(50% - 60px);
    font-size: 14px;
  }
  .innovator25-live-btn img {
    width: 16px;
    height: 15px;
    margin-right: 4px;
  }
  .innovator25-live-box {
    padding-bottom: 40px;
  }
  .innovator25-live-card {
    /* width: calc((100% - 60px) / 6); */
    width: calc((100% - 75px) / 5);
    margin-right: 15px;
  }
  #liveContAm::after {
    height: 67px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
}
@media screen and (max-width: 999px) {
  .innovator25-live-box {
    margin-top: 40px;
    /* padding-top: 20px; */
    padding-bottom: 40px;
  }
  .innovator25-live-flex {
    flex-direction: column;
  }
  .live-video-box {
    width: 100%;
  }
  .live-cont-list {
    width: 100%;
    /* height: 630px; */
    height: 100%;
    padding-left: 0;
    margin-top: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .live-video-btn {
    width: 120px;
    height: 36px;
    bottom: 2%;
    left: calc(50% - 60px);
    font-size: 14px;
    color: #ffffff;
  }
  .live-video-btn img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .live-header-item {
    width: 48%;
    height: 48px;
    font-size: 16px;
  }
  .live-cont-item {
    position: relative;
    padding-left: 6%;
    padding-right: 5%;
    padding-bottom: 20px;
  }
  .live-cont-item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 2%;
    width: 7px;
    height: 7px;
  }
  .live-cont-item::after {
    content: "";
    position: absolute;
    top: 15px;
    left: calc(2% + 3px);
  }
  .live-item-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .live-sub-forum {
    height: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .live-list-box {
    padding-top: 10px;
  }
  .innovator25-live-card-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
  }
  .innovator25-live-card {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    height: 154px;
    padding: 20px;
  }
  .innovator25-live-card:nth-child(2n) {
    margin-right: 0;
  }
  .innovator25-live-date {
    font-size: 14px;
  }
  .innovator25-live-title {
    font-size: 15px;
  }
  .innovator25-live-btn {
    width: 120px;
    height: 34px;
    bottom: 20%;
    left: calc(50% - 60px);
    font-size: 14px;
  }
  .innovator25-live-btn img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  #liveContAm::after {
    height: 0;
  }
  .live-video-countdown-box {
    position: absolute;
    bottom: 25%;
    /* right: 1%; */
    /* top: 1%; */
  }
  .live-video-countdown-title {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .live-video-countdown-time {
    font-size: 16px;
  }
  .live-video-box-live .live-video-countdown-time {
    font-size: 16px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 459px) {
  .innovator25-invitation-box {
    margin-top: 0;
  }
  .live-video-countdown-title {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .live-video-countdown-time {
    font-size: 12px;
  }
  .live-video-box-live .live-video-countdown-time {
    font-size: 12px;
    padding-left: 3px;
  }
  .live-video-btn {
    width: 100px;
    height: 30px;
    bottom: 3.5%;
    left: calc(50% - 50px);
    font-size: 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .live-video-btn img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 299px) {
}
/*# sourceMappingURL=dad.css.map */
