@charset "UTF-8";
/**
 * 定义变量
 */
.icon-cate {
  background-image: url(../images/439415c7be77883dce99cf8d31e0d1bd.png); }

.icon-feed, .player-bar .phone-bar .icon {
  background-image: url(../images/sprite-feed.png); }

.icon-global {
  background-image: url(../images/t01876579f741ec8b00.png); }

.icon-pics, .popup .main .close, .popup .main .prev, .popup .main .next {
  background-image: url(../images/bb8ab990c34e039f9bcd38a9b7bee436.png); }

.icon-top {
  background-image: url(../images/3192be171f4df302a9e0be33ec8db5a4.png); }

.icon-up, .popup .main .like .icon, #screenshotArea .tt-msg-content .pics-up .btn-up .icon {
  background-image: url(../images/sprite-up.png); }

.icon-cate {
  background-image: url(../images/439415c7be77883dce99cf8d31e0d1bd.png); }

.icon-feed, .player-bar .phone-bar .icon {
  background-image: url(../images/sprite-feed.png); }

.icon-global {
  background-image: url(../images/t01876579f741ec8b00.png); }

.icon-pics, .popup .main .close, .popup .main .prev, .popup .main .next {
  background-image: url(../images/bb8ab990c34e039f9bcd38a9b7bee436.png); }

.icon-top {
  background-image: url(../images/3192be171f4df302a9e0be33ec8db5a4.png); }

.icon-up, .popup .main .like .icon, #screenshotArea .tt-msg-content .pics-up .btn-up .icon {
  background-image: url(../images/sprite-up.png); }

.feed-list .list {
  margin: -10px -8px 10px -7px;
  font-size: 0; }

.feed-list .feed {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px 8px 10px 7px;
  width: 172px;
  height: 340px;
  font-size: 12px; }
  .feed-list .feed .hj-emoji {
    vertical-align: text-bottom;
    width: 14px; }
  .feed-list .feed .link {
    display: block;
    text-decoration: none;
    height: 100%; }
    .feed-list .feed .link:hover {
      margin: -1px;
      border: 1px solid #fc4e53;
      box-shadow: 0 -1px 12px 4px rgba(0, 0, 0, 0.2);
      color: inherit; }
      .feed-list .feed .link:hover:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 245px;
        top: 0;
        left: 0;
        z-index: 1;
        background: url(../images/t017b0cda9ae38f60da.png) center 55% no-repeat;
        background-color: rgba(0, 0, 0, 0.2); }
  .feed-list .feed .screenshot {
    width: 100%;
    height: 245px;
    display: block; }
  .feed-list .feed .user {
    position: relative;
    height: 35px;
    width: 100%;
    z-index: 2;
    margin-top: -10px;
    line-height: 40px;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    color: #313131; }
    .feed-list .feed .user .avatar {
      width: 38px;
      height: 38px;
      margin: -5px 3px 0 5px;
      border: 1px solid #eeeeee;
      display: inline-block;
      vertical-align: top;
      border-radius: 100%; }
      .feed-list .feed .user .avatar img {
        width: 100%;
        height: 100%;
        border-radius: 100%; }
      .feed-list .feed .user .avatar.avatar-v:after {
        right: 0; }
    .feed-list .feed .user .username {
      color: #fc4e53;
      margin: 0 3px;
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      text-overflow: ellipsis; }
  .feed-list .feed .title {
    margin: 7px 5px auto 5px;
    line-height: 20px;
    text-align: center;
    font-size: 13px; }
  .feed-list .feed .comment {
    height: 36px;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #eeeeee;
    color: #313131;
    line-height: 18px;
    padding: 7px 5px;
    margin-top: 13px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .feed-list .feed .comment .comment-inner {
      max-height: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
    .feed-list .feed .comment em {
      font-style: normal;
      color: #ff9624; }
    .feed-list .feed .comment:after {
      content: '';
      position: absolute;
      top: -10px;
      left: 16px;
      width: 17px;
      height: 11px;
      background: url(../images/9ca67176ca1b12f922022edca823528b.png); }
  .feed-list .feed:before {
    position: absolute;
    display: block;
    width: 50px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    right: 0;
    top: 0;
    z-index: 3; }
  .feed-list .feed.live:before {
    background: url("../images/192b67a22312f4afb3bc566915bb5105.png") no-repeat center;
    content: '直播';
    width: 45px; }
  .feed-list .feed.live .user .username {
    max-width: 70px; }
  .feed-list .feed.live .user:after {
    content: '的直播'; }
  .feed-list .feed.review:before {
    background: url("../images/t01dcdc97477f20fe9b.png") no-repeat center;
    content: '回放';
    width: 45px; }
  .feed-list .feed.review .user .username {
    max-width: 110px; }

.oldie .feed-list .feed {
  display: inline; }
  .oldie .feed-list .feed .comment {
    margin-top: 10px; }

.feed-list .feed .before {
  display: none; }

.ie .comment .comment-inner {
  display: inline-block; }

.ie .comment:before {
  content: '';
  width: 0;
  height: 48px;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle; }

.ie .feed-list .feed .before {
  position: absolute;
  display: block;
  width: 50px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  right: 0;
  top: 0;
  z-index: 3; }

.ie .feed-list .feed.live .before {
  background: url("../images/192b67a22312f4afb3bc566915bb5105.png") no-repeat center;
  content: '直播';
  width: 45px; }

.ie .feed-list .feed.review .before {
  background: url("../images/t01dcdc97477f20fe9b.png") no-repeat center;
  content: '回放';
  width: 45px; }

.ie .feed-list .feed.special .before {
  background: url("../images/t019fe8d350a0b06d90.png") no-repeat center;
  width: 100px;
  height: 40px;
  content: ''; }

.jingmo-common {
  display: inline-block;
  color: #484848;
  font-size: 14px;
  position: relative; }
  .jingmo-common .jingmo-btn {
    display: inline-block;
    width: 24px;
    height: 12px;
    border-radius: 12px;
    background-color: #b3b3b3; }
  .jingmo-common .jm-checkbox {
    vertical-align: middle;
    position: relative;
    top: -1px; }
  .jingmo-common .btn-bg {
    background-color: #fe396f; }
  .jingmo-common .jingmo-btn-tag {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #fff; }
  .jingmo-common .jingmo-prompt {
    display: inline-block;
    line-height: 18px; }
  .jingmo-common .btn-on {
    float: right; }

.jingmo {
  float: right;
  display: inline-block;
  height: 100px;
  width: 114px;
  color: #fe396f;
  font-size: 14px;
  position: relative; }
  .jingmo .jingmo-btn {
    display: inline-block;
    width: 24px;
    height: 12px;
    position: absolute;
    top: 44px;
    right: 90px;
    border-radius: 12px;
    background-color: #b3b3b3; }
  .jingmo .btn-bg {
    background-color: #fe396f; }
  .jingmo .jingmo-btn-tag {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #fff; }
  .jingmo .jingmo-prompt {
    display: inline-block;
    width: 76px;
    line-height: 18px;
    position: absolute;
    top: 32px;
    right: 8px; }
  .jingmo .btn-on {
    float: right; }

.jingmo-video {
  position: absolute;
  right: 20px;
  top: 94px; }

.jingmo-review {
  position: absolute;
  right: 0;
  top: 0; }

.jingmo-feed {
  display: block;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box; }

.icon-cate {
  background-image: url(../images/439415c7be77883dce99cf8d31e0d1bd.png); }

.icon-feed, .player-bar .phone-bar .icon {
  background-image: url(../images/sprite-feed.png); }

.icon-global {
  background-image: url(../images/t01876579f741ec8b00.png); }

.icon-pics, .popup .main .close, .popup .main .prev, .popup .main .next {
  background-image: url(../images/bb8ab990c34e039f9bcd38a9b7bee436.png); }

.icon-top {
  background-image: url(../images/3192be171f4df302a9e0be33ec8db5a4.png); }

.icon-up, .popup .main .like .icon, #screenshotArea .tt-msg-content .pics-up .btn-up .icon {
  background-image: url(../images/sprite-up.png); }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(255, 255, 255, 0.8); }
  .popup .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .popup .main {
    position: relative;
    padding: 20px 20px 10px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
    float: none;
    width: auto; }
    .popup .main .picture {
      max-width: 100%;
      margin-bottom: 10px; }
    .popup .main .user {
      float: left;
      color: #959595;
      line-height: 50px; }
      .popup .main .user .link {
        text-decoration: none; }
        .popup .main .user .link:hover .avatar {
          border-color: #f9ca2f; }
      .popup .main .user .avatar {
        height: 46px;
        width: 46px;
        border: 2px solid #eeeeee;
        border-radius: 100%;
        vertical-align: middle;
        border: 2px solid transparent;
        -webkit-transition: .2s linear;
        transition: .2s linear; }
      .popup .main .user .username {
        color: #313131;
        margin: 0 5px 0 10px; }
        .popup .main .user .username .hj-emoji {
          vertical-align: text-bottom;
          width: 14px; }
    .popup .main .like {
      float: right;
      margin-top: 10px;
      width: 100px;
      height: 35px;
      line-height: 35px;
      color: #ffffff;
      background: #fc5156;
      text-align: center;
      cursor: pointer; }
      .popup .main .like .icon {
        margin-right: 7px;
        vertical-align: middle; }
      .popup .main .like.will .icon {
        background-position: 0px 0px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 20px;
        height: 16px; }
      .popup .main .like.done .icon {
        background-position: 0px -86px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 21px;
        height: 21px; }
      .popup .main .like:hover {
        background: #FD686D; }
    .popup .main .close {
      position: absolute;
      border-radius: 100%;
      right: -22px;
      top: -22px;
      cursor: pointer;
      background-position: 0px -44px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: block;
      width: 44px;
      height: 44px; }
      .popup .main .close:hover {
        background-position: 0px 0px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        width: 44px;
        height: 44px; }
    .popup .main .prev, .popup .main .next {
      position: absolute;
      width: 24px;
      height: 43px;
      top: 50%;
      margin-top: -22px;
      display: block;
      cursor: pointer; }
    .popup .main .prev {
      left: -75px;
      background-position: 0px -259px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: block;
      width: 39px;
      height: 57px; }
      .popup .main .prev:hover {
        background-position: 0px -202px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        width: 39px;
        height: 57px; }
    .popup .main .next {
      right: -75px;
      background-position: 0px -145px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: block;
      width: 39px;
      height: 57px; }
      .popup .main .next:hover {
        background-position: 0px -88px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        width: 39px;
        height: 57px; }

.already-like {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -90px;
  width: 180px;
  height: 80px;
  background: url(../images/like_done.png);
  z-index: 200; }

.ie .popup .inner {
  left: 50%;
  right: auto; }

.ie .popup .main {
  position: relative;
  width: 434px;
  left: -50%;
  top: 20px; }

.review .player-comment {
  margin-bottom: 40px;
  /* 公共评论框 */
  /* 评论显示列表 */
  /* 加载更多 */
  /* 提示框 */
  /*.tip{display:inline;width:auto;position:fixed;margin:0 auto;bottom:10%;left:50%;margin-left:-34px;background:#ccc;padding:5px 10px;border-radius:10px;line-height:14px;}*/ }
  .review .player-comment .reply-title {
    font-size: 16px;
    color: #2d2c2c;
    margin-bottom: 10px;
    background: url(../images/582da3b0b429880e666cd5fb4ebe9159.png) no-repeat 0 5px;
    padding-left: 22px; }
  .review .player-comment .reply-box {
    border: 1px solid #ddd;
    margin-bottom: 10px; }
  .review .player-comment .reply-box.on .reply-box-btn-submit {
    display: none; }
  .review .player-comment .reply-box.on .reply-box-footer {
    display: block; }
  .review .player-comment .reply-box.on .reply-box-content .text-container {
    padding-right: 10px; }
  .review .player-comment .reply-box-content {
    position: relative; }
  .review .player-comment .reply-box-content .text-container {
    height: 42px;
    padding: 10px;
    padding-right: 84px; }
  .review .player-comment .reply-box-content textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    outline: none; }
  .review .player-comment .reply-box-content .reply-box-btn-submit, .review .player-comment .reply-box-footer .reply-box-btn-login {
    background: #e95b59;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    display: block;
    cursor: pointer;
    text-decoration: none; }
  .review .player-comment .reply-box-content .reply-box-btn-submit {
    width: 72px;
    height: 58px;
    line-height: 58px;
    top: 2px;
    right: 2px; }
  .review .player-comment .reply-box-footer {
    background: #f8f8f8;
    height: 40px;
    margin-top: -1px;
    position: relative;
    display: none; }
  .review .player-comment .reply-box-footer .reply-box-btn-login {
    width: 57px;
    height: 25px;
    line-height: 25px;
    top: 7px;
    right: 10px; }
  .review .player-comment .reply-box-footer .reply-box-btn-login:hover {
    text-decoration: none; }
  .review .player-comment .reply-container.login .avatar {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    margin-right: 10px; }
  .review .player-comment .reply-container.login .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .review .player-comment .reply-container.login .avatar.avatar-v:after {
    right: 0;
    bottom: 0; }
  .review .player-comment .reply-container.login .avatar:hover {
    border-color: #f9ca2f; }
  .review .player-comment .reply-container.login .reply-box {
    float: left;
    width: 868px; }
  .review .player-comment .content ul li {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 20px; }
  .review .player-comment .content ul li .post-avatar {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: .2s linear;
    transition: .2s linear; }
  .review .player-comment .content ul li .post-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .review .player-comment .content ul li .post-avatar.avatar-v:after {
    right: 0;
    bottom: 0; }
  .review .player-comment .content ul li .post-avatar:hover {
    border-color: #f9ca2f; }
  .review .player-comment .content ul li .post-body {
    padding-left: 50px; }
  .review .player-comment .content ul li .post-body a {
    text-decoration: none;
    -webkit-transition: .1s;
    transition: .1s; }
  .review .player-comment .content ul li .post-body .post-body-header a, .review .player-comment .content ul li .post-body .post-body-expand a {
    color: #53beed;
    font-size: 14px; }
  .review .player-comment .content ul li .post-body .post-body-header a:hover, .review .player-comment .content ul li .post-body .post-body-expand a:hover {
    color: #fc4e53; }
  .review .player-comment .content ul li .post-body .post-body-expand {
    background: #eee;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px; }
  .review .player-comment .content ul li .post-body .post-body-content {
    color: #2d2c2c;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px; }
  .review .player-comment .content ul li .post-body-footer {
    margin: 10px 0 16px 0;
    color: #868686; }
  .review .player-comment .content ul li .post-body-footer .post-body-btn-report, .review .player-comment .content ul li .post-body-footer .post-body-btn-reply, .review .player-comment .content ul li .post-body-btn-delete {
    float: right;
    margin-right: 15px;
    color: #868686; }
  .review .player-comment .content ul li.no-comment {
    border: none;
    text-align: center; }
  .review .player-comment .load-more {
    line-height: 49px;
    text-align: center;
    color: #777; }
  .review .player-comment .load-more a {
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none; }
  .review .player-comment .tip {
    display: inline;
    width: auto;
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -7px;
    background: #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 14px;
    z-index: 5; }

/* 送礼区域 */
.gift-bar {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 999; }
  .gift-bar .gift-area-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 555px;
    height: 100%;
    margin-left: 0; }

.gift-operate {
  position: absolute;
  right: 0;
  z-index: 100;
  height: 100%; }
  .gift-operate .choose-gift-mean {
    float: left;
    position: relative;
    margin-right: 5px;
    margin-top: 21px; }
    .gift-operate .choose-gift-mean .gift-number {
      float: left;
      display: none;
      width: 75px;
      height: 60px;
      color: #333;
      font-size: 14px;
      text-decoration: none;
      outline: none;
      background: url(../images/6298001b6e5ea4f45145027aa254b023.png) -5px -191px no-repeat transparent;
      line-height: 60px; }
      .gift-operate .choose-gift-mean .gift-number span {
        display: block;
        margin-right: 20px;
        text-align: center; }
      .gift-operate .choose-gift-mean .gift-number:hover {
        background-position: -90px -191px; }
      .gift-operate .choose-gift-mean .gift-number:active {
        background-position: -176px -191px; }
    .gift-operate .choose-gift-mean .btn-pay {
      float: left;
      border: 0;
      outline: none;
      width: 70px;
      height: 60px;
      background: url(../images/6298001b6e5ea4f45145027aa254b023.png) -5px -75px no-repeat transparent; }
      .gift-operate .choose-gift-mean .btn-pay:hover {
        background-position: -85px -75px; }
      .gift-operate .choose-gift-mean .btn-pay:active {
        background-position: -165px -75px; }
      .gift-operate .choose-gift-mean .btn-pay.disabled {
        cursor: default;
        background-position: -245px -75px;
        opacity: 0.6;
        filter: alpha(opacity=60); }
        .gift-operate .choose-gift-mean .btn-pay.disabled:hover, .gift-operate .choose-gift-mean .btn-pay.disabled.active {
          background-position: -245px -75px; }
    .gift-operate .choose-gift-mean .choose-gift-pop {
      display: none;
      position: absolute;
      bottom: 64px;
      width: 100%;
      height: 170px;
      background-color: #fff;
      border-radius: 3px;
      border: 1px solid #d9d9d9;
      box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.1); }
      .gift-operate .choose-gift-mean .choose-gift-pop .choose-gift-item a {
        display: block;
        line-height: 24px;
        overflow: hidden;
        padding: 0 10px; }
        .gift-operate .choose-gift-mean .choose-gift-pop .choose-gift-item a:hover {
          background-color: #f1f1f1; }
      .gift-operate .choose-gift-mean .choose-gift-pop .choose-gift-item .num {
        float: left;
        color: #333; }
      .gift-operate .choose-gift-mean .choose-gift-pop .choose-gift-item .text {
        float: right;
        color: #999; }
  .gift-operate .choose-open .gift-number:hover {
    background-position: -261px -191px; }
  .gift-operate .choose-open .gift-number:active {
    background-position: -346px -191px; }
  .gift-operate .choose-open .choose-gift-pop {
    display: block; }
  .gift-operate .link-pay {
    float: left;
    margin-top: 40px;
    margin-right: 5px;
    font-size: 14px;
    color: #fa3a70; }
    .gift-operate .link-pay i {
      display: inline-block;
      width: 10px;
      height: 18px;
      vertical-align: -3px;
      background: url(../images/6298001b6e5ea4f45145027aa254b023.png) -362px -77px no-repeat transparent; }
    .gift-operate .link-pay:hover {
      color: #ff5e8b; }
      .gift-operate .link-pay:hover i {
        background-position: -362px -99px; }
    .gift-operate .link-pay:active {
      color: #da2357; }
      .gift-operate .link-pay:active i {
        background-position: -362px -120px; }

.gift-mask {
  position: absolute;
  top: 0;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 100px;
  font-size: 16px;
  color: #999999;
  background-color: rgba(255, 255, 255, 0.7); }
  .gift-mask .systemupgrade {
    width: 60px;
    line-height: 14px;
    margin: 0 auto;
    margin-top: 166px;
    padding-top: 53px;
    background: url("../images/6ec912d57ed627e65f30075f0a1a4939.png") no-repeat center;
    background-size: 43px 38px;
    font-size: 10px; }
  .gift-mask .goapp {
    width: 60px;
    font-size: 12px;
    margin: 30px auto; }

.gift-pop {
  position: absolute;
  width: 100%;
  left: 80px;
  top: 13px;
  z-index: 2; }
  .gift-pop .gift-detail {
    display: none;
    position: absolute;
    width: 296px;
    height: 80px;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: left .3s;
    transition: left .3s; }
    .gift-pop .gift-detail .world-gift {
      display: none;
      position: absolute;
      top: -50px;
      left: 0;
      width: 100%;
      height: 36px;
      padding: 7px 0;
      background: rgba(0, 0, 0, 0.3);
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      text-align: center;
      line-height: 18px;
      font-size: 13px;
      color: #fff; }
    .gift-pop .gift-detail p {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; }
    .gift-pop .gift-detail.is-world-gift .world-gift {
      display: block; }
    .gift-pop .gift-detail:before {
      display: none;
      content: '';
      position: absolute;
      left: 50%;
      bottom: -6px;
      height: 0;
      line-height: 0;
      border-top: 6px solid rgba(0, 0, 0, 0.1);
      border-left: 6px solid rgba(0, 0, 0, 0);
      border-right: 6px solid rgba(0, 0, 0, 0); }
    .gift-pop .gift-detail:after {
      display: none;
      content: '';
      position: absolute;
      left: 50%;
      bottom: -5px;
      height: 0;
      line-height: 0;
      border-top: 6px solid #fff;
      border-left: 6px solid rgba(0, 0, 0, 0);
      border-right: 6px solid rgba(0, 0, 0, 0); }
    .gift-pop .gift-detail i {
      font-style: normal; }
  .gift-pop .pic {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    text-align: center; }
    .gift-pop .pic img {
      width: 80px;
      height: 80px; }
  .gift-pop .info {
    position: absolute;
    top: 10px;
    left: 110px; }
  .gift-pop .title {
    position: relative;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 4px;
    line-height: 20px; }
    .gift-pop .title h3 {
      float: left;
      overflow: hidden;
      max-width: 112px;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      color: #333;
      margin-right: 4px; }
    .gift-pop .title .price {
      color: #999; }
  .gift-pop .info-row {
    line-height: 20px; }
    .gift-pop .info-row .btn-pay {
      color: #FF4B72; }
  .gift-pop .exp-row {
    display: none;
    padding-bottom: 5px;
    margin: 5px 0;
    color: #999;
    font-size: 12px;
    border-bottom: 1px solid #eee; }
  .gift-pop .desc-row {
    display: none; }
  .gift-pop .balance {
    margin-top: 15px; }
    .gift-pop .balance .money {
      margin-right: 10px;
      padding-left: 27px;
      background: url(../images/t01dff5a069e1022358.png) 0 center no-repeat; }
    .gift-pop .balance a {
      padding-right: 10px;
      background: url(../images/414cb8a49d03c57471846ac4af6a7909.png) 100% center no-repeat;
      text-decoration: none; }
      .gift-pop .balance a:hover {
        border-bottom: 1px solid #fa3a70; }
  .gift-pop .btn-send {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 58px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #e95b59; }
    .gift-pop .btn-send:hover {
      background-color: #f86967; }
    .gift-pop .btn-send:active {
      background-color: #d34d4b; }
    .gift-pop .btn-send.dis {
      cursor: default;
      background-color: #c0c0c0; }
  .gift-pop .tip {
    position: absolute;
    bottom: 8px;
    left: 116px;
    line-height: 28px; }
    .gift-pop .tip.msg {
      color: #e95b59; }

.gift-slide {
  position: relative;
  width: 100%;
  height: 100px; }
  .gift-slide .open-icon {
    position: absolute;
    right: 0;
    top: 22px;
    width: 20px;
    height: 60px;
    outline: none;
    z-index: 2;
    background: url(../images/6298001b6e5ea4f45145027aa254b023.png) -5px -5px no-repeat transparent; }
    .gift-slide .open-icon:hover {
      background-position: -42px -5px; }
    .gift-slide .open-icon:active {
      background-position: -79px -5px; }
  .gift-slide.gift-slide-open {
    background-color: #fff; }
    .gift-slide.gift-slide-open .viewport-wrap {
      height: 240px; }
      .gift-slide.gift-slide-open .viewport-wrap .category-nav {
        display: block; }
    .gift-slide.gift-slide-open .viewport {
      height: 210px; }
    .gift-slide.gift-slide-open .open-icon {
      background-position: -142px -5px; }
      .gift-slide.gift-slide-open .open-icon:hover {
        background-position: -179px -5px; }
      .gift-slide.gift-slide-open .open-icon:active {
        background-position: -216px -5px; }
  .gift-slide .viewport-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }
    .gift-slide .viewport-wrap .hide {
      display: none; }
    .gift-slide .viewport-wrap .category-nav {
      display: none;
      position: absolute;
      top: -40px;
      background-color: #fff; }
      .gift-slide .viewport-wrap .category-nav a {
        display: inline-block;
        line-height: 40px;
        padding: 0 40px;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 2px solid transparent; }
        .gift-slide .viewport-wrap .category-nav a:hover {
          text-decoration: none;
          color: #fa3a70; }
        .gift-slide .viewport-wrap .category-nav a.active {
          color: #fa3a70;
          border-bottom: 2px solid #fa3a70; }
      .gift-slide .viewport-wrap .category-nav .line {
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 15px;
        background-color: #eee; }
  .gift-slide .report-btn {
    padding-left: 20px;
    height: 20px;
    color: #bfbfbf;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    background: url(../images/53e97ae234c5304298ef6396effdb25b.png) 5px 0px no-repeat;
    background-size: 15px 15px;
    bottom: -4px;
    left: 14px; }
  .gift-slide .viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70px;
    margin-top: 15px; }
  .gift-slide .panels {
    position: absolute;
    top: 0; }
    .gift-slide .panels .items {
      overflow: hidden;
      padding: 5px 0; }
      .gift-slide .panels .items li {
        position: relative;
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 4px;
        cursor: pointer; }
        .gift-slide .panels .items li.li-first {
          margin-left: 20px; }
        .gift-slide .panels .items li a {
          display: inline-block;
          overflow: hidden;
          width: 100%;
          height: 100%;
          border: 1px solid #efefef;
          border-radius: 3px;
          box-sizing: content-box; }
          .gift-slide .panels .items li a:hover {
            border: 1px solid #fa3a70; }
          .gift-slide .panels .items li a img {
            -webkit-transition: -webkit-transform .1s ease-in;
            transition: -webkit-transform .1s ease-in;
            transition: transform .1s ease-in;
            transition: transform .1s ease-in, -webkit-transform .1s ease-in; }
        .gift-slide .panels .items li.hover img {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); }
        .gift-slide .panels .items li.active a {
          border: 1px solid #fa3a70; }
        .gift-slide .panels .items li.lianfa:after {
          content: '';
          position: absolute;
          top: 0;
          left: -3px;
          width: 16px;
          height: 16px;
          background-image: url(../images/2afbb893d2b9927bd3ee03511b2470ee.png); }
        .gift-slide .panels .items li .status {
          display: none;
          position: absolute;
          left: 28px;
          top: 43px;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          color: #fff;
          font-size: 12px;
          padding: 0 6px;
          border-radius: 9px;
          white-space: nowrap;
          background-color: #FF4B72; }
        .gift-slide .panels .items li .privilege {
          display: none;
          position: absolute;
          right: -1px;
          top: 0;
          width: 24px;
          height: 14px;
          background: url(../images/f86c15914222ab3d7dbe5ab9fab16584.png) center no-repeat transparent; }
        .gift-slide .panels .items li .privilege-show {
          display: block; }
        .gift-slide .panels .items li .amount {
          display: block;
          text-align: center;
          color: #222222; }
      .gift-slide .panels .items img {
        display: inline-block;
        width: 60px;
        height: 60px; }
  .gift-slide .slide-btn {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 26px;
    text-decoration: none;
    cursor: pointer; }
    .gift-slide .slide-btn:hover {
      color: #333; }
    .gift-slide .slide-btn.btn-prev {
      top: 0;
      background: url("../images/t014485fa81705bcc0a.png") no-repeat center 6px; }
    .gift-slide .slide-btn.btn-next {
      bottom: 0;
      background: url("../images/t01bc0d183ec50f4e32.png") no-repeat center 13px; }
    .gift-slide .slide-btn.disabled {
      opacity: 0.2;
      filter: alpha(opacity=20); }
    .gift-slide .slide-btn:after {
      content: ''; }
    .gift-slide .slide-btn:before {
      content: ''; }

.gift-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%; }
  .gift-dialog .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .gift-dialog .dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 280px;
    margin-top: -200px;
    margin-left: -140px;
    border-radius: 5px;
    padding-bottom: 40px;
    background-color: #fff; }
    .gift-dialog .dialog .btn-close {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 24px;
      text-decoration: none;
      color: #666;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center; }
      .gift-dialog .dialog .btn-close:hover {
        color: #fa3a70; }
  .gift-dialog .dialog-hd {
    position: relative;
    height: 30px;
    color: #fff;
    line-height: 30px;
    background-color: #fc4e53; }
    .gift-dialog .dialog-hd .title {
      text-indent: 24px; }
    .gift-dialog .dialog-hd .close {
      position: absolute;
      right: 5px;
      top: 5px;
      width: 18px;
      height: 18px;
      line-height: 18px;
      font-size: 14px;
      color: #fbc6c7;
      text-align: center;
      border: 1px solid #fd6e72; }
      .gift-dialog .dialog-hd .close:hover {
        border-color: #fbc6c7; }
  .gift-dialog .dialog-bd {
    padding-top: 30px;
    font-size: 14px;
    color: #333; }
    .gift-dialog .dialog-bd .title {
      text-align: center; }
    .gift-dialog .dialog-bd .message {
      margin: 25px;
      word-break: break-all;
      text-align: left;
      line-height: 24px; }
      .gift-dialog .dialog-bd .message.center {
        text-align: center; }
    .gift-dialog .dialog-bd .btns {
      text-align: center; }
      .gift-dialog .dialog-bd .btns a {
        display: inline-block;
        width: 126px;
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
        border-radius: 3px;
        color: #fff;
        text-decoration: none;
        font-style: normal;
        font-size: 14px; }
        .gift-dialog .dialog-bd .btns a.btn-cancel {
          background-color: #bebebe; }
          .gift-dialog .dialog-bd .btns a.btn-cancel:hover {
            background-color: #bfbfbf; }
          .gift-dialog .dialog-bd .btns a.btn-cancel:active {
            background-color: #bdbdbd; }
        .gift-dialog .dialog-bd .btns a.btn-recharge {
          background-color: #fa3a70; }
          .gift-dialog .dialog-bd .btns a.btn-recharge:hover {
            background-color: #fc4e7d; }
          .gift-dialog .dialog-bd .btns a.btn-recharge:active {
            background-color: #ed2860; }

/* 榜单 */
.toplist {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 170px;
  background: #ffffff;
  margin-bottom: 5px; }
  .toplist .toptab {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    background-color: #FFF;
    border-bottom: 2px solid #FFF; }
    .toplist .toptab a {
      display: block;
      color: #666;
      text-decoration: none; }
    .toplist .toptab .tabitem {
      position: relative;
      float: left;
      width: 50%; }
      .toplist .toptab .tabitem .line {
        position: absolute;
        right: -1px;
        top: 13px;
        z-index: 1;
        width: 1px;
        height: 16px;
        background-color: #eee; }
    .toplist .toptab .active {
      background: #ffffff;
      border-bottom: 2px solid #FF426C;
      height: 38px;
      line-height: 38px; }
      .toplist .toptab .active a {
        color: #333; }
  .toplist .topview {
    height: 370px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .toplist .topview.hide {
      height: 120px; }
  .toplist .viewitem {
    position: relative;
    min-height: 126px;
    max-height: 370px;
    display: none;
    overflow: auto; }
    .toplist .viewitem.active {
      display: block; }
  .toplist .g-top {
    margin: 0 10px 0 0;
    padding-bottom: 4px;
    padding-top: 8px;
    line-height: 26px;
    color: #999; }
    .toplist .g-top .listitem {
      position: relative;
      height: 28px;
      padding: 4px 15px 4px 10px;
      border-radius: 5px; }
      .toplist .g-top .listitem:hover {
        background-color: #eee; }
    .toplist .g-top .index, .toplist .g-top .avatar, .toplist .g-top .nickname {
      float: left; }
    .toplist .g-top .index {
      width: 26px;
      margin-right: 4px;
      text-align: center;
      background-position: center 6px;
      background-repeat: no-repeat; }
      .toplist .g-top .index.top-1 {
        text-indent: -100%;
        background-image: url(../images/05befc709c7b1cdba396de0a37326b69.png); }
      .toplist .g-top .index.top-2 {
        text-indent: -100%;
        background-image: url(../images/61fd40401d76d4daeb3e5939a3f00d70.png); }
      .toplist .g-top .index.top-3 {
        text-indent: -100%;
        background-image: url(../images/b1999174246dcacc978def024629291c.png); }
    .toplist .g-top .avatar {
      margin-top: 2px;
      margin-right: 12px;
      margin-left: 0;
      width: 24px;
      height: 24px; }
      .toplist .g-top .avatar img {
        width: 24px;
        height: 24px;
        border-radius: 14px;
        vertical-align: top; }
      .toplist .g-top .avatar.avatar-v:after {
        right: -2px;
        bottom: 0; }
    .toplist .g-top a.nickname {
      width: 132px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 14px;
      color: #333333;
      text-decoration: none; }
      .toplist .g-top a.nickname img {
        vertical-align: middle; }
    .toplist .g-top span.nickname {
      color: #686868; }
    .toplist .g-top .orderby {
      position: absolute;
      top: 4px;
      right: 6px; }
      .toplist .g-top .orderby .num {
        font-style: normal; }
  .toplist .empty {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 52px;
    margin-left: -100px;
    margin-top: -26px; }
    .toplist .empty .pic {
      float: left;
      margin-right: 20px; }
    .toplist .empty .title {
      margin-top: 5px;
      color: #ffffff;
      font-size: 14px; }
    .toplist .empty .subtitle {
      color: #777777;
      font-size: 12px; }

/* 直播或回放完毕，推荐其他内容 */
.recommend {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  color: white; }
  .recommend .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: #1F1E1E; }
  .recommend .content {
    position: relative;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 780px;
    height: 440px;
    margin-left: -390px;
    margin-top: -220px; }
  .recommend .reco-title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 28px;
    text-align: center; }
  .recommend .playinfo {
    float: left;
    width: 370px;
    margin: 0 auto;
    text-align: center; }
    .recommend .playinfo .author-info-rm {
      text-align: center; }
      .recommend .playinfo .author-info-rm .avatar {
        margin: 0 auto;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        overflow: hidden; }
        .recommend .playinfo .author-info-rm .avatar img {
          width: 100%; }
      .recommend .playinfo .author-info-rm .base-info {
        text-align: center;
        padding: 20px 0 10px; }
        .recommend .playinfo .author-info-rm .base-info h3 a {
          display: block;
          font-size: 14px;
          font-weight: bold;
          color: white;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          padding: 0px 20px; }
      .recommend .playinfo .author-info-rm .follow {
        float: none;
        display: inline-block;
        margin: 0 auto; }
    .recommend .playinfo .video-info {
      padding-top: 18px;
      font-size: 14px;
      text-align: center; }
      .recommend .playinfo .video-info .info-item {
        display: inline-block;
        text-align: center; }
      .recommend .playinfo .video-info .watches {
        padding: 0 20px; }
      .recommend .playinfo .video-info span {
        display: block;
        color: #FFFFFF;
        font-size: 12px; }
        .recommend .playinfo .video-info span.like {
          background: url("../images/72c633a32ace26d743e3cdfa0c14019a.png") no-repeat left; }
        .recommend .playinfo .video-info span.watcher {
          background: url("../images/f47140784e641fe870115cd02c3b5771.png") no-repeat left; }
        .recommend .playinfo .video-info span.time {
          background: url("../images/0106a162215a57f67a9507b6a5585a42.png") no-repeat left; }
      .recommend .playinfo .video-info strong {
        font-size: 24px;
        font-weight: normal;
        vertical-align: bottom; }
  .recommend .reco-info {
    float: left;
    position: relative;
    width: 350px;
    height: 230px; }
    .recommend .reco-info .legend {
      text-align: center;
      padding: 50px 0 28px; }
      .recommend .reco-info .legend span {
        float: left; }
        .recommend .reco-info .legend span.line {
          width: 35%;
          height: 0;
          border-top: 1px solid #fff;
          opacity: 0.4;
          filter: Alpha(opacity=40); }
        .recommend .reco-info .legend span.text {
          width: 30%;
          margin-top: -11px; }
    .recommend .reco-info .feed-list {
      overflow: hidden; }
    .recommend .reco-info .feed {
      float: left;
      width: 170px;
      height: 230px;
      margin-left: 0; }
      .recommend .reco-info .feed .link {
        width: 100%;
        height: 100%;
        border: 1px solid transparent; }
        .recommend .reco-info .feed .link:hover {
          margin: 0;
          box-shadow: none;
          border: 1px solid #fc4e53; }
      .recommend .reco-info .feed .before {
        width: 45px;
        background: url("../images/192b67a22312f4afb3bc566915bb5105.png") no-repeat center;
        content: '\76f4\64ad'; }
      .recommend .reco-info .feed .link:hover:before {
        height: 100%; }
      .recommend .reco-info .feed .screenshot {
        width: 100%;
        height: 100%; }
      .recommend .reco-info .feed .user {
        position: absolute;
        bottom: -1px;
        height: 30px;
        line-height: 30px;
        background: url("../images/a7ca25de111212303842cfa215621022.png") repeat-x 0 0; }
        .recommend .reco-info .feed .user .username, .recommend .reco-info .feed .user .watches {
          color: #fff; }
        .recommend .reco-info .feed .user .username {
          float: left;
          width: 75px; }
        .recommend .reco-info .feed .user .watches {
          float: right;
          background: url(../images/c10b45830e0b265b603c6d22fa483d08.png) no-repeat 0 8px;
          padding-left: 15px;
          padding-right: 3px; }
    .recommend .reco-info .last {
      margin-right: 0; }
  .recommend .g-list2 {
    margin-left: 0; }
    .recommend .g-list2 .item {
      float: left;
      margin-left: 20px;
      margin-bottom: 0; }
  .recommend .g-feed2 a.play-link {
    display: block;
    width: 130px;
    height: 130px; }
  .recommend .g-feed2 .pic {
    overflow: hidden;
    position: relative;
    width: 130px;
    height: 130px; }
  .recommend .g-feed2 .pic .play-border {
    width: 126px;
    height: 128px; }
  .recommend .g-feed2 .text {
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    background-color: #fff;
    width: 114px;
    overflow: hidden; }

.nlevel_1_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px 0px no-repeat; }

.nlevel_official_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px 0px no-repeat; }

.nlevel_3_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px 0px no-repeat; }

.nlevel_4_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px 0px no-repeat; }

.nlevel_5_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px 0px no-repeat; }

.nlevel_6_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px 0px no-repeat; }

.nlevel_7_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -42px no-repeat; }

.nlevel_8_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -42px no-repeat; }

.nlevel_9_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -42px no-repeat; }

.nlevel_10_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -42px no-repeat; }

.nlevel_11_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px -42px no-repeat; }

.nlevel_12_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px -42px no-repeat; }

.nlevel_13_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -84px no-repeat; }

.nlevel_14_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -84px no-repeat; }

.nlevel_15_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -84px no-repeat; }

.nlevel_host_10_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -84px no-repeat; }

.nlevel_host_9_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px -84px no-repeat; }

.nlevel_2_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px -84px no-repeat; }

.nlevel_host_8_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -126px no-repeat; }

.nlevel_host_7_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -126px no-repeat; }

.nlevel_host_6_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -126px no-repeat; }

.nlevel_host_5_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -126px no-repeat; }

.nlevel_host_4_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px -126px no-repeat; }

.nlevel_host_1_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px -126px no-repeat; }

.nlevel_host_2_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -168px no-repeat; }

.nlevel_host_3_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -168px no-repeat; }

.nlevel_23_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -168px no-repeat; }

.nlevel_22_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -168px no-repeat; }

.nlevel_21_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px -168px no-repeat; }

.nlevel_20_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px -168px no-repeat; }

.nlevel_19_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -210px no-repeat; }

.nlevel_17_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -210px no-repeat; }

.nlevel_16_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -210px no-repeat; }

.nlevel_18_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -210px no-repeat; }

.author-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  display: none; }
  .author-info .report-btn {
    padding-left: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    background: url(../images/53e97ae234c5304298ef6396effdb25b.png) 5px 0px no-repeat;
    background-size: 15px 15px;
    top: 4px;
    left: 14px; }

.author-box {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 241px;
  height: 58px;
  margin-left: -120px; }
  .author-box .mask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    filter: Alpha(opacity=20);
    border-radius: 20px; }
  .author-box .fold-item {
    display: none; }
  .author-box .switch {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 60px;
    height: 28px;
    margin-left: -20px;
    background: url(../images/33699ae984ae90652485cd904f37f636.png) no-repeat 2px -1px transparent; }
    .author-box .switch:hover {
      background-position: 2px -34px; }
    .author-box .switch:active {
      background-position: 2px -66px; }
  .author-box.opened {
    height: 240px; }
    .author-box.opened .switch {
      background: url(../images/33699ae984ae90652485cd904f37f636.png) no-repeat -66px -1px transparent; }
      .author-box.opened .switch:hover {
        background-position: -66px -33px; }
      .author-box.opened .switch:active {
        background-position: -66px -66px; }
    .author-box.opened .fold-item {
      display: block; }

.author-info-box {
  position: relative;
  left: 10px;
  top: 10px;
  z-index: 2;
  width: 220px;
  color: #fff; }
  .author-info-box .baseinfo {
    position: relative;
    color: #fff;
    font-size: 14px; }
    .author-info-box .baseinfo .avatar-cont {
      position: absolute;
      left: 0; }
      .author-info-box .baseinfo .avatar-cont .avatar {
        display: block;
        width: 40px;
        height: 40px; }
        .author-info-box .baseinfo .avatar-cont .avatar img {
          opacity: 0.8;
          filter: alpha(opacity=80);
          width: 100%;
          height: 100%;
          border-radius: 50%; }
        .author-info-box .baseinfo .avatar-cont .avatar:hover img {
          opacity: 1;
          filter: alpha(opacity=100); }
    .author-info-box .baseinfo .user-cont {
      margin: 0 63px 0 60px; }
      .author-info-box .baseinfo .user-cont .username a {
        color: #fff;
        text-decoration: none; }
        .author-info-box .baseinfo .user-cont .username a:hover {
          color: #FF5086; }
      .author-info-box .baseinfo .user-cont .username h3 {
        max-width: 90px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .author-info-box .baseinfo .user-cont .watches {
        font-size: 12px; }
    .author-info-box .baseinfo .follow {
      position: absolute;
      right: 0;
      top: 0; }
  .author-info-box .user-tags {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #c1c1b9;
    text-align: left; }
    .author-info-box .user-tags a.tag {
      display: inline-block;
      vertical-align: middle;
      height: 22px;
      max-width: 55px;
      padding: 0 5px;
      margin-right: 4px;
      line-height: 22px;
      cursor: default;
      color: #fff;
      text-decoration: none;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      border: 1px solid #fff;
      border-radius: 4px; }
      .author-info-box .user-tags a.tag.tag-last {
        margin-right: 0; }
  .author-info-box .statics-base {
    margin-top: 12px; }
    .author-info-box .statics-base .statics-item {
      float: left;
      width: 25%;
      text-align: center; }
      .author-info-box .statics-base .statics-item .text {
        display: block;
        font-size: 12px; }
      .author-info-box .statics-base .statics-item .number {
        display: block; }
  .author-info-box .statics-currency {
    margin-top: 8px;
    font-size: 12px; }
    .author-info-box .statics-currency span, .author-info-box .statics-currency i {
      display: inline-block;
      vertical-align: middle; }
    .author-info-box .statics-currency .icon-currency {
      width: 22px;
      height: 22px;
      background: url(../images/9a7129e56610ea30a0b23764628d652a.png) center 2px no-repeat; }
  .author-info-box .statics-level {
    margin-top: 12px; }
    .author-info-box .statics-level .btn-level {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 100px;
      height: 42px; }
      .author-info-box .statics-level .btn-level em {
        position: absolute;
        left: 48px;
        top: 20px;
        width: 40px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-style: normal;
        color: #fff;
        font-weight: bold; }
    .author-info-box .statics-level .user-level {
      margin-right: 12px; }

.follow {
  display: inline-block;
  margin-top: 6px;
  position: relative; }
  .follow .btn-follow {
    display: block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #fa3a70;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #fa3a70;
    border-radius: 3px; }
    .follow .btn-follow img {
      vertical-align: -1px; }
    .follow .btn-follow:hover {
      text-decoration: none;
      background-color: #FF5086; }
    .follow .btn-follow.followed {
      color: #FF466E;
      background-color: #ffffff; }
  .follow .tip {
    display: none;
    position: absolute;
    left: 85px;
    bottom: -5px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: #ffe56e;
    border-radius: 3px;
    color: #963;
    font-size: 14px;
    text-align: center; }
    .follow .tip .btn-close {
      font-family: arial;
      font-style: normal;
      cursor: pointer;
      float: right;
      margin-right: 15px;
      font-size: 16px;
      text-decoration: none; }
      .follow .tip .btn-close:hover {
        color: #fa3d70; }
      .follow .tip .btn-close:active {
        color: #db2657; }
    .follow .tip .btn-view {
      font-size: 12px;
      padding: 2px 9px 3px;
      color: #ffe56e;
      background-color: #a27339;
      border-radius: 5px;
      text-decoration: none; }
      .follow .tip .btn-view:link, .follow .tip .btn-view:visited {
        background-color: #a27339; }
      .follow .tip .btn-view:hover {
        background-color: #c08f39; }
      .follow .tip .btn-view:active {
        background-color: #946020; }
    .follow .tip i {
      position: absolute;
      left: -8px;
      top: 13px;
      width: 0;
      height: 0;
      border-right: 8px solid #ffe56e;
      border-top: 8px solid rgba(0, 0, 0, 0);
      border-bottom: 8px solid rgba(0, 0, 0, 0); }

.feed-vertical .player-topleft {
  display: block; }

.feed-vertical .author-box {
  height: 240px; }
  .feed-vertical .author-box .mask {
    display: none; }
  .feed-vertical .author-box .fold-item {
    display: block; }
  .feed-vertical .author-box .switch {
    display: none; }

.feed-horizonal .player-topleft {
  display: none; }

.player-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }
  .player-box .player-wrap {
    position: relative;
    min-width: 790px;
    min-height: 550px;
    padding-right: 390px; }
  .player-box .player-gift {
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 5px;
    background: #fff; }

.pc-download {
  position: absolute;
  right: 20px;
  bottom: 50px;
  width: 260px;
  height: 80px;
  z-index: 102;
  background-color: #fff; }
  .pc-download a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .pc-download a:hover {
      text-decoration: none; }
  .pc-download .img {
    float: left;
    margin: 20px 20px 0 20px;
    width: 50px;
    height: 40px;
    background: url(../images/f22c4a7050a509598f58bb37ef3ea85a.png) -21px -15px no-repeat transparent; }
  .pc-download .text {
    float: left;
    margin-top: 20px;
    font-size: 14px;
    width: 145px;
    line-height: 20px;
    color: #333; }
    .pc-download .text span {
      float: right;
      font-size: 12px;
      color: #ff2d86; }
  .pc-download .pc-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #999;
    background-color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px; }
    .pc-download .pc-close:hover {
      color: #ff2d86;
      text-decoration: none; }

.pc-download-pause {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 310px;
  height: 230px;
  margin-left: -155px;
  margin-top: -115px;
  z-index: 102;
  text-align: center; }
  .pc-download-pause a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .pc-download-pause a:hover {
      text-decoration: none; }
  .pc-download-pause h3 {
    color: #333;
    font-size: 18px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px; }
  .pc-download-pause .spec-item {
    float: left;
    display: block;
    margin-left: 50px;
    color: #666;
    text-align: center; }
  .pc-download-pause .icon {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/f22c4a7050a509598f58bb37ef3ea85a.png) 0 0 no-repeat transparent; }
    .pc-download-pause .icon.icon-hd {
      background-position: -29px -78px; }
    .pc-download-pause .icon.icon-kd {
      background-position: -86px -78px; }
    .pc-download-pause .icon.icon-ad {
      background-position: -143px -78px; }
  .pc-download-pause .go-look {
    display: inline-block;
    margin-top: 30px;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    background-color: #fa3a70; }
  .pc-download-pause .pc-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 26px;
    text-align: center; }
    .pc-download-pause .pc-close:hover {
      text-decoration: none;
      color: #fa3a70; }

.player-main {
  position: relative;
  min-width: 790px;
  min-height: 445px;
  overflow: hidden; }
  .player-main .player-title {
    position: absolute;
    bottom: 0;
    left: 0; }
    .player-main .player-title p {
      font-size: 14px;
      padding: 0 20px;
      max-width: 350px;
      line-height: 40px;
      height: 40px;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .player-main .flashwarring {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -32px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    line-height: 2; }
    .player-main .flashwarring a {
      padding: 0 6px;
      margin: 0 6px;
      color: #fff;
      background-color: #fc4e53; }
  .player-main .qrcode {
    display: none;
    position: absolute;
    bottom: 55px;
    left: 20px;
    z-index: 5;
    width: 130px; }
    .player-main .qrcode p {
      text-align: center;
      font-size: 12px;
      text-align: center;
      color: #FFF;
      height: 26px;
      line-height: 26px; }
    .player-main .qrcode img {
      width: 100%;
      height: 100%;
      display: block;
      margin: 0 auto; }
    .player-main .qrcode .close {
      position: absolute;
      top: -9px;
      right: -10px;
      width: 16px;
      height: 16px;
      border: 1px solid #FFF;
      line-height: 16px;
      font-size: 16px;
      text-align: center;
      color: #999999;
      text-align: center;
      cursor: pointer;
      font-family: 'Times New Roman';
      background: #fff;
      border-radius: 50%; }
      .player-main .qrcode .close:hover {
        color: #fa3a70; }
      .player-main .qrcode .close:active {
        color: #da2357; }
    .player-main .qrcode.review-qrcode {
      bottom: 62px; }
  .player-main .qrcode-360video {
    width: 120px; }
  .player-main .qrcode-living {
    width: 80px; }
  .player-main .top-info {
    position: absolute;
    left: 0;
    height: 22px;
    min-width: 60px;
    background: #FFFFFF;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-right: 8px;
    padding-left: 8px;
    line-height: 20px;
    display: none; }
    .player-main .top-info .currency-word {
      color: #FF466E;
      margin-right: 4px; }
    .player-main .top-info .watches-word {
      color: #666666;
      margin-right: 4px; }
  .player-main .currency {
    top: 15px;
    margin-bottom: 5px; }
  .player-main .watches {
    top: 42px; }
  .player-main .hjPopGift.hjPopGift_small .nickname {
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    margin-right: 20px;
    margin-left: 9px; }
  .player-main .hjPopGift.hjPopGift_small .giftname {
    height: 15px;
    line-height: 15px;
    color: #FFFFFF;
    margin-right: 20px;
    margin-left: 9px; }
  .player-main .hjPopGift.hjPopGift_small .icon-avatar {
    border: none; }

.player-topleft {
  position: absolute;
  right: 20px;
  top: 20px; }
  .player-topleft.hide {
    display: none; }
  .player-topleft .item {
    position: relative; }
    .player-topleft .item .mask {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.2;
      filter: alpha(opacity=30);
      border-radius: 15px; }
    .player-topleft .item .content {
      position: relative;
      z-index: 2;
      padding: 0 15px;
      height: 24px;
      color: #fff;
      line-height: 24px; }

.flash-banner {
  position: absolute;
  top: 60px;
  right: 52px; }
  .flash-banner img {
    width: 65px;
    height: 70px; }

#player-praises {
  width: 72px;
  height: 337px;
  position: absolute;
  bottom: 45px;
  right: 9px;
  z-index: 101; }
  #player-praises .bubble {
    width: 100%;
    height: 280px;
    position: relative; }
  #player-praises svg {
    position: absolute; }
  #player-praises .praises {
    position: relative;
    top: -15px;
    display: block;
    overflow: hidden;
    padding: 15px 11px; }
    #player-praises .praises span {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: url(../images/t01b6e0dfc6eb0211ab.png) 0 0 no-repeat; }
    #player-praises .praises:hover span {
      background-position: -67px 0; }
    #player-praises .praises:active span {
      background-position: -133px 0; }

.topuserinfo {
  position: relative;
  z-index: 11;
  height: 130px;
  margin-right: 390px;
  margin-bottom: 10px;
  display: none;
  background-color: #fff; }
  .topuserinfo .avatar-cont {
    position: absolute;
    left: 20px;
    top: 20px; }
    .topuserinfo .avatar-cont .avatar img {
      width: 90px;
      height: 90px;
      border-radius: 50%; }
  .topuserinfo .feed-title {
    padding-top: 20px;
    color: #333;
    font-size: 18px; }
    .topuserinfo .feed-title .feed-cate {
      margin-left: 20px;
      color: #fa3a70;
      text-decoration: none;
      font-size: 14px;
      position: relative;
      top: -8px; }
      .topuserinfo .feed-title .feed-cate img {
        margin-right: 5px;
        vertical-align: -2px; }
      .topuserinfo .feed-title .feed-cate:hover {
        text-decoration: none;
        color: #f00; }
    .topuserinfo .feed-title .feed-title-text {
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-break: break-all;
      max-width: 495px;
      overflow: hidden; }
  .topuserinfo .follow {
    position: absolute;
    right: 20px;
    top: 45px; }
  .topuserinfo .user-cont {
    margin: 0 100px 0 130px; }
    .topuserinfo .user-cont .feed-info {
      padding: 10px 0; }
      .topuserinfo .user-cont .feed-info .link {
        font-size: 14px;
        color: #333; }
      .topuserinfo .user-cont .feed-info h3, .topuserinfo .user-cont .feed-info span {
        float: left; }
      .topuserinfo .user-cont .feed-info h3 {
        margin-right: 15px; }
      .topuserinfo .user-cont .feed-info span {
        color: #999; }
    .topuserinfo .user-cont .statics-item {
      float: left;
      margin-right: 30px;
      color: #999;
      font-size: 12px; }

/**
 * 边栏菜单
 */
/* 默认折叠 */
.sidemenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 70px;
  min-height: 100%;
  margin-top: 0;
  line-height: 1;
  font-size: 12px;
  float: none;
  /* 小红点 */
  /* 未登录 收起 */
  /* 未登录 展开 */ }
  .sidemenu .fold-box {
    position: absolute;
    bottom: 20px;
    display: block; }
  .sidemenu .unfold-box {
    position: absolute;
    bottom: 20px;
    display: none; }
  .sidemenu .user-nav-new-count {
    position: absolute;
    background: #e95b59;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    padding: 1px 0;
    margin-top: -10px;
    margin-left: 8px;
    border-radius: 8px;
    font-style: normal;
    z-index: 1; }
    .sidemenu .user-nav-new-count:after, .sidemenu .user-nav-new-count:before {
      content: '';
      display: block;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      background: #e95b59;
      z-index: -1; }
    .sidemenu .user-nav-new-count:after {
      right: -5px; }
    .sidemenu .user-nav-new-count:before {
      left: -5px; }
  .sidemenu .no-login {
    float: none; }
  .sidemenu .no-login-fold-fix {
    position: relative;
    bottom: 0;
    height: auto; }
    .sidemenu .no-login-fold-fix .btn-login {
      float: none;
      width: 70px;
      margin-right: 0;
      color: #333; }
    .sidemenu .no-login-fold-fix .tologin {
      height: auto;
      line-height: 1;
      padding: 22px 0 20px; }
  .sidemenu .no-login-unfold-fix {
    display: none;
    left: 20px; }
    .sidemenu .no-login-unfold-fix .btn-login,
    .sidemenu .no-login-unfold-fix .btn-reg {
      width: 90px;
      height: 34px;
      line-height: 34px;
      padding: 0;
      max-width: 90px;
      border-radius: 5px;
      font-size: 14px;
      background: #f2f2f2;
      color: #333; }
      .sidemenu .no-login-unfold-fix .btn-login:hover,
      .sidemenu .no-login-unfold-fix .btn-reg:hover {
        background: #fa3a70;
        color: #fff; }
  .sidemenu .search-bar {
    display: none;
    margin-bottom: 27px; }
    .sidemenu .search-bar .search-form .search-input-wrap {
      width: 240px;
      height: 32px;
      border: none;
      background: #f1f1f1;
      border-radius: 5px; }
    .sidemenu .search-bar .search-form .search-input {
      background: none;
      height: 32px;
      line-height: 32px; }
    .sidemenu .search-bar .search-form .search-submit-btn {
      width: 32px;
      background: url(../images/75fafe71615ad825ea372825b7d24252.png) no-repeat 50% 50% #f1f1f1; }
    .sidemenu .search-bar .suggest-container {
      width: 238px; }
  .sidemenu .cont {
    width: 70px;
    float: left;
    /* 已登录 */
    /* 已登录状态 */ }
    .sidemenu .cont .mini a {
      padding-top: 10px;
      padding-bottom: 10px;
      display: block;
      text-align: center;
      background: url(../images/b8d35994bd76908b40389e1c38467200.png) no-repeat 50% 100%; }
      .sidemenu .cont .mini a .icon {
        background: url(../images/4e8f3e6595dc5aee106931c518d4d099.png) no-repeat;
        display: block;
        margin-bottom: 8px; }
      .sidemenu .cont .mini a .icon-search {
        width: 25px;
        height: 24px;
        margin-left: 23px; }
      .sidemenu .cont .mini a .icon-home {
        width: 23px;
        height: 22px;
        background-position: 0 -35px;
        margin-left: 25px; }
      .sidemenu .cont .mini a .icon-follow {
        width: 25px;
        height: 25px;
        background-position: 0 -68px;
        margin-left: 22px; }
      .sidemenu .cont .mini a .icon-cate {
        width: 26px;
        height: 25px;
        background-position: 0 -104px;
        margin-left: 23px; }
      .sidemenu .cont .mini a .icon-charge {
        width: 26px;
        height: 26px;
        background-position: 0 -139px;
        margin-left: 22px; }
      .sidemenu .cont .mini a .icon-cash {
        width: 28px;
        height: 21px;
        background-position: 0 -175px;
        margin-left: 20px; }
      .sidemenu .cont .mini a .icon-video {
        width: 29px;
        height: 20px;
        background-position: 0 -206px;
        margin-left: 23px; }
      .sidemenu .cont .mini a .icon-login {
        width: 30px;
        height: 30px;
        background-position: 0 -577px;
        margin-left: 20px; }
      .sidemenu .cont .mini a:hover, .sidemenu .cont .mini a.current {
        text-decoration: none;
        background: #f5f5f5;
        color: #333; }
    .sidemenu .cont .mini .item-video a {
      color: #ff466e; }
    .sidemenu .cont .mini-bot {
      width: 70px; }
      .sidemenu .cont .mini-bot a {
        background: url(../images/b8d35994bd76908b40389e1c38467200.png) no-repeat 50% 0; }
    .sidemenu .cont .menu {
      display: none; }
    .sidemenu .cont .already-login {
      float: none; }
    .sidemenu .cont .detail-items {
      display: none;
      margin-bottom: 170px;
      font-size: 12px; }
      .sidemenu .cont .detail-items dl dd a {
        width: 74px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: #efefef;
        border-radius: 3px;
        display: inline-block;
        margin: 0 10px 5px 0; }
        .sidemenu .cont .detail-items dl dd a:hover, .sidemenu .cont .detail-items dl dd a.current {
          background: #fa3a70;
          color: #fff;
          text-decoration: none; }
    .sidemenu .cont .link-mini {
      display: block;
      margin: 18px 0 0 13px; }
      .sidemenu .cont .link-mini .icon-avatar {
        width: 40px;
        height: 40px; }
        .sidemenu .cont .link-mini .icon-avatar img {
          width: 40px;
          height: 40px; }
    .sidemenu .cont .link-big {
      display: block;
      padding: 5px 0 0 40px; }
      .sidemenu .cont .link-big .icon-avatar {
        width: 40px;
        height: 40px;
        margin-right: 10px; }
        .sidemenu .cont .link-big .icon-avatar img {
          width: 40px;
          height: 40px; }
      .sidemenu .cont .link-big .link-cont {
        float: left;
        width: 110px; }
      .sidemenu .cont .link-big .nickname {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        display: block;
        width: 110px;
        max-width: 110px;
        text-align: left; }
      .sidemenu .cont .link-big .logout {
        color: #999; }
      .sidemenu .cont .link-big:hover {
        text-decoration: none;
        color: #333; }
  .sidemenu .btn {
    position: absolute;
    top: 50%;
    right: -10px;
    background: url(../images/4e8f3e6595dc5aee106931c518d4d099.png) no-repeat 0 -397px;
    width: 10px;
    height: 80px;
    float: right;
    margin-top: -80px;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    -webkit-transition: none;
    transition: none; }
    .sidemenu .btn:hover {
      background-position: -20px -397px; }

/* 展开样式 */
.sidemenu-unfold {
  width: 280px; }
  .sidemenu-unfold .fold-box {
    display: none; }
  .sidemenu-unfold .unfold-box {
    display: block; }
  .sidemenu-unfold .logo {
    width: 127px;
    height: 28px;
    display: block;
    background: url(../images/t01876579f741ec8b00.png) no-repeat 0 -23px;
    margin-bottom: 27px; }
  .sidemenu-unfold .search-bar {
    display: block; }
  .sidemenu-unfold .no-login-unfold-fix {
    display: block;
    margin-top: 30px; }
  .sidemenu-unfold .cont {
    width: 260px;
    padding-left: 20px;
    padding-top: 29px; }
    .sidemenu-unfold .cont .mini {
      display: none; }
    .sidemenu-unfold .cont .menu {
      display: block;
      font-size: 14px; }
      .sidemenu-unfold .cont .menu li {
        margin-bottom: 10px; }
        .sidemenu-unfold .cont .menu li.item-cate {
          margin-bottom: 10px; }
        .sidemenu-unfold .cont .menu li a {
          text-decoration: none; }
        .sidemenu-unfold .cont .menu li.sidemenu-home-li {
          margin-bottom: 10px; }
        .sidemenu-unfold .cont .menu li.sidemenu-search-li {
          margin-bottom: 20px; }
          .sidemenu-unfold .cont .menu li.sidemenu-search-li .search-bar {
            margin-bottom: 0; }
      .sidemenu-unfold .cont .menu .icon {
        background: url(../images/4e8f3e6595dc5aee106931c518d4d099.png) no-repeat;
        display: inline-block;
        vertical-align: -10px; }
      .sidemenu-unfold .cont .menu .icon-home {
        width: 25px;
        height: 24px;
        background-position: 0 -236px; }
      .sidemenu-unfold .cont .menu .icon-follow {
        width: 25px;
        height: 24px;
        background-position: 0 -263px; }
      .sidemenu-unfold .cont .menu .icon-cate {
        width: 25px;
        height: 24px;
        background-position: 0 -291px; }
      .sidemenu-unfold .cont .menu .icon-charge {
        width: 25px;
        height: 24px;
        background-position: 0 -318px; }
      .sidemenu-unfold .cont .menu .icon-cash {
        width: 25px;
        height: 24px;
        background-position: 0 -346px; }
      .sidemenu-unfold .cont .menu .icon-video {
        width: 25px;
        height: 24px;
        background-position: 0 -373px; }
    .sidemenu-unfold .cont .menu-bot li {
      margin-bottom: 10px;
      width: 240px;
      line-height: 34px; }
      .sidemenu-unfold .cont .menu-bot li.item-video a {
        color: #ff466e; }
      .sidemenu-unfold .cont .menu-bot li a {
        display: block;
        background: #f2f2f2;
        border-radius: 5px; }
        .sidemenu-unfold .cont .menu-bot li a .icon {
          margin-left: 80px; }
    .sidemenu-unfold .cont .detail-items {
      display: block; }
  .sidemenu-unfold .btn {
    background-position: 0 -487px; }
    .sidemenu-unfold .btn:hover {
      background-position: -20px -487px; }

@media (min-height: 680px) {
  .sidemenu .cont .mini a {
    padding-top: 18px;
    padding-bottom: 18px; }
  .sidemenu-unfold .cont .menu-nav li {
    margin-bottom: 32px; }
    .sidemenu-unfold .cont .menu-nav li.sidemenu-home-li {
      margin-bottom: 20px; }
    .sidemenu-unfold .cont .menu-nav li.sidemenu-search-li {
      margin-bottom: 32px; }
  .sidemenu-unfold .cont .detail-items dl dd a {
    margin-bottom: 5px; } }

@media (max-height: 620px) {
  .sidemenu .cont .mini a {
    padding-top: 8px;
    padding-bottom: 8px; }
  .sidemenu-unfold .logo {
    margin-bottom: 15px; }
  .sidemenu-unfold .cont {
    padding-top: 10px; }
    .sidemenu-unfold .cont .menu-nav li {
      margin-bottom: 5px; }
      .sidemenu-unfold .cont .menu-nav li.sidemenu-home-li {
        margin-bottom: 0px; }
      .sidemenu-unfold .cont .menu-nav li.sidemenu-search-li {
        margin-bottom: 15px; }
      .sidemenu-unfold .cont .menu-nav li.item-cate {
        margin-bottom: 5px; }
    .sidemenu-unfold .cont .menu-bot li {
      margin-bottom: 5px; }
    .sidemenu-unfold .cont .detail-items dl dd a {
      margin-bottom: 5px; } }

.ie7 .sidemenu .cont .menu .icon {
  vertical-align: -6px; }

.ie7 .sidemenu .cont .mini a {
  zoom: 1;
  overflow: visible;
  min-width: 70px; }
  .ie7 .sidemenu .cont .mini a .icon-search,
  .ie7 .sidemenu .cont .mini a .icon-home,
  .ie7 .sidemenu .cont .mini a .icon-follow,
  .ie7 .sidemenu .cont .mini a .icon-cate,
  .ie7 .sidemenu .cont .mini a .icon-video,
  .ie7 .sidemenu .cont .mini a .icon-login,
  .ie7 .sidemenu .cont .mini a .icon-charge,
  .ie7 .sidemenu .cont .mini a .icon-cash {
    margin-left: 0; }

.login-panel {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 102;
  height: 275px;
  width: 100%; }
  .login-panel .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    background: #FFF; }
  .login-panel .wrap {
    position: relative;
    z-index: 2;
    left: 50%;
    width: 780px;
    margin-left: -390px; }
  .login-panel .login-sum {
    float: left;
    width: 380px;
    text-align: center; }
    .login-panel .login-sum .login-title {
      padding: 100px 0 40px;
      text-align: center;
      font-size: 24px; }
    .login-panel .login-sum .login-btns .login-btn {
      display: inline-block;
      width: 100px;
      height: 36px;
      line-height: 36px;
      border: 1px solid #fa3a70;
      border-radius: 5px;
      text-align: center;
      font-size: 14px;
      text-decoration: none;
      color: #f0f0f0;
      background-color: #fa3a70; }
      .login-panel .login-sum .login-btns .login-btn:hover {
        color: #fff; }
    .login-panel .login-sum .login-btns .register-btn {
      margin-left: 30px;
      color: #333333;
      border: 1px solid #e0e0e0;
      background-color: #e0e0e0; }
      .login-panel .login-sum .login-btns .register-btn:hover {
        color: #000; }
  .login-panel .login-recommend {
    float: left; }
    .login-panel .login-recommend .login-legend {
      margin: 50px 0 10px; }
      .login-panel .login-recommend .login-legend .text {
        font-size: 14px;
        color: #333; }
    .login-panel .login-recommend .login-list .list-item {
      position: relative;
      float: left;
      width: 100px;
      height: 135px;
      overflow: hidden;
      margin: 0 5px 5px 0;
      border: 1px solid transparent; }
      .login-panel .login-recommend .login-list .list-item img {
        width: 100%;
        height: 100%; }
      .login-panel .login-recommend .login-list .list-item:hover {
        border: 1px solid #fa3a70; }
        .login-panel .login-recommend .login-list .list-item:hover:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background: url(../images/t0170dde3607ef83fb2.png) center 55% no-repeat;
          background-size: 50%;
          background-color: rgba(0, 0, 0, 0.2); }
      .login-panel .login-recommend .login-list .list-item .text {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 24px;
        line-height: 24px;
        padding: 0 5px;
        background: url(../images/a7ca25de111212303842cfa215621022.png) repeat-x 0 0; }
        .login-panel .login-recommend .login-list .list-item .text .name {
          display: block;
          color: #fff;
          width: 90px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
  .login-panel .close {
    position: absolute;
    z-index: 2;
    display: none;
    right: 10px;
    top: 10px;
    color: #666666;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none; }
    .login-panel .close:hover {
      color: #fa3a70; }

.medal {
  background-image: url(../images/2171367d31a2ae0c152d0628b880d122.png);
  background-repeat: no-repeat;
  display: block;
  background-size: 100%; }

.medal-live_red {
  width: 24px;
  height: 24px;
  background-image: url(../images/872ad7648fdc489b3c61fe29133e7857.png); }

.medal-live_red_mid {
  width: 18px;
  height: 18px;
  background-image: url(../images/df7d902252482ed9fd2ffa40c7bad921.png); }

.medal-live_red_small {
  width: 12px;
  height: 12px;
  background-image: url(../images/d92c3db2a44dd5dbf40b620143b2ab7c.png); }

.medal-live_v_blue {
  width: 24px;
  height: 24px;
  background-image: url(../images/ec78dddb9d7ab3d034283bab3e3041f6.png); }

.medal-live_v_blue_mid {
  width: 18px;
  height: 18px;
  background-image: url(../images/0375b4d88b8e5273ad4078add6b9a6c3.png); }

.medal-live_v_blue_small {
  width: 12px;
  height: 12px;
  background-image: url(../images/af63bd81cd8970727ab3a29abf9d6dcd.png); }

.medal-live_v_yellow {
  width: 24px;
  height: 24px;
  background-image: url(../images/b07a91de589442a56be370fb5f470d48.png); }

.medal-live_v_yellow_mid {
  width: 18px;
  height: 18px;
  background-image: url(../images/a2d36f18ef65563ed3b64e2b516bf214.png); }

.medal-live_v_yellow_small {
  width: 12px;
  height: 12px;
  background-image: url(../images/eba39685ec08b73cc7df3996c99e8df7.png); }

.medal-tuhao_1 {
  width: 14px;
  height: 14px;
  background-image: url(../images/ee0b9e644165a4677f373126841541e5.png); }

.medal-tuhao_10 {
  width: 14px;
  height: 14px;
  background-image: url(../images/e2965e6ca986ae7eb02b4eee1227a09b.png); }

.medal-tuhao_2 {
  width: 14px;
  height: 14px;
  background-image: url(../images/faf9fdcc62719b81fb2ecd2a99e9fc90.png); }

.medal-tuhao_3 {
  width: 14px;
  height: 14px;
  background-image: url(../images/c90337cf4864127936b4bf12f348679b.png); }

.medal-tuhao_4 {
  width: 14px;
  height: 14px;
  background-image: url(../images/70c376e3e0597b6166556de042eaa40b.png); }

.medal-tuhao_5 {
  width: 14px;
  height: 14px;
  background-image: url(../images/e4cfd38050671be88870a8feaa87182a.png); }

.medal-tuhao_6 {
  width: 14px;
  height: 14px;
  background-image: url(../images/1ea40886c1e97f196af6a6dcd21e39d6.png); }

.medal-tuhao_7 {
  width: 14px;
  height: 14px;
  background-image: url(../images/175a1c8f0ca5b7fa3e290e6c8aff7970.png); }

.medal-tuhao_8 {
  width: 14px;
  height: 14px;
  background-image: url(../images/0b86ba524953f0adcd453b064cac3dcf.png); }

.medal-tuhao_9 {
  width: 14px;
  height: 14px;
  background-image: url(../images/abd071554bd63f26975ac6a269274ebc.png); }

.gift-dialog .dialog {
  padding-bottom: 30px;
  margin-top: -100px; }

.gift-dialog .dialog-bd .title {
  font-size: 16px; }

.gift-dialog .dialog-bd .btns a {
  width: 100px;
  height: 32px;
  line-height: 32px;
  margin: 0 10px; }
  .gift-dialog .dialog-bd .btns a.btn-cancle {
    border: 1px solid #fa3a70;
    color: #fa3a70; }

.gift-dialog .dialog-bd .message {
  margin: 30px 0; }

.bindPhone .dialog-bd .message {
  margin: 44px 0 15px 0; }

.bindPhone .dialog-bd .btns a.btn-recharge {
  background: #EAB4B3; }

.bindPhone .dialog-bd .btns a.btn-recharge:hover {
  background: #EAB4B3; }

.bindPhone .dialog-bd .btns a.light {
  background: #fa3a70; }

.bindPhone .dialog {
  width: 380px;
  margin-left: -190px;
  margin-top: -150px; }

.bindPhone .form_parent {
  position: relative;
  font-size: 14px;
  height: 225px;
  padding: 0px 15px 0px 25px;
  background: #fff; }
  .bindPhone .form_parent .codeError {
    position: absolute;
    top: -46px;
    left: 0px;
    width: 100%;
    color: #ff4a37;
    display: none;
    font-size: 12px; }
  .bindPhone .form_parent dl {
    width: 325px;
    text-align: right;
    margin-bottom: 25px; }
  .bindPhone .form_parent dt {
    float: left;
    width: 95px;
    margin-right: 10px;
    line-height: 27px; }
  .bindPhone .form_parent dd {
    position: relative;
    float: left;
    width: 210px;
    text-align: left; }
  .bindPhone .form_parent select, .bindPhone .form_parent input {
    border: 1px solid #c1c1c1;
    padding: 3px;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box; }
    .bindPhone .form_parent select.error, .bindPhone .form_parent input.error {
      border: 1px solid #ff4a37; }
  .bindPhone .form_parent select {
    padding: 4px 5px 6px 5px; }
  .bindPhone .form_parent .verfiyCode {
    width: 105px;
    margin-right: 6px; }
  .bindPhone .form_parent .codeImg {
    width: 94px;
    height: 26px;
    vertical-align: middle; }
  .bindPhone .form_parent .getCode {
    position: relative;
    top: 3px;
    border: 1px solid #d7d7d7;
    color: #d7d7d7;
    display: inline-block;
    width: 94px;
    height: 27px;
    line-height: 26px;
    line-height: 23px\0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px; }
    .bindPhone .form_parent .getCode.light {
      color: #fa3a70;
      border: 1px solid #fa3a70; }
  .bindPhone .form_parent .errorText {
    display: none;
    position: absolute;
    left: 0px;
    top: 28px;
    font-size: 12px;
    color: #ff4a37;
    padding-left: 20px;
    background: url(../images/alt.png) 1px 6px no-repeat; }

.bubble .dialog-bd .title {
  display: none; }

.bubble .dialog-bd .btns a.btn-cancle {
  display: none; }

.bubble .dialog-bd .message {
  font-size: 16px; }

.nlevel_1_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px 0px no-repeat; }

.nlevel_official_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px 0px no-repeat; }

.nlevel_3_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px 0px no-repeat; }

.nlevel_4_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px 0px no-repeat; }

.nlevel_5_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px 0px no-repeat; }

.nlevel_6_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px 0px no-repeat; }

.nlevel_7_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -42px no-repeat; }

.nlevel_8_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -42px no-repeat; }

.nlevel_9_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -42px no-repeat; }

.nlevel_10_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -42px no-repeat; }

.nlevel_11_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px -42px no-repeat; }

.nlevel_12_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px -42px no-repeat; }

.nlevel_13_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -84px no-repeat; }

.nlevel_14_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -84px no-repeat; }

.nlevel_15_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -84px no-repeat; }

.nlevel_host_10_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -84px no-repeat; }

.nlevel_host_9_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px -84px no-repeat; }

.nlevel_2_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px -84px no-repeat; }

.nlevel_host_8_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -126px no-repeat; }

.nlevel_host_7_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -126px no-repeat; }

.nlevel_host_6_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -126px no-repeat; }

.nlevel_host_5_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -126px no-repeat; }

.nlevel_host_4_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px -126px no-repeat; }

.nlevel_host_1_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px -126px no-repeat; }

.nlevel_host_2_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -168px no-repeat; }

.nlevel_host_3_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -168px no-repeat; }

.nlevel_23_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -168px no-repeat; }

.nlevel_22_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -168px no-repeat; }

.nlevel_21_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -400px -168px no-repeat; }

.nlevel_20_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -500px -168px no-repeat; }

.nlevel_19_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) 0px -210px no-repeat; }

.nlevel_17_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -100px -210px no-repeat; }

.nlevel_16_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -200px -210px no-repeat; }

.nlevel_18_100x42 {
  background: url(../images/912db2182f9f84bfcbdba07200185e2e.png) -300px -210px no-repeat; }

html {
  -webkit-text-size-adjust: none; }

html, body {
  background-color: #f8f8f8; }

a:hover {
  text-decoration: none; }

#doc-hd {
  border-bottom: 1px solid #dedede; }

#doc-bd {
  padding-bottom: 30px;
  background-color: #f8f8f8; }

.feed-wrapper {
  padding: 0 25px 0 95px; }
  .feed-wrapper .container {
    width: auto;
    min-width: 1180px; }

.page-banner {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 20px 0; }
  .page-banner a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: center no-repeat; }

.m-b-20 {
  margin-bottom: 20px; }

.ad-tag {
  padding: 0px 3px 1px;
  font-size: 12px;
  color: #fff;
  background-color: #ccc; }

.hot-tag {
  padding: 0px 4px 1px;
  border-radius: 3px;
  color: #fff;
  background-color: #ff6138; }

.btn-dj-close {
  display: inline-block;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #000;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 1px solid #a8a8a8; }
  .btn-dj-close:hover {
    color: #fa3a70;
    border: 1px solid #fa3a70; }

.image-text-group {
  position: relative;
  background-color: #fff;
  padding: 10px; }
  .image-text-group .image-text {
    display: block;
    height: 76px;
    text-decoration: none; }
    .image-text-group .image-text .image {
      float: left;
      width: 76px;
      height: 76px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .image-text-group .image-text .image img {
        display: none;
        max-width: 100%;
        max-height: 100%; }
    .image-text-group .image-text .text {
      margin-left: 76px;
      height: 76px; }
      .image-text-group .image-text .text .text-cont {
        padding: 10px; }
      .image-text-group .image-text .text h3 {
        color: #333;
        padding: 2px 0 3px;
        max-height: 40px;
        _height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -ms-box;
        display: -moz-box;
        display: -webkit-box;
        -ms-line-clamp: 2;
        -moz-line-clamp: 2;
        -webkit-line-clamp: 2;
        -ms-box-orient: vertical;
        -webkit-box-orient: vertical; }
      .image-text-group .image-text .text p {
        color: #999; }
    .image-text-group .image-text:hover {
      text-decoration: none; }
      .image-text-group .image-text:hover .text h3,
      .image-text-group .image-text:hover .text p {
        color: #fc4e53;
        text-decoration: none; }
  .image-text-group.group-horizontal {
    padding: 0;
    height: 76px;
    overflow: hidden; }
    .image-text-group.group-horizontal .image-text {
      float: left;
      width: 25%; }
    .image-text-group.group-horizontal .image-text-v {
      width: 33%; }
    .image-text-group.group-horizontal.group-size-120 {
      height: 120px; }
      .image-text-group.group-horizontal.group-size-120 .image-text {
        height: 120px; }
        .image-text-group.group-horizontal.group-size-120 .image-text .image {
          width: 120px;
          height: 120px; }
          .image-text-group.group-horizontal.group-size-120 .image-text .image img {
            max-width: 100%;
            max-height: 100%; }
        .image-text-group.group-horizontal.group-size-120 .image-text .text {
          margin-left: 120px;
          height: 120px; }
          .image-text-group.group-horizontal.group-size-120 .image-text .text .text-cont {
            padding: 25px 10px 0; }
  .image-text-group.group-vertical .image-text {
    margin-bottom: 9px; }
  .image-text-group .ad-tag {
    position: absolute;
    right: 0;
    bottom: 0; }

@media (min-width: 1281px) and (max-width: 1440px) {
  .image-text-group.group-horizontal.group-horizontal.group-size-120 .box4 {
    display: none; } }

.dianjing-box {
  position: relative;
  display: none; }
  .dianjing-box .topbar {
    font-size: 12px; }
    .dianjing-box .topbar .container {
      position: relative; }
      .dianjing-box .topbar .container .clk-block {
        display: block; }
        .dianjing-box .topbar .container .clk-block img {
          width: 100%;
          max-height: 518px; }
    .dianjing-box .topbar .btn-dj-close {
      position: absolute;
      right: 10px;
      top: 10px; }
    .dianjing-box .topbar .ad-tag {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 50px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      color: #f8f8f8;
      background-color: #c0c0c0; }
  .dianjing-box .figure .pic img {
    display: none; }
  .dianjing-box .figure .pic .icon-play {
    display: none; }
  .dianjing-box .g-feed2 .pic img {
    display: none; }
  .dianjing-box .g-feed2 .pic .icon-play {
    display: none; }

.dianjing-index-hot {
  overflow: hidden;
  margin-bottom: 20px; }
  .dianjing-index-hot .container {
    height: 100px;
    overflow: hidden; }
  .dianjing-index-hot .box {
    float: left;
    margin-right: 40px; }
    .dianjing-index-hot .box.box3 {
      margin-right: 0; }

.dianjing-box-flash {
  position: absolute;
  right: 20px;
  top: 60px;
  z-index: 1;
  width: 220px;
  height: 100px; }
  .dianjing-box-flash .pic {
    display: block; }
  .dianjing-box-flash .ad-tag {
    position: absolute;
    right: 1px;
    top: 1px; }

.guess-row .dianjing-box {
  height: 286px; }

.video-wrapper .video-list .dianjing-box .list-item .video-pic {
  width: 126px;
  height: 70px; }
  .video-wrapper .video-list .dianjing-box .list-item .video-pic img {
    display: none; }

.video-wrapper .video-list .dianjing-box .list-item .video-info {
  margin-left: 136px; }

.video-after-guess .container {
  min-width: auto; }

.dianjing-video-sum {
  margin-bottom: 20px;
  width: 380px;
  height: 113px;
  background-color: #fff; }
  .dianjing-video-sum .box {
    width: 300px;
    height: 100px;
    margin: 0 auto;
    padding-top: 6px; }

.dianjing-video-hot {
  padding-top: 20px;
  width: 380px;
  height: 250px; }
  .dianjing-video-hot .box {
    width: 300px;
    height: 250px;
    margin: 0 auto; }
  .dianjing-video-hot.dianjing-hot2 {
    padding-bottom: 20px; }

@media (min-width: 1441px) {
  .image-text-group.group-horizontal .image-text {
    width: 20%; }
  .image-text-group.group-horizontal .image-text-v {
    width: 25%; } }

.player-bar {
  position: absolute;
  top: 0;
  left: 765px;
  height: 526px;
  width: 80px;
  background-color: #FFFFFF;
  color: #999999; }
  .player-bar .recharge-recommend {
    display: none; }
  .player-bar .player-title {
    text-align: center;
    line-height: 29px;
    color: #666666;
    border-bottom: 1px solid #F2F2F2; }
    .player-bar .player-title p {
      font-size: 16px;
      line-height: 20px;
      max-width: 360px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .player-bar .phone-bar {
    position: absolute;
    top: 6px;
    right: 0;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px; }
    .player-bar .phone-bar .icon {
      background-position: 0px -125px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: block;
      width: 28px;
      height: 28px;
      float: left;
      padding: 0 4px; }
    .player-bar .phone-bar .erweima {
      display: none;
      position: absolute;
      top: -5px;
      left: -150px;
      z-index: 10;
      height: 130px;
      width: 130px;
      padding: 5px;
      background: #e5e9f0;
      text-align: center; }
      .player-bar .phone-bar .erweima:after {
        content: '';
        position: absolute;
        top: 10px;
        right: -20px;
        height: 0;
        width: 0;
        border: solid #e5e9f0 10px;
        border-color: transparent transparent transparent #e5e9f0; }
      .player-bar .phone-bar .erweima img {
        width: 100%; }

.share-bar {
  display: none;
  position: absolute;
  right: 390px;
  bottom: 40px;
  z-index: 999;
  font-size: 14px;
  width: 190px;
  height: 60px;
  border: 1px solid #dfddda;
  border-radius: 3px;
  box-shadow: 0 0 4px 0px #dfddda;
  background-color: #fff; }
  .share-bar .label,
  .share-bar .item {
    float: left;
    line-height: 28px; }
  .share-bar .item {
    margin: 15px 0 0 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 50%; }
    .share-bar .item:link {
      color: #fff; }
    .share-bar .item span {
      display: none; }
  .share-bar .iconfont-weibo {
    background-color: #ee3f44; }
    .share-bar .iconfont-weibo:hover {
      background-color: #ff3f44; }
    .share-bar .iconfont-weibo:active {
      background-color: #ff3f44; }
  .share-bar .iconfont-wechat {
    background-color: #0dbc18; }
    .share-bar .iconfont-wechat:hover {
      background-color: #0dcc18; }
    .share-bar .iconfont-wechat:active {
      background-color: #0dcc18; }
  .share-bar .iconfont-qq {
    background-color: #358bff; }
    .share-bar .iconfont-qq:hover {
      background-color: #359bff; }
    .share-bar .iconfont-qq:active {
      background-color: #359bff; }
  .share-bar .iconfont-qzone {
    background-color: #ffc107; }
    .share-bar .iconfont-qzone:hover {
      background-color: #ffd107; }
    .share-bar .iconfont-qzone:active {
      background-color: #ffd107; }

.main {
  float: left;
  width: 920px; }

.g-box .box-hd {
  margin-bottom: 5px; }

.g-box .box-bd {
  padding-bottom: 10px; }

.feed-list .list {
  margin: 0px -8px 0 -7px; }

.feed-list .feed {
  margin: 0px 5px 20px 7px; }

#hot-video .box-title .icon {
  background-position: 0px -48px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 18px; }

#self-video .box-title .icon {
  background-position: 0px -120px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 18px;
  height: 18px; }

#feed-topic .box-title .icon {
  background-position: 0px -15px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 16px; }

.sidebar {
  float: right;
  width: 256px; }

/* 猜你喜欢 */
.guess-row {
  height: 626px;
  overflow: hidden; }

.recharge-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200; }
  .recharge-wrap .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: .6; }
  .recharge-wrap .recharge {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 290px;
    height: 344px;
    margin-left: -145px;
    margin-top: -172px;
    border-radius: 3px;
    background-color: #fff; }
    .recharge-wrap .recharge .ext-bottom {
      position: absolute;
      left: 0;
      bottom: -80px;
      width: 100%;
      text-align: center; }
      .recharge-wrap .recharge .ext-bottom a {
        padding: 0 30px;
        line-height: 2.5;
        border-radius: 5px;
        font-size: 14px;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        margin: 0 6px; }
      .recharge-wrap .recharge .ext-bottom .recharge-ok {
        background-color: #e95b59; }
        .recharge-wrap .recharge .ext-bottom .recharge-ok:hover {
          background-color: #f86967; }
        .recharge-wrap .recharge .ext-bottom .recharge-ok:active {
          background-color: #d34d4b; }
      .recharge-wrap .recharge .ext-bottom .recharge-no {
        background-color: #5ba49a; }
        .recharge-wrap .recharge .ext-bottom .recharge-no:hover {
          background-color: #63afa5; }
        .recharge-wrap .recharge .ext-bottom .recharge-no:active {
          background-color: #4f978d; }
    .recharge-wrap .recharge .btn-close {
      position: absolute;
      top: 5px;
      right: 10px;
      text-decoration: none;
      color: #969696; }
    .recharge-wrap .recharge .left {
      padding: 20px 0;
      text-align: center; }
    .recharge-wrap .recharge .title {
      font-size: 14px;
      margin-bottom: 24px; }
    .recharge-wrap .recharge .fn {
      margin: 0 6px;
      color: #57ae57;
      font-style: normal; }
    .recharge-wrap .recharge .qrcode {
      width: 175px;
      height: 175px;
      margin: 0 auto 24px;
      padding: 6px;
      box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1); }
      .recharge-wrap .recharge .qrcode img {
        width: 100%; }
    .recharge-wrap .recharge .desc .txt {
      padding: 6px 30px;
      border-radius: 20px;
      background-color: #f4f4f4; }
    .recharge-wrap .recharge .desc .safe {
      line-height: 1.5;
      font-size: 12px;
      color: #e95b59;
      text-align: left;
      padding: 0 15px; }
    .recharge-wrap .recharge .ext {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -1;
      opacity: 0;
      margin-top: -162px;
      width: 206px;
      height: 324px;
      background-image: url(../images/t01f9f6042e36c2fcdf.png);
      -webkit-transition: all .5s ease .5s;
      transition: all .5s ease .5s; }
    .recharge-wrap .recharge .ext.show {
      opacity: 1;
      left: 105%; }

.player-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px; }
  .player-sidebar .avatars {
    background-color: #fff;
    height: 66px;
    overflow: hidden; }
    .player-sidebar .avatars .content {
      height: 40px;
      margin: 20px 0 6px 7px;
      text-align: center;
      color: #999; }
    .player-sidebar .avatars a {
      position: relative;
      float: left;
      margin-right: 8px; }
      .player-sidebar .avatars a:hover img {
        opacity: 1;
        filter: alpha(opacity=100); }
      .player-sidebar .avatars a i {
        display: none; }
      .player-sidebar .avatars a i.medal {
        position: absolute;
        bottom: 5px;
        right: 0;
        display: block; }
    .player-sidebar .avatars img {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid transparent;
      opacity: .8;
      filter: alpha(opacity=80); }
  .player-sidebar .chat {
    overflow: hidden;
    top: 152px;
    width: 100%; }
  .player-sidebar .chattab {
    overflow: hidden;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    background-color: #F2F2F2; }
  .player-sidebar .chattab ul {
    width: 100%;
    height: 100%;
    position: relative; }
  .player-sidebar .chattab li {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    cursor: pointer; }
    .player-sidebar .chattab li a {
      display: block;
      color: #bbbbbb;
      text-decoration: none; }
  .player-sidebar .chattab li.current {
    background: #ffffff;
    border-top: 2px solid #FF426C;
    height: 23px;
    line-height: 24px; }
    .player-sidebar .chattab li.current a {
      color: #FF426C; }
  .player-sidebar .chatArea {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF; }
  .player-sidebar .chatviews {
    position: relative;
    width: 100%;
    height: 309px;
    background-color: #252525; }
    .player-sidebar .chatviews .viewitem {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
    .player-sidebar .chatviews .viewitem-2 {
      height: 603px; }

#screenshotArea {
  position: absolute;
  bottom: 0;
  top: auto;
  height: 0; }
  #screenshotArea .ss-msg-box {
    position: absolute;
    display: none;
    top: 0;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 9;
    overflow: auto;
    background-color: #FFFFFF; }
  #screenshotArea.current {
    height: 100%; }
    #screenshotArea.current .ss-msg-box {
      display: block; }
  #screenshotArea .ss-control {
    position: absolute;
    height: 40px;
    width: 50px;
    bottom: 0;
    z-index: 10;
    right: 0;
    background-color: #3d3d3d;
    display: none; }
    #screenshotArea .ss-control .btn-screenshot {
      display: block;
      color: #fff;
      background-color: #3F9F94;
      font-size: 12px;
      width: 43px;
      height: 28px;
      line-height: 28px;
      border: 1px solid #252525;
      text-align: center;
      margin: 5px 5px 5px 0; }
      #screenshotArea .ss-control .btn-screenshot:hover {
        text-decoration: none;
        background-color: #49B1A8; }
  #screenshotArea .ss-message {
    height: 0;
    width: 100%;
    background-color: #009E96;
    opacity: 0.8;
    bottom: 40px;
    position: absolute;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    text-align: center; }
    #screenshotArea .ss-message a {
      color: #FFF; }
    #screenshotArea .ss-message.error {
      background-color: #FC4E53; }
  #screenshotArea .tt-msg-content-wrap {
    padding-right: 0; }
  #screenshotArea .tt-msg-content {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    #screenshotArea .tt-msg-content:after {
      display: none; }
    #screenshotArea .tt-msg-content .screenshot {
      border: 1px solid #252525; }
      #screenshotArea .tt-msg-content .screenshot:hover {
        border-color: #fc4e53; }
      #screenshotArea .tt-msg-content .screenshot img {
        display: block;
        width: 120px; }
    #screenshotArea .tt-msg-content .pics-up {
      position: absolute;
      top: 50%;
      left: 135px;
      margin-top: -12px; }
      #screenshotArea .tt-msg-content .pics-up .btn-up {
        padding: 6px 8px 3px;
        line-height: 15px;
        color: #fc4e53;
        font-size: 12px;
        background-color: #3c3c3c;
        white-space: nowrap; }
        #screenshotArea .tt-msg-content .pics-up .btn-up .icon {
          background-position: 0px -16px;
          background-repeat: no-repeat;
          overflow: hidden;
          display: inline-block;
          width: 20px;
          height: 16px;
          vertical-align: -.1em; }
        #screenshotArea .tt-msg-content .pics-up .btn-up:hover {
          text-decoration: none; }
      #screenshotArea .tt-msg-content .pics-up .text {
        display: none; }
      #screenshotArea .tt-msg-content .pics-up .done .icon {
        background-position: 0px -48px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 19px;
        height: 18px; }
      #screenshotArea .tt-msg-content .pics-up .null {
        color: #959595; }
        #screenshotArea .tt-msg-content .pics-up .null .icon {
          background-position: 0px -32px;
          background-repeat: no-repeat;
          overflow: hidden;
          display: inline-block;
          width: 20px;
          height: 16px; }
      #screenshotArea .tt-msg-content .pics-up .will:hover,
      #screenshotArea .tt-msg-content .pics-up .null:hover {
        background-color: #515151;
        color: #fc4e53; }
        #screenshotArea .tt-msg-content .pics-up .will:hover .icon,
        #screenshotArea .tt-msg-content .pics-up .null:hover .icon {
          background-position: 0px -16px;
          background-repeat: no-repeat;
          overflow: hidden;
          display: inline-block;
          width: 20px;
          height: 16px; }
        #screenshotArea .tt-msg-content .pics-up .will:hover .text,
        #screenshotArea .tt-msg-content .pics-up .null:hover .text {
          display: inline-block; }
        #screenshotArea .tt-msg-content .pics-up .will:hover .nums,
        #screenshotArea .tt-msg-content .pics-up .null:hover .nums {
          display: none; }

.review .player-sidebar .avatars {
  display: none; }

.review .player-sidebar .chatviews {
  height: 375px; }

.review .player-gift .result {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200px;
  width: 100%;
  height: 100%; }
  .review .player-gift .result .title {
    color: #333;
    font-size: 16px;
    line-height: 100px;
    padding-left: 20px;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .review .player-gift .result .statics {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 350px; }
    .review .player-gift .result .statics .static-item {
      float: left;
      width: 33%;
      text-align: center; }
      .review .player-gift .result .statics .static-item .number {
        display: block;
        padding: 23px 0 5px;
        font-size: 18px;
        color: #333; }
      .review .player-gift .result .statics .static-item .text {
        display: block;
        font-size: 12px;
        color: #999; }

.review #screenshotArea .ss-msg-box {
  bottom: 5px; }

.review #screenshotArea .ss-control {
  display: none; }

.review .chatArea .tt-msg-nickname {
  white-space: nowrap;
  float: left;
  max-width: 105px;
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis; }

.review .tt-msg-item-h5 {
  background-color: #FFFFFF; }

.review .tt-msg-item-h5.current .tt-msg-nickname {
  color: #999999; }

.review .tt-msg-item-h5.current .tt-msg-content-h5-chat {
  color: #FF426C; }

.chatArea {
  background-color: #FFFFFF; }

.chatArea .tt-type-form {
  background-color: #FFFFFF; }

.chatArea .tt-type-msg:focus {
  border-color: #F2F2F2; }

.chatArea .tt-type-submit {
  background-color: #FF426C;
  border-color: #FF426C;
  border-radius: 5px; }

.chatArea .tt-type-submit:hover {
  background-color: #FF5086;
  border-color: #FF5086; }

.chatArea .tt-type-msg, .tt-tantan.tt-unlogin .tt-type-msg-wrap {
  background-color: #f1f1f1;
  border-color: #F2F2F2;
  color: #333333;
  border-radius: 5px; }

.chatArea .tt-type-msg-wrap, .chatArea .tt-type-submit {
  height: 30px; }

.chatArea .tt-type-msg-wrap {
  bottom: 5px; }

.chatArea .tt-type-msg {
  padding-left: 7px;
  padding-right: 8px !important;
  font-size: 12px;
  line-height: 30px;
  border-radius: 5px; }

.chatArea .tt-type-submit {
  bottom: 5px;
  width: 60px;
  font-size: 14px;
  line-height: 30px; }

.chatArea .tt-type-msg-length {
  bottom: 11px;
  color: #999;
  font-size: 12px;
  display: none; }

.chatArea .tt-tip {
  bottom: 0; }

.chatArea .tt-send-box {
  height: 60px; }

.chatArea .tt-type-msg-wrap {
  left: 20px;
  right: 78px;
  bottom: 16px; }

.chatArea .tt-type-submit {
  right: 5px;
  bottom: 16px; }

.chatArea .tt-type-msg-length {
  right: 58px; }

.chatArea .tt-msg-more {
  color: #FF426C; }
  .chatArea .tt-msg-more a {
    color: #999999;
    text-decoration: none; }
    .chatArea .tt-msg-more a:hover {
      text-decoration: underline; }

.chatArea .tt-unlogin-tip {
  padding-top: 0 !important;
  padding-left: 28px !important;
  font-size: 12px !important;
  margin: 0;
  line-height: 56px; }

.chatArea .tt-msg-box,
.chatArea.tt-show-tip > .tt-tip {
  bottom: 60px !important; }

.chatArea.tt-show-tip > .tt-tip,
.chatArea .tt-tip {
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  color: #fa3a70;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 15px;
  background-color: #fff; }
  .chatArea.tt-show-tip > .tt-tip i,
  .chatArea .tt-tip i {
    width: 11px;
    height: 8px;
    background: url(../images/t01863f49bf66edb762.png) no-repeat center transparent; }
  .chatArea.tt-show-tip > .tt-tip a,
  .chatArea .tt-tip a {
    display: block;
    font-size: 12px;
    line-height: 28px;
    color: #fa3a70; }

.chatArea .tt-msg-color-blue .tt-msg-alert > span {
  color: #1FBB37; }

.download {
  width: 244px;
  padding-left: 6px;
  padding-right: 6px; }

.cls_qrcodeArea {
  display: none;
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  margin-top: -189px;
  width: 360px;
  height: 377px;
  background: url(../images/bkgweixinshare.png) no-repeat 0 0;
  box-shadow: 0 0 10px #000;
  border-radius: 8px; }

.cls_qrcodeArea .cls_qrcode {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 143px;
  left: 37px; }

.cls_qrcodeArea .cls_qrcodeClose {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 13px;
  right: 17px;
  border-radius: 50%;
  cursor: pointer;
  background: url(../images/icon-pc.png) no-repeat -154px -41px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 1s;
  transition: all 1s; }

.cls_qrcodeArea .cls_qrcodeClose:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  transition: all 1s; }

.chatmsg {
  overflow: hidden;
  height: 100%; }

.chatmsg li {
  width: 285px;
  height: auto !important;
  height: 23px;
  min-height: 23px;
  padding: 0 25px 0 30px;
  line-height: 23px;
  color: #fff; }

.chatmsg li i {
  display: inline-block;
  padding-right: 8px;
  color: #999;
  vertical-align: middle;
  font-style: normal; }

.chatmsg li.join {
  color: #fff; }

.chatmsg li.join em {
  color: #ccc; }

.chatmsg li.visited {
  color: #7c7c7c; }

.chatmsg li.visited i {
  color: #535353; }

.chatmsg li.cur {
  background: url(../images/libg.png) no-repeat left top;
  color: red; }

.red-packet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 222px;
  height: 268px;
  margin-left: -111px;
  margin-top: -178px;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.27, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0, 0, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0, 0, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0, 0, 0.27, 1.55);
  background-image: url(../images/t01e5ae5c88e131ab17.png); }
  .red-packet.show {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .red-packet .avatar {
    margin-top: 20px;
    margin-bottom: 5px; }
    .red-packet .avatar .link {
      display: inline-block;
      border: 2px solid transparent;
      border-radius: 20px;
      width: 36px;
      height: 36px; }
      .red-packet .avatar .link img {
        border-radius: 20px;
        width: 36px;
        height: 36px;
        vertical-align: middle; }
      .red-packet .avatar .link:hover {
        border-color: #f9ca2f; }
  .red-packet .message {
    color: #f9c69d;
    font-size: 12px; }
    .red-packet .message .limit {
      display: inline-block;
      max-width: 108px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: -.4em; }
  .red-packet .slogan {
    color: #ffe2b1;
    font-size: 16px;
    margin-bottom: 10px; }
  .red-packet .qrcode {
    margin-bottom: 5px; }
    .red-packet .qrcode img {
      width: 112px;
      height: 112px; }
  .red-packet .tip {
    color: #ffe2b1;
    font-size: 12px; }
  .red-packet .btn-close {
    position: absolute;
    top: 2px;
    right: 5px;
    text-decoration: none;
    color: #b3433a; }
    .red-packet .btn-close:hover {
      color: #fff; }

.ie .wrapper #living-slider {
  height: 460px; }
  .ie .wrapper #living-slider .obs-player {
    width: 800px;
    height: 460px; }
  .ie .wrapper #living-slider .living-switch {
    width: 150px;
    height: 460px; }
    .ie .wrapper #living-slider .living-switch .li {
      width: 126px;
      height: 102px; }
      .ie .wrapper #living-slider .living-switch .li p {
        width: 112px; }
      .ie .wrapper #living-slider .living-switch .li .mask {
        width: 122px;
        height: 98px; }

.g-box-index .g-list2 a.play-link {
  height: 286px; }

.g-box-index .loading {
  display: block;
  text-align: center;
  padding: 20px 0;
  clear: both; }
  .g-box-index .loading svg {
    display: inline-block;
    vertical-align: middle; }
  .g-box-index .loading span {
    margin-right: 15px;
    font-size: 16px;
    color: #999;
    vertical-align: middle;
    display: inline-block; }
  .g-box-index .loading img {
    display: none; }

.feed-vertical .js-flash-ad {
  display: block; }
