/* 限制两行文字 */
.cms-seo026-text2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 限制两行文字 */
.cms-seo026-text4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 限制1行文字 */
.cms-seo026-text1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*取消可点击样式*/
.cms-seo026-noclick {
  cursor: default;
}
.cms-seo026-type-title {
  padding: 10px 0;
  font-size: 24px;
  font-weight: 600;
  color: #4e4e4e;
}
.cms-seo026-list-hover:hover .cms-seo026-vod-info {
  display: block !important;
}
.cms-seo026-vod-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 10px;
}
.rc-trigger-popup {
  left: 0px !important;
  top: 0px !important;
}

/*原样式*/
.lvideo-category {
  padding: 24px 0 20px;
}

.lvideo-category__content {
  border-radius: 2px;
}

.lvideo-category__list {
  margin-bottom: 39px;
  font-size: 0;
  position: relative;
}

.lvideo-category__list__item {
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  color: var(--content-secondary);
}

.lvideo-category__list__item:hover {
  color: var(--content-secondary-hover);
}

.lvideo-category__list__item.active {
  color: var(--content-primary);
  font-weight: 500;
  position: relative;
}

.lvideo-category__list__item.active:after {
  position: absolute;
  top: 34px;
  left: 0;
  content: " ";
  width: 100%;
  height: 3px;
  background-color: var(--content-primary);
}

.lvideo-category__sub__item {
  color: var(--content-primary);
}

.lvideo-category__sub__item:hover {
  color: getHoverColor("content-primary");
}

.lvideo-category__line {
  display: flex;
  font-size: 14px;
}

.lvideo-category__line:last-of-type {
  margin-bottom: 0;
}

.lvideo-category__first-ele {
  line-height: 32px;
  height: 32px;
  flex-shrink: 0;
}

.lvideo-category__first-ele,
.lvideo-category__first-ele:hover {
  color: var(--content-primary);
}

.lvideo-category__parent:after {
  content: " ";
  display: block;
  height: 1px;
  background-color: var(--content-line);
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
}

.lvideo-category__sub {
  line-height: normal;
  margin-bottom: 18px;
}

.lvideo-category__sub__item {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 2px;
}

.lvideo-category__first-ele,
.lvideo-category__sub__item {
  padding: 0 12px;
  border-radius: 2px;
  margin-right: 12px;
}

.lvideo-category__first-ele.active,
.lvideo-category__sub__item.active {
  background-color: rgba(var(--accent-black), var(--opacity-4));
  color: var(--brand);
  font-weight: 500;
}

.lvideo-category__first-ele.active:after,
.lvideo-category__sub__item.active:after {
  content: none;
}
a.sone {
  cursor: pointer !important;
}

.cmsLineActive{
  color: #FE3355;
}
a.sone:hover{
  /* background-color: #fff; */
  color: #FE3355;
}
.teleplayPage__playerSection::before{
  width: 100% !important;
}