@import "mixins/mixins";
@import "common/var";
@include b(live_show_room_mobile_1) {
}
/*————————————————————10.4.1.	直播间组件1开始——————————————————————*/
.live_show_room_mobile_1 {
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  /*直播*/
}
.live_show_room_mobile_1 .appbar {
  background-color: $--color-primary;
  height: 1.333333rem;
  line-height: 1.333333rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  justify-content: space-between;
  padding: 0 .266667rem;
}
.live_show_room_mobile_1 .goback {
  margin-top: 0.386667rem;
}
.live_show_room_mobile_1 .goback a {
  display: block;
  height: .56rem;
  line-height: .56rem;
  background: url(images/goback.png) left center no-repeat;
  padding-left: .533333rem;
  font-size: .453333rem;
  color: #fff;
  background-size: .333333rem .56rem;
  text-decoration: none;
}
.live_show_room_mobile_1 .appbar-moreicon {
  display: flex;
  justify-content: flex-end;
  margin-top: .133333rem;
}
.live_show_room_mobile_1 .appbar-moreicon a {
  width: .533333rem;
  height: .533333rem;
  margin-left: .5rem;
}
.live_show_room_mobile_1 .appbar-moreicon a img {
  width: 100%;
  height: 100%;
}
.live_show_room_mobile_1 .appbar-transparency {
  background-color: transparent;
}
.live_show_room_mobile_1 .details-list {
  padding: 0 .4rem;
  background-color: #fff;
}
.live_show_room_mobile_1 .details-list span {
  display: block;
}
.live_show_room_mobile_1 .details-list .sp1 {
  font-size: .48rem;
  padding-top: .533333rem;
}
.live_show_room_mobile_1 .details-list .sp2 {
  font-size: .36rem;
  color: #9B9B9B;
  margin-top: .4rem;
}
.live_show_room_mobile_1 .details-list .sp2 i {
  color: $--color-primary;
  font-style: normal;
}
.live_show_room_mobile_1 .details-list .sp3 {
  background: url(images/details_icon1.png) left center no-repeat;
  background-size: .346667rem auto;
  border-bottom: .013333rem solid #e7e7e7;
  font-size: .32rem;
  line-height: .48rem;
  padding: .266667rem 0;
  padding-left: .48rem;
  margin-top: .266667rem;
}
.live_show_room_mobile_1 .details-list .sp4 {
  background: url(images/details_icon2.png) left center no-repeat;
  background-size: .346667rem auto;
  font-size: .32rem;
  line-height: .48rem;
  padding: .266667rem 0;
  padding-left: .48rem;
}
.live_show_room_mobile_1 .details-pic {
  height: 6rem;
  background-position: center;
  background-size: cover;
  padding-bottom: .266667rem;
  position: relative;
}
.live_show_room_mobile_1 .details-list .sp5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: .4rem;
  line-height: 0.35rem;
}
.live_show_room_mobile_1 .details-list .sp5 span {
  margin-right: .15rem;
}
.live_show_room_mobile_1 .details-list .sp5 .spp1 {
  font-size: .48rem;
  color: #D0021B;
}
.live_show_room_mobile_1 .details-list .sp5 .spp2 {
  font-size: .32rem;
  color: #9B9B9B;
  text-decoration: line-through;
}
.live_show_room_mobile_1 .details-list .sp5 .spp3 {
  font-size: .293333rem;
  color: $--color-primary;
  padding: 5px 10px;
  border-radius: .133333rem;
  background-color: #E4F1FF;
}
.live_show_room_mobile_1 .details-list .sp5 .spp4 {
  font-size: .293333rem;
  color: $--color-primary2;
  padding: 5px 10px;
  border-radius: .133333rem;
  background-color: #F9F5E7;
}
.live_show_room_mobile_1 .details-list .sp6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .266667rem;
  padding-bottom: .3rem;
}
.live_show_room_mobile_1 .details-list .sp6 .spp1 {
  font-size: .32rem;
  color: #9B9B9B;
}
.live_show_room_mobile_1 .details-list .sp6 .spp1 i {
  color: $--color-primary;
  font-style: normal;
}
.live_show_room_mobile_1 .details-list .sp6 .spp2 {
  font-size: .426667rem;
  color: #D0021B;
}
.live_show_room_mobile_1 .myexam-tabtitle {
  height: 1.333333rem;
  line-height: 1.333333rem;
  background-color: #fff;
  border-bottom: .013333rem solid #e7e7e7;
}
.live_show_room_mobile_1 .myexam-mainbody {
  margin-top: .266667rem;
}
.live_show_room_mobile_1 .myexam-tabtitle ul {
  display: flex;
  justify-content: space-around;
}
.live_show_room_mobile_1 .myexam-tabtitle ul li a {
  font-size: .4rem;
  color: #272727;
  text-decoration: none;
}
.live_show_room_mobile_1 .myexam-tabtitle .active a {
  font-size: .56rem;
  font-weight: bold;
  position: relative;
}
.live_show_room_mobile_1 .myexam-tabtitle .active a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.053333rem;
  width: 100%;
  height: 0.106667rem;
  background-color: $--color-primary1;
  border-radius: 1.333333rem;
  z-index: 1;
}
.live_show_room_mobile_1 .liveshow-video {
  position: relative;
  height: 6.133333rem;
}
.live_show_room_mobile_1 .video-diystyle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.live_show_room_mobile_1 .liveshow-appicon {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
}
.live_show_room_mobile_1 .liveshow-appicon .goback {
  margin-left: .266667rem;
}
.live_show_room_mobile_1 .liveshow-appicon .appbar-moreicon {
  margin-right: .266667rem;
}
.live_show_room_mobile_1 .video-details {
  padding-right: 0;
  padding-bottom: .266667rem;
}
.live_show_room_mobile_1 .video-details .sp1 {
  padding-top: .4rem;
  padding-right: .26667rem;
  margin-top: 0;
}
.live_show_room_mobile_1 .video-details .sp7 {
  display: flex;
  justify-content: space-between;
  margin-top: .266667rem;
  line-height: 0.35rem;
}
.live_show_room_mobile_1 .video-details .sp7 i {
  font-size: .32rem;
  font-style: normal;
}
.live_show_room_mobile_1 .video-details .sp7 .i1 {
  color: $--color-primary;
}
.live_show_room_mobile_1 .video-details .sp7 .i2 {
  color: #9B9B9B;
  margin-left: 0.266667rem;
}
.live_show_room_mobile_1 .video-details .sp7 .i2 a {
  color: $--color-primary;
  text-decoration: none;
}
.live_show_room_mobile_1 .video-details .sp7 .i3 {
  font-size: .293333rem;
  padding: .066667rem;
  border-radius: 1.333333rem 0 0 1.333333rem;
  color: #fff;
  background-color: $--color-primary2;
  padding-left: 0.2rem;
}
.live_show_room_mobile_1 .video-messages {
  background-color: #fff;
  padding: .533333rem .266667rem;
  padding-bottom: 1.466667rem;
  max-height: 300px;
  overflow: auto;
}
.live_show_room_mobile_1 .video-messages li {
  margin-bottom: 0.533333rem;
}
.live_show_room_mobile_1 .video-messages-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.live_show_room_mobile_1 .video-messages-name img {
  width: .853333rem;
  height: .853333rem;
  border-radius: 50%;
}
.live_show_room_mobile_1 .video-messages-name .sp1 {
  font-size: .346667rem;
  color: #000;
  margin-left: .133333rem;
}
.live_show_room_mobile_1 .video-messages-name .sp2 {
  font-size: .32rem;
  color: #999;
  margin-left: .133333rem;
}
.live_show_room_mobile_1 .video-messages-name .sp2 i {
  font-style: normal;
  color: #666;
  margin-left: .133333rem;
}
.live_show_room_mobile_1 .video-messages-body {
  display: inline-block;
  padding: .266667rem;
  width: auto;
  border-radius: .266667rem;
  background-color: #EAEBEF;
  font-size: .346667rem;
  color: #000;
  line-height: .453333rem;
  margin-top: .266667rem;
  position: relative;
}
.live_show_room_mobile_1 .video-messages-body i {
  color: #9B9B9B;
  font-style: normal;
}
.live_show_room_mobile_1 .video-messages-body a {
  color: $--color-primary;
}
.live_show_room_mobile_1 .video-messages-kuang {
  height: 1.573333rem;
  background-color: #EEF5FF;
  border-top: .013333rem  solid #D4DBE4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999999;
}
.live_show_room_mobile_1 .video-messages-input {
  flex: 1;
  height: .906667rem;
  background-color: #fff;
  border: 0.013333rem solid $--color-primary;
  border-radius: .266667rem;
  outline: none;
  font-size: .346667rem;
  margin-left: .266667rem;
}
.live_show_room_mobile_1 .video-messages-sub {
  width: 1rem;
  display: flex;
  justify-content: space-between;
  margin-left: .266667rem;
  outline: none;
  margin-right: .266667rem;
}
.live_show_room_mobile_1 .video-messages-sub a {
  display: block;
  width: .613333rem;
  height: .613333rem;
}
.live_show_room_mobile_1 .video-messages-sub a img {
  width: 100%;
  height: 100%;
}
.live_show_room_mobile_1 .video-messages-subbtn {
  font-size: .426667rem;
  color: #000;
  border: none;
  background-color: transparent;
}
.live_show_room_mobile_1 .video-chengyuan-main {
  background-color: #fff;
  padding: .4rem .266667rem;
}
.live_show_room_mobile_1 .video-chengyuan ul li {
  display: flex;
  align-items: center;
  margin-bottom: .4rem;
}
.live_show_room_mobile_1 .video-chengyuan-header {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  position: relative;
}
.live_show_room_mobile_1 .video-chengyuan-header img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.live_show_room_mobile_1 .video-chengyuan-name {
  margin-left: .266667rem;
}
.live_show_room_mobile_1 .video-chengyuan-name .sp1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.live_show_room_mobile_1 .video-chengyuan-name .sp1 .i1 {
  font-size: .4rem;
  color: #000;
  font-style: normal;
}
.live_show_room_mobile_1 .video-chengyuan-name .sp1 .i2 {
  font-size: .346667rem;
  color: #4A4A4A;
  font-style: normal;
  margin-left: .266667rem;
}
.live_show_room_mobile_1 .video-chengyuan-name .sp2 {
  display: flex;
  justify-content: flex-start;
  font-size: .346667rem;
  margin-top: .133333rem;
}
.live_show_room_mobile_1 .video-chengyuan-name .sp2 .i1 {
  color: #9B9B9B;
  font-style: normal;
}
.live_show_room_mobile_1 .video-chengyuan-body {
  font-size: .4rem;
  line-height: .56rem;
  margin-top: .266667rem;
  display: block;
  word-break: break-all;
}
.live_show_room_mobile_1 .video-messages-name .sp3 {
  float: right;
  width: .52rem;
  height: .52rem;
}
.live_show_room_mobile_1 .video-messages-name .sp3 img {
  width: 100%;
  height: 100%;
  border-radius: 0%;
}
.live_show_room_mobile_1 .video-messages-shouqi {
  display: flex;
  justify-content: flex-end;
}
.live_show_room_mobile_1 .video-messages-shouqi a {
  display: block;
  background: url(images/shouqihuida.png) right 0.133333rem center no-repeat;
  background-size: .16rem .293333rem;
  font-size: .293333rem;
  padding-right: .4rem;
  text-decoration: none;
  color: $--color-primary;
}
.live_show_room_mobile_1 .video-messages ul li ul li .video-chengyuan-body {
  color: #242424;
  font-size: .373333rem;
  line-height: .533333rem;
  margin-left: .666667rem;
}
.live_show_room_mobile_1 .video-xiake-btn {
  position: absolute;
  right: 0;
  top: 1.733333rem;
  display: block;
  z-index: 99999;
}
.live_show_room_mobile_1 .video-xiake-btn a {
  display: block;
  padding: 0.266667rem 0.266667rem 0.266667rem 0.533333rem;
  color: #ffffff;
  font-size: .4rem;
  text-decoration: none;
  border-radius: 1.333333rem 0 0 1.333333rem;
  background-color: $--color-primary2;
  margin-bottom: .266667rem;
}
.live_show_room_mobile_1 .video-kecheng-tip {
  position: absolute;
  left: .266667rem;
  bottom: .266667rem;
  display: block;
  z-index: 99999;
}
.live_show_room_mobile_1 .video-kecheng-tip a {
  display: inline-block;
  padding: .066667rem .266667rem;
  color: #ffffff;
  font-size: .293333rem;
  text-decoration: none;
  border-radius: 1.333333rem 0 0 1.333333rem;
  background-color: rgba(0, 0, 0, 0.6);
  margin-right: .266667rem;
}
.live_show_room_mobile_1 .video-messages-body-huifu {
  width: 3.466667rem;
  height: 1.08rem;
  background: url(images/huifu_fuzhi.png) center no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  top: -1.08rem;
  left: 3rem;
}
.live_show_room_mobile_1 .video-messages-body-huifu a {
  display: inline-block;
  width: 48%;
  text-align: center;
  line-height: 1rem;
  color: #fff;
  text-decoration: none;
}
.live_show_room_mobile_1 .video-chengyuan-header-jinyan {
  width: 1.866667rem;
  height: .96rem;
  background: url(images/jinyan.png) center no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  right: -1.866667rem;
  top: .173333rem;
  z-index: 99999;
}
.live_show_room_mobile_1 .video-chengyuan-header-jinyan a {
  line-height: .95rem;
  font-size: .4rem;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.live_show_room_mobile_1 .video-chengyuan-header-jiechujinyan {
  width: 2.453333rem;
  height: .96rem;
  background: url(images/jiechujinyan.png) center no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  right: -2.453333rem;
  top: .173333rem;
  z-index: 99999;
}
.live_show_room_mobile_1 .video-chengyuan-header-jiechujinyan a {
  line-height: .95rem;
  font-size: .4rem;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.live_show_room_mobile_1 .video-chengyuan-header-jinyanicon {
  width: .266667rem;
  height: .266667rem;
  background: url(images/jingyan_icon.png) center no-repeat;
  background-size: cover;
  position: absolute;
  right: .08rem;
  bottom: .066667rem;
}
.live_show_room_mobile_1 .video-kecheng-shangke {
  position: absolute;
  width: 50%;
  left: 25%;
  text-align: center;
  top: 2rem;
  z-index: 999999;
}
.live_show_room_mobile_1 .video-kecheng-shangke .sp0 {
  font-size: .453333rem;
  color: #fff;
  display: block;
}
.live_show_room_mobile_1 .video-kecheng-shangke span {
  display: block;
  //width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: .266667rem;
}
.live_show_room_mobile_1 .video-kecheng-shangke .sp1 {
  display: block;
  width: 2.666667rem;
  height: .746667rem;
  line-height: .746667rem;
  border: .013333rem solid #fff;
  border-radius: .266667rem;
  background: url(images/tixin_icon.png) left 0.266667rem center no-repeat;
  background-size: auto .453333rem;
  color: #fff;
  font-size: .373333rem;
}
.live_show_room_mobile_1 .video-kecheng-shangke .sp1 a {
  color: #fff;
  text-decoration: none;
  padding-left: .4rem;
}
.live_show_room_mobile_1 .video-kecheng-shangke .sp2 {
  display: inline-block;
  padding: 0 .266667rem;
  height: .746667rem;
  line-height: .746667rem;
  border: .013333rem solid #fff;
  border-radius: .266667rem;
  background-size: auto .453333rem;
  color: #fff;
  font-size: .373333rem;
}
.live_show_room_mobile_1 .video-kecheng-shangke .sp3 {
  display: block;
  width: 2.133333rem;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  background-color: $--color-primary2;
  border-radius: 1.333333rem;
  font-size: .4rem;
  color: #fff;
}
.live_show_room_mobile_1 .video-kecheng-shangke .sp3 a {
  text-decoration: none;
  color: #fff;
}
.live_show_room_mobile_1 .video-messages-name-jihe {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.live_show_room_mobile_1 .video-messages-line {
  padding-bottom: .266667rem;
  border-bottom: .013333rem solid #e7e7e7;
}
.live_show_room_mobile_1 .video-messages-qipao {
  width: .32rem;
  height: .186667rem;
  background: url(images/triangle.png) center no-repeat;
  background-size: cover;
  position: absolute;
  left: .3rem;
  top: -0.15rem;
}
.live_show_room_mobile_1 .course-detail-btn a {
  position: absolute;
  right: 0;
  top: 6.666667rem;
  z-index: 99999;
  display: block;
  width: 0.533333rem;
  padding: 0.2rem;
  text-align: center;
  border-radius: 0.4rem 0 0 0.4rem;
  background-color: $--color-primary;
  color: #fff;
  font-size: 0.373333rem;
}
/*————————————————————10.4.1.	直播间组件1结束——————————————————————*/

