* {
  box-sizing: border-box;
}
h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #04091a;
  display: flex;
  align-items: flex-start;
}

h3 a:hover {
  color: #04091a !important;
}

h2 a {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #04091a !important;
}
.layout{
  background: var(--color-bg-1);
}
.lives-homepage {
  width: 100%;
  margin-bottom: -140px;
}
#root-dom {
  width: 82%;
  margin: 0 auto;
}

.mantine-Tabs-tabsList{display: block;white-space: nowrap;max-width: 1440px;margin: 0 auto;padding: 0 24px;}
.mantine-Tabs-tabsList button{display: inline-block;}

.lives-pagination {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lives-pagination-forward,
.lives-pagination-pre {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F2F3F7;
  cursor: pointer;
}

.lives-pagination-forward.enable,
.lives-pagination-pre.enable {
  background-color: #EBEBF2;
  cursor: not-allowed;
}

.lives-pagination-pre {
  margin-inline-end: 26px;
}

.lives-pagination-forward > svg,
.lives-pagination-pre > svg {
  width: 14px;
  height: 14px;
  fill: #262933;
}

body.classic-dark .lives-pagination-pre,
body.classic-dark .lives-pagination-forward {
  background: #262830;
}
body.classic-dark .lives-pagination-pre.enable,
body.classic-dark .lives-pagination-forward.enable {
  background: #2F3440;
}

body.classic-dark .lives-pagination-pre > svg,
body.classic-dark .lives-pagination-forward > svg {
  fill: #FAFAFA;
}
.living-now-pagination{
  margin-top: -22px;
  margin-right: 80px;
}
.second-ul > li > a:hover {
  color: #1e31e7 !important;
}

body.classic-dark .second-ul > li > a > span {
  color: #ffffff;
}

body.classic-dark .second-ul > li > a > span:hover {
  color: #1e31e7;
}

.lives-container {
  margin: 0 auto ;
}

.lives-block {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.lives-block .seconds {
  position: absolute;
  left: unset;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  color: var(--color-text-6);
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  z-index: 3;
}

html[lang='ar'] .lives-block .seconds {
  left: 0;
  right: unset;
}

.lives-block:nth-child(4n) {
  margin-right: 0 !important;
}
.cover-color-block {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #17E5A1;
  width: 100%;
  aspect-ratio: 16/9;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
.cover-img {
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.lives-card:hover .cover-img {
  transform: translate(8px, -8px);
}
.live-now .lives-card:hover .cover-img {
  transform: unset;
}

.lives-block-top {
  position: relative;
}

.lives-block-top > a {
  height: 192px;
  width: 100%;
  display: flex;
  overflow: hidden;
  vertical-align: middle;
  align-items: center;
}

.lives-block-top .cover-img {
  position: relative;
  display: block;
  width: 100%;
  /* height: 192px; */
  z-index: 2;
  aspect-ratio: 16/9;
  object-fit:cover;
  border-radius: 8px;
  overflow: hidden;
}

@keyframes loaded {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.cover-img.loaded:not(.has-error) {
  animation: loaded 0.3s ease-in-out;
}

.cover-img.has-error {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkqAcAAIUAgUW0RjgAAAAASUVORK5CYII=);
}

.lives-tag {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: flex-end;
  padding: 8px;
  width: 100%;
  pointer-events: none;
  z-index: 3;
}

.lives-state {
  padding: 0 6px;
  border-radius: 30px;
  color: #fff;
}

.lives-state .lives-state-text {
  display: inline-block;
  font-size: 10px;
  transform: scale(0.83333);
}

.sub-state {
  display: inline-block;
  background: linear-gradient(180deg, rgba(255, 205, 128, 1) 0%, rgba(225, 164, 29, 1) 100%);
  color: #ffffff;
  border-radius: 9px;
  padding: 0 8px;
  font-size: 12px;
}

.sub-state i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/images/subscript.png) no-repeat;
  object-fit: cover;
  vertical-align: -4px;
  margin-right: 2px;
}

.popup-w350-content {
  padding: 0 !important;
  width: 350px !important;
}

.popup-wrapper {
  padding: 24px;
}

.popup-header {
  margin-bottom: 24px;
  height: 25px;
  color: #111;
  font-size: 18px;
  line-height: 25px;
}

.popup-header img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.tips-content {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 34px;
}

.button-group {
  justify-content: center;
}

.button-group .btn-primary {
  padding: 8px 32px;
  background: var(--brandColor);
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  margin-left: 10px;
}

.button-group .btn-danger {
  padding: 8px 32px;
  background: transparent;
  color: var(--brandColor);
  cursor: pointer;
  outline: none;
  border: none;
  border: 1px solid var(--brandColor);
}

/* .lives-container.streaming .lives-state{background:var(--brandColor)} 已经由streaming-icon代替 */

.lives-block-top .lives-tag .streaming-icon {
  display: inline-block;
  width: 50px;
  height: 16px;
  background: #17e5a1;
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: content-box;
}

.lives-block-top .lives-tag .streaming-icon .streaming-icon-gif {
  vertical-align: top;
  margin-left: 7px;
  margin-top: 2px;
  width: 12px;
  height: 12px;
}

.lives-block-top .lives-tag .streaming-icon .streaming-icon-text {
  display: inline-block;
  width: 20px;
  height: 10px;
  vertical-align: top;
  margin-left: 4px;
  color: #fff;
  margin-top: 3px;
}

.lives-container.idle .lives-state {
  display: inline-block;
  background: #ccc;
  border: 1px solid #fff;
}

.live-hot {
  position: absolute;
  bottom: 0;
  display: flex;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0) 0, #272727 100%);
  color: #fff;
  align-items: flex-end;
}

.lives-bottom-status img {
  margin-right: 2px;
  margin-left: 5px;
  width: 16px;
}

.lives-bottom-status span {
  font-size: 12px;
}

.lives-bottom-status {
  display: flex;
  align-items: center;
}

.lives-block-bottom {
  padding-left: 10px;
  height: 66px;
  background: #fff;
}

.lives-block-bottom .host-avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
}

.host-icon {
  width: 12px;
}

/* .right-livesinfo {
  padding-left: 10px;
}

.right-livesinfo h4 {
  font-size: 14px;
}

.right-livesinfo span {
  color: #666;
  font-size: 13px;
} */

.right-livesinfo .flex {
  position: relative;
}

.right-livesinfo .bookBtn {
  position: absolute;
  right: 8px;
  border: 1px solid #2354e6;
  color: #2354e6;
  border-radius: 4px;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.right-livesinfo .unBookBtn {
  position: absolute;
  right: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.view-more-videos {
  display: block;
}
.go-right {
  margin-left: 9px;
  margin-top: -2px;
}

.perch-img {
  width: 100%;
  height: 228px;
}

.paging {
  margin-top: 20px;
}

.top-title {
  justify-content: space-between;
}

.bred-nav {
  color: #666666;
}

.bred-nav .nav-live {
  cursor: pointer;
}

.bred-nav .nav-allvideo {
  color: var(--brandColor);
}

.search-wrap {
  margin-right: 4%;
  position: relative;
}

.search-wrap i {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 30px;
  background: url(/images/search_red@2x.png?v=0513) no-repeat;
  background-size: 100%;
}

.search-wrap input {
  outline: none;
  border: 1px solid #ddd;
  width: 200px;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #a6a6a6;
  font-size: 14px;
}
/* @media screen and (max-width: 1920px) {
  .main-lives-category .list li{
    width: 23.3%;
  }
  }  */
/* @media screen and (max-width: 1500px) {
  .lives-container {
    width: 990px;
  } */

/* @media screen and (max-width: 1500px) {
  .lives-container {
    width: 990px;
  }

  @media screen and (max-width: 1440px) {
    .swip-btn {
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -25px);
      width: 1250px;
      z-index: 998;
    }

    .box {
      position: relative;
      height: 400px;
      width: 100%;
      height: 100%;
      top: 200px;
      margin: auto;
    }

    .swip-btn .left {
      left: 0;
    }

    .swip-btn .left > svg {
      margin-right: 2px;
    }

    .swip-btn .right {
      right: 0;
    }
    .swip-btn .right > svg {
      margin-left: 2px;
    }
  }

  .perch-img {
    width: 100%;
    height: 178px;
  }
} */

.al-center {
  align-items: center;
}

.jc-start {
  justify-content: flex-start;
}

.jc-around {
  justify-content: space-around;
}

.jc-between {
  justify-content: space-between;
}

.flex-auto {
  flex: 1 1 auto;
  line-height: 22px;
}
/* .flex{
  justify-content: space-between;
} */
.jc-end {
  justify-content: flex-end;
  height: 40px;
  margin-right: 64px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #04091a;
}

.openBtn {
  margin-top: 240px;
  border: 1px solid dodgerblue;
}

.dialog {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  background-color: #fff;
  border-radius: 8px;
}

.modal-icon {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -100px;
  left: 150px;
}

.modal-title {
  display: inline-block;
  margin-top: 110px;
  width: 404px;
  height: 60px;
  line-height: 60px;
  margin-left: 48px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #04091a;
}

.modal-info {
  margin-top: 16px;
  width: 404px;
  margin-left: 48px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #565d73;
  line-height: 150%;
}

.closeBtn {
  display: inline-block;
  margin: 40px 40px 24px;
  width: 420px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #2354e6;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

/* 新增标签 */

/* swiper */
#lives-swiper {
  width: 100%;
  margin: 0 auto;
  height: 350px;
  overflow: hidden;
}

.box {
  position: relative;
  /* width: 1568px; */
  height: 400px;
  width: 100%;
  height: 100%;
  top: 176px;
  margin: auto;
  z-index: 1;
}
.box a {
  float: left;
  width: 500px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
  transition: transform 0.7s ease-in-out;
  cursor: pointer;
}

.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 770px;
  transform-style: preserve-3d;
}

.image {
  width: 100%;
  height: 100%;
  border-radius: 2%/5.5%;
}

/* 左右按钮 */
.swip-btn {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -25px);
  z-index: 998;
}

.swip-btn .left,
.swip-btn .right {
  position: absolute;
}

.swip-btn .left {
  left: 8%;
}

.swip-btn .right {
  right: 8%;
}

/* 小圆圈 */
.point {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 200px);
  height: 14px;
  z-index: 999;
  display: none;
}

.point > li {
  list-style: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: white;
  float: left;
  margin: 0 2px;
  border: 2px solid rgb(160, 162, 167);
  box-sizing: border-box;
}

.point .current {
  border: 2px solid rgb(70, 71, 71);
  background-color: rgb(119, 116, 116);
}

#lives-living-now {
  padding: 0 64px;
}
.living-icon {
  display: flex;
  align-items: center;
  width: 56px;
  height: 24px;
  padding: 0 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: unset;
  border-radius: 8px 0 4px 0;
  background: linear-gradient(90deg, #f21885 0%, #e62323 100%);
  z-index: 3;
}

.living-now-cover {
  height: 192px;
  border-radius: 8px;
}
.living-icon-gif {
  margin-inline-end: 4px;
  width: 12px;
  height: 12px;
}
.living-icon-text {
  width: 24px;
  height: auto;
}
.main-lives {
  margin-top: 40px;
  overflow-x: hidden;
}

.main-lives .list {
  white-space: nowrap;
}
.main-lives .list li {
  margin: 0 12px;
  width:calc(100%/4 - 24px);
  padding-bottom: 40px;
  display: inline-block;
  vertical-align: top;
}

.main-lives .list li:last-child .mantine-Paper-root:hover{
  margin-right: 0px;
}
.main-lives .list li .mantine-Paper-root {
  box-shadow: none !important;
  padding: 10px 0px 0px 0px !important;
  background-color: transparent;
  /* border-top: 12px solid transparent; */
  cursor: pointer;
}
.main-lives-category .list li .mantine-Paper-root {
  overflow: unset;
}
/* .main-lives .list li .mantine-Card-cardSection {
  height: 192px;
} */
.mantine-1j3mnb1 {
  margin: 0 !important;
}
.main-lives .list li .mantine-Group-root {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.living-now-title {
  color: #04091a;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  /* height: 48px; */
  margin-left: -26px;
  text-indent: 30px;
  margin-top: -4px;
  pointer-events: none;
}
.living-now-title-nohot{
  color: var(--color-text-1);
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-top: -5px;
  pointer-events: none;
}
body.classic-dark .living-now-title {
  color: #ffffff;
}
body.classic-dark .living-now-title-nohot{
  color: #ffffff;

}
.main-lives .list li .mantine-Text-root {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #04091a;
  margin-left: -2px;
  margin-bottom: -4px;
}

.main-lives .list li .mantine-Image-image {
  object-fit: cover;
  width: 100%;
  height: 192px !important;
}
.main-lives .list li .mantine-Paper-root:hover {
  padding: 12px 12px 20px 12px !important;
  background-color: #2354e6 !important;
  transition: 400ms cubic-bezier(0.4,0,0.2,1);
  margin: 0 -12px -32px;
  width: 100%;
  box-sizing: content-box;
}

.main-lives .list li .mantine-Paper-root:hover .living-now-title {
  color: #ffffff;
}
.main-lives .list li .mantine-Paper-root:hover .living-now-title-nohot{
  color: #ffffff;
}
.main-body {
  height: 525px;
  margin-top: 120px;
}
.main-body .lives-title {
  margin-right: 0px;
}
.lives-title {
  display: flex;
  justify-content: space-between;
  margin-left: 12px;
}

.main-body .list {
  min-height: 452px;
  margin-left: 12px;
}

.main-body .list li {
  width: 100%;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-body .view-more-videos {
  margin-top: -46px;
  margin-right: 10px !important;
}
.main-body .list li .coming-soon-button {
  width: calc(100% - 24px);
  margin: 11px 12px 24px 12px;
}
.main-body .list li .coming-soon-time {
  z-index: 3;
  border: none;
  color: #fff;
  border-radius: 8px 0px 8px;
  position: absolute;
  top: 0px;
  padding: 9px 8px;
  height: 32px;
  background: linear-gradient(90deg, #3399ff 0%, #2354e6 100%);
}
.main-body .list li .mantine-Paper-root {
  width: 100%;
  max-width: 342px;
  padding: 0;
  background: var(--color-card-1);
  border-radius: 8px;
  z-index: 2;
}
.mantine-1fyy2gt {
  border: none;
  box-shadow: none;
}
.main-body .list li .coming-soon-time span {
  padding: 5px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
body.classic-dark .main-body .list li .coming-soon-time span {
  color: #ffffff;
}
.main-body .list li .mantine-Image-image {
  object-fit: cover;
  width: 100%;
  height: 192px !important;
}
.main-body .list li .mantine-Group-root {
  margin: 16px 12px;
  /* min-height: 48px; */
}
.coming-soon-card:hover .mantine-Group-root{
  /* min-height: 48px; */
  -webkit-line-clamp: 2;
}

.coming-soon-card:hover .coming-soon-time{
  border-radius: 10px 0px 10px;
}
.main-body .list li .mantine-Text-root {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #04091a;
  margin-left: -2px;
}
body.classic-dark .main-body .list li .mantine-Text-root {
  color: #ffffff;
  font-weight: 500;
}
.main-body .list li > p {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #04091a;
  margin-top: 18px;
  margin-bottom: 32px;
  margin-left: 12px;
}
body.classic-dark .main-body .list li > p {
  color: #ffffff;
}
.main-body .list li > p span > span {
  margin: 0 5px;
  color: #17e5a1;
  cursor: pointer;
  text-decoration: underline;
}
.main-body .list li > p span > span:hover{
  color: #17E6A1
}
.content-container {
  padding-top: 0px !important;
  /* width:75%; */
  max-width: 1440px;
  padding: 0 24px;
  margin:0 auto;
  position: relative;
}
.mantine-ws6xj9.mantine-ref_tabActive_1 {
  color: #000000;
  border-bottom-color: var(--color-text-1) !important;
  border-bottom-width: 5px;
  height: 56px;
}
body.classic-dark .mantine-ws6xj9.mantine-ref_tabActive_1 {
  color: #ffffff;
  border-bottom-color: var(--color-text-1) !important;
  border-bottom-width: 5px;
  /* margin-left: 5px; */
}
body.classic-dark .mantine-Tabs-tabsListWrapper .mantine-Tabs-tabActive a {
  color: #ffffff !important;
}
body.classic-dark .mantine-Tabs-tabsListWrapper a:hover {
  color: #ffffff !important;
}
#lives-tabs {
  /* background-color: #ffffff; */
  width: 100%;
  /* line-height: 64px; */
  margin-top: -5px;
  z-index: 999;
  border: none;
}

body.classic-dark #lives-tabs {
  /* position: sticky;
    top: 63px; */
  /* background-color: #151926; */
  width: 100%;
  /* line-height: 64px; */
  border: none;
}
.main-tabs {
  width: 100%;
}
.tabs-container {
  /* padding: 0 40px; */
  margin:0 auto;
  position: relative;
}

.tabs-container .tabs {
  margin-top: 50px;
  max-width: 100%;
  /* overflow-x: auto; */
  overflow: visible;
}

.tabs-container .tabs::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.tabs-container .tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tabs-container .tabs::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.tabs-container .tabs .next {
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 20px;
  padding: 4px 10px;
  cursor: pointer;
}

.tabs-container .tabs .prev {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 20px;
  padding: 4px 10px;
  cursor: pointer;
}

.tabs-container .tabs-dark {
  margin-top: 50px;
  max-width: 100%;
  overflow: visible;
}

.tabs-container .tabs-dark::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.tabs-container .tabs-dark::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tabs-container .tabs-dark::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.tabs-container .tabs-dark .next {
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 20px;
  padding: 4px 10px;
  cursor: pointer;
}

.tabs-container .tabs-dark .prev {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 20px;
  padding: 4px 10px;
  cursor: pointer;
}
.mantine-Tabs-tabsListWrapper {
  position: sticky;
  top: 48px;
  border-bottom: 0px !important;
  height: 56px;
  z-index: 98;
  background: transparent;
  overflow-y: scroll;
}

.mantine-Tabs-tabsListWrapper::-webkit-scrollbar {
 display: none;
}

.tabs-dark .mantine-Tabs-tabsListWrapper {
  background: var(--color-bg-1)
}

/* body.classic-dark .mantine-Tabs-tabsListWrapper {
  background: #151926;
}
body.classic-dark .tabs-container .tabs-dark .mantine-Tabs-tabsListWrapper {
  background: #000000;
} */

.tabs-tab {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #8d93a6;
  text-transform: capitalize;
}

.tabs-tabone {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #8d93a6;
}

.tabs-tab:active {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #04091a !important;
}
.tabs-tabone:active,
.tabs-tabone:hover {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #04091a !important;
}
.tabs-tab:hover {
  color: #04091a !important;
}

body.classic-dark .tabs-tabone:hover {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #ffffff !important;
}
body.classic-dark .tabs-tabone:active {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #ffffff !important;
}

body.classic-dark .tabs-tab {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #8d93a6 !important;
}

body.classic-dark .tabs-tab:active {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #ffffff;
}

body.classic-dark .tabs-tab:hover {
  color: #ffffff !important;
}
.headline {
  height: 2px;
  background: var(--color-divider-2);
  border-radius: 8px;
  margin-left: 12px;
}

.headline span {
  width: 100%;
  display: inline-block;
  position: relative;
}

.headline span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -6px;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  background: #2354e6;
}

.following-num {
  position: absolute;
  margin-top: 25px;
}


.coming-soon-title {
  padding-bottom: 55px;
}

h1 {
  cursor: pointer;
  font-size: 32px;
  font-weight: 600 !important;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: var(--color-text-1);
}
h2 {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 32px;
  line-height: 32px;
  color: var(--color-text-1);
}
body.classic-dark h1 {
  color: #ffffff;
}
body.classic-dark h2 {
  color: #ffffff;
}
.title-living-now {
  position: absolute;
  cursor: pointer;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: #04091a;
  margin-left: 64px;
  margin-top: 48px;
}
.live-now {
  padding-bottom: 0px !important;
  padding-top: 24px;
  transition: all 0.5s linear 0s;
  display: flex;
  flex-wrap: wrap;
}
.lives-more-btn {
  display: flex;
  justify-content: center;
  line-height: 24px;
}
.lives-more-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-1);
}
.lives-more-btn-inner:hover {
  color: var(--color-brand-2);
}
.lives-more-btn-inner span {
  margin-right: 4px;
}
html[lang='ar'] .lives-more-btn-inner span {
  margin-right: unset;
  margin-left: 4px;
}
.lives-more-btn-inner svg {
  width: 16px;
  height: 16px;
}
.lives-more-btn-inner:hover svg {
  color: var(--color-brand-2);
}
.collapse svg{
  transform: rotate(180deg);
}
#lives-coming-soon {
  /* padding-top: 138px; */
  padding: 0 64px;
  margin-top: 229px;
}
.title-coming-soon {
  margin-top: 0px !important;
}
.title-market-analysis {
  margin-top: -3px;
}
#lives-market-analysis {
  margin-top: 28px;
}

.main-hosts {
  overflow-x: hidden;
  margin-top: 80px;
  overflow: hidden;
}
.main-hosts .hostlist {
  white-space: nowrap;
  padding-top: 40px;
  transition: all 0.5s linear;
}
.main-hosts .hostlist li:first-child .hostcard-hover{
  margin-left: 0 !important;
}

.vip-icon{width: 24px;height: 14px;margin-inline-end: 5px;}
.vip-icon.lg{width: 30px;}



.main-hosts .hostlist li {
  width: calc(100%/6 - 16px);
  height: 250px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
}

.main-hosts .hostlist li.active {
  z-index: 98;
  width: auto !important;
  height: auto !important;
}

.main-hosts .hostlist li .hostavatar .hostavatar-img {
  border-radius: 50%;
  width: 148px;
  height: 148px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 92;
  background: #dddddd;
}
.main-hosts .hostlist li .mantine-Avatar-placeholder {
  background: center;
}
.main-hosts .hostlist li .card-item {
  width: 100%;
  margin-top: 105px;
}
.main-hosts .hostlist li .hover-show .card-content {
  height: 128px;
}
.main-hosts .hostlist li .hover-show .card-content .no-live-video {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.main-hosts .hostlist li .card-item p {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #04091a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 16px;
}
body.classic-dark .main-hosts .hostlist li .card-item p {
  color: #ffffff;
}
.main-hosts .hostlist li .card-item span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #04091a;
}
body.classic-dark .main-hosts .hostlist li .card-item span {
  color: #ffffff;
}
.main-hosts .hostlist li .mantine-Paper-root {
  height: 100%;
  background: var(--color-card-1);
  border-radius: 8px;
  border: none;
  padding: 0;
  box-shadow: none;
}

body.classic-dark .main-hosts .hostlist li .mantine-Paper-root {
  border: none;
}
.following {
  background-color: transparent !important;
  border-color: #a5a5a5 !important;
  color: #b8bdcc !important;
}
.hostcard {
  height: 200px;
  margin-top: 50px;
}
.fans-num {
  margin-top: -4px;
}

.fans-num .num {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #04091a;
  display: inline-block;
  margin-right: 4px;
  margin-top: -44px;
}
.fans-num .fans-follows {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #8d93a6 !important;
  margin-left: 4px;
}

.title-container .fans-nums .fans-follows {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

body.classic-dark .fans-num .fans-follow {
  color: rgba(255, 255, 255, 0.7) !important;
}
.title-container .fans-nums .nums {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-right: 4px;
  display: inline-block;
  color: #ffffff;
}
.hostcard-hover {
  width: 308px;
  z-index: 99;
  /* margin-left: -35px; */
  margin-top: -24px;
}
.hostavatar-hover a {
  width: 96px;
  height: 96px;
}
.hostavatar-hover .loading-img {
  position: absolute;
  left: 21%;
  top: 100px;
  transform: translateX(-50%);
  z-index: 96;
  background: linear-gradient(90deg, #f21885 0%, #e62323 100%);
  border-radius: 8px;
  width: 34px;
  height: 20px;
  padding: 5px;
}
.title-container {
  margin-left: 12px;
  /* display: flex;
  flex-direction: column; */
  width: calc(100% - 108px);
}

.title-container > p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hostavatar-hover {
  width: 100%;
  /* height: 96px; */
  display: flex;
  padding: 16px 16px 0 16px;
}
.hostavatar-hover img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  cursor: pointer;
}
.mantine-1iw8icq {
  margin-bottom: 12px !important;
  gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
}
.host-lives-icon {
  z-index: 99;
  display: inline-block;
  background: #ff8c19;
  width: 31px;
  height: 16px;
  border-radius: 1px;
  transform: skewX(-8deg);
  text-align: center;
  padding-top: 3px;
  margin-right: 4px;
  margin-left: 2px;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-size: 14px;
  line-height: 10px;
  color: #ffffff;
}

.hover-card {
  border: none;
  background: #2354E6 !important;
  /* box-shadow: 0px 16px 40px rgb(0 0 0 / 30%); */
}
.hostavatar-hover .bordered {
  border: 2px solid rgb(220, 21, 21);
}
.hostavatar-hover-img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.card-items {
  width: 100%;
  margin-top: 24px;
}
.host-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
}
.host-name:hover {
  text-decoration-line: underline;
  cursor: pointer;
}
.host-book {
  margin-right: 8px;
}
.hotfans-follows {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 2px;
  font-weight: 400 !important;
}

.host-lable {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.host-lable > span {
  border: 0.974719px solid rgba(255, 255, 255, 0.12);
  border-radius: 3.89887px;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-right: 3px;
}
.host-icon-images {
  margin-right: 10px;
}
.host-lives {
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #ffffff !important;
  padding: 0 16px;
  margin-bottom: 20px;
}

.hostcard-hover .mantine-Image-root {
  width: 75px;
  height: 42px;
  margin: 7px 8px 0 0;
}
.card-content .mantine-1iw8icq {
  gap: 0;
  justify-content: flex-start;
  align-items: normal;
  flex-flow: nowrap;
  padding: 0 16px;
  height: 56px;
  margin-top: -10px;
}
.hostcard-hover .mantine-Image-imageWrapper {
  width: 75px !important;
  height: 42px !important;
}
.hostcard-hover .mantine-Image-image {
  object-fit: cover;
  width: 75px !important;
  height: 42px !important;
}
.hostcard-hover .mantine-Text-root {
  margin-top: 7px;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 150%;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 42px;
}

.hostcard-hover .mantine-Text-root > p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.hostcard-hover .imm {
  object-fit: cover;
  margin-top: -8px;
}
.hostcard-hover .host-follow-btn {
  width: calc(100% - 32px);
  margin: 3px 16px 24px 16px;
}

.main-hosts .hostlist li .hover-show {
  /* position: absolute; */
  opacity: 0;
  transition: 400ms cubic-bezier(0.4,0,0.2,1);
}
.main-hosts .hostlist li .hover-show .hostcard-hover {display: none;transform: translate(-10%,-10%);}
html[lang=ar] .main-hosts .hostlist li .hover-show .hostcard-hover {transform: translate(10%,-10%);}


.main-hosts .hostlist li .card-show {
  position: relative;
  transition: all 0.5s linear;
}

.main-hosts .hostlist li .card-show .bordered {
  border: 2px solid rgb(220, 21, 21);
}
.main-hosts .hostlist li .hover-show.bordered {
  border: 2px solid rgb(220, 21, 21);
}

.main-hosts .hostlist li .card-show:hover + .hover-show {
  opacity: 1;
  width: 308px;
  height: auto;
  position: absolute;
  z-index: 97;
}

.main-hosts .hostlist li .hover-show:hover {
  opacity: 1;
  width: 308px;
  height: auto;
  position: absolute;
  z-index: 97;
}

.main-hosts .hostlist li:hover .hover-show .hostcard-hover {
  display: block;
}
.main-hosts .hostlist li:hover .card-show {
  display: none;
  z-index: 1 !important;
  transition: all 0.5s linear;
}
.hover-coming-soon {
  background-color: #2354e6 !important;
  border: 12px solid #2354e6 !important;
  height: 488px !important;
  cursor: pointer;
}

.coming-soon-lable {
  margin-left: 12px;
  margin-top: -4px;
}
.coming-soon-lable span {
  border: 0.974719px solid rgba(255, 255, 255, 0.12);
  border-radius: 3.89887px;
  color: #ffffff;
}
.text-introduce {
  margin-top: 12px;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-left: 12px !important;
}
.mantine-1a78l0v {
  position: relative;
}
.expand-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-introduce.unExpand {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.text-introduce.expanded {
  height: 145px;
  overflow-y: auto;
}

.text-introduce.expanded::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.text-introduce.expanded::-webkit-scrollbar-thumb {
  background-color: #f4f6fa;
  border-radius: 3px;
}
body.classic-dark .text-introduce.expanded::-webkit-scrollbar-thumb {
  background-color: #f4f6fa;
  border-radius: 3px;
}

.text-tittle {
  color: #ffffff !important;
}

.main-body .list li .coming-soon-card:hover {
  background: #3366ff !important;
  padding: 12px;
  padding-bottom: 0;
  z-index: 20;
  margin-top: -20px;
  cursor: pointer;
  width: 100%;
  transition: 400ms cubic-bezier(0.4,0,0.2,1);
  box-sizing: content-box;
}
.coming-soon-card .hover-label {
  display: none;
}

.coming-soon-card:hover .hover-label {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.974719px solid rgba(255, 255, 255, 0.12);
  border-radius: 3.89887px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  width: 33%;
  margin-left: 12px;
  height: 24px;
}
.title-name {
  color: #04091a;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-indent: 30px;
  margin-left: -26px;
  margin-top: -4px;
  pointer-events: none;
}
.title-name-nohot{
  color: #04091a;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-style: normal;
  font-weight: 500;
  margin-top: -5px;
  pointer-events: none;
}
body.classic-dark .title-name-nohot{
  color: #ffffff;
}
body.classic-dark .title-name {
  color: #ffffff;
}
.coming-soon-card:hover .title-name {
  color: #ffffff;
  -webkit-line-clamp: 2;
  /* margin-left: -28px; */
}
body.classic-dark .coming-soon-card:hover .title-name-nohot{
  color: #ffffff;
}
.text-hover {
  display: none;
  color: #ffffff;
}
.coming-soon-card:hover .title-name-nohot{
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-style: normal;
  font-weight: 500;
  margin-top: -5px;
  color: #ffffff;

}
.coming-soon-card:hover .text-hover {
  display: block;
}
.coming-soon-card:hover .text-box {
  display: none;
}
.text-box{
  min-height: 48px;
}
.coming-soon-card:hover .coming-soon-button {
  display: none;
}
.coming-soon-button-hover {
  margin-top: 12px;
  margin-bottom: 24px;
  display: none;
}
.coming-soon-card:hover .coming-soon-button-hover {
  display: block;
  z-index: 999;
  width: 100%;
  padding: 0 !important;
}
.coming-soon-card:hover .mantine-Text-root {
  color: #ffffff !important;
}

body.classic-dark .lives-title > h2 > a {
  color: #ffffff !important;
}

.allreplays {
  margin-bottom: 120px;
}

.allreplays .list{
  padding-bottom: 120px !important;
}
.normal-index {
  color: var(--color-text-4);
}
.active-index {
  color: var(--color-text-1);
}
/* .card-content{
  height: 118px;
} */
.hover-card .mantine-Group-root:hover {
  background: rgba(15, 31, 77, .2);
  cursor: pointer;
}

.hostcard-hover .mantine-Text-root > span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
.mantine-Group-root:hover .mantine-Text-root > span {
  color: rgba(255, 255, 255, 1);
}
.main-lives .list li .img-container {
  width: 100%;
  height: 192px;
  overflow: hidden;
}
.main-lives .list li .img-container img {
  width: 100%;
  height: 192px;
  overflow: hidden;
}
.video-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  line-height: 150%;
  align-items: center;
  color: #04091a;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-top: -4px;
  text-indent: 30px;
  margin-left: -26px;
  pointer-events: none;
}
.video-title-nohot{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  line-height: 150%;
  align-items: center;
  color: #04091a;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-top: -5px;
  pointer-events: none;
}
body.classic-dark .video-title-nohot {
  color: #ffffff;
}
body.classic-dark .video-title {
  color: #ffffff;
}
body.classic-dark .video-title:hover {
  color: #2354e6;
}

.coming-soon-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.main-lives-category {
  margin-top: 120px;
}

.main-lives-category .list {
  margin-top: 16px;
  padding-bottom: 120px;
  margin-left: 12px;
}

.main-lives-category .list:last-of-type {
  padding-bottom: 0;
}

.main-lives-category .list li {
  width:100%;
  margin-right:24px;
}





.main-lives-category .list li .mantine-Paper-root {
  /* height:326px; */
  box-shadow: none !important;
  padding: 10px 0px 0px 0px !important;
  background-color: transparent;
  border-top: 12px solid transparent;
  cursor: pointer;
}
.main-lives-category .list li .mantine-Card-cardSection {
  height: 192px;
}

.main-lives-category .list li .mantine-Group-root {
  margin: 16px 0 12px 3px;
  /* height: 48px; */
}
.main-lives-category .list li .mantine-Text-root {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #04091a;
  margin-left: -2px;
  margin-bottom: -4px;
}

.main-lives-category .list li .mantine-Image-image {
  object-fit: cover;
  width: 100%;
  height: 192px !important;
}
body.classic-dark .main-lives-category .list li .mantine-Text-root {
  color: #ffffff !important;
}
.main-lives-category .list li .img-container {
  width: 100%;
  height: 192px;
  overflow: hidden;
}
.main-lives-category .list li .img-container img {
  width: 100%;
  height: 192px;
  overflow: hidden;
}

.loading-img {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 96;
  background: linear-gradient(90deg, #f21885 0%, #e62323 100%);
  border-radius: 8px;
  width: 34px;
  height: 20px;
  padding: 5px;
}

.mantine-ws6xj9 {
  padding: 0px !important;
  margin: 0 16px;
}
.mantine-1lm82q {
  padding: 0px !important;
  margin: 0 16px;
}
.avatar-head{
  border-radius: 50%;
  width: 148px;
  height: 148px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 92;
  color: #fff;
  overflow: hidden;
  font-size: 148px;
  line-height: 148px;
  background: #3366ff;
}
.avatar-head-small{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 96px;
  overflow: hidden;
  background: #ddd;
  color: #333;
  line-height: 96px;
}
.icon-hot{
  width: 31px;
  height: 16px;
}

/* 阿拉伯 */
.ar-list .video-title{
  text-indent: 4px;
}
.main-hosts .ar-hostlist{
  height: 440px;
  margin-right: -12px;
}
.main-body .ar-list{
  margin-left: 0;
}
.main-body .ar-list li{
 margin-left: 24px;
 margin-right: 0;
}
.main-body .ar-list li .coming-soon-time{
  right: -2px;
  border-radius: 0px 10px 0px;
  left: auto;
}
.ar-text-hover .text-introduce{
  margin-left: 0 !important;
  margin-right: 12px;
}
.ar-expand-icon{
 left: 12px;
 right: 0;
}
.hostavatar-hover .ar-loading-img{
 left: 80%;
}
.ar-host-icon-images{
  margin-left:10px;
}
.ar-host-book{
  margin-left: 8px;
}
.main-body .ar-list .title-name{
  text-indent: 4px;
  width: calc(100% - 12px);
  -webkit-line-clamp:1

}
.main-body .ar-list .coming-soon-card:hover .title-name{
  -webkit-line-clamp:2
}
.coming-soon-card:hover .ar-hover-label{
  margin-right: 12px;
  margin-left: 0;
}
.ar-lives-card .living-now-title{
  text-indent: 4px;
}
.ar-lives-card .living-icon{
  right: 0;
  left: unset;
  border-radius: 0px 8px 0px 4px;
}
.living-is-subtitle {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 32px;
  height: 24px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 900;
  z-index: 3;
}
.living-is-redpocket {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 36px;
  height: 36px;
  z-index: 3;
  overflow: hidden;
}
.ar-avatar{
  margin-left: 8px;
}
.ar-title-container{
  margin-right: 12px;

}
.main-lives .ar-list li:first-child .mantine-Paper-root{
  margin-right: 0px;
}
.ar-hostavatar-hover .loading-img{
  left:80%
}



@media (max-width: 1200px){
  .main-lives-category .list li:last-child {
    display: none;
  }
  .allreplays .list li:nth-last-child(2) {
    display: none;
  }
  .headline span:last-child {
    display: none;
  }
  .main-body .list li:nth-child(4){
    display: none;
  }

  .main-hosts .hostlist li {
    width: calc(100%/4 - 16px);
  }

  .main-lives .list li{
    width: calc(100%/3 - 24px);
  }
}

@media (max-width: 992px){
  .main-lives-category .list li:nth-last-child(2) {
    display: none;
  }
  .headline span:nth-last-child(2) {
    display: none;
  }
  .main-body .list li:nth-child(3){
    display: none;
  }

  .avatar-head{
    width: 120px;
    height: 120px;
    font-size: 120px;
    line-height: 120px;
  }

  .main-hosts .hostlist li .hostavatar .hostavatar-img {
    width: 120px;
    height: 120px;
  }

  .loading-img{
    top: 50px;
  }

  .main-hosts .hostlist li {
    width: calc(100%/3 - 16px);
  }

  .main-lives .list li{
    width: calc(100%/2 - 24px);
  }
}

@media (max-width: 415px){
  .main-lives-category .list li:nth-last-child(3) {
    display: none;
  }
  .headline span:nth-last-child(3) {
    display: none;
  }
  .main-body .list li:nth-child(2){
    display: none;
  }

  .avatar-head{
    width: 120px;
    height: 120px;
    font-size: 120px;
    line-height: 120px;
  }

  .main-hosts .hostlist li .hostavatar .hostavatar-img {
    width: 120px;
    height: 120px;
  }

  .loading-img{
    top: 50px;
  }

  .main-hosts .hostlist li {
    width: calc(100%/2 - 16px);
  }

  .main-lives .list li{
    width: calc(100% - 24px);
  }
}
.avatar-text-wrapper {
  display: flex;
  align-items: center;
}

.avatar-text-wrapper .avatar-head-all{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  background: #ddd;
  color: #333;
  line-height: 36px;
  margin-inline-end: 8px;
}
.avatar-text-wrapper .avatar-head-coming{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  background: #ddd;
  color: #333;
  line-height: 40px;
  margin: 0 8px;
}
.avatar-text-wrapper .avatar-text-box {
  display: flex;
  flex-direction: column;
}
.avatar-text-wrapper .avatar-text-box .text-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-text-1);
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
  word-break: break-word;
}
.avatar-text-wrapper .avatar-text-box .text-name:hover {
  color: var(--color-text-5);
}
.main-lives .list li .mantine-Paper-root:hover .text-name{
  color: var(--color-text-6) !important;
}
.main-body .list li .mantine-Paper-root:hover .text-name{
  color: var(--color-text-6) !important;
}
.avatar-text-wrapper .avatar-text-box .text-num {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  color: var(--color-text-3);
}
.avatar-text-wrapper .avatar-text-box .text-num:hover {
  color: var(--color-text-5);
}
.main-lives .list li .mantine-Paper-root:hover .text-num{
  color: var(--color-text-6) !important;
}
.main-body .list li .mantine-Paper-root:hover .text-num{
  color: var(--color-text-6) !important;
}