/* 默认颜色 */
/* 垂直居中 */
.vc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* 文本超出隐藏并显示省略号 */
@media (max-width: 992px) {
  .clearPaddingLeftByMargin {
    margin-left: -15px;
  }
}
@media (max-width: 992px) {
  .clearPaddingRightByMargin {
    margin-right: -15px;
  }
}
.plyr .plyr-mask-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.726);
  z-index: 10;
  display: table;
}
.plyr .plyr-mask-video .plyr-mask-fix {
  display: table-cell;
  vertical-align: middle;
}
.plyr .plyr-mask-video .plyr-mask-fix .plyr-mask-wrap {
  max-width: 42rem;
  min-height: 100px;
  padding: 10px;
  color: white;
  margin: 0 auto;
}
.plyr .plyr-mask-video .plyr-mask-fix .plyr-mask-wrap .player-tip-content {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.plyr .plyr-mask-video .plyr-mask-fix .plyr-mask-wrap .player-tip-button {
  text-align: center;
  /*button + button {
            margin-left: 14px;
          }*/
  /*a{
            display: inline-block;
            text-decoration: none;
            color: #fff;
          }
          a:hover, button:hover {
            transform: scale(1.2);
            text-decoration: none;
            color: #fff;
          }
          button, a {
            transition: 0.2s transform;
            border: none;
            outline: none;
            height: 3rem;
            padding: 0 1rem;
            background-color: #00b3ff;
            i {
              margin-right: 8px;
              font-size: 1.2em;
            }
          }*/
}
.plyr .plyr-mask-video .plyr-mask-fix .plyr-mask-wrap .player-tip-button > * {
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 179, 255, 0.7);
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 0.5rem;
  text-decoration: none;
}
.plyr .plyr-mask-video .plyr-mask-fix .plyr-mask-wrap .player-tip-button > * .fa {
  margin-right: 0.3rem;
}
.plyr .plyr-mask-video .plyr-mask-fix .plyr-mask-wrap .player-tip-button > *:hover {
  text-decoration: none;
  opacity: 0.8;
}
.plyr .plyr-mask-video .plyr-mask-fix .plyr-mask-wrap .player-tip-button > *:active {
  text-decoration: none;
}
.plyr-mask-common {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.726);
  z-index: 10;
  text-align: center;
}
.plyr-mask-common .plyr-mask-fix {
  height: 5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.plyr-mask-common .player-tip-content {
  color: #fff;
  font-size: 1.2rem;
}
.plyr-mask-common .player-tip-button a {
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 179, 255, 0.7);
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 0.5rem;
  text-decoration: none;
}
.plyr-mask-common .player-tip-button a .fa {
  margin-right: 0.3rem;
}
.plyr-mask-common .player-tip-button a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.plyr-mask-common .player-tip-button a:active {
  text-decoration: none;
}
#threadSettings {
  display: none;
}
#plyrMask {
  display: none;
}
.app-audio {
  height: 5rem;
  width: 100%;
  padding-left: 6rem;
  padding-right: 1rem;
  position: relative;
}
.app-audio .app-audio-icon {
  height: 5rem;
  width: 5rem;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 3px;
  line-height: 5rem;
  font-size: 1.6rem;
  background-color: rgba(255, 0, 0, 0.6);
  color: #fff;
}
.app-audio .app-audio-icon:active {
  opacity: 0.7;
}
.app-audio .app-audio-container {
  width: 100%;
  overflow: hidden;
}
.app-audio .app-audio-container .app-audio-title {
  margin-top: 0.3rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #272727;
  height: 2rem;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-decoration: none;
}
.app-audio .app-audio-container .app-audio-info {
  margin-top: 0.3rem;
  height: 2rem;
  line-height: 2rem;
  color: #3e3e3e;
  font-size: 1.2rem;
}

