.thumb-nav-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: auto; }
  @media only screen and (orientation: portrait) {
    .thumb-nav-bg {
      bottom: 2.2rem; } }
  @media only screen and (orientation: landscape) {
    .thumb-nav-bg {
      bottom: 1.2rem; } }

.thumb-nav-box {
  position: fixed;
  width: 80%;
  height: auto;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  z-index:99; }
  @media only screen and (orientation: landscape) {
    .thumb-nav-box {
      bottom: 1.1rem; } }
  .thumb-nav-box .sub-scenes {
    width: 100%; }
    @media only screen and (orientation: portrait) {
      .thumb-nav-box .sub-scenes {
        height: 1.8rem; } }
    @media only screen and (orientation: landscape) {
      .thumb-nav-box .sub-scenes {
        height: 0.97451rem; } }
    @media screen and (min-width: 1280px) {
      .thumb-nav-box .sub-scenes {
        height: 80px; } }
    .thumb-nav-box .sub-scenes li {
      margin-right: 5px;
      position: relative;
      text-align: center;
      border-image: -webkit-linear-gradient(to bottom, #ffffff, #3f3f40) 10 10 !important;
      border-image: linear-gradient(to bottom, #ffffff, #3f3f40) 10 10 !important;
      border: 2px solid;
      background-position: center;
      background-size: contain; }
      @media only screen and (orientation: portrait) {
        .thumb-nav-box .sub-scenes li {
          width: 1.8rem;
          height: 1.8rem; } }
      @media only screen and (orientation: landscape) {
        .thumb-nav-box .sub-scenes li {
          width: 0.97451rem;
          height: 0.97451rem; } }
      @media screen and (min-width: 1280px) {
        .thumb-nav-box .sub-scenes li {
          width: 80px;
          height: 80px; } }
      .thumb-nav-box .sub-scenes li .li-title {
        position: absolute;
        width: 94%;
        font-size: 10px;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
		word-break: break-all;		}
      .thumb-nav-box .sub-scenes li .li-title:empty {
        display: none; }
    .thumb-nav-box .sub-scenes li.current {
      border-image: -webkit-linear-gradient(#fdd000, #fda602) 10 10 !important;
      border-image: linear-gradient(#fdd000, #fda602) 10 10 !important; }
  .thumb-nav-box .group-scenes-container {
    margin-bottom: 10px; }
    .thumb-nav-box .group-scenes-container .group-scenes {
      border-top: 10px solid transparent; }
      .thumb-nav-box .group-scenes-container .group-scenes li {
        margin-right: 5px;
        position: relative;
        text-align: center;
        border-image: -webkit-linear-gradient(to bottom, #ffffff, #3f3f40) 10 10 !important;
        border-image: linear-gradient(to bottom, #ffffff, #3f3f40) 10 10 !important;
        border: 2px solid;
        background-position: center;
        background-size: contain; }
        @media only screen and (orientation: portrait) {
          .thumb-nav-box .group-scenes-container .group-scenes li {
            width: 1.8rem;
            height: 1.8rem; } }
        @media only screen and (orientation: landscape) {
          .thumb-nav-box .group-scenes-container .group-scenes li {
            width: 0.97451rem;
            height: 0.97451rem; } }
        @media screen and (min-width: 1280px) {
          .thumb-nav-box .group-scenes-container .group-scenes li {
            width: 80px;
            height: 80px; } }
        .thumb-nav-box .group-scenes-container .group-scenes li .li-title {
          position: absolute;
          width: 100%;
          font-size: 10px;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.4);
          padding: 2px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
        .thumb-nav-box .group-scenes-container .group-scenes li .li-title:empty {
          display: none; }
      .thumb-nav-box .group-scenes-container .group-scenes li.current {
        border-image: -webkit-linear-gradient(#fdd000, #fda602) 10 10 !important;
        border-image: linear-gradient(#fdd000, #fda602) 10 10 !important; }
      .thumb-nav-box .group-scenes-container .group-scenes li.logo-item {
        background-color: #151b25; }
        .thumb-nav-box .group-scenes-container .group-scenes li.logo-item .logo-img {
          width: 45px;
          height: 45px;
          position: absolute;
          top: 45%;
          left: 50%;
          transform: translateY(-45%) translateX(-50%); }
  .thumb-nav-box .corner-icon {
    display: inline-block;
    position: absolute;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -5px; }
  .thumb-nav-box .corner-icon.vr-zb-icon {
    background-image: url(../img/vr-zb-icon.png); }
  .thumb-nav-box .corner-icon.red-icon {
    background-image: url(../img/red-icon.png); }
  .thumb-nav-box .corner-icon.hot-icon {
    background-image: url(../img/hot-icon.png); }
  .thumb-nav-box .corner-icon.vip-icon {
    background-image: url(../img/vip-icon.png); }

.thumb-nav-box.vr {
  z-index: 0; }

.thumb-nav-box .sub-scenes li {     box-sizing: border-box; }
.swiper-justify {
  justify-content: center; }
