.lxplayer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  --webkit-font-smooth: antialiased;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.lxplayer * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  white-space: normal;
  word-wrap: normal;
  overflow-wrap: normal
}

.lxplayer.lxplayer-is-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%
}

.lxplayer.lxplayer-is-inactive {
  cursor: none
}

.lxplayer-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none
}

.lxplayer-icon svg {
  display: block
}

.lxplayer-button {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none
}

.lxplayer-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.lxplayer-menu-label {
  color: hsla(0, 0%, 100%, .7);
  font-weight: 600;
  font-size: 16px
}

.lxplayer-is-mobile .lxplayer-menu-label,
.lxplayer-menu-label.hovered {
  color: #fff
}

.lxplayer-menu-popover {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: flex;
  flex-direction: column;
  padding: 12px 8px;
  width: 176px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, .8);
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  color: #fff;
  -ms-transform: translate(-50%);
  transform: translate(-50%)
}

.lxplayer-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 12px;
  height: 46px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0)
}

.lxplayer-menu-item:hover {
  background: hsla(0, 0%, 100%, .2)
}

.lxplayer-mobile-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 601
}

.lxplayer-mobile-menu {
  position: absolute;
  bottom: 0;
  z-index: 101;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 40px;
  max-height: 100%;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.lxplayer-mobile-menu-header {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 20px;
  height: 56px;
  font-weight: 600
}

.lxplayer-mobile-menu-close {
  position: absolute;
  top: 50%;
  right: 16px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.lxplayer-mobile-menu-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0
}

.lxplayer-mobile-menu-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 0 20px;
  height: 56px;
  color: hsla(0, 0%, 100%, .5)
}

.lxplayer-mobile-menu-item.selected {
  color: #fff;
  font-weight: 600
}

@media (orientation:landscape) {
  .lxplayer-mobile-menu {
    right: 0;
    padding-bottom: 0;
    width: 220px;
    height: 100%;
    border-radius: 20px 0 0 20px
  }

  .lxplayer-mobile-menu-header {
    justify-content: flex-start
  }

  .lxplayer-mobile-menu-close {
    right: 11px
  }
}

.lxplayer-volume {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.lxplayer-volume-slider {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 12px 0;
  width: 44px;
  height: 136px;
  border-radius: 9px;
  background: rgba(0, 0, 0, .8);
  -ms-transform: translate(-50%);
  transform: translate(-50%)
}

.lxplayer-volume-label {
  color: #fff
}

.lxplayer-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-transform-origin: center center;
  transform-origin: center center
}

.lxplayer-slider input[type=range] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 6px;
  border-radius: 9px;
  background: hsla(0, 0%, 100%, .2);
  background-image: linear-gradient(#fff, #fff);
  background-size: 30% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none
}

.lxplayer-slider input[type=range]::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none
}

.lxplayer-fullscreen,
.lxplayer-unmute {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.lxplayer-unmute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%
}

.lxplayer-main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 60px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  line-height: 24px
}

.lxplayer-main-button.small {
  padding: 0 42px;
  height: 36px;
  border-width: 1.5px;
  font-size: 14px;
  line-height: 22px
}

.lxplayer-main-button:hover {
  background-color: hsla(0, 0%, 100%, .2)
}

.lxplayer-is-mobile .lxplayer-main-button {
  padding: 0 50px;
  height: 44px;
  background-color: hsla(0, 0%, 100%, .1);
  font-size: 14px;
  line-height: 22px
}

.lxplayer-is-mobile .lxplayer-main-button:hover {
  background-color: inherit
}

.lxplayer-error {
  z-index: 6;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff
}

.lxplayer-error,
.lxplayer-error:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.lxplayer-error:before {
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, .4)
}

.lxplayer-error>*+* {
  margin-top: 20px
}

.lxplayer-loading {
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff
}

.lxplayer-loading,
.lxplayer-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.lxplayer-loading:before {
  z-index: -1;
  background: rgba(0, 0, 0, .4);
  content: ""
}

.lxplayer-loading>*+* {
  margin-top: 16px
}

.lxplayer-loading-spinning {
  display: block;
  animation: lxplayer-spinning 1s linear infinite
}

.lxplayer-loading-spinning>svg {
  display: block
}

.lxplayer-loading-text {
  font-size: 16px;
  line-height: 24px
}

@keyframes lxplayer-spinning {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.lxplayer-is-mobile .lxplayer-loading {
  flex-direction: row
}

.lxplayer-is-mobile .lxplayer-loading>*+* {
  margin-top: 0;
  margin-left: 4px
}

.lxplayer-is-mobile .lxplayer-loading-spinning svg {
  width: 24px;
  height: 24px
}

.lxplayer-is-mobile .lxplayer-loading-text {
  color: hsla(0, 0%, 100%, .5)
}

.lxplayer-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 68px;
  transition: opacity .5s ease, visibility .5s ease
}

.lxplayer-controls-background {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 178px;
  background: linear-gradient(1turn, rgba(0, 0, 0, .8) 5%, rgba(0, 0, 0, 0));
  pointer-events: none
}

.lxplayer-controls-inner {
  position: absolute;
  right: 40px;
  bottom: 0;
  left: 40px;
  display: flex;
  justify-content: space-between;
  height: 100%
}

.lxplayer-controls-left,
.lxplayer-controls-right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-shrink: 1;
  height: 100%
}

.lxplayer-controls-left>*+*,
.lxplayer-controls-right>*+* {
  margin-left: 32px
}

.lxplayer-is-mobile .lxplayer-controls,
.lxplayer-is-mobile .lxplayer-controls-background {
  height: 44px
}

.lxplayer-is-mobile .lxplayer-controls-inner {
  right: 16px;
  left: 16px
}

.lxplayer-is-mobile .lxplayer-controls-left>*+*,
.lxplayer-is-mobile .lxplayer-controls-right>*+* {
  margin-left: 24px
}

.lxplayer-is-inactive .lxplayer-controls {
  visibility: hidden;
  opacity: 0;
  cursor: default;
  pointer-events: none
}