#live_detail {
  position: relative;
  width: 100%;
  min-width: 1200px;
  min-height: calc(100vh - 398px);
  background: #fff;
  overflow: hidden;
  padding: 122px 0 80px;
}
#live_detail .breadcrumb {
  padding: 20px 0;
}
#live_detail .breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #77798E;
}
#live_detail .breadcrumb-item:hover {
  color: #1259F0;
}
#live_detail .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#live_detail .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#live_detail .breadcrumb-item:last-child {
  color: #39435A;
}
#live_detail .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#live_detail .video-right-list {
  display: flex;
}
#live_detail .video-right-list {
  display: flex;
  gap: 32px;
}
#live_detail .main-left {
  width: 870px;
}
#live_detail .main-left .video-section {
  height: 490px;
  position: relative;
  background-color: #000;
  border-radius: 6px;
}
#live_detail .main-left .video-section .video-detail {
  width: 870px;
  height: 490px;
  background: #D3E3FC;
  border-radius: 4px 4px 4px 4px;
}
#live_detail .main-left .video-section .top-cover {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
#live_detail .main-left .video-section .time {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  margin: -37px -153px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 307px;
  height: 74px;
  background: rgba(41, 45, 83, 0.7);
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
#live_detail .main-left .video-section .time img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#live_detail .main-left .product-info {
  background: white;
}
#live_detail .main-left .product-info .vide-title {
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 24px;
  color: #080B31;
  text-align: left;
  margin: 30px 0 17px;
}
#live_detail .main-left .product-info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 10px;
}
#live_detail .main-left .product-info .tags .tag {
  height: 33px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EDEEF2;
  font-weight: 300;
  font-size: 16px;
  color: #393C5A;
  text-align: center;
  padding: 0 10px;
  line-height: 33px;
}
#live_detail .main-left .product-info .info-action-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EDEEF2;
  padding-bottom: 50px;
}
#live_detail .main-left .product-info .info-action-content .info-meta {
  display: flex;
  gap: 24px;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item {
  display: flex;
  align-items: center;
  height: 21px;
  font-weight: 300;
  font-size: 16px;
  color: #77798E;
  position: relative;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item img.act {
  display: none;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share {
  cursor: pointer;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share:hover {
  color: #4282FF;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share:hover img {
  display: none;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share:hover img.act {
  display: block;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share:hover .share_btns {
  display: flex;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share .share_btns {
  position: absolute;
  top: 36px;
  left: 50%;
  z-index: 8;
  transform: translateX(-50%);
  background: #fff;
  padding: 12px 32px 16px;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  display: none;
  gap: 40px;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share .share_btns::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #EDEEF2;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share .share_btns::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share .share_btns li {
  line-height: 22px;
  font-size: 16px;
  color: #39435A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share .share_btns li:hover {
  color: #4282FF;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share .share_btns li .icon {
  width: 34px;
  height: 34px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8D99A9;
  margin-bottom: 4px;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share .share_btns li .icon.wb {
  background: url('/assets/images/common/wb.png') no-repeat center center;
  background-size: 22px;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share .share_btns li .icon.wx {
  background: url('/assets/images/common/wx.png') no-repeat center center;
  background-size: 22px;
}
#live_detail .main-left .product-info .info-action-content .info-meta .meta-item.meta-share .share_btns li .icon.qq {
  background: url('/assets/images/common/qq.png') no-repeat center center;
  background-size: 22px;
}
#live_detail .main-left .product-info .info-action-content .action-buttons {
  display: flex;
  gap: 10px;
}
#live_detail .main-left .product-info .info-action-content .action-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 38px;
  background: #4282FF;
  border-radius: 4px 4px 4px 4px;
  line-height: 38px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid #4282FF;
  cursor: pointer;
}
#live_detail .main-left .product-info .info-action-content .action-buttons .btn.gray {
  background: #DEDFE6;
  border-color: #DEDFE6;
}
#live_detail .main-left .product-info .info-action-content .action-buttons .btn img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#live_detail .main-left .product-info .info-action-content .action-buttons .btn.btn-outline {
  color: #4282FF;
  background: transparent;
}
#live_detail .main-left .product-info .info-action-content .action-buttons .btn.phone-btn {
  position: relative;
}
#live_detail .main-left .product-info .info-action-content .action-buttons .btn.phone-btn:hover .tips.wxapp.top {
  display: flex;
}
#live_detail .main-left .product-info .info-action-content .action-buttons .btn.phone-btn .tips.wxapp.top {
  display: none;
  flex-direction: column;
  align-items: center;
  bottom: -200px;
  position: absolute;
  z-index: 2;
  width: 170px;
  height: 200px;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #77798E;
  background: url('/assets/images/liveIcon/Union@2x.png') no-repeat;
  background-size: 100% 100%;
  padding: 32px 0 0;
}
#live_detail .main-left .product-info .info-action-content .action-buttons .btn.phone-btn .tips.wxapp.top img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 0px 0px 0px 0px;
}
#live_detail .main-left .product-info .info-action-content .action-buttons .btn.phone-btn .tips.wxapp.top .text {
  height: 12px;
}
#live_detail .main-left .speakers {
  background: white;
}
#live_detail .main-left .speakers .speakers-title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: #080B31;
  margin-top: 50px;
}
#live_detail .main-left .speakers .speakers-title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#live_detail .main-left .speakers .speaker-grid {
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 24px;
  padding: 16px 0;
}
#live_detail .main-left .speakers .speaker-grid::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #eef2f5;
  cursor: auto;
}
#live_detail .main-left .speakers .speaker-grid::-webkit-scrollbar-thumb {
  border-radius: 6px;
}
#live_detail .main-left .speakers .speaker-grid::-webkit-scrollbar-button {
  display: none;
}
#live_detail .main-left .speakers .speaker-grid .speaker-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 214px;
  height: 84px;
  background: #F7F7F7;
  border-radius: 4px 4px 4px 4px;
  padding: 0 15px;
}
#live_detail .main-left .speakers .speaker-grid .speaker-item .speaker-avatar {
  margin-right: 8px;
}
#live_detail .main-left .speakers .speaker-grid .speaker-item .speaker-avatar img {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
}
#live_detail .main-left .speakers .speaker-grid .speaker-item .name-title {
  width: 114px;
}
#live_detail .main-left .speakers .speaker-grid .speaker-item .name-title .speaker-name {
  height: 21px;
  line-height: 21px;
  font-weight: 400;
  font-size: 16px;
  color: #080B31;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
#live_detail .main-left .speakers .speaker-grid .speaker-item .name-title .speaker-title {
  height: 18px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #77798E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#live_detail .main-left .speakers .speaker-grid .speaker-item .speaker-tips {
  display: none;
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 608px;
  height: 300px;
  max-height: 300px;
  background: #FFFFFF;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  overflow: auto;
  padding: 24px;
}
#live_detail .main-left .content-intro {
  padding: 50px 0 0;
  background: white;
}
#live_detail .main-left .content-intro .module-title {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEEF2;
  margin-bottom: 28px;
}
#live_detail .main-left .content-intro .module-title.border {
  border-width: 6px;
  border-image: url(/assets/images/meeting/bg-module-border.png) 0 0 6 0;
}
#live_detail .main-left .content-intro .module-title .title-name {
  background: url(/assets/images/meeting/icon-module-title.png) no-repeat left center;
  background-size: 26px auto;
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #15213A;
  padding-left: 34px;
}
#live_detail .main-left .content-intro .intro-text {
  font-weight: 400;
  font-size: 14px;
  color: #393C5A;
  line-height: 24px;
  padding: 28px 0;
}
#live_detail .sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#live_detail .sidebar .chapter-list {
  width: 464px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EDEEF2;
}
#live_detail .sidebar .chapter-list .chapter-title {
  display: flex;
  align-items: center;
  height: 70px;
  font-weight: 400;
  font-size: 20px;
  color: #080B31;
  padding: 20px 24px 24px;
  border-bottom: 1px solid #EDEEF2;
}
#live_detail .sidebar .chapter-list .chapter-title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#live_detail .sidebar .chapter-list .chapter-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 24px 0;
  max-height: 600px;
  overflow-y: auto;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px;
  cursor: pointer;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item:hover .chapter-info .chapter-item-title {
  color: #4282FF;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item.active .chapter-info .chapter-item-title {
  font-weight: 400;
  color: #4282FF;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-thumbnail {
  position: relative;
  width: 144px;
  height: 81px;
  border-radius: 4px;
  overflow: hidden;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-thumbnail img {
  width: 144px;
  height: 81px;
  border-radius: 0px 0px 0px 0px;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-thumbnail .time {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(4, 20, 34, 0.4);
  border-radius: 4px 0px 0px 0px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 2px 8px;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-info {
  display: flex;
  flex-direction: column;
  height: 81px;
  justify-content: space-between;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-info .chapter-item-title {
  width: 250px;
  display: -webkit-box;
  height: 46px;
  font-weight: 300;
  font-size: 14px;
  color: #080B31;
  line-height: 23px;
  word-break: break-all;
  -webkit-line-clamp: 2;
  /* 控制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-info .author-views {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 19px;
  font-weight: 300;
  font-size: 14px;
  color: #77798E;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-info .author-views .views {
  white-space: nowrap;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-info .author-views .author {
  width: 180px;
  display: flex;
  align-items: center;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-info .author-views .author img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
#live_detail .sidebar .chapter-list .chapter-content .chapter-item .chapter-info .author-views .author span {
  width: 144px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webui-popover-title {
  display: none;
}
.webui-popover-content {
  max-height: 300px;
  background: #FFFFFF;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  color: #393C5A;
  line-height: 24px;
  text-align: left;
  overflow: auto;
  padding: 24px;
}
.w-e-text-container {
  margin-bottom: 32px;
}
.w-e-text-container .text {
  word-break: break-all;
}
.w-e-text-container .text.text-content img {
  max-width: 100%;
}
.w-e-text-container .text.text-content video {
  max-width: 100%;
}
.w-e-text-container .text div {
  line-height: 32px;
  color: #39435A;
}
.w-e-text-container .text h1,
.w-e-text-container .text h2,
.w-e-text-container .text h3,
.w-e-text-container .text h4,
.w-e-text-container .text h5,
.w-e-text-container .text h6,
.w-e-text-container .text strong {
  font-weight: revert;
  font-size: revert;
}
.w-e-text-container .text a {
  color: revert;
}
.w-e-text-container .text ul {
  padding-left: 20px;
}
.w-e-text-container .text ul > li {
  line-height: 32px;
  list-style: revert;
}
.w-e-text-container .content-chart .chart-box {
  margin: 24px 0;
}
.w-e-text-container .content-chart .chart-title {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  text-align: center;
}
.w-e-text-container .content-chart .chart-data {
  margin: 24px 0;
}
.w-e-text-container .content-chart .chart-tip {
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  text-align: center;
  cursor: pointer;
}
#live_detail .video-right-list .top {
  width: 100%;
  height: 490px;
}
#live_detail .video-right-list .top .video-item {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #000;
}
#live_detail .video-right-list .top #video_container {
  position: relative;
  width: 100%;
  height: 100%;
}
#live_detail .video-right-list .top #video_container .video-wrapper {
  position: relative;
  background: #f4f4f5;
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
#live_detail .video-right-list .top .control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 6px 6px;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 20px;
}
#live_detail .video-right-list .top .control .btn {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
#live_detail .video-right-list .top .control .btn:disabled {
  color: transparent;
  background: none;
  border-color: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}
#live_detail .video-right-list .top .control .duration_timer,
#live_detail .video-right-list .top .control .progress_timer {
  color: #fff;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
}
#live_detail .video-right-list .top .control .fa-play {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url('/assets/images/liveIcon/play-icon-1.png') no-repeat center center / 100% 100%;
}
#live_detail .video-right-list .top .control .play_pause {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url('/assets/images/liveIcon/pause-icon.png') no-repeat center center / 100% 100%;
}
#live_detail .video-right-list .top .control .prev,
#live_detail .video-right-list .top .control .next {
  width: 16px;
  height: 16px;
  background: url('/assets/images/liveIcon/page-icon.png') no-repeat center center / 100% 100%;
}
#live_detail .video-right-list .top .control .prev {
  transform: rotateZ(180deg);
}
#live_detail .video-right-list .top .control .bar {
  flex: 1;
  margin: 0 10px;
}
#live_detail .video-right-list .top .control .video-progress-wrapper {
  cursor: pointer;
  width: 100%;
  position: relative;
  height: 4px;
  background: #ffffff50;
  border-radius: 20px;
}
#live_detail .video-right-list .top .control .video-progress {
  position: absolute;
  height: 4px;
  bottom: 0;
}
#live_detail .video-right-list .top .control .video-progress p {
  border-radius: 20px 0 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  transition: width 0.025s ease;
  background-color: #FFFFFF;
  margin: 0;
}
#live_detail .video-right-list .top .control .load-progress {
  background: hsla(0, 0%, 100%, 0.4);
  height: 100%;
}
#live_detail .video-right-list .top .control i {
  margin-left: 0;
  font-size: 12px;
}
#live_detail .video-right-list .top .control .fa-expand {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url('/assets/images/liveIcon/full-icon.png') no-repeat center center / 100% 100%;
}
#live_detail .video-right-list .top .top-bg {
  border-radius: 6px 6px 0 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
#live_detail .video-right-list .top .top-bg .img-poster {
  display: none;
}
#live_detail .video-right-list .top .top-bg:hover {
  cursor: pointer;
}
#live_detail .video-right-list .top .top-bg:hover::after {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#live_detail .video-right-list .top .top-bg::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(/assets/images/liveIcon/play-icon.png);
  background-size: 67px 67px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}
.webui-popover {
  padding: 0;
  border: 1px solid #FFFFFF;
  border-bottom: 4px solid rgba(66, 130, 255, 0.5);
  border-radius: 4px;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.webui-popover .arrow {
  border-bottom-color: rgba(241, 241, 241, 0.3) !important;
}
.webui-popover-content {
  box-shadow: none;
  padding-bottom: 20px;
}
