#header + #banner {
  position: relative;
  height: 440px; }
  #header + #banner .swiper-container {
    width: 100%;
    height: 100%; }
    #header + #banner .swiper-container .swiper-slide > a {
      background-color: #000;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      display: block;
      width: 100%;
      height: 100%; }
    #header + #banner .swiper-container .swiper-slide .content {
      margin: 0 auto;
      width: 1200px; }
      #header + #banner .swiper-container .swiper-slide .content .inner {
        font-size: 0;
        text-shadow: 1px 1px 5px #333;
        position: absolute;
        z-index: 2;
        bottom: 150px; }
        #header + #banner .swiper-container .swiper-slide .content .inner img,
        #header + #banner .swiper-container .swiper-slide .content .inner div {
          display: inline-block;
          vertical-align: middle; }
        #header + #banner .swiper-container .swiper-slide .content .inner .click {
          padding-right: 10px; }
          #header + #banner .swiper-container .swiper-slide .content .inner .click img {
            width: 50px;
            height: 50px; }
        #header + #banner .swiper-container .swiper-slide .content .inner .title {
          color: #fff;
          font-size: 20px;
          line-height: 28px;
          display: block; }
        #header + #banner .swiper-container .swiper-slide .content .inner .image {
          border-radius: 50%;
          width: 40px;
          height: 40px; }
        #header + #banner .swiper-container .swiper-slide .content .inner .block {
          padding-left: 5px; }
        #header + #banner .swiper-container .swiper-slide .content .inner .about {
          color: #fff;
          font-size: 16px;
          display: block; }
        #header + #banner .swiper-container .swiper-slide .content .inner .count {
          color: #fff;
          font-size: 14px;
          display: block; }
          #header + #banner .swiper-container .swiper-slide .content .inner .count span, #header + #banner .swiper-container .swiper-slide .content .inner .count:before {
            display: inline-block;
            vertical-align: middle; }
          #header + #banner .swiper-container .swiper-slide .content .inner .count:before {
            background: url("../images/nav_popularity_white.png") center no-repeat;
            background-size: 22px;
            content: "";
            margin-right: 5px;
            width: 16px;
            height: 16px; }
    #header + #banner .swiper-container .swiper-mask {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
      pointer-events: none;
      display: block;
      position: absolute;
      z-index: 1;
      bottom: 0;
      width: 100%;
      height: 200px; }
    #header + #banner .swiper-container .swiper-pagination {
      text-align: right;
      pointer-events: none;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 150px;
      width: 1200px; }
      #header + #banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        border-radius: 50%;
        pointer-events: auto;
        opacity: 0.5;
        width: 8px;
        height: 8px; }
      #header + #banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1; }
    #header + #banner .swiper-container .swiper-button {
      pointer-events: none;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 1200px;
      height: 63px; }
  #header + #banner .swiper-top {
    z-index: 1;
    bottom: 8px;
    position: absolute;
    left: 50%;
    height: 474px; }
    #header + #banner .swiper-top .body {
      margin: 0 auto;
      width: 1200px;
      display: flex; }
    #header + #banner .swiper-top .swiper-top-video {
      width: 764px;
      height: 430px;
      position: relative;
      margin-top: 4px; }
      #header + #banner .swiper-top .swiper-top-video:hover .go-live-room {
        display: block; }
      #header + #banner .swiper-top .swiper-top-video .go-live-room {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        width: 120px;
        height: 55px;
        border-radius: 5px;
        color: #fff;
        z-index: 9999;
        line-height: 55px;
        text-align: center;
        border: 2px solid #FC4948;
        box-shadow: 0 0 10px #FC4948;
        cursor: pointer;
        transition-duration: .5s; }
        #header + #banner .swiper-top .swiper-top-video .go-live-room:hover {
          background: #FC4948; }
          #header + #banner .swiper-top .swiper-top-video .go-live-room:hover .go-live-bg {
            display: none; }
          #header + #banner .swiper-top .swiper-top-video .go-live-room:hover .go-live-text {
            color: #FFF; }
        #header + #banner .swiper-top .swiper-top-video .go-live-room .go-live-bg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #FFF;
          filter: blur(10px);
          opacity: 0.5;
          z-index: 1; }
        #header + #banner .swiper-top .swiper-top-video .go-live-room .go-live-text {
          position: relative;
          width: 100%;
          height: 100%;
          text-align: center;
          color: #FC4948;
          z-index: 2; }
      #header + #banner .swiper-top .swiper-top-video .live-room-mouseleave {
        display: none; }
      #header + #banner .swiper-top .swiper-top-video .live-room-mouseover {
        display: block;
        border: 1px solid #FC4948; }
        #header + #banner .swiper-top .swiper-top-video .live-room-mouseover a {
          display: block;
          width: 100%;
          height: 100%;
          color: #0fa06b; }
      #header + #banner .swiper-top .swiper-top-video .live-room-btn {
        display: block;
        background-color: #FC4948; }
        #header + #banner .swiper-top .swiper-top-video .live-room-btn a {
          color: white; }
    #header + #banner .swiper-top .recommend {
      width: 431px;
      height: auto;
      max-height: 440px;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 6px; }
      #header + #banner .swiper-top .recommend .recommend-item {
        position: relative;
        width: 206px;
        height: 130px;
        color: #fff;
        font-size: 12px;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #707070ff;
        cursor: pointer;
        margin-bottom: 10px; }
        #header + #banner .swiper-top .recommend .recommend-item:nth-child(2n) {
          margin-left: 10px; }
        #header + #banner .swiper-top .recommend .recommend-item:hover {
          border: 1px solid #FC4948; }
        #header + #banner .swiper-top .recommend .recommend-item .active {
          border: 1px solid #FC4948; }
        #header + #banner .swiper-top .recommend .recommend-item .cover {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        #header + #banner .swiper-top .recommend .recommend-item .title {
          position: absolute;
          top: 5px;
          left: 5px; }
        #header + #banner .swiper-top .recommend .recommend-item .swiper_other_footer {
          position: absolute;
          bottom: 5px;
          left: 5px;
          display: flex;
          justify-content: space-between;
          width: 95%;
          height: 30px;
          align-items: center;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
          opacity: 0.9;
          padding: 0 2px; }
          #header + #banner .swiper-top .recommend .recommend-item .swiper_other_footer .heat {
            display: flex;
            align-items: center;
            width: 60%; }
            #header + #banner .swiper-top .recommend .recommend-item .swiper_other_footer .heat p {
              max-width: 100%; }
            #header + #banner .swiper-top .recommend .recommend-item .swiper_other_footer .heat img {
              width: 16px;
              height: 16px;
              border-radius: 50%;
              background-color: #fff;
              margin-right: 2px;
              border-radius: 50%; }
          #header + #banner .swiper-top .recommend .recommend-item .swiper_other_footer .fire_normal {
            display: flex;
            align-items: center; }
            #header + #banner .swiper-top .recommend .recommend-item .swiper_other_footer .fire_normal img {
              width: 10px;
              height: 12px;
              margin-right: 2px; }

#header + #banner .swiper-top {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1200px;
  height: 100%;
  margin-left: -600px;
  background: rgba(0, 0, 0, 0.5); }
  #header + #banner .swiper-top .body {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
