.goldplay {
  background: transparent;
}
vc-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 solid outset;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.goldplay-hoverbox {
  background: rgba(70, 70, 70, .8);
  border-radius: 3px;
  visibility: hidden;
  display: inline-block;
  position: absolute;
  font-size: 14px;
}
.goldplay-hoverbox ul li {
  height: 24px;
}
.goldplay-hoverbox .vc-selected {
  color: #557CF0;
}
.vc__container {
  display: block;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  background: #000;
  overflow: hidden;
  position: relative;
}
.vc__container-fullpage {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 100%;
  left: 0;
  top: 0;
}
.vc__container-fullscreen {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  line-height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.vc__container * {
  box-sizing: border-box;
}
.vc__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;
}
.vc__container ul {
  list-style: none;
}
.vc__container li {
  list-style: none;
}
.vc__screen--bigplay {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  display: inline-block;
  z-index: 299;
  opacity: 0;
  transition: opacity 1s;
}
.vc__screen--poster {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  z-index: 399;
  opacity: 1;
  transition: opacity 2s;
}
.vc__screen--poster-image {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  -webkit-filter: "";
          filter: "";
}
.vc__screen--poster-speed {
  display: block;
}
.vc__control--container {
  position: absolute;
  z-index: 2;
  width: auto;
  box-sizing: border-box;
  padding: 0px 5px;
  background: rgba(70, 70, 70, .2);
  opacity: 1;
  transition: opacity 1s;
  display: block;
  bottom: 0;
}
.vc__control--container-float {
  position: absolute;
  margin-top: -50px;
}
.vc__control--nearside {
  padding-top: 4px;
  margin-left: 10px;
  display: block;
}
.vc__control--sidebar {
  float: right;
  display: block;
}
.vc__control--container.canvas {
  position: absolute;
}
.vc__screen--container {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;

}
.vc__progress-bar {
  width: 100%;
  box-sizing: border-box;
  background: hsla(0, 15%, 90%, .4);
  height: 3px;
  border-radius: 5px;
  line-height: 3px;
  margin: 6px 0;
  display: inline-block;
}
.vc__progress-bar:hover {
  height: 5px;
  line-height: 5px;
  margin: 5px 0;
  border-top: 1px solid transparent;
}
.vc__progress-bar:hover .vc__progressbar--play {
  height: 5px;
  line-height: 5px;
  margin-top: -1px;
}
.vc__progress-bar:hover .vc__progressbar--load {
  height: 5px;
  line-height: 5px;
  margin-top: -1px;
}
.vc__progress-bar-hover {
  height: 5px;
  line-height: 5px;
  margin: 5px 0;
  border-radius: 5px;
}
.vc__progressbar--play-hover,
.vc__progressbar--load-hover {
  height: 5px !important;
  line-height: 5px !important;
}
.vc__control--button-block {
  display: inline-block;
}
.vc__control--play {
  display: none;
  width: 20px;
}
.vc__control--replay {
  display: none;
  margin: -4px 0 0 -4px;
}
.vc__control--pause {
  display: none;
  width: 20px;
}
.vc__control--pause-loading {
  margin: -5px 0 0 -5px;
}
.vc__waiting-bar {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 98;
  display: none;
  opacity: 0.7;
}
.vc__waiting-bar--icon {
  width: 120px;
  text-align: center;
  display: block;
}
.vc__waiting-bar img {
  opacity: 0.3;
}
.vc__waiting-bar--speed {
  display: block;
}
.vc__progressbar--play {
  height: 3px;
  border-radius: 5px;
  background-color: #557CF0;
  position: absolute;
}
.vc__progressbar--load {
  height: 3px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
}
.vc__progressbar--dot {
  position: absolute;
}
.vc__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
  );
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .26);
  cursor: -webkit-grab;
  cursor: grab;
}
.vc__progressbar--dot:hover::before {
  background: #557CF0;
  border: 1px solid #557CF0;
  box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, .5);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.vc__progressbar--dot-hover::before {
  background: #557CF0;
  border: 1px solid #557CF0;
  box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, .5);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.vc__control--timer {
  font-size: 0.9em;
  color: #ccc;
  margin: 3px 5px 0 5px;
  display: inline-block;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}
.vc__control--timer-total {
  color: #999;
}
.vc__volume-bar--audio {
}
.vc__volume-bar--audio-off {
}
.vc__volume-bar {
  margin-right: 12px;
}
.vc__volume-bar--handle {
  height: 100px;
  width: 22px;
  margin: -120px 0 0 0;
  cursor: default;
}
.vc__volume-bar--column {
  background: hsla(0, 14%, 92%, .5);
  width: 4px;
  top: 15px;
  left: 8px;
  height: 80px;
  position: absolute;
}
.vc__volume-bar--precent {
  position: absolute;
  top: 2px;
  width: 100%;
  text-align: center;
  color: #f1f1f1;
  font-size: 10px;
  cursor: text;
  white-space: nowrap;
}
.vc__volume-bar--size {
  background: #557CF0;
  left: 8px;
  z-index: 2;
  position: absolute;
}
.vc__volume-bar--rod {
  position: absolute;
  left: 5px;
  z-index: 3;
}
.vc__volume-bar--rod::before {
  content: "";
  display: table;
  width: 12px;
  height: 12px;
  background: #fff;
  margin-top: 0px;
  margin-left: -2px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  background-image: radial-gradient(
    circle arthest-corner at 45px 45px,
    #b0b9be,
    #191611
  );
  box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, .5);
  cursor: -webkit-grab;
  cursor: grab;
}
.vc__volume-bar--rod:hover::before {
  background: #557CF0;
  border: 1px solid #557CF0;
  box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, .5);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.vc__volume-bar--rod-hover::before {
  background: #557CF0;
  border: 1px solid #557CF0;
  box-shadow: 0 0 6px 2px hsla(0, 10%, 100%, .5);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.vc__control--fullpage {
  margin-right: 12px;
}
.vc__control--fullscreen {
  margin-right: 12px;
}
.vc__control--screenShot {
  margin-right: 12px;
}
.vc__control--talkback {
  margin-right: 12px;
}
.vc__control--recorder {
  margin-right: 12px;
}
.vc__tips {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: flex-end;
}
.vc__tips--panel {
  min-width: 80px;
  min-height: 30px;
  max-width: 200px;
  max-height: 100px;
  background: rgba(0,0,0,0.5);
  padding: 6px 10px;
  border-radius: 15px;
  margin-left: 10px;
  opacity: 1;
  display: inline-block;
}
.vc__tips--panel--hide {
  min-width: 80px;
  min-height: 30px;
  max-width: 200px;
  max-height: 100px;
  background: rgba(0,0,0,0.5);
  padding: 6px 10px;
  border-radius: 15px;
  margin-left: 10px;
  opacity: 0;
  display: none;
}
.vc__tips--content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
.vc-dot {
  padding: 3px;
  background: #48CA5F;
  margin: 0 5px;
  border-radius: 50%;
}
.vc-red-dot {
  padding: 3px;
  background: #FF0000;
  margin: 0 5px;
  border-radius: 50%;
  animation: twinkle .5s infinite alternate;
}
.vc__alter-box {
  z-index: 999;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  word-break: break-word;
  overflow: auto;
  background: rgba(0, 0, 0, .6);
  min-width: 50px;
  min-height: 20px;
  max-width: 400px;
  max-height: 300px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.vc__alter--close {
  margin: 5px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.vc__alter--warn {
  float: left;
  margin: -5px 10px 5px 0px;
}
.vc__speed-bar,
.vc__rate-bar {
  display: inline-block;
  color: #ccc;
  vertical-align: middle;
  margin: -14px 10px 0 0;
}
.vc__speed-bar--box,
.vc__rate-bar--box {
  cursor: default;
}
.vc__speed-bar--box {
}
.vc__speed-bar--box ul {
  margin: 6px 0;
  padding: 0;
  text-align: right;
}
.vc__speed-bar--box ul li {
  height: 2em;
  line-height: 2em;
  padding: 0 15px;
}
.vc__speed-bar--box ul li:hover,
.vc__rate-bar--box ul li:hover {
  background: rgba(0, 0, 0, .4);
}
.vc__rate-bar--box {
}
.vc__rate-bar--box ul {
  margin: 6px 0;
  padding: 0;
  text-align: right;
}
.vc__rate-bar--box ul li {
  height: 2em;
  line-height: 2em;
  padding: 0 15px;
}

@keyframes twinkle {
  0%{
      opacity:.0.8;
  }
  100%{
      opacity:0;
  }
}

/*# sourceMappingURL=index.css.map */
