/**
 *   randomLive v1.0.1
 *   Copyright: 2025 MX-TV, Date:20250523 21:56:17
 **/
html,
body {
  width: 100%;
}
html,
body,
div,
header,
bottom,
ul,
li {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes webkit-loading {
  0% {
    -webkit-transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.loading_block {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
  z-index: 1000;
}
.loading_block .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../img/loading4.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  animation: loading 1.2s infinite linear;
  -webkit-animation: webkit-loading 1.2s infinite linear;
  z-index: 5;
}
.move_top {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 2.4rem;
  right: 0.3rem;
  background-image: url(../img/bg_to_top.png);
  border-radius: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  background-size: 100%;
}
.move_top.show {
  display: block;
}
.profile_page_btn {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 3.5rem;
  right: 0.3rem;
  background-image: url(../img/bg_profile_page_btn.png);
  border-radius: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  background-size: 100%;
}
.profile_page_btn.show {
  display: block;
}
.tip-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.tip-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
.tip-content {
  display: inline-block;
  min-width: 4rem;
  max-width: 6.2rem;
  line-height: .42rem;
  font-size: .32rem;
  color: #bfbfc2;
  word-wrap: break-word;
  padding: .43rem .2rem;
  background: rgba(0, 0, 0, 0.8);
}

header {
  font-size: .32rem;
  height: 1rem;
  text-align: center;
  padding: 0rem .4rem;
  border-bottom: 1px solid #E8E8E8;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 100;
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 #e8e8e8;
}
header .header_tab {
  line-height: 1rem;
  font-size: 0;
  color: #666;
  position: relative;
  display: inline-block;
  height: 1rem;
}
header .header_tab a {
  font-size: .32rem;
  padding: .18rem;
  cursor: pointer;
}
header .header_tab a.active {
  color: #333;
}
header .header_tab a:nth-of-type(2) {
  margin: 0 .24rem;
}
header .header_tab #tab_line {
  position: absolute;
  height: 0.04rem;
  width: 1rem;
  background-color: #eb5b3f;
  bottom: 0;
  left: 0;
  -webkit-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
}
header .left_block {
  position: absolute;
  left: .4rem;
  top: .2rem;
  height: .6rem;
}
header .left_block .logo {
  float: left;
  display: inline-block;
  width: .6rem;
  height: .6rem;
  background-image: url(../img/new_logo5.png);
  background-size: 100% 100%;
}
header .left_block .text {
  float: left;
  font-size: .28rem;
  font-weight: bold;
  color: #333;
  height: .3rem;
  line-height: .3rem;
  margin: 0.15rem .15rem 0;
  padding-right: .15rem;
  border-right: 1px solid #666666;
}
header .left_block .slogan {
  float: left;
  display: inline-block;
  width: 1.4rem;
  height: .6rem;
  background-image: url(../img/text_slogan.png);
  background-size: 100% 0.3rem;
  background-position: 0 0.15rem;
  background-repeat: no-repeat;
}
header .right_block {
  position: absolute;
  right: .4rem;
  top: .2rem;
  font-size: 0.28rem;
  color: #999;
  height: .6rem;
  line-height: .6rem;
}
.main {
  padding-top: .9rem;
  background-color: #fff;
}
.main .loading {
  height: 0.7rem;
  text-align: center;
  font-size: 0;
  display: none;
}
@keyframes loading2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes webkit-loading2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.main .loading .loading-icon {
  margin-top: 0.1rem;
  display: inline-block;
  height: 0.4rem;
  width: 0.4rem;
  background-image: url(http://m.mixiong.tv/others/img/loading.png);
  background-size: cover;
  animation: loading2 1s infinite linear;
  -webkit-animation: webkit-loading2 1.2s infinite;
}
.main .end {
  text-align: center;
  color: #888;
  font-size: 0.2rem;
  height: 1rem;
  line-height: 1rem;
  display: none;
}
.main .work_title {
  padding: .4rem;
  overflow: hidden;
  line-height: 1;
  border-bottom: 1px solid #E8E8E8;
}
.main .work_title .work_img {
  float: left;
  margin-right: .34rem;
}
.main .work_title .work_img img {
  width: 1rem;
  height: 1rem;
  object-fit: cover;
  border-radius: 50%;
}
.main .work_title .work_dis {
  overflow: hidden;
  font-size: .32rem;
  color: #333;
  padding-top: .12rem;
}
.main .work_title .work_dis span {
  font-size: .28rem;
  color: #666;
  display: inline-block;
  padding-top: .28rem;
}
.main .topic_list .topic_list_item {
  padding: 0 0.4rem 0;
  border-bottom: .2rem solid #f0f0f0;
}
.main .topic_list .topic_list_item .question {
  font-size: .34rem;
  color: #333;
  line-height: .4rem;
  padding: 0.4rem 0;
  cursor: pointer;
}
.main .topic_list .topic_list_item .question .hot_marking {
  float: left;
  width: .38rem;
  height: .38rem;
  background: url(../img/jing_icon.png) no-repeat center / 0.36rem;
  margin-right: .18rem;
}
.main .topic_list .topic_list_item .question .hot_marking.active {
  display: none;
}
.main .topic_list .topic_list_item .note_content {
  cursor: pointer;
}
.main .topic_list .topic_list_item .note_content .note_thum {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.main .topic_list .topic_list_item .note_content .note_thum .note_thum_item {
  width: 2.12rem;
  height: 2.12rem;
}
.main .topic_list .topic_list_item .note_content .note_thum .note_thum_item img {
  width: 100%;
  height: 100%;
  display: block;
}
.main .topic_list .topic_list_item .note_content .note_title {
  padding: 0.4rem 0;
  font-size: .34rem;
  line-height: .4rem;
  color: #333;
  overflow: hidden;
}
.main .topic_list .topic_list_item .note_content .note_title .note_title_con {
  overflow: hidden;
}
.main .topic_list .topic_list_item .note_content .note_title img,
.main .topic_list .topic_list_item .note_content .note_title .single_img {
  overflow: hidden;
  float: right;
  width: 2.12rem;
  height: 2.12rem;
  margin-left: .5rem;
}
.main .topic_list .topic_list_item .note_content .note_title .hot_marking {
  float: left;
  width: .38rem;
  height: .38rem;
  background: url(../img/jing_icon.png) no-repeat center / 0.36rem;
  margin-right: .18rem;
}
.main .topic_list .topic_list_item .item_thum {
  position: relative;
  display: block;
  height: 6.7rem;
  width: 6.7rem;
  overflow: hidden;
  cursor: pointer;
}
.main .topic_list .topic_list_item .swipe_wrapper {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.main .topic_list .topic_list_item .item_thum img,
.main .topic_list .topic_list_item .item_thum video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.main .topic_list .topic_list_item .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
  width: .8rem;
  height: .8rem;
  background: url(../img/homework_play_btn.png) no-repeat center / 0.6rem;
}
.main .topic_list .topic_list_item .video_play.hidden {
  display: none;
}
.main .topic_list .topic_list_item .img_num {
  position: absolute;
  right: .2rem;
  top: .2rem;
  color: white;
  line-height: .3rem;
  padding: 0 5px;
  font-size: .24rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.04rem;
}
.main .topic_list .topic_list_item .item_content {
  font-size: .28rem;
  line-height: .48rem;
  color: #333;
  padding: .3rem 0;
}
.main .topic_list .topic_list_item .item_content .hot_marking {
  float: left;
  width: .38rem;
  height: .38rem;
  background: url(../img/jing_icon.png) no-repeat center / 0.36rem;
  margin-right: .18rem;
}
.main .topic_list .topic_list_item .item_content .answer_icon {
  float: left;
  width: .38rem;
  height: .38rem;
  background: url(../img/answer_icon.png) no-repeat center / 0.36rem;
  margin-right: .18rem;
}
.main .topic_list .topic_list_item .item_content .hot_marking.active,
.main .topic_list .topic_list_item .item_content .answer_icon.active {
  display: none;
}
.main .topic_list .topic_list_item .item_content.hidden {
  display: none;
}
.main .topic_list .topic_list_item .item_author {
  color: #999;
  padding: .34rem 0;
  position: relative;
  display: block;
}
.main .topic_list .topic_list_item .item_author .item_author_lf {
  height: .7rem;
  font-size: 0;
  position: relative;
  padding-left: .9rem;
}
.main .topic_list .topic_list_item .item_author .item_author_lf > div {
  height: 100%;
}
.main .topic_list .topic_list_item .item_author .item_author_lf > div .nickname {
  font-size: .28rem;
  color: #333;
}
.main .topic_list .topic_list_item .item_author .item_author_lf > div .nickname.vip {
  color: #d96449;
}
.main .topic_list .topic_list_item .item_author .item_author_lf > div .nickname span {
  display: inline-block;
  line-height: .3rem;
  border-radius: 2px;
  background-color: #333333;
  color: #fbe5a9;
  font-size: .22rem;
  padding: 0 .1rem;
  margin-left: .15rem;
}
.main .topic_list .topic_list_item .item_author .item_author_lf > div .time {
  font-size: .24rem;
  color: #999;
}
.main .topic_list .topic_list_item .item_author .item_author_lf .avatar {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: .7rem;
  height: .7rem;
  background-size: cover;
  border-radius: 50%;
}
.main .topic_list .topic_list_item .item_author .item_author_lf .avatar .crown {
  display: inline-block;
  width: .25rem;
  height: .25rem;
  position: absolute;
  right: -0.11rem;
  top: -0.11rem;
  background-size: 100% 100%;
  background-image: url(../img/icon_crown_no_circle.png);
}
.main .topic_list .topic_list_item .item_author .item_author_lf .avatar .auth {
  height: 0.3rem;
  width: 0.3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url(../img/auth_icon.png);
}
.main .topic_list .topic_list_item .item_author .item_author_right {
  float: right;
  font-size: 0rem;
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main .topic_list .topic_list_item .item_author .item_author_right span {
  font-size: .24rem;
  display: inline-block;
  padding-left: .42rem;
  line-height: .46rem;
  cursor: pointer;
}
.main .topic_list .topic_list_item .item_author .item_author_right span:nth-of-type(1) {
  background: url(../img/topic_zan_icon1.png) no-repeat left center / 0.32rem;
  margin-right: .4rem;
}
.main .topic_list .topic_list_item .item_author .item_author_right span:nth-of-type(1).active {
  background: url(../img/topic_zan_icon.png) no-repeat left center / 0.3rem;
}
.main .topic_list .topic_list_item .item_author .item_author_right span:nth-of-type(2) {
  background: url(../img/comment_icon.png) no-repeat left center / 0.3rem;
}
.main .topic_list .topic_list_item .bottom_block {
  height: .8rem;
  border-top: 1px solid #e8e8e8;
  font-size: 0;
}
.main .topic_list .topic_list_item .bottom_block a {
  display: inline-block;
  width: 33.33%;
  height: 100%;
  line-height: .8rem;
  text-align: center;
}
.main .topic_list .topic_list_item .bottom_block a em {
  display: inline-block;
  height: .4rem;
  width: .4rem;
  background-size: cover;
  margin: 0 0.12rem -0.1rem 0;
}
.main .topic_list .topic_list_item .bottom_block a em.favo {
  background-image: url(../img/favorite_icon.png);
}
.main .topic_list .topic_list_item .bottom_block a em.favo.active {
  background-image: url(../img/zan_icon2.png);
}
.main .topic_list .topic_list_item .bottom_block a em.comment {
  background-image: url(../img/icon_comment.png);
}
.main .topic_list .topic_list_item .bottom_block a em.praise {
  background-image: url(../img/topic_zan_icon1.png);
}
.main .topic_list .topic_list_item .bottom_block a em.praise.active {
  background-image: url(../img/topic_zan_icon.png);
}
.main .topic_list .topic_list_item .bottom_block a.active em.favo {
  background-image: url(../img/favorite_icon4_active.png);
}
.main .topic_list .topic_list_item .bottom_block a.active em.praise {
  background-image: url(../img/topic_zan_icon.png);
}
.main .topic_list .topic_list_item .bottom_block a span {
  font-size: .24rem;
  color: #666;
}
.ellpsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellpsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hidden {
  display: none;
}
