.livePart {
  height: auto;
  left: auto;
  position: fixed;
  top: 50%;
  width: 300px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 150px;
  z-index: 3;
  -webkit-transition: right 0.3s 0.3s ease-out;
  -moz-transition: right 0.3s 0.3s ease-out;
  -o-transition: right 0.3s 0.3s ease-out;
  transition: right 0.3s 0.3s ease-out;
}
.livePart.closed {
  cursor: pointer;
  right: -250px;
  -webkit-transition: right 0.3s 0.3s ease-out;
  -moz-transition: right 0.3s 0.3s ease-out;
  -o-transition: right 0.3s 0.3s ease-out;
  transition: right 0.3s 0.3s ease-out;
}
.livePart.closed .background {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  left: 0;
  -webkit-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  -moz-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  -ms-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
}
.livePart.closed .image .close {
  opacity: 0;
}
.livePart.closed .image .close:hover {
  opacity: 0;
}
.livePart.closed .liveClosed {
  width: 50px;
  -webkit-transition: width 0.3s 0.6s ease-out;
  -moz-transition: width 0.3s 0.6s ease-out;
  -o-transition: width 0.3s 0.6s ease-out;
  transition: width 0.3s 0.6s ease-out;
}
.livePart .background {
  height: 100%;
  left: 25px;
  position: absolute;
  top: 0;
  width: 120%;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  background: #ffffff;
  -webkit-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  -moz-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  -ms-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
}
.livePart .background:after {
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 5px;
  background: #f90000;
}
.livePart .image {
  height: 100%;
  left: 210px;
  position: absolute;
  top: 0;
  width: 90px;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
.livePart .image .close {
  color: #404041;
  cursor: pointer;
  padding: 5px;
  height: auto;
  left: auto;
  position: absolute;
  top: 15px;
  width: auto;
  right: 15px;
  line-height: 16px;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.livePart .image .close:hover {
  opacity: 0.6;
}
.livePart .liveClosed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  background: #f90000;
  overflow: hidden;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -webkit-transition: width 0.3s 0s ease-out;
  -moz-transition: width 0.3s 0s ease-out;
  -o-transition: width 0.3s 0s ease-out;
  transition: width 0.3s 0s ease-out;
}
.livePart .liveClosed:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.livePart .liveClosed:hover:after {
  opacity: 0.2;
}
.livePart .liveClosed .liveClosedText {
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 120px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  text-align: center;
  line-height: 40px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
.livePart .content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 60px;
  color: #0f1b2a;
}
.livePart .content .liveHeader {
  height: 32px;
}
.livePart .content .liveHeader .liveButton {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(249, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(249, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(249, 0, 0, 0.6);
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.livePart .content .liveHeader .liveButton:before {
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 18px;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -moz-transform: translate(-50%, -50%) rotate(-30deg);
  -o-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  background: #d95656;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #d95656), color-stop(1, #ff6f6f));
  background: -ms-linear-gradient(left, #d95656, #ff6f6f);
  background: -moz-linear-gradient(left, #d95656 0%, #ff6f6f 100%);
  background: -o-linear-gradient(#ff6f6f, #d95656);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6f6f', endColorstr='#d95656', GradientType=0);
  border-radius: 50%;
}
.livePart .content .liveHeader .liveButton:after {
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 13px;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -moz-transform: translate(-50%, -50%) rotate(-30deg);
  -o-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  background: #ae0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ae0000), color-stop(1, #ff0000));
  background: -ms-linear-gradient(left, #ae0000, #ff0000);
  background: -moz-linear-gradient(left, #ae0000 0%, #ff0000 100%);
  background: -o-linear-gradient(#ff0000, #ae0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ae0000', GradientType=0);
  border-radius: 50%;
}
.livePart .content .liveHeader .liveTitle {
  display: inline-block;
  padding-left: 20px;
  width: calc(100% - 26px);
  font-size: 12px;
}
.livePart .content .title {
  margin-top: 5px;
  color: #1ca6fe;
}
.livePart .content .time {
  margin-bottom: 5px;
}
.livePart .content .time.live {
  color: #f90000;
}
.livePart .content .links a {
  color: #0f1b2a;
}
@media all and (max-width: 1024px) {
  .livePart {
    display: none;
  }
}
/*# sourceMappingURL=live_part.css.map */