.FlipBookPlugins video,
.embed__wrap iframe {
  width: 100%;
  height: 100%;
}
.FlipBookPlugins audio,
.fbvp__error {
  display: none;
}
.embed__wrap,
.linklist__body,
.menu > li {
  overflow: hidden;
}
.menu i,
.menu span {
  vertical-align: top;
}
.fbvp__fullscreen:before,
.fbvp__play-pause-button:before,
.fbvp__prompt:before,
.fbvp__volume-button:before,
.newsticker__body:before,
.slide--thumbnails li:before {
  content: "";
}
.clear {
  clear: both;
}
.dragable {
  position: relative;
  cursor: move;
}
.FlipBookPlugins > div:not(.loading),
.dragCover,
.embed__wrap,
.fbvp,
.fbvp__progress-bar,
.fbvp__progress-bar .bg,
.fbvp__progress-bar .fg,
.fbvp__video-container > video,
.fullfill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.absoluteCenter,
.fbvp__fullscreen:before,
.fbvp__loading > div,
.fbvp__play-pause-button:before,
.fbvp__prompt:before,
.fbvp__volume-button:before,
.loading > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dragCover {
  z-index: 1000;
  cursor: move;
}
.FlipBookPlugins {
  position: absolute;
  z-index: 1;
  font:
    14px / 20px Tahoma,
    Verdana,
    Segoe,
    sans-serif;
}
.FlipBookPlugins > div:not(.loading) {
  opacity: 0;
  z-index: 1;
}
.FlipBookPlugins,
.FlipBookPlugins * {
  box-sizing: border-box;
}
.FlipBookPlugins video {
  outline: 0;
}
.FlipBookPlugins:hover .menu {
  opacity: 1;
}
.embed {
  background-color: #fff;
}
.fbvp {
  background-color: #000;
}
.fbvp__prompt {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  pointer-events: none;
  opacity: 0;
  border-radius: 10px;
}
.fbvp__prompt.play:before,
.fbvp__prompt.stop:before {
  background-image: url(FlipBookPlugins.png);
  width: 30px;
  height: 30px;
}
.fbvp__prompt.play:before {
  background-position: -60px -30px;
}
.fbvp__prompt.stop:before {
  background-position: -60px -60px;
}
.fbvp__video-container {
  height: 0;
}
.fbvp__error {
  position: absolute;
  width: 100%;
  color: #ccc;
  text-align: center;
  top: 45%;
  font-size: 14px;
}
.menu i,
.menu span {
  display: inline-block;
}
.fbvp__gradient--bottom {
  position: absolute;
  height: 98px;
  width: 100%;
  bottom: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAP0lEQVQY03WOwQoAMAhCtfr/b95hFMoaeHiaYAADEPEBtRQYS7fRHJIoREt5lA75SS6XJ/Tr2pyh2hbpnft2HrldAW1dbRCXAAAAAElFTkSuQmCC);
  background-position: bottom;
  pointer-events: none;
}
.fbvp__fullscreen:before,
.fbvp__play-pause-button.play:before,
.fbvp__play-pause-button.stop:before,
.fbvp__volume-button.muted:before,
.fbvp__volume-button.unmuted:before {
  background-image: url(FlipBookPlugins.png);
}
.fbvp__controls-container {
  position: absolute;
  height: 36px;
  width: 100%;
  bottom: 0;
  padding: 0 12px;
}
.fbvp__controls-container > div {
  float: left;
  position: relative;
  cursor: pointer;
}
.fbvp__play-pause-button {
  width: 46px;
  height: 36px;
  display: inline-block;
}
.fbvp__volume-controls:hover .fbvp__volume-bar {
  width: 53px;
}
.fbvp__play-pause-button.play:before {
  background-position: -60px -30px;
  width: 30px;
  height: 30px;
}
.fbvp__play-pause-button.stop:before {
  background-position: -60px -60px;
  width: 30px;
  height: 30px;
}
.fbvp__volume-button {
  width: 30px;
  height: 36px;
  float: left;
  position: relative;
}
.fbvp__volume-button.muted:before {
  background-position: -30px -30px;
  width: 30px;
  height: 30px;
}
.fbvp__volume-button.unmuted:before {
  background-position: -30px -60px;
  width: 30px;
  height: 30px;
}
.fbvp__volume-bar {
  cursor: pointer;
  width: 0;
  height: 36px;
  float: left;
  position: relative;
  transition: all 0.2s;
  overflow: hidden;
}
.fbvp__volume-bar .bg,
.fbvp__volume-bar .fg {
  width: 50px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
}
.fbvp__volume-bar .bg {
  background-color: rgba(255, 255, 255, 0.2);
}
.fbvp__volume-bar .fg {
  background-color: #00ffd7;
}
.fbvp__volume-bar .cursor {
  width: 3px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 49px;
}
.fbvp__time {
  padding: 0 10px;
  line-height: 36px;
  color: #eee;
  font-size: 12px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.fbvp__fullscreen {
  width: 46px;
  height: 36px;
}
.fbvp__fullscreen:before {
  background-position: -30px 0;
  width: 30px;
  height: 30px;
}
.fbvp__progress-container {
  position: absolute;
  height: 5px;
  bottom: 36px;
  left: 12px;
  right: 12px;
  cursor: pointer;
}
.fbvp__progress-container:hover .cursor,
.fbvp__progress-container:hover .fbvp__progress-bar {
  -webkit-transform: none;
  transform: none;
}
.fbvp__progress-padding {
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  z-index: 28;
}
.fbvp__progress-bar {
  -webkit-transform: scaleY(0.6);
  transform: scaleY(0.6);
  transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.fbvp__progress-bar .bg {
  background-color: rgba(255, 255, 255, 0.2);
}
.fbvp__progress-bar .fg {
  width: 0;
  background-color: #00ffd7;
}
.fbvp__progress-bar .cursor {
  width: 13px;
  height: 13px;
  position: absolute;
  background-color: #00ffd7;
  border-radius: 50%;
  top: 50%;
  margin-top: -6.5px;
  left: 0;
  margin-left: -6px;
  transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.linklist__body,
.linklist__title {
  box-shadow: 0 0 4px #000;
  background-color: #000;
  position: relative;
}
.img > img {
  width: 100%;
  height: 100%;
}
.linklist__title {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 7px 0;
  text-align: center;
  border-radius: 5px;
}
.linklist__body {
  margin-top: 3px;
  border: solid #000;
  border-width: 20px 0;
  padding: 15px 0;
  z-index: 1;
  border-radius: 5px;
}
.linklist__body ul,
.menu {
  position: absolute;
  margin: 0;
  list-style: none;
}
.linklist__body ul {
  padding: 0 30px;
  width: 100%;
  top: 15px;
}
.linklist__body li {
  padding: 10px 0;
}
.linklist__body a {
  color: #fff;
}
.linklist__body a:visited {
  color: #777 !important;
}
.linklist__body:after,
.linklist__body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 100;
  left: 0;
  pointer-events: none;
}
.linklist__body:before {
  top: 0;
  background-image: linear-gradient(to bottom, #000, transparent);
}
.linklist__body:after {
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, #000);
}
.menu__audio--muted i,
.menu__audio--sound i,
.menu__autoskip--play i,
.menu__autoskip--stop i,
.menu__delete i,
.menu__fullscreen i,
.menu__move i,
.menu__next i,
.menu__previous i,
.menu__scroll--play i,
.menu__scroll--stop i {
  background-image: url(FlipBookPlugins.png);
  width: 30px;
}
.menu {
  width: 30px;
  top: 0;
  right: -31px;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.3s 0.3s ease;
  padding: 0;
}
.menu > li {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-bottom: 1px;
  right: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.menu > li:hover {
  overflow: visible;
  right: -10px;
}
.menu > li:hover .menu__wrap {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.menu .menu__wrap {
  white-space: nowrap;
  height: 100%;
  position: absolute;
  right: 0;
}
.menu span {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 10px 0 20px;
  text-shadow: 1px 1px 0 #000;
}
.menu i {
  width: 30px;
  height: 30px;
}
.menu__delete .menu__wrap {
  background-color: tomato;
}
.menu__delete i {
  background-position: 0 0;
  height: 30px;
}
.menu__audio .menu__wrap {
  background-color: #45c966;
}
.menu__audio--muted i {
  background-position: -30px -30px;
  height: 30px;
}
.menu__audio--sound i {
  background-position: -30px -60px;
  height: 30px;
}
.menu__move .menu__wrap {
  background-color: #f4df46;
}
.menu__move i {
  background-position: 0 -30px;
  height: 30px;
}
.menu__autoskip .menu__wrap,
.menu__scroll .menu__wrap {
  background-color: #66a7e1;
}
.menu__autoskip--stop i,
.menu__scroll--stop i {
  background-position: -60px -60px;
  height: 30px;
}
.menu__autoskip--play i,
.menu__scroll--play i {
  background-position: -60px -30px;
  height: 30px;
}
.menu__previous .menu__wrap {
  background-color: #8743d4;
}
.menu__previous i {
  background-position: 0 -60px;
  height: 30px;
}
.menu__next .menu__wrap {
  background-color: #e97f31;
}
.menu__next i {
  background-position: -60px 0;
  height: 30px;
}
.menu__fullscreen .menu__wrap {
  background-color: #999541;
}
.menu__fullscreen i {
  background-position: -30px 0;
  height: 30px;
}
.fbvp__loading > div,
.loading > div {
  width: 32px;
  height: 32px;
  -webkit-animation: loading-rotate 5s infinite linear;
  animation: loading-rotate 5s infinite linear;
}
.fbvp__loading span,
.loading span {
  width: 15px;
  height: 15px;
  position: absolute;
  background: red;
  display: block;
  -webkit-animation: loading-scale 1s infinite linear;
  animation: loading-scale 1s infinite linear;
}
.fbvp__loading span:nth-child(1),
.loading span:nth-child(1) {
  background: #8743d4;
}
.fbvp__loading span:nth-child(2),
.loading span:nth-child(2) {
  left: 17px;
  background: #45c966;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.fbvp__loading span:nth-child(3),
.loading span:nth-child(3) {
  top: 17px;
  background: #f4df46;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fbvp__loading span:nth-child(4),
.loading span:nth-child(4) {
  top: 17px;
  left: 17px;
  background: #66a7e1;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-scale {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes loading-scale {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.newsbar .newsticker__body--content {
  width: auto;
  text-overflow: clip;
}
.newsticker {
  overflow: hidden;
  border: 1px solid transparent;
}
.newsticker > div {
  position: absolute;
}
.newsticker__title {
  padding: 0 15px;
  font-weight: 700;
  left: 0;
}
.newsticker__body {
  white-space: nowrap;
  height: 100%;
}
.newsticker__body:before {
  position: absolute;
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), transparent);
}
.newsticker__body > div {
  position: absolute;
  line-height: 2;
  overflow: hidden;
  width: 100%;
}
.newsticker__body--content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0;
  border: solid transparent;
  border-width: 0 20px;
}
.newsticker__controls {
  position: absolute;
  border: 0;
  right: 0;
  height: 100%;
  outline: 0;
  padding: 0;
}
.newsticker__controls--next,
.newsticker__controls--play,
.newsticker__controls--previous,
.newsticker__controls--stop {
  background-image: url(FlipBookPlugins.png);
  width: 30px;
  height: 30px;
}
.newsticker__controls i {
  display: inline-block;
  padding: 0 1px;
  vertical-align: middle;
  cursor: pointer;
}
.newsticker__controls i:hover {
  opacity: 0.5;
}
.newsticker__controls--play {
  background-position: -60px -30px;
}
.newsticker__controls--stop {
  background-position: -60px -60px;
}
.newsticker__controls--previous {
  background-position: 0 -60px;
}
.newsticker__controls--next {
  background-position: -60px 0;
}
.slide {
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slide--pages {
  position: absolute;
  width: 99999px;
  font-size: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  z-index: 1;
}
.slide--pages li {
  position: relative;
  float: left;
  overflow: hidden;
}
.slide--pages img,
.slide--title {
  position: absolute;
}
.slide--title {
  width: 100%;
  bottom: 0;
  color: #fff;
  height: 40px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.701961) 0,
    transparent 100%
  );
  line-height: 40px;
  padding-left: 20px;
  padding-right: 135px;
  text-align: left;
  z-index: 2;
  overflow: hidden;
  font-family:
    "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft Yahei", sans-serif;
  font-size: 13px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 2px;
}
.slide--title a {
  color: #fff;
}
.slide--thumbnails {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 40px;
  z-index: 3;
}
.slide--thumbnails li {
  position: relative;
  width: 20px;
  height: 40px;
  float: left;
  cursor: pointer;
}
.slide--thumbnails li:before {
  background-color: #09c20a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 15px 5px;
  position: absolute;
  transition: background 0.2s;
}
.slide--thumbnails li:not(.active):hover:before {
  background-color: #f82;
}
.slide--thumbnails .active:before {
  background-color: #fff428;
}
.text iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.ticker {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ticker .ticker__item {
  position: relative;
  background-color: #eee;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  transition: background 0.2s;
  opacity: 0;
  top: 50px;
  padding: 20px;
}
.ticker .ticker__item:hover {
  border-bottom-color: #666;
}
.ticker .item__img {
  width: 30%;
  float: left;
  box-shadow: 3px 4px 4px #000;
}
.ticker .item__text {
  overflow: hidden;
  padding-left: 30px;
}
.ticker .text__title {
  font-size: 16px;
  line-height: 1;
}
.ticker .text__content {
  padding-top: 15px;
}
.video,
.youtube {
  background-color: #444;
}
.video > video,
.youtube > iframe {
  width: 100%;
  height: 100%;
}
.video {
  overflow: hidden;
}
.video > .info {
  position: absolute;
  width: 100%;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 28px;
  padding: 0 15px;
  text-align: right;
}
.video .progress {
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  background-color: #ccc;
}
.video .progress > div {
  width: 0;
  height: 100%;
  background-color: #008eff;
}
.video > .button {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  border: 2px solid #fff;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.video > .button > div {
  width: 30px;
  height: 30px;
}
.video > .button.play > div {
  background-position: -60px -30px;
  background-image: url(FlipBookPlugins.png);
}
.video > .button.stop > div {
  background-position: -60px -60px;
  background-image: url(FlipBookPlugins.png);
}
