body,
html {
  font-size: 100px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.box .video_cover {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.box video {
  width: 100%;
  height: 100%;
}
.box .top {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 0.8rem;
  left: 0;
  top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .top .users {
  height: 100%;
  width: 3.2rem;
  border-radius: 0.8rem;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 0.2rem;
  display: flex;
}
.box .top .users img {
  height: 100%;
  border-radius: 50%;
  margin-right: 0.1rem;
}
.box .top .users .user_info {
  height: 100%;
  width: 2.4rem;
  font-size: 0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.box .top .users .user_info .username {
  width: 100%;
  height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.3rem;
}
.box .top .users .user_info .live_num {
  font-size: 0.2rem;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
}
.box .top .oppen_app {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(216, 69, 255, 0.8) 0%, rgba(254, 29, 164, 0.8) 100%);
  border-radius: 32px 0px 0px 32px;
  font-size: 0.2rem;
  color: #ffffff;
  display: block;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
}
.box .top .oppen_app:active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.box .player {
  display: block;
  position: absolute;
  width: 1.28rem;
  height: 1.28rem;
  background: url("../img/btn_play.png");
  background-size: 100% 100%;
  left: 3.11rem;
  top: 4rem;
  z-index: 2;
}
.box .bottom {
  width: 4.96rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.2rem;
  color: #333333;
  position: absolute;
  left: 1.27rem;
  bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.box .bottom #box_bottom {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.box .bottom #box_bottom i {
  display: block;
  width: 1rem;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box .bottom span {
  display: block;
  border: 0.02rem solid #9d1dfe;
  width: 1.28rem;
  height: 0.48rem;
  font-size: 0.22rem;
  color: #9D1DFE;
  text-align: center;
  line-height: 0.48rem;
  border-radius: 0.24rem;
}
.master {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.master1 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-self: start;
  align-items: center;
  padding-top: 1.06rem;
  box-sizing: border-box;
}
.master1 .header {
  font-size: 0.48rem;
  color: #ffffff;
  margin-bottom: 0.88rem;
}
.master1 .user_head {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 50%;
  margin-bottom: 0.3rem;
}
.master1 .master_users {
  font-size: 0.3rem;
  display: flex;
  justify-content: center;
  color: #fff;
  height: 0.32rem;
  width: 100%;
  align-items: center;
  margin-bottom: 0.2rem;
}
.master1 .master_users i {
  display: block;
  width: 0.64rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  margin-left: 0.2rem;
  border-radius: 0.04rem;
}
.master1 .master_users i img {
  width: 100%;
  height: 100%;
}
.master1 .master_ids {
  font-size: 0.24rem;
  color: #999999;
  margin-bottom: 0.64rem;
}
.master1 .master_bottom {
  width: 4.52rem;
  height: 1rem;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
  line-height: 1rem;
  background: linear-gradient(90deg, #cf6ce9 0%, #9d1dfe 100%);
}
