/* 移动bodybg端-电脑 */
@media screen and (min-width: 1024px) {
  * {
    margin: 0;
    padding: 0;
  }
  /* 去掉全屏时显示的自带控制条 */
  video::-webkit-media-controls-panel {
    display: none !important;
  }
  video::-webkit-media-controls {
    display: none !important;
  }
  video::-webkit-media-controls {
    display: none !important;
  }

  video::-moz-media-controls {
    display: none !important;
  }
  video::-webkit-media-controls-play-button {
    display: none;
  }

  video::-moz-media-controls-play-button {
    display: none;
  }

  video::-ms-media-controls-play-button {
    display: none;
  }

  video::-webkit-media-controls-mute-button {
    display: none !important;
  }
  video::-webkit-media-controls-fullscreen-button {
    display: none !important;
  }
  video::-webkit-media-controls-play-button {
    display: none !important;
  }
  /*  */
  .wrap h3 {
    text-align: center;
    height: 100px;
    line-height: 100px;
  }

  .player {
    width: 800px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
  }
  .player video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
  }
  .player .control {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    /* width: 680px; */
    width: 97%;
    height: 40px;
    border-radius: 5px;
    left: 50%;
    bottom: 00px;
    transform: translateX(-50%);
  }
  .player .control div {
    display: inline-block;
    line-height: 40px;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
  }
  .player .control .play_pause,
  .player .control .expand,
  .sound {
    color: rgb(255, 255, 255, 1);
    font-size: 14px;
    cursor: pointer;
  }
  .player .control div:nth-child(2) {
    /* width: 460px; */
    width: 65%;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    overflow: hidden;
  }
  .player .control .progress {
    display: block;
    width: 1%;
    height: 8px;
    background: #fff;
  }
  .player .control .timer {
    font-size: 12px;
    width: 16%;
  }
  .rightinfo {
    width: 8%;
    text-align: right;
    float: right;
    margin-right: 10px;
  }
  .js-volume {
    position: absolute;
    width: 50px;
    top: -20px;
    right: 20px;
    z-index: 222;
    visibility: hidden;
    height: 5px;
  }
}
/* 移动端-手机 */
@media screen and (max-width: 1024px) {
  * {
    margin: 0;
    padding: 0;
  }
  /* 去掉全屏时显示的自带控制条 */
  video::-webkit-media-controls-panel {
    display: none !important;
  }
  video::-webkit-media-controls {
    display: none !important;
  }
  video::-webkit-media-controls {
    display: none !important;
  }

  video::-moz-media-controls {
    display: none !important;
  }
  video::-webkit-media-controls-play-button {
    display: none;
  }

  video::-moz-media-controls-play-button {
    display: none;
  }

  video::-ms-media-controls-play-button {
    display: none;
  }

  video::-webkit-media-controls-mute-button {
    display: none !important;
  }
  video::-webkit-media-controls-fullscreen-button {
    display: none !important;
  }
  video::-webkit-media-controls-play-button {
    display: none !important;
  }
  /*  */
  .wrap h3 {
    text-align: center;
    height: 100px;
    line-height: 100px;
  }

  .player {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
  }
  .player video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
  }
  .player .control {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    /* width: 680px; */
    width: 90%;
    height: 40px;
    border-radius: 5px;
    left: 50%;
    bottom: 00px;
    transform: translateX(-50%);
  }
  .player .control div {
    display: inline-block;
    line-height: 40px;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
  }
  .player .control .play_pause,
  .player .control .expand,
  .sound {
    color: rgb(255, 255, 255, 1);
    font-size: 14px;
    cursor: pointer;
  }
  .player .control div:nth-child(2) {
    /* width: 460px; */
    width: 65%;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    overflow: hidden;
  }
  .player .control .progress {
    display: block;
    width: 1%;
    height: 8px;
    background: #fff;
  }
  .player .control .timer {
    font-size: 12px;
    width: 16%;
    display: none;
  }
  .rightinfo {
    width: 14%;
    text-align: right;
    float: right;
    margin-right: 10px;
  }
  .js-volume {
    position: absolute;
    width: 50px;
    top: -20px;
    right: 20px;
    z-index: 222;
    visibility: hidden;
    height: 5px;
  }
}
