body {
  height: 100%;
  position: relative;
}
.wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
.wrap div {
  font-size: 0;
}
.wrap-obs div {
  font-size: inherit;
}
.header {
  height: 5.1rem;
  width: 100%;
  top: 0;
  position: relative;
  position: absolute;
  z-index: 8;
}
.header nav {
  height: 0.9rem;
  text-align: center;
  background: #F7F7F7;
  display: flex;
}
.header nav a {
  display: inline-block;
  width: 33%;
  line-height: 0.9rem;
  color: #999;
  font-size: 0.3rem;
}
.header nav a.active {
  color: #1A1A1A;
  font-weight: 700;
  position: relative;
}
.header nav a.active:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.32rem;
  height: 0.05rem;
  border-radius: 0.03rem;
  content: " ";
  background: #e62129;
}
.video-cont {
  width: 100%;
  height: 4.2rem;
  position: relative;
  background: #999;
}
.video-cont #video_box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-cont #video_box::after {content:''; width:3rem; height:0.64rem; position:absolute; top:10px; right:10px; z-index:9; background:url(../images/videologo.png) center no-repeat; background-size:100% 100%; }
.video-cont #video_box video {
  cursor: pointer;
}
.video-cont .obs-video-box {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.video-cont .obs-video-box .vcp-player {
  width: 100% !important;
  height: 100% !important;
}
.video-cont .obs-video-box .vcp-player video {
  width: 100% !important;
  height: 100% !important;
}
.video-cont .obs-video-box .vcp-bigplay {
  display: none !important;
}
.video-cont #main_video {
  position: absolute;
  width: 100%;
  height: 100%;
  background:#313136 url(../images/icon_24.png) center no-repeat;
  background-size:1rem 1rem;
}
.video-cont #main_video div {
  background:none !important;
}
.video-cont #main_video video {
  display:block;
  width: 100% !important;
}
.video-cont #main_video.big-screen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-cont #main_video.small-screen {
  top: 2.08rem;
  right: 0.12rem;
  width: 2.1rem;
  height: 1.18rem;
  z-index: 2;
}
.video-cont #main_video.small-screen.rotate {
  width: 3.6rem;
  height: 2.02rem;
  top: 4.48rem;
}
.video-cont #main_ppt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000; 
}
.video-cont #main_ppt video {
  width: 100% !important;
}
.video-cont #main_ppt.big-screen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-cont #main_ppt.small-screen {
  top: 2.08rem;
  right: 0.12rem;
  width: 2.1rem;
  height: 1.18rem;
  z-index: 2;
}
.video-cont #main_ppt.small-screen.rotate {
  top: 4.48rem;
  width: 3.6rem;
  height: 2.02rem;
}
.video-cont #main_ppt.small-screen video {
  width:100% !important;
}
.video-cont.rotate #main_video.small-screen {
  width: 3.6rem;
  height: 2.02rem;
  top: 4.48rem;
}
.video-cont.rotate #main_ppt.small-screen {
  top: 4.48rem;
  width: 3.6rem;
  height: 2.02rem;
}
.video-cont.rotate .bar .tit {
  display: block;
  max-width: 80%;
}
.video-cont.rotate .video-info .tit {
  display: none;
}
.video-cont.rotate .video-info .zoom {
  display: none;
}
.video-cont.rotate .video-pause {
  padding-top: 4.3rem;
}
.video-cont.rotate .audio-play {
  padding-top: 2rem;
}
.video-cont.rotate .small-screen{
	top: auto !important;
	left: auto !important;
	bottom: 1rem !important;
	right: 0.1rem !important;
}
.video-cont .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.92rem;
  background: rgba(0, 0, 0, 0);
  border-bottom: none;
  z-index: 9;
}
.video-cont .bar .bar-back {
  float: left;
  margin-top: 0.18rem;
  margin-left: 0.28rem;
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url("../img/back.png") no-repeat center center / 0.2rem auto;
}
.video-cont .bar .tit {
  float: left;
  height: 0.92rem;
  line-height: 0.92rem;
  max-width: 70%;
  font-size: 0.28rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  margin-left: 0.2rem;
}
.video-cont .bar .refresh {
  float: right;
  margin-top: 0.18rem;
  margin-right: 0.22rem;
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  background: transparent url("../img/refresh.png") no-repeat center center / 0.44rem auto;
}
.video-cont .video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  padding: 0 0.28rem;
  background: rgba(0, 0, 0, 0.36);
  z-index: 9;
}
.video-cont .video-info .tit {
  float: left;
  display: block;
  height: 0.84rem;
  line-height: 0.84rem;
  max-width: 70%;
  font-size: 0.28rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-cont .video-info .zoom {
  float: right;
  width: 0.8rem;
  height: 0.84rem;
  background: transparent url("../img/zoom.png") no-repeat center right / 0.44rem auto;
  display: none;
}
.video-cont .video-info .screen {
  float: right;
  height: 0.84rem;
  line-height: 0.84rem;
  font-size: 0.28rem;
  width: 0.8rem;
  color: #fff;
  text-align: center;
  display: none;
}
.video-cont .video-pause {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/img.png") no-repeat center center / 100% 100%;
  text-align: center;
  padding-top: 2.3rem;
}
.video-cont .video-pause > p {
  margin-top: 0.18rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
}
.video-cont .audio-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/img.png") no-repeat center center / 100% 100%;
  text-align: center;
}
.video-cont .audio-play .icon-audio {
  margin-top: 1.3rem;
  display: inline-block;
  width: 1.2rem;
  height: 0.86rem;
  background: url("../images/home/live.png") no-repeat center center / 1.2rem 0.86rem;
  color: #Fff;
}
.video-cont .audio-play > p {
  margin-top: 0.18rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
}
.video-cont .screen-list {
  position: absolute;
  right: 0.56rem;
  bottom: 0.84rem;
  background: rgba(0, 0, 0, 0.8);
  width: 1.6rem;
  height: 2.16rem;
  border-radius: 0.08rem;
  padding: 0.18rem 0;
}
.video-cont .screen-list li {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
}
.video-cont .screen-list li.active {
  color: #e62129;
}
.main {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
  padding-top: 5rem;
}
.main .item {
  font-size: 0.24rem;
  padding: 0.28rem 0.28rem 0;
}
.main .item > p {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.44rem;
}
.main #item1 {
  overflow-y: hidden;
}
.main .img-box img {
  width: 100%;
  height: auto;
  margin-bottom: 0.28rem;
}

.wrap.screen{
	z-index: 99;
}
#footer_mask {
  position: absolute;
  width: 100%;
  height: 0.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 98;
}
#footer_mask .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #999;
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
  padding: 0 0.28rem;
  align-items: center;
  z-index: 10;
}
#footer_mask .footer.bottom100 {
  bottom: -100%;
}
#footer_mask .footer .input1 {
  background: #fff;
  flex: 1;
  height: 0.64rem;
  font-size: 0.28rem;
  border-radius: 0.08rem;
  color: #999;
  padding-left: 0.1rem;
  max-width: 48%;
}
#footer_mask .footer .input3 {
  caret-color: transparent;
  cursor: pointer;
  width: 0.7rem;
  height: 100%;
  background: transparent url("../img/que.png") no-repeat center center / 0.44rem auto;
}
#footer_mask .footer .dan {
  width: 0.7rem;
  height: 100%;
  background: transparent url("../img/dan.png") no-repeat center center / 0.44rem auto;
}
#footer_mask .footer .dan.off {
  background: transparent url("../img/dan0.png") no-repeat center center / 0.44rem auto;
}
#footer_mask .footer .mic {
  width: 0.7rem;
  height: 100%;
  background: transparent url("../img/mic.png") no-repeat center center / 0.44rem auto;
}
#footer_mask .footer .mic.off {
  background: transparent url("../img/mic0.png") no-repeat center center / 0.44rem auto;
}
#footer_mask .footer .zan {
  /* width: 1.15rem; */
  height: 100%;
  margin-left: 0.18rem;
  padding-left: 0.45rem;
  background: transparent url("../img/zan.png") no-repeat left center / 0.44rem auto;
  font-size: 0.26rem;
  color: #666;
  line-height: 0.8rem;
  text-align: center;
}
#footer_mask .footer-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #999;
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 0.28rem;
  z-index: 11;
}
#footer_mask .footer-copy.bottom100 {
  bottom: -100%;
}
#footer_mask .footer-copy .tips {
  position: absolute;
  left: 0.38rem;
  top: 0;
  font-size: 0.28rem;
  color: #666;
}
#footer_mask .footer-copy .input2 {
  background: #fff;
  font-size: 0.28rem;
  border-radius: 0.08rem;
  color: #999;
  flex: 1;
  height: 0.64rem;
  line-height: 0.64rem;
  padding-left: 0.1rem;
}
#footer_mask .footer-copy .input2.padding1 {
  padding-left: 0.9rem;
}
#footer_mask .footer-copy .send {
  width: 1.3rem;
  text-align: center;
  color: #A83395;
  font-size: 0.3rem;
  cursor: pointer;
}
.layui-m-anim-scale .layui-m-layercont {
  padding-top: 0px;
  padding-bottom: 20px;
}
.barrage-list {
  position: absolute;
  max-width: 4.6rem;
  max-height: 5rem;
  right: 0.32rem;
  bottom: 0.84rem;
  z-index: 98;
  overflow-y: auto;
}
.barrage-list .barrage-item {
  max-width: 4.6rem;
  min-height: 0.6rem;
  box-sizing: border-box;
  margin-bottom: 0.14rem;
  justify-content: flex-end;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.08rem;
}
.barrage-list .cont {
  padding: 0.1rem;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.barrage-list .content-nick {
  color: #FFD54D;
  user-select: none;
}
.barrage-list .content-area {
  user-select: none;
  word-break: break-word;
}
.anchor-list .anchor-item {
  font-size: 0.3rem;
  color: #1A1A1A;
  line-height: 0.45rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.3rem;
}
.anchor-list .anchor-item .identity {
  color: #e62129;
  font-size: 0.24rem;
  border: solid 0.02rem #e62129;
  border-radius: 0.04rem;
  margin-right: 0.12rem;
  line-height: 0.41rem;
  width: 0.8rem;
  text-align: center;
}
.anchor-list .anchor-item > div {
  font-size: 0.3rem;
  flex: 1;
  line-height: 0.45rem;
}
.anchor-list .anchor-item .cont {
  word-wrap:break-word;
  word-break: break-all;
}
.anchor-list .anchor-item .name {
  color: #999;
  line-height: 0.45rem;
}
.anchor-list .anchor-item a {
  display: block;
  color: #e62129;
  margin-top: 0.18rem;
}
.anchor-list .file .cont {
  color: #666;
  word-break: break-all;
}
.anchor-list .que {
  font-size: 0.26rem;
  color: #666;
  margin-top: 0.15rem;
}
.anchor-list .que p {
  display: inline-block;
  border-radius: 0.06rem;
  padding: 0.06rem 0.14rem;
  background: #F7F7F7;
  word-break: break-all;
}
.interact-list .system ,.anchor-list .system {
  font-size: 0.28rem;
  color: #999;
  line-height: 0.5rem;
  text-align: center;
  display: block;
  margin-top: 0.15rem;
}
.interact-list .interact-item {
  font-size: 0.3rem;
  color: #1A1A1A;
  line-height: 0.45rem;
  margin-top: 0.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.interact-list .interact-item > div {
  font-size: 0.3rem;
  flex: 1;
  line-height: 0.45rem;
}

.interact-list .interact-item .cont {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.interact-list .msgque {
  margin-top: 0.2rem;
}
.interact-list .msgState {
  color: #FFFFFF;
  font-size: 0.24rem;
  border-radius: 0.04rem;
  margin-right: 0.12rem;
  line-height: 0.45rem;
  background: #F95359;
  width: 0.8rem;
  text-align: center;
}
.interact-list .name {
  color: #999;
  line-height: 0.45rem;
}
.zanBox {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 12;
}
.zanBox img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
}
/* .ldPoster {
  position: relative;
}
.ldPoster .tools {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  padding: 0 0.28rem;
  background: rgba(0, 0, 0, 0.36);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ldPoster .tools .time {
  font-size: 0.26rem;
  color: #fff;
}*/
.ldPoster .tools .reservedBtn {
  width: 2.4rem;
  height: 0.68rem;
  background: #e62129;
  border-radius: 0.68rem;
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.68rem;
  text-align: center;
  display: block;
  position: absolute;
  top: .9rem;
  right: .28rem;
}
.ldPoster .tools .reserved { 
  border: 0.02rem solid #e62129;
  color: #e62129;
  background: transparent;
}
.ldPoster .tools .linklive {
  background: #FC8B3C;
  padding-top: 0;
}
.ldPoster .tools .linklive::before {
  content: none;
} 
.classAsk {
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem; */
}
.askList li span {
  display: inline;
}
#err_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  text-align: center;
  padding-top: 0.2rem;
}
#err_mask img {
  display: inline-block;
  width: 5.72rem;
  height: 6.32rem;
}
#err_mask .close-btn {
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 2.5rem;
  top: 5rem;
  background: transparent;
}
body .live-layer-open {
  width: 5.8rem;
  border-radius: 5px;
  max-width: 640px;
  overflow: hidden;
}
body .live-layer-open .layui-layer-title {
  border-bottom: none;
  color: #333;
  overflow: hidden;
  background-color: #fff;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
body .live-layer-open .layui-layer-content {
  font-size: 0.32rem;
  color: #2A3041;
  line-height: 1.6;
  padding: 0 30px 20px;
  text-align: center;
}
body .live-layer-open .layui-layer-btn {
  display: -webkit-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  border-top: 1px solid #D0D0D0;
  background-color: #fff;
  padding: 0;
}
body .live-layer-open .layui-layer-btn a {
  display: block;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
  font-size: 14px;
  cursor: pointer;
}
body .live-layer-open .layui-layer-btn .layui-layer-btn0 {
  color: #757B99;
  font-size: 0.32rem;
  border-radius: 0 0 0 5px;
  height: auto;
  line-height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #fff;
  border-color: #fff;
  border-right: 1px solid #D0D0D0;
}
body .live-layer-open .layui-layer-btn .layui-layer-btn1 {
  height: auto;
  line-height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #fff;
  border-color: #fff;
  color: #673BB7;
  font-size: 0.3rem;
}
.liveDetail .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /* justify-content: space-between; */
  background: #fff;
}
.liveDetail .header {
  position: relative;
  height: auto;
}
.liveDetail .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}
.liveTipsPop{
	padding: .5rem;
	width: 84%;
	margin:0 auto;
	position: fixed;
	top: 20%;
	left:8%;
	right:8%;
	z-index: 99;
	background: #fff;
	border-radius: .12rem;
	text-align: center;
}
.liveTipsPop h3{
	font-weight: bold;
	font-size: .34rem;
	color: #1A1A1A;
	line-height: .44rem; 
	margin-bottom: .24rem;
}
.liveTipsPop .text{
	font-size: .3rem;
	color: #666;
	line-height: .52rem;
	text-align: left;
}
.liveTipsPop .btn,.liveTipsPop.back .link{
  width: 5.2rem;
  line-height: .96rem;
  background: #e62129;
  border-radius: .96rem;
  text-align: center;
  font-size: .32rem;
  color: #fff;
  display: block;
  margin:.44rem 0 .36rem;
}
.liveTipsPop.back .link{
  background:none;
  border:1px solid #ccc;
  color:#1a1a1a;
  margin-top:-10px;
}
.liveTipsPop .disabled{
  background: #D9D9D9;
}

.liveTipsPop .link{
	font-size: .3rem;
	color: #666;
	line-height: .44rem; 
	display: inline-block;
}
.actBtn .classBtn{
	background: #fff;
	color:#1A1A1A;
	width: 2.9rem;
	flex: inherit;
}
.actBtn .price{ 
	color:#e62129
}


.liveTipsPop .closed{
	width: .32rem;
	height: .32rem;
	background: url(../images/v1/close.png) no-repeat;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
	display: block;
	position: absolute;
	top: .2rem;
	right: .2rem;
}






















