/*! GoldPlay built @2023/6/27 14:15:19 */
.goldplay {
  background: transparent;
}
gp-button {
  cursor: pointer;
  font-size: 14px;
}
@-webkit-keyframes goldplay-rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes goldplay-rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.goldplay-btn {
  border: 1px outset;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.goldplay-hoverbox {
  background: rgba(70, 70, 70, 0.8);
  border-radius: 3px;
  visibility: hidden;
  display: inline-block;
  position: absolute;
  font-size: 14px;
}
.goldplay-hoverbox ul li {
  height: 24px;
}
.goldplay-hoverbox .gp-selected {
  color: #f60;
}
.goldplay__container {
  display: block;
  z-index: 9999;
  font-family: Arial, Helvetica, sans-serif;
  background: #000;
}
.goldplay__container-fullpage,
.goldplay__container-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 100%;
  left: 0;
  top: 0;
}
.goldplay__container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goldplay__container svg {
  overflow: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  display: inline-block;
  width: auto;
  height: auto;
}
.goldplay__container li,
.goldplay__container ul {
  list-style: none;
}
.goldplay__screen--bigplay {
  position: absolute;
  z-index: 299;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.goldplay__screen--bigplay,
.goldplay__screen--poster {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
}
.goldplay__screen--poster {
  position: absolute;
  vertical-align: middle;
  z-index: 399;
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.goldplay__screen--poster-image {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  -webkit-filter: "";
  filter: "";
  width: 100%;
  height: 100%;
}
/*
* 加载速度
*/
.goldplay__screen--poster-speed {
  display: none !important;
}

.goldplay__control--container {
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  display: block;
}
.goldplay__control--container-float {
  position: absolute;
  margin-top: -50px;
}
.goldplay__control--nearside {
  padding-top: 4px;
  margin-left: 10px;
  display: block;
}
.goldplay__control--sidebar {
  padding-top: 4px;
  float: right;
  display: block;
}
.goldplay__control--container.canvas {
  position: absolute;
}
.goldplay__screen--container {
  width: 100%;
  display: block;
}
.goldplay__progress-bar {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: hsla(0, 15%, 90%, 0.4);
  height: 3px;
  border-radius: 5px;
  line-height: 3px;
  margin: 6px 0;
  display: inline-block;
  float:left;
}
.goldplay__progress-bar:hover {
  height: 5px;
  line-height: 5px;
  margin: 5px 0;
  border-top: 1px solid transparent;
}
.goldplay__progress-bar:hover .goldplay__progressbar--load,
.goldplay__progress-bar:hover .goldplay__progressbar--play {
  height: 5px;
  line-height: 5px;
  margin-top: -1px;
}
.goldplay__progress-bar-hover {
  height: 5px;
  line-height: 5px;
  margin: 5px 0;
  border-radius: 5px;
}
.goldplay__progressbar--load-hover,
.goldplay__progressbar--play-hover {
  height: 5px !important;
  line-height: 5px !important;
}
.goldplay__control--button-block {
  display: inline-block;
}
.goldplay__control--play {
  display: none;
  width: 20px;
}
.goldplay__control--replay {
  display: none;
  margin: -4px 0 0 -4px;
}
.goldplay__control--pause {
  display: none;
  width: 20px;
}
.goldplay__control--pause-loading {
  margin: -5px 0 0 -5px;
}
.goldplay__waiting-bar {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 98;
  display: none !important;
  opacity: 0.7;
}
.goldplay__waiting-bar--icon {
  width: 120px;
  text-align: center;
  display: block;
}
.goldplay__waiting-bar img {
  opacity: 0.3;
}
.goldplay__waiting-bar--speed {
  display: block;
}
.goldplay__progressbar--play {
  height: 3px;
  border-radius: 5px;
  background-color: rgba(255, 80, 0, 0.8);
  position: absolute;
}
.goldplay__progressbar--load {
  height: 3px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  position: absolute;
}
.goldplay__progressbar--dot {
  position: absolute;
}
.goldplay__progressbar--dot:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  margin-top: -5px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  background-image: -webkit-radial-gradient(
    circle arthest-corner at 45px 45px,
    #b0b9be,
    #191611
  );
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.26);
  cursor: -webkit-grab;
  cursor: grab;
}
.goldplay__progressbar--dot-hover:before,
.goldplay__progressbar--dot:hover:before {
  background: #f60;
  border: 1px solid #f60;
  -webkit-box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, 0.5);
  box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, 0.5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.goldplay__control--timer {
  font-size: 0.9em;
  color: #ccc;
  margin: 3px 5px 0;
  display: inline-block;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.goldplay__control--timer-total {
  color: #999;
}
.goldplay__volume-bar--handle {
  height: 100px;
  width: 20px;
  margin: -122px 0 0;
  cursor: default;
}
.goldplay__volume-bar--column {
  background: hsla(0, 14%, 92%, 0.5);
  width: 4px;
  top: 15px;
  left: 8px;
  height: 80px;
  position: absolute;
}
.goldplay__volume-bar--precent {
  position: absolute;
  top: 2px;
  width: 100%;
  text-align: center;
  color: #f1f1f1;
  font-size: 10px;
  cursor: text;
}
.goldplay__volume-bar--size {
  background: #f60;
  left: 8px;
  z-index: 2;
  position: absolute;
}
.goldplay__volume-bar--rod {
  position: absolute;
  left: 5px;
  z-index: 3;
}
.goldplay__volume-bar--rod:before {
  content: "";
  display: table;
  width: 12px;
  height: 12px;
  background: #fff;
  margin-top: 0;
  margin-left: -2px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  background-image: radial-gradient(
    circle arthest-corner at 45px,
    at 45px,
    #b0b9be,
    #191611
  );
  background-image: radial-gradient(
    circle arthest-corner at 45px 45px,
    #b0b9be,
    #191611
  );
  -webkit-box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, 0.5);
  box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, 0.5);
  cursor: -webkit-grab;
  cursor: grab;
}
.goldplay__volume-bar--rod-hover:before,
.goldplay__volume-bar--rod:hover:before {
  background: #f60;
  border: 1px solid #f60;
  -webkit-box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, 0.5);
  box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, 0.5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.goldplay__control--fullpage {
  margin: 0 0 0 5px;
}
.goldplay__control--fullscreen {
  margin: 0 12px 0 10px;
}
.goldplay__alter-box {
  z-index: 999;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  word-break: break-word;
  overflow: auto;
  -webkit-box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, 0.5);
  box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, 0.5);
  background: rgba(0, 0, 0, 0.6);
  min-width: 50px;
  min-height: 20px;
  max-width: 400px;
  max-height: 300px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.goldplay__alter--close {
  margin: 5px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.goldplay__alter--warn {
  float: left;
  margin: -5px 10px 5px 0;
}
.goldplay__rate-bar,
.goldplay__speed-bar {
  display: inline-block;
  color: #ccc;
  vertical-align: middle;
  margin: -14px 10px 0 0;
}
.goldplay__rate-bar--box,
.goldplay__speed-bar--box {
  cursor: default;
}
.goldplay__speed-bar--box ul {
  margin: 6px 0;
  padding: 0;
  text-align: right;
}
.goldplay__speed-bar--box ul li {
  height: 2em;
  line-height: 2em;
  padding: 0 15px;
}
.goldplay__rate-bar--box ul li:hover,
.goldplay__speed-bar--box ul li:hover {
  background: rgba(0, 0, 0, 0.4);
}
.goldplay__rate-bar--box ul {
  margin: 6px 0;
  padding: 0;
  text-align: right;
}
.goldplay__rate-bar--box ul li {
  height: 2em;
  line-height: 2em;
  padding: 0 15px;
}
