.video .video-wrap {
  padding: 0 0.32rem;
  box-shadow: 0px 0.02rem 0.16rem 0px rgb(220 220 220 / 77%);
  background-color: #ffffff; }
  .video .video-wrap .top-nav {
    background-color: #f4f5f7;
    justify-content: center;
    margin-bottom: 0.32rem;
  }
    .video .video-wrap .top-nav .nav-item {
      width: 50%;
      height: .8rem;
      line-height: .8rem;
      text-align: center;
      font-size: .28rem;
      color: #666;
      background-color: #f4f5f7;
    }
.video .video-wrap .top-nav .nav-item a{
  color: #666666;
  display: block;
  width: 100%;
  height: 100%;
}
.video .video-wrap .top-nav .nav-item:last-child{
  background: #fff;
}
.video .video-wrap .top-nav .nav-item:last-child a{
  border-radius: 0 0 0 0.16rem;
  background: #f4f5f7;
 }
      .video .video-wrap .top-nav .nav-item.curr {
        background: #f4f5f7;
      }
.video .video-wrap .top-nav .nav-item.curr a {
  border-radius: 0 0.16rem 0 0;
  background: #fff;
}

  .video .video-wrap .list-video {
  }
    .video .video-wrap .list-video .list-item {
      height: 5.4rem;
      border-radius: 8px;
      box-sizing: border-box; }
      .video .video-wrap .list-video .list-item .contain-video {
        overflow: hidden;
        /*width: 5.9rem;*/
        height: 3.77rem;
        margin-bottom: .22rem;
        border-radius: .08rem; }
        .video .video-wrap .list-video .list-item .contain-video .contain-video-data-wrap {
          width: 100%;
          height: 100%; }
        .video .video-wrap .list-video .list-item .contain-video .video-cover {
          width: 100%;
          height: 100%;
          overflow: hidden;
          position: relative;
          cursor: pointer; }
          .video .video-wrap .list-video .list-item .contain-video .video-cover .video-icon {
            position: absolute;
            left: 50%;
            bottom: 50%;
            transform: translate(-50%, 50%);
            z-index: 10;
            width: .9rem;
            height: .9rem;
            background-image: url("https://scms.jindingaus.com/jdfangchan_wap_static/assets/image/big-play.png");
            background-size: cover; }
        .video .video-wrap .list-video .list-item .contain-video video {
          width: 100%;
          height: 100%;
          display: none; }
      .video .video-wrap .list-video .list-item .title {
        margin-bottom: .12rem; }
        .video .video-wrap .list-video .list-item .title .name {
          width: 70%;
          font-weight: bold;
          font-size: .28rem; }
        .video .video-wrap .list-video .list-item .title .scan {
          font-size: .24rem;
          color: #999; }
      .video .video-wrap .list-video .list-item .house-label {
        display: inline-block;
        height: .32rem;
        font-size: .2rem;
        padding: 0.06rem .1rem;
        margin-right: .1rem;
        color: #1b85dd;
        background-color: rgba(27, 133, 221, 0.1);
        border-radius: 4px; }
.more-video{
  width: 100%;
  text-align: center;
  font-size: 0.20rem;
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.24rem;
}
