/**
 *   randomLive v1.0.1
 *   Copyright: 2025 MX-TV, Date:20250523 21:56:22
 **/
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);
}

html,
body {
  background-color: #fff;
}
.main {
  display: none;
  background-color: #fff;
}
.main .bottom_tab_block {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  border-top: 1px solid #d3d3d3;
  background-color: #fafafa;
  z-index: 10;
}
.main .bottom_tab_block a {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: .3rem;
  color: #666;
  float: left;
}
.main .bottom_tab_block a.active {
  color: #eb5b3f;
}
.main .bottom_tab_block span {
  display: inline-block;
  width: 1px;
  height: .24rem;
  background-color: #dddddd;
  position: absolute;
  left: 50%;
  top: .38rem;
}
.main .program_list_block ul li .program_item {
  display: block;
  height: 2.4rem;
  padding: .3rem .3rem .3rem 2.1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.main .program_list_block ul li .program_item .poster {
  width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
  border-radius: .07rem;
  position: absolute;
  left: .3rem;
  top: .3rem;
}
.main .program_list_block ul li .program_item .tutor {
  position: absolute;
  left: .4rem;
  top: 0.2rem;
  display: inline-block;
  width: 1rem;
  height: .4rem;
  background-size: 100%;
  background-image: url(../img/icon_tutor.png);
}
.main .program_list_block ul li .program_item .info {
  position: absolute;
  left: 2.4rem;
  top: .3rem;
  right: .3rem;
}
.main .program_list_block ul li .program_item .info .program_name {
  font-size: .32rem;
  line-height: .45rem;
  height: .9rem;
  color: #333;
  font-weight: bold;
  max-height: .9rem;
  overflow: hidden;
}
.main .program_list_block ul li .program_item .info .teacher_name {
  color: #999;
  font-size: .28rem;
  line-height: .36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .program_list_block ul li .program_item .info .price {
  font-size: .28rem;
  color: #eb5b3f;
  margin-top: .1rem;
}
.main .program_list_block ul li .program_item .info .price .original_price {
  color: #ccc;
  margin-left: .2rem;
  text-decoration: line-through;
}
.main .program_list_block ul li .program_item .info .price .num {
  float: right;
  color: #ccc;
}
.main .program_list_block ul li.my_bargain_item {
  display: block;
  height: 4rem;
  padding: .3rem;
  border-bottom: 1px solid #e8e8e8;
}
.main .program_list_block ul li.my_bargain_item .program_info {
  display: block;
  height: 2.4rem;
  padding-left: 2.7rem;
  position: relative;
}
.main .program_list_block ul li.my_bargain_item .program_info .cover {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100% 100%;
  border-radius: 0.08rem;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}
.main .program_list_block ul li.my_bargain_item .program_info .info .program_name {
  font-size: .32rem;
  line-height: .45rem;
  color: #333;
  font-weight: bold;
  max-height: .9rem;
  overflow: hidden;
}
.main .program_list_block ul li.my_bargain_item .program_info .info .teacher_name {
  color: #999;
  font-size: .28rem;
  line-height: .34rem;
  margin-top: .1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .program_list_block ul li.my_bargain_item .program_info .info .price {
  font-size: .28rem;
  color: #eb5b3f;
  margin-top: .2rem;
}
.main .program_list_block ul li.my_bargain_item .program_info .price {
  position: absolute;
  left: 2.7rem;
  bottom: 0;
  font-size: .28rem;
  color: #333;
}
.main .program_list_block ul li.my_bargain_item .program_info .price span {
  color: #eb5b3f;
}
.main .program_list_block ul li.my_bargain_item .program_info .group_member {
  position: absolute;
  left: 2.7rem;
  bottom: 0;
  font-size: .28rem;
  color: #333;
  display: inline-block;
}
.main .program_list_block ul li.my_bargain_item .program_info .group_member .item {
  display: inline-block;
  position: relative;
  width: .74rem;
  height: .74rem;
  border-radius: 50%;
  margin-right: .1rem;
  background-size: cover;
  background-image: url(../img/bg_group_not_full.png);
}
.main .program_list_block ul li.my_bargain_item .program_info .group_member .item.cap {
  border: 1px solid #eb5b3f;
}
.main .program_list_block ul li.my_bargain_item .program_info .group_member .item span {
  display: inline-block;
  position: absolute;
  left: .06rem;
  bottom: -0.1rem;
  width: .58rem;
  height: .26rem;
  line-height: .26rem;
  border-radius: .13rem;
  background-color: #eb5b3f;
  font-size: .18rem;
  color: #fff;
  text-align: center;
}
.main .program_list_block ul li.my_bargain_item .bargain_info {
  background-color: #fafafa;
  height: .7rem;
  margin-top: .2rem;
  padding: .1rem .2rem;
}
.main .program_list_block ul li.my_bargain_item .bargain_info .expire_time_block {
  line-height: .5rem;
  float: left;
  font-size: .24rem;
  color: #999;
}
.main .program_list_block ul li.my_bargain_item .bargain_info .expire_time_block .expire_time {
  float: right;
  line-height: .34rem;
  height: .5rem;
  display: inline-block;
  text-align: center;
  padding-top: .08rem;
  margin-left: 0.2rem;
}
.main .program_list_block ul li.my_bargain_item .bargain_info .expire_time_block .expire_time .time {
  float: left;
  display: inline-block;
  width: .38rem;
  height: .34rem;
  font-size: .24rem;
  background-color: #333333;
  border-radius: .05rem;
  color: #fff;
}
.main .program_list_block ul li.my_bargain_item .bargain_info .expire_time_block .expire_time .colon {
  float: left;
  font-size: .4rem;
  display: inline-block;
  height: .34rem;
  line-height: .24rem;
  width: .2rem;
}
.main .program_list_block ul li.my_bargain_item .bargain_info .right_btn {
  display: block;
  width: 1.45rem;
  border-radius: .25rem;
  float: right;
  height: .5rem;
  line-height: .5rem;
  font-size: .24rem;
  color: #fff;
  background-color: #eb5b3f;
  text-align: center;
}
.main .program_list_block ul li.my_bargain_item .bargain_info .right_btn.success {
  background-color: #ffae00;
}
.main .end {
  display: block;
  font-size: .28rem;
  color: #555;
  height: 1rem;
  line-height: 1.2rem;
  text-align: center;
  cursor: pointer;
}
.main .end span {
  color: #ffcc66;
}
.main .no_data {
  text-align: center;
  color: #888;
  display: none;
  font-size: 0.2rem;
  height: 1rem;
  margin-bottom: 2.4rem;
  line-height: 1rem;
}
.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-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;
}
