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

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

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

.icon-pics {
  background-image: url(../images/bb8ab990c34e039f9bcd38a9b7bee436.png); }

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

.icon-up {
  background-image: url(../images/sprite-up.png); }

/**
 * 边栏菜单
 */
/* 默认折叠 */
.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; }

.container {
  padding: 0 20px 0 90px;
  width: auto; }

a:hover {
  text-decoration: none; }

.red {
  color: #fc4e53 !important; }

.orange {
  color: #f39800 !important; }

.yellow {
  color: #ffcc00 !important; }

.white {
  color: #fff !important; }

.black {
  color: #313131 !important; }

.mod {
  margin-top: 20px; }
  .mod .mod-hd {
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px; }
    .mod .mod-hd h2 {
      font-size: 18px;
      float: left;
      margin-right: 30px; }
      .mod .mod-hd h2 .icon {
        margin-right: 6px;
        vertical-align: -3px; }
    .mod .mod-hd .tab-group {
      float: left;
      height: 22px;
      margin-top: 4px; }
      .mod .mod-hd .tab-group a {
        float: left;
        width: 50px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
        color: #333; }
        .mod .mod-hd .tab-group a:link, .mod .mod-hd .tab-group a:visited {
          color: #333; }
        .mod .mod-hd .tab-group a:hover, .mod .mod-hd .tab-group a.active {
          color: #fa3a70; }
  .mod .mod-bd .pic-items {
    margin-right: -10px;
    *zoom: 1; }
    .mod .mod-bd .pic-items li {
      float: left;
      *width: 246px;
      *height: 306px;
      *margin: 0 10px 10px 0; }

.icon {
  background: url(../images/icon_tit.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px; }

.icon-girl {
  background-position: 0 0; }

.icon-dance {
  background-position: 0 -40px; }

.icon-talk {
  background-position: 0 -80px; }

.icon-circle {
  width: 26px;
  height: 26px;
  background-position: 0px -117px; }

.icon-tag {
  background: url(../images/t01dbcca47472db88e7.png) no-repeat;
  width: 16px;
  height: 16px; }

.icon-person {
  background: url(../images/t01c95cb3be725bfc9f.png) no-repeat;
  width: 12px;
  height: 13px; }

.icon-eye {
  background: url(../images/0e5f66b9afd1fc0aedb1c0b66ac7adb2.png) no-repeat;
  width: 14px;
  height: 10px; }

.icon-info {
  background: url(../images/8ee655e1718fc4a337725bcc92646520.png) no-repeat;
  width: 12px;
  height: 12px; }

.icon-hot {
  width: 30px;
  height: 30px;
  image-rendering: -webkit-optimize-contrast; }

.icon-category {
  width: 26px;
  height: 26px;
  image-rendering: -webkit-optimize-contrast; }

.category-vl {
  background: url(../images/395be87c394619ec39155f86faa3e296.png) center no-repeat;
  background-size: contain; }

.icon-category-5 {
  background: url(../images/af5109f40046862116a4bb5279f3d48b.png) center no-repeat;
  background-size: contain; }

.icon-category-800,
.icon-category-2 {
  background: url(../images/face.png) center no-repeat;
  background-size: contain; }

.icon-category-801 {
  background: url(../images/dance.png) center no-repeat;
  background-size: contain; }

.icon-category-802 {
  background: url(../images/sing.png) center no-repeat;
  background-size: contain; }

.icon-category-803 {
  background: url(../images/d3d0d604d23320833aef72ebe0a26b18.png) center no-repeat;
  background-size: contain; }

.icon-category-804 {
  background: url(../images/e09c92f31ee0370c8337d7f840cbcefb.png) center no-repeat;
  background-size: contain; }

.icon-category-805 {
  background: url(../images/24188e1fe672d1d8c9bf3badc29518da.png) center no-repeat;
  background-size: contain; }

.icon-category-806 {
  background: url(../images/talk_show.png) center no-repeat;
  background-size: contain; }

.icon-category-807 {
  background: url(../images/22910ba7984d1446dd5513c620ae1854.png) center no-repeat;
  background-size: contain; }

.icon-category-809 {
  background: url(../images/71049322bb44b84636117bf41fb62e35.png) center no-repeat;
  background-size: contain; }

.icon-category-810 {
  background: url(../images/0856cbdaf43caf716742511044e767ad.png) center no-repeat;
  background-size: contain; }

.icon-category-811 {
  background: url(../images/b1646bbb8803c2f68922b59e5caa4849.png) center no-repeat;
  background-size: contain; }

.icon-category-812 {
  background: url(../images/01c26473368a6132ac2254605e807652.png) center no-repeat;
  background-size: contain; }

.icon-category-999 {
  background: url(../images/c17a0ec71e365802a074d51986ba0d2b.png) center no-repeat;
  background-size: contain; }

.icon-category-1000 {
  background: url(../images/93b20c4cc0b7286e0d25174f9ba6b0be.png) center no-repeat;
  background-size: contain; }

.icon-category-813 {
  background: url(../images/0d1e7dc318e4d01358c015df92d20abf.png) center no-repeat;
  background-size: contain; }

.ie6 .icon-category,
.ie7 .icon-category,
.ie8 .icon-category {
  background: url(../images/icon_tit.png) no-repeat 0px -117px; }

.ie6 .icon-hot,
.ie7 .icon-hot,
.ie8 .icon-hot {
  background: url(../images/icon_tit.png) no-repeat 0 0; }

.ie6 .mod .mod-class-hd,
.ie7 .mod .mod-class-hd,
.ie8 .mod .mod-class-hd {
  margin-bottom: 10px; }

.mod .mod-hd h2 .icon-category {
  vertical-align: -6px; }

.figure {
  width: 215px;
  height: 275px;
  overflow: hidden;
  float: left;
  margin: 0 10px 20px 0;
  background: #fff; }
  .figure .pic {
    width: 100%;
    height: 215px;
    position: relative;
    overflow: hidden; }
    .figure .pic .img {
      width: 100%;
      height: 215px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .figure .pic .vimg {
      display: block;
      height: auto !important;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .figure .pic .num {
      height: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 10px;
      z-index: 1; }
      .figure .pic .num .icon {
        margin-right: 5px; }
    .figure .pic .icon-play {
      background: url(../images/t017b0cda9ae38f60da.png) no-repeat;
      width: 60px;
      height: 60px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -30px 0 0 -30px;
      display: none;
      z-index: 999; }
    .figure .pic .pic-mask {
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .figure .pic .border {
      width: 211px;
      height: 213px;
      border: 2px solid #ff3e69;
      border-bottom: none;
      position: absolute;
      left: 0;
      top: 0;
      display: none;
      z-index: 2; }
  .figure .fl {
    float: left; }
  .figure .fr {
    float: right; }
  .figure .figure-info .username {
    padding: 5px 6px 0; }
  .figure .figure-info .name {
    padding: 0;
    max-width: 60%;
    line-height: 24px; }
  .figure .figure-info .watches {
    line-height: 24px; }
  .figure .figure-info .feed-title {
    padding: 2px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .figure .figure-info .game {
    padding: 0px 2px;
    margin-right: 5px;
    border: 1px solid #999;
    border-radius: 3px; }
  .figure .name {
    padding: 5px 0 0 10px;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .figure .name .avatar {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 6px; }
    .figure .name .hj-emoji {
      width: 20px;
      height: 20px;
      vertical-align: middle; }
  .figure .tag {
    padding: 5px 0 0 10px; }
    .figure .tag .icon-tag {
      margin-right: 5px; }
    .figure .tag span {
      display: inline-block;
      height: 16px;
      margin-right: 3px;
      border: 1px solid #999;
      text-align: center;
      border-radius: 4px;
      vertical-align: middle;
      line-height: 16px;
      max-height: 20px;
      padding: 0 6px;
      color: #999;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .figure .tag .tag-1 {
      max-width: 76px; }
    .figure .tag .tag-2 {
      max-width: 38px; }
  .figure .guest {
    color: #999;
    padding: 5px 0 0 10px; }
  .figure:hover {
    background: #ff3e69;
    color: #fff; }
    .figure:hover .pic .img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .figure:hover .pic .vimg {
      -webkit-transform: scale(1.1) translate(0, -50%);
              transform: scale(1.1) translate(0, -50%); }
    .figure:hover .icon-play {
      display: block; }
    .figure:hover .pic-mask {
      opacity: 0.3;
      filter: alpha(opacity=30); }
    .figure:hover .tag .icon-tag {
      background-image: url(../images/t012b944acdb6326904.png); }
    .figure:hover .tag span {
      border-color: #fff;
      color: #fff; }
    .figure:hover .guest {
      color: #fff; }
    .figure:hover .border {
      display: block; }
    .figure:hover .figure-info .game {
      border: 1px solid #fff; }

.li-spec .figure {
  height: 180px; }
  .li-spec .figure .pic {
    height: 120px; }
    .li-spec .figure .pic .img {
      height: 120px; }
    .li-spec .figure .pic .border {
      height: 118px; }

.loading {
  width: 100%;
  text-align: center;
  padding: 20px 0; }
  .loading svg, .loading img, .loading span {
    display: inline-block;
    vertical-align: middle; }
  .loading img {
    display: none; }
  .loading span {
    margin-right: 15px;
    font-size: 16px;
    color: #999;
    vertical-align: middle;
    display: inline-block; }

.ie6 .loading svg,
.ie7 .loading svg,
.ie8 .loading svg {
  display: none; }

.ie6 .loading img,
.ie7 .loading img,
.ie8 .loading img {
  display: inline-block; }

@media (max-width: 1440px) {
  .figure {
    width: 210px;
    height: 270px;
    margin-right: 10px; }
    .figure .pic {
      height: 210px; }
      .figure .pic .img {
        height: 210px; }
      .figure .pic .border {
        width: 206px;
        height: 208px; }
  .li-spec .figure {
    height: 178px; }
    .li-spec .figure .pic {
      height: 118px; }
      .li-spec .figure .pic .img {
        height: 118px; }
      .li-spec .figure .pic .border {
        height: 116px; } }

@media (max-width: 1366px) {
  .figure {
    width: 200px;
    height: 260px;
    margin-right: 8px; }
    .figure .pic {
      height: 200px; }
      .figure .pic .img {
        height: 200px; }
      .figure .pic .border {
        width: 196px;
        height: 198px; }
  .li-spec .figure {
    height: 172px; }
    .li-spec .figure .pic {
      height: 112px; }
      .li-spec .figure .pic .img {
        height: 112px; }
      .li-spec .figure .pic .border {
        height: 110px; } }

@media (max-width: 1280px) {
  .figure {
    width: 183px;
    height: 243px;
    margin-right: 10px; }
    .figure .pic {
      height: 183px; }
      .figure .pic .img {
        height: 183px; }
      .figure .pic .border {
        width: 179px;
        height: 181px; }
  .li-spec .figure {
    height: 163px; }
    .li-spec .figure .pic {
      height: 103px; }
      .li-spec .figure .pic .img {
        height: 103px; }
      .li-spec .figure .pic .border {
        height: 101px; } }
