/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_twwbeutmkx6emlktnvg5rnbfae/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/index.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* 全局样式重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "BebasKai";
  src: url("https://image.laifeng.com/file/4DEC6CBAE3F346928ED46CEEACC0BC33");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: PingFangSC, PingFang SC, sans-serif;
  background: url(https://yimage.laifeng.com/image/F3E9E0C94EEB435F9647E9DBF32B35B1.png)
    no-repeat center top;
  background-color: #15151f;
  background-size: 100% auto;
  padding-top: 0;
}

a {
  text-decoration: none;
}

/* 浮动广告样式 */
.floating-ad {
  position: absolute;
  z-index: 1999;
  top: 0px;
  pointer-events: auto;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.floating-ad-left {
  left: 0;
}

.floating-ad-right {
  right: 0;
}

/* 响应式布局 */
@media (max-width: 1440px) {
  .floating-ad {
    width: 200px;
    min-width: 200px;
  }

  .floating-ad-left {
    left: calc(((100vw - 1040px) / 2 - 200px));
  }

  .floating-ad-right {
    right: calc(((100vw - 1040px) / 2 - 200px));
  }
}

@media (min-width: 1441px) and (max-width: 1574px) {
  .floating-ad {
    width: calc((100vw - 1040px) / 2);
  }

  .floating-ad-left {
    left: 0;
  }

  .floating-ad-right {
    right: 0;
  }
}

@media (min-width: 1575px) {
  .floating-ad {
    width: 267px;
    max-width: 267px;
  }

  .floating-ad-left {
    left: calc(((100vw - 1040px) / 2 - 267px) / 2);
  }

  .floating-ad-right {
    right: calc(((100vw - 1040px) / 2 - 267px) / 2);
  }
}

.floating-ad img {
  display: block;
  width: 100%;
  height: auto;
}

/* 隐藏没有图片的广告 */
.floating-ad.hidden {
  display: none;
}

.header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  min-width: 1040px;
  height: 60px;
  box-shadow: inset 0px -2px 6px 0px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.logo {
  display: inline-block;
  width: 84px;
  height: 37px;
  margin-right: 31px;
  cursor: pointer;
  margin-bottom: 5px;
}

.linkItem {
  margin-left: 31px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
}

.linkActive {
  color: #ffe10a;
}

.inputSearch {
  margin-left: 32px;
  width: 210px;
  height: 28px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.inputSearch input {
  width: 210px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  border: none;
  outline: none;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
  text-indent: 10px;
  font-style: normal;
}

.inputSearch input::-moz-placeholder {
  color: #ffffff;
}

.inputSearch input:-ms-input-placeholder {
  color: #ffffff;
}

.inputSearch input::placeholder {
  color: #ffffff;
}

.searchIcon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 6px;
  z-index: 1;
  cursor: pointer;
}

.userInfoEntry {
  position: relative;
  margin-left: 20px;
  width: 297px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 222;
}

.loginUserCard {
  position: absolute;
  width: 348px;
  height: 174px;
  background: #3f3f4b;
  border-radius: 12px;
  top: 32px;
  right: 0px;
  display: none;
}

.loginUserCard.show {
  display: block;
}

.user {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
  margin-left: 24px;
}

.avatarBox {
  position: relative;
  width: 52px;
  height: 52px;
}

.avatar {
  width: 52px;
  height: 52px;
  border: 2px solid #ffffff;
  border-radius: 52px;
}

.avatarFrame {
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.info {
  margin-left: 16px;
}

.name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.leveWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
}

.level {
  height: 16px;
  margin-right: 5px;
}

.nextLevelDes {
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  text-align: left;
  font-style: normal;
}

.controls {
  width: 272px;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cItem {
  width: 30px;
  cursor: pointer;
}

.icon {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}

.cName {
  margin-top: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}

.cName.active {
  color: #ffe10a;
}

.headerPlaceholder {
  height: 60px;
}

.no-login {
  width: 52px;
  height: 28px;
  background: #ffe10a;
  border-radius: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #1f2129;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}

.home-first {
  display: flex;
  padding-top: 76px;
  margin: 0 auto 0;
  box-sizing: border-box;
  width: 1040px;
  min-width: 1040px;
  gap: 12px;
}

/* 右侧内容区域 */
.right-content {
  width: 424px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 广告区域样式 */
.advertisement-container {
  width: 100%;
  min-width: 1440px;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}

.advertisement-wrapper {
  width: 1040px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.ad-item {
  cursor: pointer;
  transition: transform 0.2s ease;
  overflow: hidden;
  border-radius: 8px;
}

.ad-item:hover {
  transform: scale(1.02);
}

.ad-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ad-left,
.ad-right {
  width: 200px;
  height: 120px;
}

.ad-center {
  flex: 1;
  height: 120px;
  max-width: 628px;
}

/* 隐藏没有图片的广告 */
.ad-item.hidden {
  display: none;
}

.user-logged-in {
  display: flex;
  align-items: center;
}

.user-logged-in .arrow {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.user-logged-in .arrowDown {
  transform: rotate(180deg);
}

.user-logged-in .userName {
  height: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  cursor: pointer;
}

.anchor-btn,
.proxy-btn {
  margin-right: 24px;
  height: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  cursor: pointer;
  text-decoration: none;
}

.anchor-btn:hover,
.proxy-btn:hover {
  color: #ffffff;
}

.hidden {
  display: none;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_twwbeutmkx6emlktnvg5rnbfae/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/VideoPlayer.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 左侧视频播放器样式 */
.video-player-container {
  width: 604px;
  height: 469px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: url(https://yimage.laifeng.com/image/96B8832B9C154F009FA138F8596B788A.png)
    top left/760px 640px;
}
.video-player {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

.main-video {
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 20px;
  pointer-events: none;
}

.video-title {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.video-info {
  display: flex;
  gap: 10px;
  align-self: flex-start;
}

.live-status {
  background: #ff6b6b;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.duration {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

/* 进入直播间悬停覆盖层 */
.enter-room-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 500;
}

.enter-room-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.enter-room-btn {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  color: #333;
  border: none;
  cursor: pointer;
  /* transition: all 0.3s ease; */
  width: 169px;
  height: 52px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 32px;
  border: 1px solid #ffe10a;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #ffe10a;
  line-height: 52px;
  text-align: center;
  font-style: normal;
  /* box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4); */
  /* transform: scale(0.9); */
}

/* .enter-room-btn:hover {
transform: scale(1) translateY(-2px);
box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.enter-room-btn:active {
transform: scale(0.95) translateY(0);
} */

/* 自动播放失败覆盖层样式 */
.autoplay-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  /* backdrop-filter: blur(4px); */
}

.autoplay-content {
  text-align: center;
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.autoplay-icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.8;
  animation: pulse 2s infinite;
}

.autoplay-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.4;
}

.autoplay-subtitle {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 24px;
  line-height: 1.4;
}

.autoplay-btn {
  margin-bottom: 12px;
  background: #ffd013;
  color: #000;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

.cannot-auto-play-link {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.cannot-auto-play-link:hover {
  color: #fff;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* 视频控制按钮覆盖层 */
.video-controls-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 600;
  pointer-events: none;
}

.video-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.control-btn {
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.control-btn span {
  width: 100%;
  height: 100%;
}

.play-icon {
  display: inline-block;
  background: url(https://yimage.laifeng.com/image/C154A1F4B1074772A7C368BDC3F5A190.png)
    no-repeat center center / 100% 100%;
}

.pause-icon {
  display: inline-block;
  background: url(https://yimage.laifeng.com/image/0B0A475BACA441ABA35CF91986B18E4F.png)
    no-repeat center center / 100% 100%;
}

.volume-icon {
  display: inline-block;
  background: url(https://yimage.laifeng.com/image/BED1BFAC764B485684C30BFAFC55AE8D.png)
    no-repeat center center / 100% 100%;
}

.volume-mute-icon {
  display: inline-block;
  background: url(https://yimage.laifeng.com/image/4987E049DF6C4084B895982E1DE21ECD.png)
    no-repeat center center / 100% 100%;
}

/* 音量控制区域 */
.volume-control {
  position: relative;
  display: flex;
  align-items: center;
}

.volume-slider-container {
  display: none;
  position: absolute;
  bottom: 24px;
  right: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 8px;
}

.volume-slider {
  width: 4px;
  height: 76px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.volume-track {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.volume-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffe10a;
  border-radius: 2px;
  transition: height 0.1s ease;
}

.volume-handle {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  cursor: grab;
  transition: bottom 0.1s ease;
}

/* 刷新重试按钮样式 */
.reload-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 12px 32px;
  font-size: 18px;
  background: #ffe10a;
  color: #1f2129;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.video-player:hover .video-controls-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 只有在没有自动播放覆盖层显示时才显示进入直播间按钮 */
.video-player:hover .enter-room-overlay {
  opacity: 1;
  visibility: visible;
}

/* 当自动播放覆盖层显示时，隐藏进入直播间按钮 */
.video-player:has(.autoplay-overlay[style*="flex"]) .enter-room-overlay,
.video-player .autoplay-overlay[style*="flex"] ~ .enter-room-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* 兼容性更好的方案：使用JavaScript控制的类名 */
.video-player.autoplay-active .enter-room-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* 当自动播放覆盖层显示时，隐藏控制按钮 */
.video-player.autoplay-active .video-controls-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* 错误状态下禁用所有悬停交互和显示 */
.video-player.error-state:hover .enter-room-overlay,
.video-player.error-state .enter-room-overlay,
.video-player.error-state:hover .video-controls-overlay,
.video-player.error-state .video-controls-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.video-player.error-state {
  pointer-events: auto;
}

.video-player.error-state:hover {
  pointer-events: auto;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_twwbeutmkx6emlktnvg5rnbfae/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/UserInfo.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/* 用户信息样式 */
.user-info-container {
  width: 100%;
  height: 153px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 16px;
  padding-bottom: 12px;
  box-sizing: border-box;
}

.user-info-container .user-info {
  width: 100%;
  height: 100%;
}

.user-info-container .user-info-content {
  width: 100%;
  height: 100%;
}

/* 上半部分：用户基本信息 */
.user-info-container .user-basic-info {
  display: flex;
  gap: 24px;
  padding-bottom: 12px;
}

.user-info-container .user-avatar-section {
  flex-shrink: 0;
  position: relative;
  width: 56px;
  height: 56px;
}

.user-info-container .user-avatar-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-info-container .user-avatar-frame {
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.user-info-container .user-details-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.user-info-container .user-name-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.user-info-container .user-name {
  height: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.user-info-container .user-level-icon,
.user-info-container .anchor-level-icon {
  width: auto;
  height: 16px;
}

.user-info-container .streamer-level-badge {
  background: linear-gradient(45deg, #ff6b9d, #ff8a9b);
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

.user-info-container .user-id-line {
  height: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  text-align: left;
  font-style: normal;
}

.user-info-container .user-id-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.user-info-container .user-id-value {
  font-size: 12px;
  color: #fff;
}

.user-info-container .progress-section {
  display: flex;
  gap: 16px;
}

.user-info-container .exp-progress,
.user-info-container .starbean-progress {
  /* flex: 1; */
  width: 144px;
}

.user-info-container .progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}

.user-info-container .progress-fill {
  height: 100%;
  background: #fff;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.user-info-container .progress-text {
  height: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 12px;
  text-align: left;
  font-style: normal;
}

/* 下半部分：货币和充值 */
.user-info-container .user-currency-section {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.user-info-container .currency-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.user-info-container .currency-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.user-info-container .coin-icon {
  background: url(https://yimage.laifeng.com/image/7E61045426F74CDD8CD4E7FBD789616C.png)
    no-repeat center center/contain;
}

.user-info-container .starbean-icon {
  background: url(https://yimage.laifeng.com/image/4A896E1F142F4266B323875D6E64D14A.png)
    no-repeat center center/contain;
}

.user-info-container .currency-amount {
  height: 18px;
  font-family: BebasKai;
  font-size: 18px;
  color: #ffe10a;
  line-height: 18px;
  text-align: center;
  font-style: normal;
}

.user-info-container .recharge-btn {
  margin-left: auto;
  width: 56px;
  height: 26px;
  background: #ffe10a;
  border-radius: 16px;
  font-family: PingFangTC, PingFangTC;
  font-weight: 500;
  font-size: 14px;
  color: #1f2129;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}

/* 未登录状态样式 */
.user-info-container .login-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.user-info-container .login-avatar {
  width: 56px;
  height: 56px;
  background: url(https://yimage.laifeng.com/image/CAB7597DD048444889C5B3E2779C1307.png)
    no-repeat center center/contain;
}

.user-info-container .login-title {
  margin-bottom: 4px;
  height: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.user-info-container .login-description {
  height: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_twwbeutmkx6emlktnvg5rnbfae/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/StreamerList.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 主播列表样式 */
.streamer-list-container {
  height: 304px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.streamer-list-container .streamer-grid {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, 95px);
  gap: 8px;
}

.streamer-list-container .streamer-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  height: 138px;
  border-radius: 4px;
  cursor: pointer;
  /* overflow: hidden; */
  border: 2px solid transparent;
}

.streamer-list-container .streamer-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #333;
}

.streamer-list-container .streamer-cover img {
  width: 91px;
  height: 134px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.streamer-list-container .streamer-item.active {
  border-color: #ffd700;
}

.streamer-list-container .streamer-item.active img {
  border-radius: 0;
}

.streamer-list-container .streamer-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 91px;
  height: 31px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* border-radius: 0px 0px 4px 4px; */
  text-align: center;
}

.streamer-list-container .streamer-name {
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 75px;
  height: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.streamer-list-container .viewer-count {
  font-size: 12px;
  color: #666;
}


.toutiao-tag {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -7px;
  width: 79px;
  height: 20px;
}

.toutiao-tag-1 {
  background: url(https://gw.alicdn.com/imgextra/i1/O1CN01m15jNH1ZzQ2eZLhP1_!!6000000003265-2-tps-237-69.png)
    no-repeat left top;
  background-size: contain;
}

.toutiao-tag-2 {
  background: url(https://gw.alicdn.com/imgextra/i1/O1CN01LICzae1s0wRYMiK9Y_!!6000000005705-2-tps-237-69.png)
    no-repeat left top;
  background-size: contain;
}

.toutiao-tag-3 {
  background: url(https://gw.alicdn.com/imgextra/i1/O1CN01bWcNHW1HjEy2y5IoO_!!6000000000793-2-tps-237-69.png)
    no-repeat left top;
  background-size: contain;
}
