@charset "UTF-8";
.w {
  position: relative;
  flex: 1;
  width: 100%;
}

.kfk {
  position: fixed;
  cursor: pointer;
  width: 127px;
  height: 190px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.kfk img {
  width: 100%;
  height: 100%;
}

.live-top {
  width: 1300px;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
}

.banner {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
}
.banner img {
  width: 100%;
  object-fit: cover;
}
.banner .b1 {
  display: block;
  width: 50%;
  overflow: hidden;
}
.banner .b1 img {
  height: 100%;
}
.banner .b3 img {
  height: 410px;
}
.banner .b2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.banner .b2 a {
  display: block;
  height: 185px;
}
.banner .b2 a img {
  height: 185px;
}

.live-bottom {
  width: 100%;
  background: #f8f8f8;
}
.live-bottom .tit {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  align-items: center;
  height: 30px;
  overflow: hidden;
}
.live-bottom .tit .icon {
  vertical-align: middle;
}
.live-bottom .tit .icon img {
  width: 25px;
}
.live-bottom .tit .tit-name {
  vertical-align: middle;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
}
.live-bottom .tit .company-list {
  margin-left: 30px;
  display: flex;
  gap: 40px;
}
.live-bottom .tit .company-list li {
  color: #999;
  font-size: 16px;
  cursor: pointer;
}
.live-bottom .tit .company-list li.active {
  border-bottom: 2px solid #d10420;
  padding-bottom: 2px;
  color: #333;
}
.live-bottom .living, .live-bottom .preview, .live-bottom .history {
  width: 1300px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.living-icon {
  position: absolute;
  top: 10px;
  right: 8px;
  height: 30px;
  background: rgba(219, 4, 32, 0.8);
  color: #fff;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.living-icon img {
  height: 20px;
  margin-right: 6px;
}

.preview-list .item:before {
  content: "预告";
  position: absolute;
  background: #1f82e2;
  color: #fff;
  padding: 5px 16px;
  text-align: center;
  top: 10px;
  right: 8px;
  border-radius: 20px;
  z-index: 46546;
}

.preview-list .item.live-ing:before {
  display: none;
}

.more {
  width: 200px;
  height: 32px;
  background: #d10420;
  color: #fff;
  border-radius: 10px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.vedio-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  gap: 25px;
  row-gap: 25px;
}
.vedio-list.live-list .outTime {
  position: absolute;
  left: 10px;
  bottom: 23%;
  color: #fff;
}
.vedio-list.live-list .item .center .info {
  margin-top: 10px;
}
.vedio-list.live-list .btn-kefu {
  display: block;
  cursor: pointer;
  text-align: center;
  color: #d10420;
  user-select: none;
  border-radius: 6px;
  padding: 4px 8px;
  border: 1px solid #d10420;
}
.vedio-list .item {
  display: block;
  border-radius: 10px;
  width: 240px;
  height: 420px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.vedio-list .item > img {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.vedio-list .item .row-img {
  top: 39%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.vedio-list .item .center {
  background: #fff;
  position: absolute;
  padding: 8px 10px;
  height: 22%;
  bottom: 0;
  width: 100%;
}
.vedio-list .item .center .title {
  font-weight: 400;
  font-size: 15px;
  color: #333;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 1px;
}
.vedio-list .item .center .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.vedio-list .item .center .info .name {
  color: #333;
}
.vedio-list .item .center .info .name img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 20px;
}
.vedio-list .item .center .info .name span {
  vertical-align: middle;
  margin-left: 2px;
}
.vedio-list .item .center .info > span {
  font-size: 13px;
  color: #999;
}

.history .company-slider {
  width: 100%;
  margin: 10px 0 25px;
}
.history .company-slider li {
  width: 100%;
  height: 130px;
}
.history .company-slider li a {
  width: 100%;
  height: 100%;
}
.history .company-slider li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lSSlideOuter {
  position: relative;
}

.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 30px; /* 调整分页器的位置 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #888 !important;
  border-radius: 0 !important;
  transition: all 0.25s !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #fff !important;
  border-radius: 0 !important;
  width: 15px;
}

.data-null {
  width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-null img {
  width: 300px;
}

.history-list {
  margin-bottom: 30px;
}

.blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(20px);
}

.w-1300 {
  flex: 1;
  width: 1300px;
  margin: 0 auto;
}
.w-1300 .live-bottom {
  background: none;
}
.w-1300 .vedio {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.w-1300 .vedio .title {
  padding: 0 0 20px 0;
}
.w-1300 .vedio .title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.w-1300 .vedio .title .time {
  color: #999;
  font-size: 14px;
}
.w-1300 .vedio #vm4 {
  width: 100%;
  height: 731px;
  background: #0d0d0d;
}
.w-1300 .vedio .company-box {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.w-1300 .vedio .company-box .company-title {
  width: 40%;
}
.w-1300 .vedio .company-box .company-title .name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.w-1300 .vedio .company-box .company-title .name img {
  width: 30px;
}
.w-1300 .vedio .company-box .company-title .tips {
  color: #666;
  font-size: 13px;
  margin-left: 38px;
}
.w-1300 .vedio .company-box .kaihu-btn {
  display: block;
  background: #d10420;
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
  height: 50px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
}

/*# sourceMappingURL=live.css.map */
