.smPlayer {
  width: 100%;
  height: 100%;
  background-color: #000000;
  margin: 0 auto;
  position: relative;
}
.smPlayer .buttons-box {
  width: 100%;
  height: 28px;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 10;
}
.smPlayer .jessibuca-btn {
  width: 20px;
  color: rgb(255, 255, 255);
  line-height: 27px;
  margin: 0px 10px;
  padding: 0px 2px;
  cursor: pointer;
  text-align: center;
  font-size: 0.8rem !important;
}
.smPlayer .buttons-box-right {
  position: absolute;
  right: 0;
}
.smPlayer .iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.smPlayer .icon-play:before {
  content: "\E603";
}
.smPlayer .icon-pause:before {
  content: "\E6C6";
}
.smPlayer .icon-stop:before {
  content: "\E6A8";
}
.smPlayer .icon-audio-high:before {
  content: "\E793";
}
.smPlayer .icon-audio-mute:before {
  content: "\E792";
}
.smPlayer .icon-shuaxin11:before {
  content: "\E720";
}
.smPlayer .icon-weibiaoti10:before {
  content: "\E78F";
}
.smPlayer .icon-weibiaoti11:before {
  content: "\E790";
}
.smPlayer .icon-camera1196054easyiconnet:before {
  content: "\E791";
}
