@font-face {
  font-family: 'pf';
  src: url('../images/苹方黑体-中黑-简.ttf');
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  font-family: 'pf';
}

.video-box {
  width: 100%;
  height: 56vw;
}

#playerVideo {
  width: 100%;
  height: 100%;
}

.cover-img {
  width: 100%;
  height: 100%;
}

.check-nav {
  text-align: center;
  background-color: #ffffff;
  line-height: 9vw;
  color: #000000;
  font-size: 4vw;
  border-bottom: 1px solid #dcdcdc;
}

.live-msg {
  padding: 2vw;
  padding: 2vw;
  color: #666666;
  font-size: 3vw;
}

.code {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ff6262;
  color: #ffffff;
  text-align: center;
  line-height: 12vw;
}

.masker {
  position: fixed;
  display: none;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.layer {
  position: absolute;
  top: 50vw;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  width: 61vw;
  height: 30vw;
  background: #fff;
  margin: auto;
  border-radius: 4vw;
  text-align: center;
}

.layer-title {
  color: #000;
  font-size: 4vw;
  padding: 2vw 0;
  border-bottom: 1px solid #dcdcdc;
}

.layer-int input {
  width: 56vw;
  height: 8vw;
  background: #e5e5e5;
  border: none;
  margin: 3vw 0 2vw;
  padding-left: 2vw;
  box-sizing: border-box;
  outline: none;
}

.layer-go {
  color: #ff6262;
  font-size: 4vw;
}
.live-msg p{
  font-size: 5vw;
  color: #999999;
  line-height: 12vw;
  text-align: center;
}