﻿@charset "UTF-8";
/* v5-commen  閫氱敤鏍峰紡 */
body {
  margin: 0px;
  padding: 0px;
}

.clear {
  *zoom: 1;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

.inblock, #hot-panel .content .pg-list-panel .title a .play-ready-icon, #hot-panel .content .pg-list-panel ul li .pg-info a, #hot-panel .content .pg-list-panel ul li .pg-info a span, #hot-panel .content .pg-list-panel ul li .pg-info a span .cur-icon, .live-panel .title-panel .tag a, .live-panel .title-panel .more a, .live-panel .title-panel .more a .icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

ul, ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
  line-height: 0px;
}

/*@import "model/v5-right-panel.scss";*/
body {
  overflow-x: hidden;
}

img {
  border: 0;
}

.bg1, .live-panel .title-panel .left-bar {
  background: url("../images/hot-mask.png");
}

.main {
  width: 100%;
  /*margin-bottom:40px;*/
  font-family: "Microsoft YaHei","寰蒋闆呴粦", helvetica, arial, verdana, tahoma, sans-serif;
}
.main .mid-content {
  position: relative;
  padding-top: 28px;
  padding-bottom: 40px;
  width: 100%;
}
.main .mid-content .line {
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  position: absolute;
  left: 300px;
  left: 50%;
  margin-left: -550px;
  z-index: 1;
  top: 0px;
}

.img-cover {
  width: 206px;
  height: 156px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.img-cover .playicon {
  background: url("../images/playicon.png");
  margin: 55px auto;
  width: 53px;
  height: 52px;
}

#hot-panel {
  width: 100%;
  /*background:#0d2035;*/
  background: url("http://s0.javaa.cn/images/hot-bag.png");
 /* background-position-right:80px;*/
  margin-top: -4px;
  /*background: -webkit-radial-gradient(50% 50%, circle, #0d2035, #0d2035);*/
}
#hot-panel .content {
  width: 1210px;
  margin: 0px auto;
  height: auto;
}
#hot-panel .content .title-panel {
  width: 100%;
  height: 40px;
}
#hot-panel .content .ch-list-panel {
  float: left;
  width: 820px;
  height: 343px;
  position: relative;
  overflow: hidden;
}
#hot-panel .content .ch-list-panel .channel-list {
  margin: 0px 0px 0px -16px;
  height: 343px;
}
#hot-panel .content .ch-list-panel .channel-list li {
  width: 190px;
  height: 143px;
  margin: 19px 0px 0px 16px;
  overflow: hidden;
}
#hot-panel .content .ch-list-panel .channel-list li .mask {
  z-index: 1;
  bottom: -75%;
  position: absolute;
  width: 100%;
  height: 180px;
  background: url("../images/mask.png");
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);*/
  /*background: linear-gradient(top bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);*/
  /*-webkit-transition: all 0.4s;*/
  transition: all 0.4s;
}
#hot-panel .content .ch-list-panel .channel-list li a {
  margin: 0px;
}
#hot-panel .content .ch-list-panel .channel-list li img {
  height: 100%;
}
#hot-panel .content .ch-list-panel .channel-list li .info-panel {
  bottom: 0px;
  background: none;
  height: 46px;
}
#hot-panel .content .ch-list-panel .channel-list li .info-panel .cname {
  width: 180px;
  color: #FFFFFF;
  line-height: 28px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.4s;
  -webkit-transition-delay: 0.1s;
  transition: transform 0.4s;
  transition-delay: 0.1s;
}
#hot-panel .content .ch-list-panel .channel-list li .info-panel .pname {
  color: #E7E7E7;
  line-height: 20px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.4s;
  -webkit-transition-delay: 0.12s;
  transition: transform 0.4s;
  transition-delay: 0.12s;
}
#hot-panel .content .ch-list-panel .channel-list li:hover a {
  border: 0px solid #0a8ee5 \9;
}
#hot-panel .content .ch-list-panel .channel-list li:hover .mask {
  bottom: -1%;
}
#hot-panel .content .ch-list-panel .channel-list li:hover .cname {
  top: -50px\9;
  -webkit-transform: translate3d(0px, -45px, 0);
  transform: translate3d(0px, -45px, 0);
}
#hot-panel .content .ch-list-panel .channel-list li:hover .pname {
  -webkit-transform: translate3d(0px, -45px, 0);
  transform: translate3d(0px, -45px, 0);
  bottom: 48px\9;
}
#hot-panel .content .pg-list-panel {
  float: left;
  width: 380px;
  height: 300px;
  /*background:#0d2035;*/
  margin-left: 10px;
}
#hot-panel .content .pg-list-panel .title {
  width: 100%;
  /*background:#0a8ee5;*/
  line-height: 54px;
  height: 42px;
  color: #fff;
  position: relative;
  font-size: 16px;
  border-bottom: 1px dashed  #475868;
}
#hot-panel .content .pg-list-panel .title a {
  color: #ECECEC;
  font-size: 16px;
}
#hot-panel .content .pg-list-panel .title a .play-ready-icon {
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url("/images/video-icon.png");
  margin-top: -5px;
  margin-right: 5px;
}
#hot-panel .content .pg-list-panel .title a:hover {
  color: #0a8ee5;
}
#hot-panel .content .pg-list-panel .title a:hover .play-ready-icon {
  background: url("/images/video-icon_hover.png");
}
#hot-panel .content .pg-list-panel .title .vmore {
  position: absolute;
  width: 52px;
  right: 0px;
  top: 0px;
  line-height: 56px;
  cursor: pointer;
}
#hot-panel .content .pg-list-panel .title .vmore a {
  font-size: 14px;
  color: #ECECEC;
}
#hot-panel .content .pg-list-panel .title .vmore a .icon {
  position: absolute;
  width: 7px;
  height: 11px;
  background: url("../images/nav_r.png");
  top: 24px;
  right: 13px;
}
#hot-panel .content .pg-list-panel .title .vmore a:hover {
  color: #0a8ee5;
}
#hot-panel .content .pg-list-panel .title .vmore a:hover .icon {
  background: url("../images/nav_r_hover.png");
}
#hot-panel .content .pg-list-panel ul {
  width: 100%;
  height: 293px;
}
#hot-panel .content .pg-list-panel ul li {
  width: 100%;
  height: 34px;
  line-height: 30px;
  font-size: 14px;
  color: #bbc1c6;
  border-bottom: 1px dashed  #6D89A3;
  position: relative;
}
#hot-panel .content .pg-list-panel ul li.time-line .date {
  color: #ECECEC;
  /*font-weight:bold;*/
  margin-left: 5px;
}
#hot-panel .content .pg-list-panel ul li .pg-info {
  cursor: pointer;
  height: 29px;
  margin-top: 0px;
  position: relative;
  /*background:#0d2035;*/
}
#hot-panel .content .pg-list-panel ul li .pg-info a {
  color: #bbc1c6;
}
#hot-panel .content .pg-list-panel ul li .pg-info a span {
  width: 100%;
  /*background:#0d2035;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 5px;
  height: 28px;
  font-size: 14px;
  margin-top: 2px;
  width: 376px;
}
#hot-panel .content .pg-list-panel ul li .pg-info a span .cur-icon {
  margin-top: 7px;
  vertical-align: baseline;
  margin-left: 3px;
  width: 43px;
  height: 16px;
  background: url("../images/cur.png");
}
#hot-panel .content .pg-list-panel ul li .pg-info .pg-name {
  position: absolute;
  top: 1px;
  left: 5px;
}
#hot-panel .content .pg-list-panel ul li .pg-info:hover {
  margin-top: 0px;
  margin-left: -1px;
}
#hot-panel .content .pg-list-panel ul li .pg-info:hover span {
  border-radius: 3px;
  overflow: visible;
  width: auto;
  word-break: keep-all;
  white-space: nowrap;
  border: 1px solid #7d7d7d;
  /*@include b-shadow(0px,0px,6px,0px ,rgba(0, 0, 0, 0.77));*/
  background: #fff;
  color: #5c6267;
}
#hot-panel .content .pg-list-panel ul li .pg-info:hover span .cur-icon {
  margin-top: 6px;
}

.live-panel {
  width: 1210px;
  margin: 0px auto;
  margin-top: 20px;
}
.live-panel.first-panel {
  margin-top: 0px;
}
.live-panel .title-panel {
  height: 36px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #0a8ee5;
  position: relative;
}
.live-panel .title-panel .left-bar {
  width: 29px;
  height: 29px;
  float: left;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 5px;
}
.live-panel .title-panel .left-bar.arts {
  background-position: -119px -458px;
}
.live-panel .title-panel .left-bar.game {
  background-position: -225px -458px;
}
.live-panel .title-panel .left-bar.sport {
  background-position: -283px -458px;
}
.live-panel .title-panel .left-bar.directors {
  background-position: -171px -458px;
}
.live-panel .title-panel .title {
  float: left;
}
.live-panel .title-panel .title a {
  font-size: 22px;
  color: #51575d;
}
.live-panel .title-panel .title a:hover {
  color: #0a8ee5;
}
.live-panel .title-panel .tag {
  line-height: 34px;
  margin-left: 20px;
  float: left;
  margin-top: 2px;
  /*-webkit-transition:  all 0.3s;*/
  /*transition:  all 0.1s;*/
}
.live-panel .title-panel .tag.bgtag {
  /*width: 49px;*/
  height: 2px;
  background: #4570ea;
  position: absolute;
  left: 118px;
  width: 42px;
  z-index: -1;
  bottom: 0px;
  line-height: 0px;
  font-size: 0px;
}
.live-panel .title-panel .tag a {
  font-size: 16px;
  color: #51575d;
}
.live-panel .title-panel .tag:hover, .live-panel .title-panel .tag.current {
  /*border-bottom: 3px solid #0a8ee5;*/
  /*margin-top: -1px;*/
}
.live-panel .title-panel .tag:hover a, .live-panel .title-panel .tag.current a {
  color: #4570ea;
}
.live-panel .title-panel .more {
  float: left;
  margin-left: 18px;
}
.live-panel .title-panel .more a {
  margin-left: 15px;
  margin-top: 8px;
  color: #5a6066;
  font-size: 14px;
}
.live-panel .title-panel .more a .icon {
  width: 7px;
  height: 11px;
  background: url("../images/nav_r.png");
  margin-top: 4px;
}
.live-panel .title-panel .more a:hover {
  color: #0a8ee5;
}
.live-panel .title-panel .more a:hover .icon {
  background: url("../images/nav_r_hover.png");
}
.live-panel .content {
  display: none;
}
.live-panel .content.show {
  display: block;
}
.live-panel .content .recomend {
  width: 380px;
  height: 344px;
  float: left;
  position: relative;
  margin-right: 2px;
  margin-bottom: 2px;
}
.live-panel .content .recomend .play-tip {
  width: 45px;
  height: 45px;
  background: url("../images/hot-mask.png");
  background-position: -20px -20px;
  position: absolute;
  top: 120px;
  z-index: 11;
  left: 160px;
  display: none;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.1s;
}
.live-panel .content .recomend .play-tip:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  border-radius: 50%;
}
.live-panel .content .recomend .play-tip:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.live-panel .content .recomend .play-tip:active:after {
  -webkit-animation: sonarEffect 0.7s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.live-panel .content .recomend img {
  width: 380px;
  height: 290px;
}
.live-panel .content .recomend .info-panel {
  background: #e8e8e8;
  position: absolute;
  width: 380px;
  height: 54px;
  bottom: 0px;
  z-index: 11;
  left: 0px;
}
.live-panel .content .recomend .info-panel .cname {
  width: 264px;
  position: absolute;
  height: 27px;
  margin-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 40px;
  font-size: 14px;
  color: #282828;
}
.live-panel .content .recomend .info-panel .online-num {
  width: 64px;
  height: 27px;
  color: #556369;
  margin-left: 10px;
  position: absolute;
  right: 0px;
  top: 5px;
}
.live-panel .content .recomend .info-panel .online-num .icon {
  top: 8px;
  position: absolute;
  width: 17px;
  height: 12px;
  background: url("user-icon2.png");
}
.live-panel .content .recomend .info-panel .online-num span {
  margin-left: 20px;
  line-height: 29px;
}
.live-panel .content .recomend .info-panel .pname {
  width: 377px;
  margin-left: 5px;
  height: 27px;
  line-height: 27px;
  text-align: left;
  color: #656565;
  z-index: 2;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.live-panel .content .recomend svg {
  width: 386px;
  height: 348px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
}
.live-panel .content .recomend svg .path {
  stroke-dasharray: 1458;
  stroke-dashoffset: 1458;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  fill: none;
  stroke: #0a8ee5;
  stroke-width: 2;
}
.live-panel .content .recomend:hover {
  border: 2px solid #0a8ee5 \9;
  margin: -2px 0px 0px -2px\9;
}
.live-panel .content .recomend:hover .play-tip {
  display: block;
}
.live-panel .content .recomend:hover .path {
  stroke-dashoffset: 0;
}
.live-panel .content .channel-list {
  /*width:546px;*/
  width: 828px;
  height: 363px;
  margin: -16px 0px 0px 0px;
  float: left;
  overflow: hidden;
  position: relative;
}
.live-panel .content .channel-list li {
  width: 196px;
  height: 168px;
  font-size: 12px;
  line-height: 29px;
  float: left;
  margin: 13px 0px 0px 11px;
  position: relative;
}
.live-panel .content .channel-list li .svgwrap {
  position: absolute;
  top: 0px;
  width: 194px;
  height: 168px;
}
.live-panel .content .channel-list li svg {
  position: absolute;
  top: 0px;
  z-index: -1;
}
.live-panel .content .channel-list li svg .path {
  stroke-dasharray: 716;
  stroke-dashoffset: 716;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  fill: none;
  stroke: #0a8ee5;
  stroke-width: 2;
}
.live-panel .content .channel-list li a {
  margin: 2px 0px 0px 2px;
  display: block;
  width: 190px;
  height: 164px;
}
.live-panel .content .channel-list li .img-cover {
  width: 165px;
  height: 93px;
}
.live-panel .content .channel-list li .img-cover .playicon {
  margin: 20px auto;
}
.live-panel .content .channel-list li:hover a {
  border: 2px solid #0a8ee5 \9;
  margin: 0px\9;
}
.live-panel .content .channel-list li:hover .img-mask, .live-panel .content .channel-list li:hover .play-tip {
  display: block;
}
.live-panel .content .channel-list li:hover .path {
  stroke-dashoffset: 0;
}
.live-panel .content .channel-list li img {
  width: 190px;
  height: 110px;
  position: absolute;
}
.live-panel .content .channel-list li .play-tip {
  width: 45px;
  height: 45px;
  background: url("../images/hot-mask.png");
  background-position: -20px -20px;
  position: absolute;
  top: 34px;
  z-index: 11;
  left: 74px;
  display: none;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.1s;
}
.live-panel .content .channel-list li .play-tip:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  border-radius: 50%;
}
.live-panel .content .channel-list li .play-tip:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.live-panel .content .channel-list li .play-tip:active:after {
  -webkit-animation: sonarEffect 0.7s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.live-panel .content .channel-list li .info-panel {
  width: 190px;
  height: 54px;
  margin-top: 110px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  background: #e8e8e8;
}
.live-panel .content .channel-list li .info-panel .cname {
  width: 120px;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  height: 27px;
  line-height: 34px;
  margin-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #282828;
}
.live-panel .content .channel-list li .info-panel .online-num {
  position: absolute;
  right: 0px;
  width: 64px;
  height: 29px;
  color: #556369;
  margin-left: 10px;
  font-size: 12px;
  line-height: 34px;
}
.live-panel .content .channel-list li .info-panel .online-num .icon {
  top: 10px;
  position: absolute;
  width: 17px;
  height: 12px;
  background: url("../images/user-icon2.png");
}
.live-panel .content .channel-list li .info-panel .online-num span {
  margin-left: 20px;
}
.live-panel .content .channel-list li .info-panel .pname {
  width: 180px;
  height: 27px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  color: #656565;
  z-index: 2;
  position: absolute;
  font-size: 12px;
  bottom: 0px;
  margin-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0), 0 0 6px 6px rgba(0, 0, 0, 0.85), 0 0 0 6px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0), 0 0 6px 6px rgba(0, 0, 0, 0.85), 0 0 0 6px rgba(0, 0, 0, 0);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0), 0 0 6px 6px rgba(0, 0, 0, 0.85), 0 0 0 6px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0), 0 0 6px 6px rgba(0, 0, 0, 0.85), 0 0 0 6px rgba(0, 0, 0, 0);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}