* {
  box-sizing: border-box;
}

.layout {
  background: var(--color-bg-2);
}

#coming-soon-homepage {
  max-width: 1440px;
  padding: 0 24px;
  margin: 0 auto;
  margin-bottom: -140px;
}
#coming-soon-first {
  margin-top: 176px;
  min-height: 800px;
}
.main-body{
  margin-bottom: 140px;
}

.main-body > h1 {
  position: absolute;
  cursor: pointer;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: #04091a;
  margin-top: -64px;
  margin-left: 26px;
}
body.classic-dark .main-body > h1 {
  color: #ffffff;
}
.main-body {
  width: 100%;
}
.main-body .list {
  /* display: flex; */
  /* justify-content: flex-start; */
  margin-top: 32px;
  /* flex-wrap: wrap; */
  padding-bottom: 68px;
}

.main-body .list li {
  width: 100%;
  height: 380px;
  margin-right: 24px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
/* .mantine-Timeline-itemContent {
  margin-bottom: 195px;
} */
.main-body .list li .mantine-Paper-root {
  background: var(--color-card-2);
  border: 1px solid var(--color-divider-2);
}

.main-body .list li.active .expand {
  height: 120px;
  overflow-y: auto;
}

.main-body .list li.active .expand::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.main-body .list li.active .expand::-webkit-scrollbar-thumb {
  background-color: #f4f6fa;
  border-radius: 3px;
}

.main-body .list li .avatar {
  margin-right: 10px;
}
.main-body .list li .Badge-root {
  background: linear-gradient(90deg, #3399ff 0%, #2354e6 100%);
  color: #fff;
  border-radius: 8px 0px 8px 0px;
  position: absolute;
  top: 0;
  left: -2px;
  height: auto;
  padding: 9px 8px;
}

.main-body .list li .Badge-root span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}

.main-body .list li > p {
  text-align: center;
  font-weight: 500;
}

.main-body .list li > p span {
  margin: 0 5px;
  color: rgb(27, 226, 240);
}
.hover-coming-soon {
  background-color: #2354e6 !important;
  border: 12px solid #2354e6 !important;
  /*height: 488px!important;*/
  cursor: pointer;
}

.main-body .list li .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: 12px;
    line-height: 12px;
    color: #FFFFFF

}
.video-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  color: #04091a;
  line-height: 150%;
  /* height: 48px; */
}
.video-title >a {
  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;
    font-size: 16px;
    margin-top: -4px;
    color: #04091a!important;
    pointer-events: none;
}
.text-title{
  text-indent: 30px;
  margin-left: -27px;

}

.text-title-onhot{
  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;
    font-size: 16px;
}
.coming-soon-card :hover .video-title {
  color: #ffffff;
}
.coming-soon-card :hover .video-title > a {
  color: #ffffff!important;

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

}
body.classic-dark .video-title {
  color: #ffffff;
}
.img-container {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}

.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: 4px !important;
}
.mantine-1a78l0v {
  position: relative;
}
.expand-icon {
  position: absolute;
  top: 70px;
  right: -6px;
  bottom: 0;
  cursor: pointer;
  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.expand {
  height: 145px;
  overflow-y: auto;
}

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

.text-introduce.expand::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 3px;
}
body.classic-dark .expand::-webkit-scrollbar-thumb {
  background-color: #fff;
  
}
.coming-soon-button {
  margin-top: 12px;
}
.coming-soon-button-hover {
  margin-top: 12px;
  display: none;
}
.text-tittle {
  color: #ffffff !important;
}
.text-name {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
  color: #8d93a6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.text-num {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8d93a6;
}
body.classic-dark .text-name {
  color: #989fb3 !important;
}
body.classic-dark .text-num {
  color: #989fb3 !important;
}
.pc-logo {
  margin-right: 8px;
  margin-top: 0px ;
  margin-left: 0px 
}
.time-lines {
  margin-top: -50px;
  width: 100%;
}
.time-lines .mantine-Timeline-item {
  /* height: 563px; */
  width: 100%;
}

.mantine-16bwv42::before {
  border-left-color: #eef1fa;
  inset: 0px auto -10px -2px;
}
body.classic-dark .mantine-16bwv42::before {
  border-left-color: #2a2f40;
}
.mantine-Timeline-itemBody {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-top: -14px;
}
.mantine-Timeline-itemTitle {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 7px;
  background: #3366ff;
  padding: 0 30px;
}
body.classic-dark .mantine-Text-root {
  color: #ffffff;
  background: transparent !important;
}
body.classic-dark .mantine-Timeline-itemTitle {
  background: #3366ff !important;
}
.mantine-Text-root.mantine-Timeline-itemTitle:after {
  display: inline-block;
  position: absolute;
  right: -1px;
  content: '';
  height: 0;
  width: 0;
  border-top: 35px solid #ffffff;
  border-bottom: 17px solid transparent;
  border-left: 22px solid transparent;
  border-right: 0px solid transparent;
  top: -1px;
}

body.classic-dark .mantine-Text-root.mantine-Timeline-itemTitle:after {
  display: inline-block;
  position: absolute;
  right: -1px;
  content: '';
  height: 0;
  width: 0;
  border-top: 35px solid #151926;
  border-bottom: 17px solid transparent;
  border-left: 22px solid transparent;
  border-right: 0px solid transparent;
  top: -1px;
}

.mantine-1iw8icq {
  margin-bottom: 12px !important;
  gap: 4px;
  justify-content: flex-start;
  min-height: 48px;
  align-items: flex-start;
}
body.classic-dark .mantine-2keswf {
  background-color: #000 !important;
}

.coming-soon-card:hover {
  /* border: 12px solid #3366FF; */
  /* background: #3366FF; */
  border-bottom-width: 0;
  z-index: 99;
  /* max-height: 574px; */
  border-radius: 8px;
  /* margin-top: -20px; */
}
.coming-soon-card .hover-label {
  display: none;
}
.coming-soon-card :hover .hover-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  height: 24px;
}
.coming-soon-card :hover .hover-label > span {
  line-height: 24px;
  border: 0.974719px solid rgba(255, 255, 255, 0.12);
  border-radius: 3.89887px;
  padding: 0 8px;
  margin-right: 8px;
}
/* .coming-soon-card :hover .mantine-1j3mnb1{
  margin-left: 0px;
  margin-right: 0px;
} */
.main-body .list li .mantine-Paper-root:hover {
  position: absolute;
  background: #3366ff !important;
  border: none;
  width: 106%;
  margin-left: -3.5%;
  margin-top: -20px;
}
.mantine-1fyy2gt {
  padding: 12px;
}
.main-body .list li .mantine-Paper-root:hover .mantine-Card-cardSection {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}
.main-body .list li .mantine-Paper-root:hover .mantine-Card-cardSection .Badge-root {
  top: 12px;
  left: 11px;
}
.text-hover {
  display: none;
  color: #ffffff;
}
body.classic-dark  .text-title-nohot{
  color: #ffffff;
 
}
.coming-soon-card :hover .text-hover {
  display: block;
}
.text-box{
  min-height: 40px;
}
.coming-soon-card :hover .text-box {
  display: none;
}
.coming-soon-card :hover .coming-soon-button {
  display: none;
}
.coming-soon-card :hover .coming-soon-button-hover {
  display: block;
  z-index: 999;
}
.coming-soon-card :hover .mantine-Text-root {
  color: #ffffff;
}

.videos-block {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.videos-block-top {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cover-img {
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lives-tag {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
  pointer-events: none;
  line-height: 0;
  box-sizing: border-box;
}
.lives-state {
  display: inline-block;
  padding: 0 10px;
  border-radius: 30px;
  color: #fff;
  font-size: 10px;
}
.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: 3px 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: var(--brandColor);
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  background: rgba(216, 216, 216, 1);
}
.no-videos{
  margin: 0px auto;
  display: table;
  padding-top: 150px;
}
.say-sorry{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #8D93A6;
  margin-top:45px;
}

.avatar-head-coming{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 36px;
  overflow: hidden;
  background: #ddd;
  color: #333;
  line-height: 36px;
}
.icon-hot{
  width: 31px;
  height: 16px;
}
.icon-hot{
  width: 31px;
  height: 16px;
}

/* 阿拉伯 */
.ar-title{
  margin-right: 3px;
}

.ar-time-lines .mantine-16bwv42::before {
  border-left-color: #eef1fa;
  inset: 0px auto -10px -2px;
  margin-left: 1510px;
}
 .ar-time-lines .mantine-2keswf{
  box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 32px;
    border: 2px solid rgb(222, 226, 230);
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    left: -8px;
    right: auto;
    margin-left: 1510px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}
.ar-time-lines .mantine-Timeline-item .mantine-Timeline-itemTitle {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
  width: 12%;
  padding-right: 7px;
  background: #3366ff
}
.ar-time-lines .mantine-Timeline-item .mantine-Text-root.mantine-Timeline-itemTitle::before{
  display: inline-block;
    position: absolute;
    left: -30px;
    content: '';
    height: 0;
    width: 0;
    border-top: 30px solid #ffffff;
    border-bottom: 0px solid transparent;
    border-right: 22px solid transparent;
    border-left: 30px solid transparent;
    top: 0px;
}
 .ar-time-lines .mantine-Timeline-item .mantine-Text-root.mantine-Timeline-itemTitle::after{
  right: 0;
  top: 0;
  border-left: 0px;
}
.ar-coming-soon-card{
 margin-right: 0 !important;
}
.ar-coming-soon-card :hover .mantine-Text-root{
  text-align: right;
}
.ar-text-num{
 margin-left: 30px;
}
body.classic-dark .ar-time-lines .mantine-Timeline-item .mantine-Text-root.mantine-Timeline-itemTitle::before{
  border-top: 30px solid #151926;

}
.ar-avatar{
  margin-left: 8px;
  margin-right: 0 !important;
}
.ar-list .text-title{
 text-indent: 4px;
}
/* .ar-Badge-root{
  border-radius: 0px 8px 0px 8px !important;
  right: -2px !important;
  left: 0 !important;
} */
.main-body .ar-list li .Badge-root{
  border-radius: 0px 8px 0px 8px !important;
  right: -2px ;
  left: 212px;
}
.ar-coming-soon-card .mantine-Paper-root:hover .mantine-Card-cardSection .ar-Badge-root{
  right: 12px !important;
  left: 212px !important;

}
.main-body .ar-list li{
  margin-left: 24px;
}