@charset "utf-8";

/**
 *
 * @authors Your Name (you@example.org)
 * @date    2016-06-07 12:42:06
 * @version $Id$
 */
.fr-pd-l {
  padding-left: 20px;
}

.fr-pd-r {
  padding-right: 30px;
}

.skin .page-live-sort-sub:before {
  display: none;
}

.skin .header .logo {
  padding: 10px 6px 20px 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  display: none;
}

.skin .header .logo:before {
  content: "";
  display: block;
  width: 98px;
  height: 27px;
  background-image: url(../../images/page/sprites/logo.png?__sprites);
}

/*tabs*/
.tips {
  padding: 30px 0 17px;
}

.tips > span,
.tips > em {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.tips--empty {
  position: relative;
  /*padding:0 0 0 100px;*/
  width: 340px;
  margin: 200px auto;
}

.tips--empty:before {
  content: "";
  position: relative;
  /*left:0;top:50%;margin-top:-38px;*/
  width: 92px;
  height: 38px;
  background-image: url(../../images/tui/nodata.png?__sprites);
  /*background-size: 80%;*/
  background-repeat: no-repeat;
  display: block;
  margin: auto;
}

.tips--empty > span,
.tips--empty > em {
  text-align: center;
  line-height: 24px;
}

.tips--empty > span {
  font-size: 20px;
  line-height: 36px;
  color: #c3c4c7;
  padding-top: 6px;
  text-align: center;
}

.tips--empty > em {
  font-size: 13px;
  line-height: 29px;
  color: #bcbdbf;
  padding-bottom: 6px;
}

.btn-loading {
  display: block;
  width: auto;
  padding: 0 38px;
  line-height: 26px;
  cursor: pointer;
  border: 1px solid #bebebe;
  margin: 8px auto;
  background-color: transparent;
  border-radius: 13px;
  text-align: center;
  color: #3c3c3c;
  color: var(--color-text-1);
  clear: both;
}

.btn-loading:after {
  content: "";
  width: 9px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAbUlEQVQImWXLIQrCUADG8Z/4gqd4xzC9uiMIJqvJOBCWtrooCIaBCC4teYfdwLMMMVmeTPBfv9+3SCk9ccHJfwfslzHGCWe8MP6AEi2OAVe8ccMKDSrU2KEP+dVneEeBNbYYIJgbMuywweM7fADP8xSIy2p+TQAAAABJRU5ErkJggg==) no-repeat;
}

.btn-loading:hover {
  color: #3c3c3c;
  color: var(--color-text-1);
  background-color: rgba(0, 0, 0, 0.1);
}

/*订阅提醒按钮*/
.btn-check {
  cursor: pointer;
  padding: 8px 0;
}

.btn-check label:before,
.btn-check label:after {
  content: "";
}

.btn-check input[type="checkbox"],
.btn-check label:before,
.btn-check label {
  display: inline-block;
}

.btn-check label {
  position: relative;
  padding: 4px 0;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  color: #3c3c3c;
  color: var(--color-text-1);
  cursor: pointer;
  float: right;
}

.btn-check label:before {
  width: 14px;
  height: 14px;
  border: 1px solid #bfbfbf;
  border: 1px solid var(--color-line-3);
  margin-right: 5px;
  vertical-align: top;
  background-color: #fff;
  background-color: var(--color-fill-1);
}

.btn-check label:after {
  position: absolute;
  left: 2px;
  top: 50%;
  width: 8px;
  height: 5px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #3c3c3c;
  border-color: var(--color-line-5);
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  visibility: hidden;
}

.btn-check input[type="checkbox"]:checked + label:after {
  visibility: visible;
}

/*搜索框*/
.search-resultTips {
  padding: 65px 0;
  color: #757575;
  color: var(--color-text-2);
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
}

.search-resultTips em {
  color: #ff5c2b;
}

.skin .header {
  position: relative;
  height: 50px;
  z-index: 11;
}

.skin .wrapper .scroll {
  /* position: relative; z-index: 1;*/
  padding-top: 25px;
}

/*导航*/
.skin .header .fr-col-flex .nav > li {
  border-bottom: 2px solid transparent;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
}

.skin .header .fr-col-flex .nav > li > a {
  font-size: 13px;
  line-height: 16px;
  color: #3c3c3c;
  padding: 17px 0;
  position: relative;
}

.skin .header .fr-col-flex .nav > li:hover > a {
  color: #faab00;
}

.skin .header .fr-col-flex .nav > li .dropbox {
  z-index: 1;
}

.skin .header .fr-col-flex .nav > li .dropbox-toggle {
  font-size: 12px;
  line-height: 16px;
  color: #3c3c3c;
  padding: 17px 0;
}

.skin .header .fr-col-flex .nav > li:hover .dropbox-toggle {
  color: #faab00;
}

.skin .header .fr-col-flex .nav > li:hover .dropbox-toggle:after {
  border-color: #faab00;
}

.skin .header .fr-col-flex .nav > li .dropbox-menu,
.main-nav > li .dropbox-menu {
  display: none;
  top: 41px;
}

.main-nav > li.active .dropbox-menu {
  display: block;
  z-index: 1;
}

.skin .header .fr-col-flex .nav > li.active .dropbox-toggle,
.skin .header .fr-col-flex .nav > li.active:hover .dropbox-toggle {
  color: #3c3c3c;
}

.skin .header .fr-col-flex .nav > li.active > a,
.skin .header .fr-col-flex .nav > li.active .dropbox-toggle {
  font-size: 13px;
  font-weight: bold;
  color: #3c3c3c;
}

.skin .header .fr-col-flex .nav > li.active > a:before,
.skin .header .fr-col-flex .nav > li.active .dropbox-toggle:before {
  content: '';
  display: block;
  height: 2px;
  background: #ffc801;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.skin .header .fr-col-flex .nav > li.active .dropbox-toggle:after {
  border-color: #3c3c3c;
}

.skin .header .fr-col-flex .nav > li.extend .dropbox-menu {
  display: block;
}

.skin .header .search {
  position: absolute;
  right: 0;
  top: 11px;
}

/*头部视频*/
.video-box {
  background-color: rgba(0, 9, 21, 0.5);
  margin-bottom: 25px;
}

.video-box-player .btn {
  width: 92px;
  height: 27px;
  background: none;
  color: #f9ab00;
  font-size: 12px;
  line-height: 25px;
  white-space: nowrap;
  visibility: visible;
  text-align: center;
  left: initial;
  top: initial;
  margin: initial;
  right: 160px;
  bottom: 8px;
  border: 1px solid #f9ab00;
  border-radius: 13px;
}

.video-box-player .btn:hover {
  background: #ffc801;
  color: #3c3c3c;
  font-weight: bold;
  font-size: 12px;
  line-height: 27px;
  border: 0;
}

.page-live-index .video-box {
  margin-bottom: 40px;
}

.mod-box.game-live-zone .nav-tabs {
  margin-left: -12px;
  padding: 3px 0;
}

.mod-box .nav-tabs {
  padding: 8px 0;
  margin-left: 20px;
  float: left;
}

.mod-box .nav-tabs > li {
  position: relative;
  /*min-width: 72px;*/
  padding: 5px 0;
}

.mod-box .nav-tabs > li > span {
  line-height: 12px;
}

.mod-box .nav-tabs > li > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ff8f00;
  background-color: var(--color-text1-5);
  left: 0;
  bottom: -6px;
  visibility: hidden;
}

.mod-box .nav-tabs > li:hover > span,
.mod-box .nav-tabs > li.active > span {
  color: #3c3c3c;
  color: var(--color-text-1);
}

.mod-box .nav-tabs > li.active > span:after {
  visibility: visible;
}

.skin .hot-game-zone .sub-tit {
  -webkit-box-flex: 1;
  text-align: right;
}

.mod-box.hot-game-zone .hd .sub-tit em {
  font-size: 14px;
  margin: 0 5px;
}

.skin .game-live-zone .hd .main-tit > i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 7px 6px 0 0;
  /*background-color: #fff;*/
}

.skin .game-live-zone .hd .main-tit > i > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*直播广场 */
.btn-change {
  display: block;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 0;
}

.btn.btn-change {
  border: 0;
  background-color: transparent;
  padding: 7px 0;
}

.btn-change:hover {
  color: #3c3c3c;
}

.live-panel-host .hd .main-tit {
  -webkit-box-flex: 1;
}

.live-panel-host .nav-tabs {
  -webkit-box-flex: 0;
  height: 20px;
  padding: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin: 5px 0 5px 20px;
}

.live-panel-host .nav-tabs > li {
  width: 50px;
  padding: 0;
  min-width: initial;
}

.live-panel-host .nav-tabs > li:after {
  display: none;
}

.live-panel-host .nav-tabs > li > span {
  border-right: 0 none;
  line-height: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.4);
}

.live-panel-host .nav-tabs > li.active > span {
  color: rgba(0, 0, 0, 0.8);
  background-color: #1d91e8;
}

.longzhu:before {
  background-image: url(../../images/page/sprites/logo-lz-s.png?__sprites);
}

.panda:before {
  background-image: url(../../images/page/sprites/logo-panda-s.png?__sprites);
}

.douyu:before {
  background-image: url(../../images/page/sprites/logo-douyu-s.png?__sprites);
}

.huomao:before {
  background-image: url(../../images/page/sprites/logo-huomao-s.png?__sprites);
}

.qvanmin:before {
  background-image: url(../../images/page/sprites/logo-qm-s.png?__sprites);
}

.huya:before {
  background-image: url(../../images/page/sprites/logo-huya-s.png?__sprites);
}

.zhanqi:before {
  background-image: url(../../images/page/sprites/logo-zhanqi-s.png?__sprites);
}

.egame:before {
  background-image: url(../../images/page/sprites/logo-egame-s.png?__sprites);
}

.yy:before {
  background-image: url(../../images/page/sprites/logo-yy-s.png?__sprites);
}

/*mod-figure*/
.skin .mod-figure .figure {
  padding-top: 56.274%;
}

.skin .mod-figure .figure-tit {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 12px;
  color: rgba(121, 203, 255, 0.4);
  background-color: rgba(14, 17, 25, 0.75);
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skin .mod-figure .figure-tag:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: top;
}

.skin .mod-figure .figure-info .main-tit {
  -webkit-line-clamp: 1;
  height: 17px;
}

.skin .mod-figure .figure-info {
  padding: 12px 12px 13px;
  background-color: rgba(214, 236, 255, 0.04);
}

.skin .mod-figure .figure-info .main-tit {
  color: rgba(0, 0, 0, 0.6);
}

.skin .mod-figure .figure-info .sub-tit .item {
  color: rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skin .mod-figure .figure-info .sub-tit .item:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.skin .mod-figure .figure-info .sub-tit .author {
  -webkit-box-flex: 1;
  margin-right: 1em;
}

.skin .mod-figure .figure-info .sub-tit .author:before {
  margin-right: 0;
  -webkit-mask-image: url(../../images/page/sprites/icon-user.png?__sprites);
}

.skin .mod-figure .figure-info .sub-tit .pv-num:before {
  -webkit-mask-image: url(../../images/common/live-icon-pv.png);
}

.skin .mod-figure:hover .figure {
  outline: 0 none;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.skin .mod-figure:hover .figure-info .main-tit {
  color: #fff;
}

.skin .video-list > li {
  width: 33.333%;
}

@media screen and (min-width: 1000px) {
  .skin .video-list > li {
    width: 25%;
  }
}

.skin .news-zone .hd {
  display: none;
}

.skin .news-zone .bd {
  margin-bottom: 20px;
}

.skin .hot-game-zone .bd {
  margin-bottom: 7px;
}

.skin .page-video-live .video-list {
  margin-right: -11px;
}

.skin .page-video-live .video-list > li {
  padding: 0 11px 20px 0;
}

.skin .page-live-index .container > .fr-row:nth-of-type(1) .fr-col {
  width: 100%;
}

.skin .page-live-index .hot-game-zone .bd {
  margin-bottom: -12px;
}

/*分类二级页*/
/*.skin .page-live-sort-sub:before{display: none;}*/
.skin .page-live-sort-sub .header {
  height: initial;
  margin-bottom: 5px;
  border-bottom: 0 none;
}

.skin .page-live-sort-sub .nav-crumbs > li {
  padding: 0;
  margin-right: 0;
}

.skin .page-live-sort-sub .scroll {
  padding-top: 0;
}

/*我的订阅页*/
.all-follow-zone .follow-list {
  margin-right: -20px;
}

.all-follow-zone .follow-list > li {
  width: 33.333%;
  padding-right: 20px;
  padding-bottom: 20px;
  float: left;
}

.all-follow-zone .follow-list:after {
  content: "";
  display: block;
  clear: both;
}

.all-follow-zone .follow--styleA .follow-state {
  background: #e3e3e3;
}

.all-follow-zone .follow-list > li.active .follow-state {
  /*visibility: visible;*/
  background: #ffa200;
  color: #fff;
}

.all-follow-zone .follow-state {
  width: 52px;
  color: #8c8c8c;
}

/*搜索结果页*/
.game-search-result .hd .main-tit:before,
.live-search-result .hd .main-tit:before {
  display: none;
}

.game-search-result .hd .main-tit em,
.live-search-result .hd .main-tit em {
  padding-right: 4px;
  color: #f9ab00;
}

.recom-live-zone .video-list > li:nth-of-type(7),
.recom-live-zone .video-list > li:nth-of-type(8) {
  display: none;
}

@media screen and (min-width: 1000px) {
  .recom-live-zone .video-list > li {
    width: 25%;
  }
  .recom-live-zone .video-list > li:nth-of-type(7),
  .recom-live-zone .video-list > li:nth-of-type(8) {
    display: block;
  }
}

.page-live-square .container > .fr-col .mod-box .bd {
  padding: 8px 14px;
}

/*第三方直播间*/
.live-anchor:before {
  -webkit-mask-image: url(../../images/page/sprites/icon-user.png?__sprites);
}

.live-pv:before,
.tvGuide-pv:before {
  -webkit-mask-image: url(../../images/common/live-icon-pv.png);
}

.liveRoom-tvName em:before {
  -webkit-mask-image: url(../../images/page/sprites/icon-tv.png?__sprites);
}

.popup--tips.warning .prompt-infoMain .icon {
  background-image: url(../../images/page/sprites/icon-prompt.png?__sprites);
}

.popup--tips.success .prompt-infoMain .icon {
  background-image: url(../../images/page/sprites/icon-success.png?__sprites);
}

.skin .page-live-square .container > .fr-col {
  width: 298px;
  padding-left: 30px;
}

.skin .page-live-square .container > .fr-col .mod-box .bd {
  background-color: rgba(214, 237, 255, 0.06);
}

/*视频导航*/
.live-panel-videoNav {
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.live-panel-videoNav .hd {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  margin-bottom: 0;
}

.live-panel-videoNav .hd .main-tit {
  padding: 13px 0 8px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.live-panel-videoNav .hd .main-tit:before,
.live-panel-videoNav .hd .main-tit:after {
  display: none;
}

.live-panel-videoNav .hd .btn-change {
  padding: 12px 0 8px;
  cursor: pointer;
}

.live-panel-videoNav .hd .btn-change:hover {
  color: #fff;
}

.live-panel-videoNav .bd {
  width: 100%;
  position: absolute;
  left: 0;
  top: 38px;
  bottom: 8px;
}

/*订阅提示框*/
.live-room-followtip {
  padding: 9px 12px;
  /*display: none;*/
}

/*订阅提示模块 S*/
.live-video-follow-detail {
  font-size: 12px;
  line-height: 14px;
  color: #c8c8cf;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*直播精选*/
.live-panel-recom .bd {
  height: 356px;
}

/*最新资讯*/
.live-panel-news {
  width: 268px;
}

.live-panel-news .bd {
  background-color: rgba(214, 237, 255, 0.06);
}

/*tgp-scroller*/
.tgp-scroller,
.tgp-scroller-bd {
  position: relative;
}

.tgp-scroller-btn,
.tgp-scroller-cont,
.tgp-scroller-bg {
  position: absolute;
}

.tgp-scroller-btn {
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
}

.tgp-scroller-btn:before {
  content: "";
  position: absolute;
}

.tgp-scroller-btn--disable {
  cursor: default;
}

.tgp-scroller-bd {
  z-index: 0;
  overflow: hidden;
}

.tgp-scroller-cont,
.tgp-scroller-bg {
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
}

.tgp-scroller-bg {
  z-index: 1;
}

/*视频导航滚动*/
.live-scroller-style-a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.live-scroller-style-a .tgp-scroller-btn {
  left: 50%;
  width: 80px;
  height: 28px;
  margin-left: -40px;
  background-color: rgba(0, 0, 0, 0);
}

.live-scroller-style-a .tgp-scroller-btn--next {
  bottom: 0;
}

.live-scroller-style-a .tgp-scroller-btn:before {
  left: 50%;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.6);
  margin-left: -8px;
}

.live-scroller-style-a .tgp-scroller-btn--prev:before {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
}

.live-scroller-style-a .tgp-scroller-btn--next:before {
  bottom: 50%;
  margin-bottom: -2px;
  -webkit-transform: rotate(-45deg);
}

.live-scroller-style-a:hover .tgp-scroller-btn {
  background-color: rgba(0, 0, 0, 0.7);
}

.live-scroller-style-a .tgp-scroller-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.live-scroller-style-a .tgp-scroller-btn:hover:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.9) rgba(255, 255, 255, 0.9);
}

.live-scroller-style-a .tgp-scroller-bd {
  width: 100%;
  height: 100%;
}

.live-scroller-style-a .tgp-scroller-cont {
  width: 100%;
}

.live-scroller-style-a .tgp-scroller-bg {
  width: 100%;
  height: 99px;
  border-width: 2px 12px;
  border-style: solid;
  border-color: #1a9dff;
  display: none;
}

/*名人堂滚动*/
.live-scroller-style-b {
  padding: 0;
}

.live-scroller-style-b .tgp-scroller-btn {
  top: 50%;
  width: 30px;
  height: 68px;
  margin-top: -34px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.live-scroller-style-b .tgp-scroller-btn.disabled,
.live-scroller-style-b .tgp-scroller-btn.tgp-scroller-btn--disable {
  border: 0px;
  color: #adadad;
  background: rgba(0, 0, 0, 0.05);
  cursor: default;
}

.live-scroller-style-b .tgp-scroller-btn--prev {
  left: -40px;
}

.live-scroller-style-b .tgp-scroller-btn--next {
  right: -40px;
}

.live-scroller-style-b .tgp-scroller-btn:before {
  left: 50%;
  top: 50%;
  width: 9px;
  height: 16px;
  margin-left: -5px;
  margin-top: -8px;
  background-image: url(../../images/page/sprites/icon-arrow.png?__sprites);
}

.live-scroller-style-b .tgp-scroller-btn--next:before {
  -webkit-transform: rotate(180deg);
}

.live-scroller-style-b .tgp-scroller-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.live-scroller-style-b .tgp-scroller-btn.disabled:hover,
.live-scroller-style-b .tgp-scroller-btn.tgp-scroller-btn--disable:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: default;
}

.live-scroller-style-b .tgp-scroller-bd {
  height: 386px;
  width: 1000px;
}

.live-scroller-style-b .tgp-scroller-cont {
  top: 22px;
}

/*直播导航缩略图*/
.live-thumb-style-a {
  position: relative;
  z-index: 1;
}

.live-thumb-style-a .tgp-thumb-figure,
.live-thumb-style-a .tgp-thumb-figure > img {
  border-radius: 0;
}

.live-thumb-style-a .tgp-thumb-figure {
  padding-top: 0;
  width: 158px;
  height: 87px;
  border: 0;
  background-color: transparent;
  margin: 0 auto;
  overflow: visible;
}

.live-thumb-style-a .tgp-thumb-figure:before {
  display: none;
}

.live-thumbList-style-a .tgp-thumb:after {
  content: "";
  width: 158px;
  height: 87px;
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 2;
}

.live-thumbList-style-a > li.tgp-active .live-thumb-style-a:after,
.live-thumbList-style-a > li:hover .live-thumb-style-a:after {
  display: none;
}

.live-thumbList-style-a > li.tgp-active .tgp-thumb-figure:before {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  border: 3px solid #ffc801;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.live-thumbList-style-a > li:hover .tgp-thumb-figure:before {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

.live-thumbList-style-a > li {
  margin-bottom: 6px;
}

/*直播导航缩略图动画*/
.tgp-scroller-cont > ul > li:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.tgp-scroller-cont > ul > li:last-child:after {
  content: '';
  width: 2px;
  height: 21px;
  background: #ffc801;
  left: 4px;
  top: 0;
  border-radius: 0;
  -webkit-transform: scaleX(0.75);
          transform: scaleX(0.75);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
}

.tgp-scroller-cont > ul > li:nth-child(1).tgp-active ~ li:last-child:after {
  top: 33px;
  height: 21px;
}

/*.tgp-scroller-cont>ul>li:nth-child(1):hover ~ li:last-child:after {top:30px !important;height: 21px !important;}*/
.tgp-scroller-cont > ul > li:nth-child(2).tgp-active ~ li:last-child:after {
  top: 126px;
  height: 21px;
}

/*.tgp-scroller-cont>ul>li:nth-child(2):hover ~ li:last-child:after {top:120px !important;height: 21px !important;}*/
.tgp-scroller-cont > ul > li:nth-child(3).tgp-active ~ li:last-child:after {
  top: 219px;
  height: 21px;
}

/*.tgp-scroller-cont>ul>li:nth-child(3):hover ~ li:last-child:after {top:210px !important;height: 21px !important;}*/
.tgp-scroller-cont > ul > li:nth-child(4).tgp-active ~ li:last-child:after {
  top: 312px;
  height: 21px;
}

/*.tgp-scroller-cont>ul>li:nth-child(4):hover ~ li:last-child:after {top:300px !important;height: 21px !important;}*/
.tgp-scroller-cont > ul > li:last-child:after {
  top: 405px;
  height: 21px;
}

/*.tgp-scroller-cont>ul>li:last-child:hover:after {top:390px !important;height: 21px !important;}*/
/*直播精选*/
.live-thumb-style-b {
  position: relative;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
}

.live-thumb-style-b:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
  width: 100%;
  height: 34px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
}

.live-thumb-style-b .tgp-thumb-figure {
  z-index: 0;
  height: 124px;
  padding-top: 0;
}

.live-thumb-style-b .tgp-thumb-figure:before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.live-thumb-style-b .tgp-thumb-figure:after {
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  background-image: url(../../images/page/sprites/icon-player.png?__sprites);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.live-thumb-style-b .tgp-thumb-info {
  position: relative;
  z-index: 2;
  height: 30px;
  padding: 0 10px;
  background: #fff;
}

.live-thumb-style-b .tgp-thumb-infoSub {
  position: relative;
}

.live-thumb-style-b .tgp-thumb-infoMain {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 44px;
  /*background-image: -webkit-linear-gradient(90deg,rgba(21,27,44,0.8),rgba(0,0,0,0));*/
  overflow: visible;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
}

.live-thumb-style-b .tgp-thumb-infoSub {
  padding-left: 46px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
}

.live-thumb-style-b .tgp-thumb-infoMain .tgp-figure-c,
.live-thumb-style-b .tgp-thumb-infoMain .tgp-figure-c > img {
  display: inline-block;
  border-radius: 50%;
}

.live-thumb-style-b .tgp-thumb-infoMain .tgp-figure-c > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.live-thumb-style-b .tgp-thumb-infoMain .tgp-figure-c {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  margin-right: 1px;
  vertical-align: top;
  background-color: #fff;
}

.live-thumb-style-b .tgp-thumb-infoMain > em,
.live-thumb-style-b .tgp-thumb-infoItem {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.live-thumb-style-b .tgp-thumb-infoMain > em {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: top;
}

.live-thumb-style-b .tgp-thumb-infoItem {
  padding: 8px 0;
  font-size: 12px;
  line-height: 14px;
}

.live-thumb-style-b .tgp-thumb-infoItem:nth-of-type(1) {
  color: #8c8c8c;
  margin-right: 8px;
}

.live-thumb-style-b .tgp-thumb-infoItem:nth-of-type(1):before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 4px;
  background-image: url(../../images/page/sprites/icon-eyes-b.png?__sprites);
  opacity: .5;
}

.live-thumb-style-b .tgp-thumb-infoItem:nth-of-type(2) {
  color: #3c3c3c;
  position: absolute;
  right: 0;
  top: 0;
}

.live-thumb-style-b:hover:before {
  display: none;
}

.live-thumb-style-b:hover .tgp-thumb-figure:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.live-thumb-style-b:hover .tgp-thumb-figure:after {
  opacity: 1;
}

.live-thumb-style-b:hover .tgp-thumb-infoMain {
  bottom: 0;
  height: 30px;
}

.live-thumb-style-b:hover .tgp-thumb-infoMain > em {
  line-height: 30px;
  color: #3c3c3c;
  max-width: 200px;
}

.live-thumb-style-b:hover .tgp-thumb-infoMain .tgp-figure-c {
  display: none;
}

.live-thumb-style-b:hover .tgp-thumb-infoSub {
  opacity: 0;
}

.live-thumbList-style-b {
  margin-right: -20px;
}

.live-thumbList-style-b > li {
  margin: 0 0px 20px 0;
  padding: 0 20px 0px 0;
}

.live-thumbList-style-e {
  margin-right: -20px;
}

.live-thumbList-style-e > li {
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
  width: 255px;
}

.live-thumbList-style-e .widget-live {
  width: 100%;
}

/*名人堂缩略图*/
.live-thumb-style-c {
  width: 150px;
  height: 160px;
  background-color: #fff;
  background-color: var(--color-fill-1);
  margin-bottom: 42px;
  border-radius: 4px;
  cursor: pointer;
}

.live-thumb-style-c .tgp-thumb-hd {
  height: 74px;
  background-image: url("../../images/common/thumb-hd-bg-nor.png");
  background-repeat: no-repeat;
  text-align: center;
}

.live-thumb-style-c.live-thumb--online .tgp-thumb-hd {
  background-image: url("../../images/common/thumb-hd-bg.png");
}

.live-thumb-style-c .tgp-thumb-figure.default-img {
  background: url(../../images/tui/icon-avatar.jpg);
  background-size: 100%;
}

.live-thumb-style-c .tgp-thumb-cont {
  width: 120px;
  margin: auto;
  text-align: center;
  color: #999999;
  font-size: 12px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.live-thumb-style-c .tgp-thumb-figure {
  width: 83px;
  height: 83px;
  display: inline-block;
  padding-top: 0;
  overflow: visible;
  border: 3px solid #ccc;
  background-color: transparent;
  margin-top: -22px;
}

.live-thumb-style-c.live-thumb--online .tgp-thumb-figure {
  border: 3px solid #ffa200;
}

.live-thumb-style-c .tgp-thumb-figure,
.live-thumb-style-c .tgp-thumb-figure > img {
  border-radius: 50%;
}

.live-thumb-style-c .tgp-thumb-figure:before {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
}

.thumb-livestatus {
  position: absolute;
  left: 50%;
  margin-left: -27px;
  bottom: -8px;
  width: 54px;
  height: 24px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #ffa200;
  display: none;
  border-radius: 11px;
  border: 2px solid #fff;
}

.live-thumb-style-c.live-thumb--online .thumb-livestatus {
  display: block;
}

.live-thumb-style-c .tgp-thumb-figure-caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 14px;
  margin-top: -6px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.live-thumb-style-c .tgp-thumb-figure-caption:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 5px;
  background: url(../../images/page/sprites/icon-eyes.png?__sprites) no-repeat;
}

.live-thumb-style-c .tgp-thumb-info {
  position: relative;
  margin: 12px 0 0;
  height: 30px;
  padding: 0;
}

.live-thumb-style-c .tgp-thumb-infoMain {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3c3c3c;
  color: var(--color-text-1);
  margin-bottom: 8px;
}

.live-thumb-style-c .tgp-thumb-infoSub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  display: none;
}

.live-thumb-style-c .tgp-thumb-infoSub .tgp-btn-follow {
  display: inline-block;
  width: 66px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  vertical-align: top;
  color: #3c3c3c;
  background-color: #ffe37f;
  border: 1px solid #faab00;
  border-radius: 14px;
  cursor: pointer;
}

.live-thumb-style-c .tgp-thumb-infoSub .tgp-btn-follow:hover {
  background-color: #ffc800;
}

.live-thumb-style-c .tgp-thumb-infoSub .tgp-btn-follow:before {
  content: "订阅";
}

.live-thumb-style-c .tgp-thumb-infoSub .tgp-btn-follow.tgp-btn--disable:before {
  content: "已订阅";
}

.live-thumb-style-c .tgp-thumb-infoSub .tgp-btn-follow.tgp-btn--disable {
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 25px;
  font-weight: normal;
}

.live-thumb-style-c:hover .tgp-thumb-infoSub {
  display: block;
}

.live-thumb-style-c.live-thumb--online .tgp-thumb-figure {
  border-color: #ffbd2c;
}

.live-thumb-style-c .tgp-thumb-figure:after {
  display: none;
}

.live-thumb-style-c .tgp-thumb-contBtn {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: none;
  transition: none;
}

.live-thumb-style-c:hover .tgp-thumb-cont {
  display: none;
}

.live-thumb-style-c:hover .tgp-thumb-contBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tgp-thumb-contBtn.tgp-thumb-contBtn--disabled .we-button {
  background-color: transparent;
  border: none;
  cursor: default;
  color: #3c3c3c;
}

.live-thumb-style-c.live-thumb--online:hover .tgp-thumb-figure-caption {
  opacity: 1;
}

.live-thumbList-style-c {
  display: -webkit-box;
  margin-right: -26px;
}

.live-thumbList-style-c > li {
  padding-right: 20px;
}

.live-thumbList-style-c > li.tgp-thumbList--center {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}

.live-thumb-style-c .tgp-thumb-contBtn {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: none;
  transition: none;
}

.live-thumb-style-c:hover .tgp-thumb-cont {
  display: none;
}

.live-thumb-style-c:hover .tgp-thumb-contBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.tgp-thumb-contBtn.tgp-thumb-contBtn--disabled .we-button {
  background-color: transparent;
  border: none;
  cursor: default;
  color: #3c3c3c;
}

/* 按钮-基础 */
.we-button--color-grey {
  display: inline-block;
  line-height: 24px;
  padding: 0 20px;
  font-size: 12px;
  color: #333;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 26px;
  text-align: center;
  cursor: pointer;
}

.we-button--color-grey:hover {
  color: #333;
}

/* 按钮默认样式 */
.we-button--primary {
  border-color: #faab00;
  background: rgba(255, 200, 0, 0.5);
}

.we-button--primary:hover {
  background: #ffb300;
  background: var(--color-fill1-6);
}

/*游戏直播缩略图*/
.live-thumb-style-d {
  background-color: rgba(214, 237, 255, 0.08);
}

.live-thumb-style-d .tgp-thumb-figure:before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.live-thumb-style-d .tgp-thumb-figure:after {
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  background-image: url(../../images/page/sprites/icon-player.png?__sprites);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.live-thumb-style-d .tgp-thumb-figure-tag,
.thumb-figure-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0 6px;
  line-height: 22px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 12px;
}

.live-thumb-style-d .tgp-thumb-figure-tag:before,
.thumb-figure-tag:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-right: 3px;
}

.live-thumb-style-d .figure-tit {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-thumbList-style-d li:hover .figure-tit {
  display: none;
}

.live-thumb-style-d .tgp-thumb-info {
  padding: 3px 12px 6px 10px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.live-thumb-style-d .tgp-thumb-infoMain {
  font-size: 14px;
  line-height: 16px;
  color: #3c3c3c;
  padding: 5px 0 11px;
  height: 32px;
}

.live-thumb-style-d .tgp-thumb-infoSub {
  display: -webkit-box;
}

.live-thumb-style-d .tgp-thumb-infoItem {
  display: block;
  height: 19px;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-thumb-style-d .tgp-thumb-infoItem:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 1px 4px 0 0;
}

.live-thumb-style-d .tgp-thumb-infoItem:nth-of-type(1) {
  -webkit-box-flex: 1;
  color: rgba(140, 140, 140, 0.8);
}

.live-thumb-style-d .tgp-thumb-infoItem:nth-of-type(1):before {
  display: none;
}

.live-thumb-style-d .tgp-thumb-infoItem:nth-of-type(2) {
  color: #8c8c8c;
}

.live-thumb-style-d .tgp-thumb-infoItem:nth-of-type(2):before {
  width: 10px;
  height: 12px;
  background-image: url(../../images/page/sprites/icon-eyes.png?__sprites);
  opacity: .5;
}

.live-thumb-style-d:hover .tgp-thumb-infoMain {
  color: #3c3c3c;
}

.live-thumb-style-d:hover .tgp-thumb-figure:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.live-thumb-style-d:hover .tgp-thumb-figure:after {
  opacity: 1;
}

.live-thumbList-style-d > li {
  width: 25%;
}

.live-thumbList-style-d li:hover .tgp-thumb,
.hotGame-list .hotGame:hover {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.tgp-thumbList em,
.tgp-thumb-info em,
.figure-info em,
.tgp-thumb em {
  color: #f9ab00;
}

.tgp-thumbList .follow-state {
  width: 59px;
  top: 0px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 22px;
  color: #8c8c8c;
  background: #e3e3e3;
  overflow: hidden;
}

.tgp-thumbList .figure-mark {
  padding: 0 6px;
  top: 0px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 22px;
  background: #ffc801;
  color: #875f26;
  height: 22px;
  position: absolute;
  left: 0;
  font-size: 12px;
  text-align: center;
}

.tgp-thumbList li.active .follow-state,
li .follow-state.active {
  background: #ffc801;
  color: #875f26;
  z-index: 1;
}

.wrap-inner-games-item {
  background: none !important;
  margin-top: 13px;
}

.wrap-inner-games-item .container > .fr-col {
  display: none;
}

.wrap-inner-games-item .container > .fr-col-flex .mod-box .sub-tit {
  -webkit-box-flex: 1;
  text-align: right;
}

.wrap-inner-games-item .container > .fr-col-flex .mod-box .sub-tit > em {
  color: #faab00;
  padding-left: 4px;
}

.wrap-inner-games-item .container > .fr-col-flex .mod-box .bd {
  margin-bottom: -20px;
}

/*广场直播缩略图*/
.live-thumb-style-e {
  background-color: rgba(214, 237, 255, 0.08);
}

.live-thumb-style-e .tgp-thumb-figure:before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
}

.live-thumb-style-e .tgp-thumb-figure:after {
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  background-image: url(../../images/page/sprites/icon-player.png?__sprites);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.live-thumb-style-e .tgp-thumb-info {
  padding: 14px;
  background: #fff;
}

.live-thumb-style-e .tgp-thumb-infoMain {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  padding: 5px 0 6px;
  display: none;
}

.live-thumb-style-e .tgp-thumb-infoSub {
  display: -webkit-box;
  padding: 4px 0;
}

.live-thumb-style-e .tgp-thumb-infoItem {
  display: block;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-thumb-style-e .tgp-thumb-infoItem:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 1px 4px 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.live-thumb-style-e .tgp-thumb-infoItem:nth-of-type(1) {
  -webkit-box-flex: 1;
  color: rgba(0, 0, 0, 0.6);
}

.live-thumb-style-e .tgp-thumb-infoItem:nth-of-type(1):before {
  margin-right: 1px;
  -webkit-mask-image: url(../../images/page/sprites/icon-user.png?__sprites);
}

.live-thumb-style-e .tgp-thumb-infoItem:nth-of-type(2) {
  color: rgba(0, 0, 0, 0.3);
}

.live-thumb-style-e .tgp-thumb-infoItem:nth-of-type(2):before {
  width: 13px;
  -webkit-mask-image: url(../../images/page/sprites/icon-eyes.png?__sprites);
}

.live-thumb-style-e:hover .tgp-thumb-figure:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.live-thumb-style-e:hover .tgp-thumb-figure:after {
  opacity: 1;
}

.live-thumb-style-e:hover .tgp-thumb-infoItem:nth-of-type(1) {
  color: #3c3c3c;
}

.live-thumb-style-f {
  background-color: rgba(214, 237, 255, 0.08);
}

.live-thumb-style-f .tgp-thumb-figure:before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
}

.live-thumb-style-f .tgp-thumb-figure:after {
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  background-image: url(../../images/page/sprites/icon-player.png?__sprites);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.live-thumb-style-f .tgp-thumb-info {
  padding: 14px;
}

.live-thumb-style-f .tgp-thumb-infoMain {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  padding: 5px 0 6px;
}

.live-thumb-style-f .tgp-thumb-infoSub {
  position: relative;
  display: -webkit-box;
  padding: 20px 0 4px;
}

.live-thumb-style-f .tgp-thumb-infoItem {
  display: block;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.3);
}

.live-thumb-style-f .tgp-thumb-infoItem:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 1px 4px 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.live-thumb-style-f .tgp-thumb-infoItem:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.live-thumb-style-f .tgp-thumb-infoItem:nth-of-type(1):before {
  margin-right: 1px;
  -webkit-mask-image: url(../../images/page/sprites/icon-user.png?__sprites);
}

.live-thumb-style-f .tgp-thumb-infoItem:nth-of-type(2) {
  -webkit-box-flex: 1;
}

.live-thumb-style-f .tgp-thumb-infoItem:nth-of-type(2):before {
  width: 13px;
  -webkit-mask-image: url(../../images/page/sprites/icon-eyes.png?__sprites);
}

.live-thumb-style-f .tgp-thumb-infoItem:nth-of-type(3) {
  color: rgba(29, 145, 232, 0.8);
}

.live-thumb-style-f .tgp-thumb-infoItem:nth-of-type(3):before {
  display: none;
}

.live-thumb-style-f:hover .tgp-thumb-figure:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.live-thumb-style-f:hover .tgp-thumb-figure:after {
  opacity: 1;
}

.live-thumb-style-f:hover .tgp-thumb-infoMain {
  color: #fff;
}

/*直播新闻*/
.live-news {
  display: block;
}

.live-newsList {
  background: #fff;
  background: var(--color-fill-1);
  border-radius: 4px;
  height: 391px;
  border-bottom: 16px solid #fff;
  border-bottom: 16px solid var(--color-fill-1);
  overflow: hidden;
}

.live-newsList li:first-child {
  margin-bottom: 15px;
}

.live-newsList li:hover .live-news-tit {
  color: #f9ab00;
}

.live-news-tit {
  padding: 0 20px 0 78px;
  font-size: 14px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #8c8c8c;
  position: relative;
}

.live-news-tit:before,
.live-news-tit:after {
  content: '';
  display: block;
  position: absolute;
}

.live-news-tit:before {
  margin-right: 10px;
  left: 20px;
  top: 6px;
  position: absolute;
  border-radius: 11px;
  width: 52px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background-color: #ffa200;
}

.live-news-tit .follow-state {
  margin-right: 10px;
  left: 20px;
  top: 6px;
  display: block;
  position: absolute;
  border-radius: 11px;
  overflow: hidden;
  padding: 0 4px;
}

.live-news--type-act .live-news-tit .follow-state {
  background-color: #f05e5e;
}

.live-news--type-game .live-news-tit .follow-state {
  background-color: #00c0ff;
}

.live-news--type-album .live-news-tit .follow-state {
  background-color: #9f65ff;
}

.live-news--type-ad .live-news-tit .follow-state {
  background-color: #4ecc59;
}

.live-news-figure {
  position: relative;
  height: 130px;
  display: none;
}

.live-news-figure > img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}

.live-news--type-living .live-news-tit:before {
  content: "直播中";
  background-color: #ffa200;
}

.live-news--type-act .live-news-tit:before {
  content: "活动";
  background-color: #f05e5e;
}

.live-news--type-game .live-news-tit:before {
  content: "赛事";
  background-color: #00c0ff;
}

.live-news--type-album .live-news-tit:before {
  content: "专题";
  background-color: #9f65ff;
}

.live-news--type-ad .live-news-tit:before {
  content: "推广";
  background-color: #4ecc59;
}

.live-news:hover .live-news-tit {
  color: #f9ab00;
  background: #f4f4f4;
  background: var(--color-fill-2);
}

.live-news--richtxt {
  position: relative;
}

.live-news--richtxt .live-news-figure {
  z-index: 0;
  display: block;
}

.live-news--richtxt .live-news-tit,
.live-news--richtxt:hover .live-news-tit {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.live-news--richtxt .live-news-tit:after,
.live-news--richtxt:hover .live-news-tit:after {
  background: rgba(255, 255, 255, 0.5);
}

/*名人堂*/
.wrap-inner-fames {
  height: 215px;
  background: url(../../images/page/fames_wrap_bg.jpg) no-repeat center top;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}

.live-panel-fames {
  margin-bottom: 40px;
}

.live-panel-fames .hd {
  margin-bottom: 0;
}

/*首页游戏直播板块*/
.live-panel-game {
  width: 268px;
}

.live-panel-game .hd {
  display: block;
  height: 90px;
  margin-bottom: 20px;
  padding-left: 100px;
}

.live-panel-game .hd .main-tit {
  font-size: 24px;
  line-height: 28px;
  padding: 16px 0 6px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-panel-game .hd .main-tit:before {
  display: none;
}

.live-panel-game .hd .main-tit > i,
.live-panel-game .hd .main-tit > i > img {
  border-radius: 50%;
}

.live-panel-game .hd .main-tit > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
}

.live-panel-game .hd .main-tit > i > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.live-panel-game .hd .more {
  display: block;
  width: 72px;
  padding: 0;
  margin-left: 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #1d91e8;
}

.live-panel-game .hd .more:hover {
  color: #fff;
  background-color: #53bcff;
}

.live-panel-game .bd {
  padding-left: 16px;
}

/*直播广场*/
.live-panel-hotVideo .bd,
.live-panel-god .bd,
.live-panel-goddess .bd,
.live-panel-newcomers .bd {
  margin-bottom: -20px;
}

.live-panel-hotVideo .hd .main-tit:before {
  width: 20px;
  background-image: url(../../images/page/sprites/icon-hot.png?__sprites);
}

.live-panel-god .hd .main-tit:before {
  width: 20px;
  background-image: url(../../images/page/sprites/icon-z.png?__sprites);
}

.live-panel-goddess .hd .main-tit:before {
  width: 20px;
  background-image: url(../../images/page/sprites/icon-foot.png?__sprites);
}

.live-panel-newcomers .hd .main-tit:before {
  width: 20px;
  background-image: url(../../images/page/sprites/icon-x.png?__sprites);
}

.live-panel-host .hd .main-tit:before {
  width: 20px;
  background-image: url(../../images/page/sprites/icon-rank.png?__sprites);
}

.live-panel-newhost .hd .main-tit:before {
  width: 20px;
  background-image: url(../../images/page/sprites/icon-eye.png?__sprites);
}

.live-panel-gridthumbs .hd {
  display: none;
}

.live-panel-gridthumbs .bd {
  margin-bottom: -10px;
}

.nav-crumbs > li a {
  color: #757575;
  color: var(--color-text-2);
}

.nav-crumbs > li a:hover {
  color: #3c3c3c;
  color: var(--color-text-1);
}

.nav-crumbs > li:after {
  color: #757575;
  color: var(--color-text-2);
}

.mod-box .nav > li {
  margin-left: 0;
}

.mod-box .nav-tabs > li > span {
  border-color: transparent;
  color: #757575;
  color: var(--color-text-2);
  padding: 0;
  margin: 0 10px;
  position: relative;
}

.mod-box .nav-tabs > li:after {
  display: none;
}

.mod-box .nav-tabs > li > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffca28;
  background-color: var(--color-fill1-2);
  left: 0;
  bottom: -6px;
  visibility: hidden;
}

.mod-box .nav-tabs > li.active > span:after {
  visibility: visible;
}

.nav-crumbs > li.active {
  color: #3c3c3c;
  color: var(--color-text-1);
}

.dropbox-menu--follow .follow-list li {
  width: 100%;
  height: 78px;
  cursor: pointer;
}

.dropbox-menu--follow .follow-list li,
.dropbox-menu--follow .follow-list li .follow-figure,
.dropbox-menu--follow .follow-list li .follow-infoMain,
.dropbox-menu--follow .follow-list li .follow-infoSub {
  cursor: pointer;
}

.dropbox-menu--follow .follow-list li:hover .follow-infoMain {
  color: #f69c00;
}

.dropbox-menu--follow .follow-list li:hover {
  background-color: #f4f4f4;
  background-color: var(--color-fill-2);
}

.dropbox-menu--follow .follow-figure .figure-c {
  width: 50px;
  height: 50px;
  display: block;
}

.dropbox-menu--follow .follow-list > li .follow-state {
  border-radius: 11px;
  width: 50px;
  top: auto;
  bottom: -11px;
  overflow: hidden;
}

.dropbox-menu--follow .follow-list li .follow {
  padding: 10px;
}

.dropbox-menu--follow .dropbox-btnGroup .btn {
  height: 27px;
  line-height: 26px;
}

.dropbox-menu--follow .dropbox-btnGroup-v2 {
  padding: 10px;
}

.page-index .fr-header {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.page-index .home-nav {
  width: 1000px;
}

.page-index {
  padding-top: 52px;
  padding-bottom: 50px;
  height: auto;
  background-color: transparent;
  background-color: var(--color-fill-live-bg);
}

.page-index.wrapper {
  height: auto;
}

.page-index--nobt {
  background-color: transparent;
  background-color: var(--color-fill-live-bg);
}

.page-index.page-index--nobt,
.page-index--nobt {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-index--nobt .fr-main {
  padding-bottom: 100px;
}

.live-panel-news .live-newsList > li > a > p,
.hot-game-zone .hotGame-list > li > a > p {
  cursor: pointer;
}

.game-live-zone {
  margin-top: 0;
}

.fr-header .home-nav .turn-r {
  width: 620px;
}

.wrap-inner-player {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.widget-qrlink h3 {
  text-align: center;
  color: #8c8c8c;
}

.widget-qrlink .qr-box {
  width: 88px;
  height: 88px;
  margin: 4px auto 0;
  border: 1px solid #ccc;
}

.widget-qrlink .qr-box > img {
  width: 100%;
  height: 100%;
}

.icon-nav {
  background-image: url(../../images/common/nav-spr.png);
  background-repeat: no-repeat;
  display: block;
}

.nav-sidebar-item .sidebar-item-tit .icon-nav.icon-view-subscri {
  display: block;
  margin-bottom: 6px;
}

.nav-sidebar-item:hover .icon-nav.icon-view-subscri {
  background-position: -6px -34px;
}

.icon-nav-all {
  width: 24px;
  height: 20px;
  background-position: -2px -2px;
}

.icon-nav-all-hov {
  width: 24px;
  height: 20px;
  background-position: -2px -26px;
}

.icon-nav-classify {
  width: 24px;
  height: 20px;
  background-position: -2px -50px;
}

.icon-nav-classify-hov {
  width: 24px;
  height: 20px;
  background-position: -2px -74px;
}

.icon-nav-schedule {
  width: 24px;
  height: 20px;
  background-position: -2px -242px;
}

.icon-nav-schedule-hov {
  width: 24px;
  height: 20px;
  background-position: -2px -266px;
}

.icon-nav-WeChatCode {
  width: 24px;
  height: 20px;
  background-position: -2px -194px;
}

.icon-nav-down {
  width: 24px;
  height: 20px;
  background-position: -2px -98px;
}

.icon-nav-down-hov {
  width: 24px;
  height: 20px;
  background-position: -2px -122px;
}

.icon-nav-recomm {
  width: 24px;
  height: 20px;
  background-position: -2px -146px;
}

.icon-nav-recomm-hov {
  width: 24px;
  height: 20px;
  background-position: -2px -170px;
}

.widget-bg-pic {
  width: 100%;
  height: 525px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.widget-bg-pic .pic-operate {
  position: absolute;
  width: 1920px;
  height: 525px;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: 0;
}

/*订阅*/
.icon-view-subscri {
  background: url(../../images/common/view-subscri-spr.png) no-repeat;
  width: 14px;
  height: 16px;
  background-position: -6px -6px;
  display: inline-block;
  vertical-align: middle;
}

.view-txt:hover .icon-view-subscri,
.view-txt.cur .icon-view-subscri {
  background-position: -6px -34px;
}

.view-subscri {
  position: absolute;
  right: 132px;
  top: 0;
  cursor: pointer;
}

.view-subscri .dropbox-menu {
  left: 50%;
  margin-left: -26px;
  top: 41px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.view-subscri:hover .dropbox-menu,
.view-subscri.cur .dropbox-menu {
  -webkit-animation: dropopen .2s both;
          animation: dropopen .2s both;
}

/*历史*/
.icon-view-history {
  background: url(../../images/common/view-history-spr.png) no-repeat;
  width: 16px;
  height: 14px;
  background-position: -2px -2px;
  display: inline-block;
  vertical-align: middle;
}

.view-txt:hover .icon-view-history,
.view-txt.cur .icon-view-history {
  background-position: -2px -20px;
}

.view-txt:hover,
.view-txt.cur {
  color: #333;
}

.view-history {
  position: absolute;
  right: 70px;
  top: 0;
  cursor: pointer;
  width: 44px;
}

.view-txt {
  text-align: right;
  font-size: 12px;
  color: #999;
}

.view-history .tui-tips {
  width: 264px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 7px 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.view-history:hover .tui-tips,
.view-history.cur .tui-tips {
  -webkit-animation: dropopen .3s both;
          animation: dropopen .3s both;
}

.view-history .tui-tips.down.left {
  top: 41px;
}

.history-list {
  width: 100%;
}

.history-list > li > a {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
}

.history-list > li > a:hover {
  background-color: rgba(226, 226, 226, 0.5);
}

.history-list > li.disabled > a:hover {
  cursor: default;
}

.history-list .follow-state {
  display: inline-block;
  border-radius: 11px;
  width: 50px;
  top: auto;
  bottom: auto;
  position: relative;
  margin-right: 4px;
}

.history-list .history-name {
  display: inline-block;
  width: 102px;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
  color: #333333;
  vertical-align: middle;
}

.history-list .history-game {
  display: inline-block;
  width: 76px;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  float: right;
}

@-webkit-keyframes dropopen {
  0% {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  100% {
    max-height: 400px;
    opacity: 1;
    overflow: inherit;
  }
}

@keyframes dropopen {
  0% {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  100% {
    max-height: 400px;
    opacity: 1;
    overflow: inherit;
  }
}

/*直播单元*/
.widget-live {
  width: 235px;
}

.widget-live .figure-info .figure-info-subtit {
  position: relative;
  padding-right: 82px;
}

.figure-info-gname {
  position: absolute;
  right: 0;
  color: #ffae00;
  max-width: 74px;
}

/*最新，最热*/
.btn-group {
  float: right;
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 9px;
}

.btn-group .btn + .btn {
  margin-left: 16px;
}

.btn-group .btn.cur,
.btn-group .btn:hover {
  color: #f9ab00;
  cursor: pointer;
}

.ico-new {
  width: 22px;
  height: 12px;
  position: absolute;
  right: -23px;
  top: 14px;
  background: url(../../images/tui/ico-search-tag-new.png) no-repeat;
}

.ico-new.ico-new--top {
  top: -3px;
}

.marCenter {
  margin: auto;
  width: 1000px;
  /*overflow: hidden;*/
}

.we-button--default--grey {
  color: #8c8c8c;
  border-color: #ccc;
}

.button--lol.we-button {
  font-size: 12px;
  padding: 0 10px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  color: #525252;
  text-align: center;
  border: 1px solid #ababab;
  min-width: 80px;
  margin: 0;
  border-radius: 13px;
}

.button--lol.we-button:hover {
  border-color: #4a84b5;
  color: #4a84b5;
}

.video-list--third {
  margin-right: -20px;
  font-size: 0;
}

.video-list--third > li {
  width: 33.33%;
  padding-right: 20px;
  margin-bottom: 22px;
  display: inline-block;
}

.video-list--four {
  margin-right: -20px;
  font-size: 0;
}

.video-list--four > li {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 22px;
  display: inline-block;
}

.icon-video-sm {
  width: 13px;
  height: 11px;
  display: inline-block;
  background-image: url("../../images/common/icon-refresh-sm-cn.png");
  background-image: var(--icon-refresh-sm);
  background-size: 13px 11px;
  vertical-align: middle;
  margin-right: 5px;
}

.video-list .mod-figure .figure:before {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: none;
  /*border:1px solid #f24e42; */
  border: none;
  border-radius: 3px;
}

.mod-hd-r .we-select {
  width: 130px;
}

.mod-hd-r .we-select + .we-select {
  margin-left: 10px;
}

.we-select--transparent.we-select {
  width: auto;
}

.we-select--transparent.we-select + .widget-modeBox-hd-modTab-item {
  margin-left: 10px;
}

.we-select--transparent .we-select-input {
  background-color: transparent;
  border: 0;
}

.we-select--transparent .we-select-input:before {
  display: none;
}

.we-select--transparent .we-select-input:after {
  height: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAALklEQVQI12PYvn37fwYcYPv27f+ZYAxskigcZAFkPiNWHQwMDJ6enoxY7URXCAC86CNsq6fjoQAAAABJRU5ErkJggg==) no-repeat;
}

.we-select--transparent .we-select-input .we-select-placeholder {
  position: relative;
  cursor: pointer;
  overflow: visible;
}

.we-select--transparent .we-select-input:hover .we-select-placeholder {
  color: #3c3c3c;
  font-weight: bold;
}

.we-select--transparent .we-select-input.cur:before,
.we-select--transparent.expand .we-select-input:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f9ab00;
  position: absolute;
  top: 22px;
  left: 0;
}

.header--column > .nav.nav-crumbs > li {
  margin-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header--column.header {
  height: auto;
  margin-top: -14px;
  margin-bottom: 11px;
}

.icon-volumn {
  width: 11px;
  height: 12px;
  display: inline-block;
  background: url("../../images/widget/audio-volumn.png") no-repeat;
  background-size: 11px 12px;
  vertical-align: 0;
  margin-right: 7px;
}

.page-index.page-index--video {
  padding-top: 0;
}

.mod-box .nav-tabs {
  padding: 3px 0;
  margin-left: -12px;
}

.fr-row--two .fr-col-flex {
  width: 50%;
}

.fr-row--two .fr-col-flex:first-child {
  padding-right: 10px;
}

.fr-row--two .fr-col-flex:last-child {
  padding-left: 10px;
}

.icon-refresh-sm {
  width: 12px;
  height: 11px;
  display: inline-block;
  background: url("../../images/common/icon-refresh-sm-cn.png") no-repeat;
  background: var(--icon-refresh-sm) no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}

.we-button.cur .icon-refresh-sm {
  -webkit-animation: rotateIcon 1s;
          animation: rotateIcon 1s;
}

@-webkit-keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.ico-badge {
  width: 6px;
  height: 6px;
  background: #d21112;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin: -20px 0 0 0;
}

.icon-refresh-cur {
  width: 12px;
  height: 11px;
  display: inline-block;
  background: url(../../images/common/icon-refresh-hov.png) no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}

body {
  background-color: transparent;
  background-color: var(--color-fill-live-bg);
}
