@charset "UTF-8";
body {
  position: relative; }

.video-play, .top-img .top-line-left .video-icon, .top-img .top-line-right .video-icon, .left-img-box .video-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: url(../img/live/video-play.png) no-repeat; }

.left-menu-box {
  top: 200px;
  display: none;
  margin-left: -130px;
  z-index: 10;
  position: fixed;
  width: 80px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 1px  #d4d4d4;
  border-radius: 4px;
  overflow: hidden; }
  .left-menu-box li {
    cursor: pointer;
    padding: 8px 0; }
    .left-menu-box li:hover {
      background-color: #434754; }
      .left-menu-box li:hover p {
        font-weight: bolder;
        color: #ffdd00; }
        .left-menu-box li:hover p::after {
          border-bottom-color: #434754; }
      .left-menu-box li:hover .left-icon {
        background: no-repeat -12px -12px; }
  .left-menu-box li.active {
    background-color: #434754; }
    .left-menu-box li.active p {
      color: #ffdd00; }
      .left-menu-box li.active p::after {
        border-bottom-color: #434754; }
    .left-menu-box li.active .left-icon {
      background: no-repeat -12px -12px; }
  .left-menu-box .left-icon {
    margin: 0 auto;
    height: 26px;
    width: 26px;
    background: no-repeat -62px -12px; }
  .left-menu-box p {
    font-size: 14px;
    color: #666666;
    position: relative; }
    .left-menu-box p::after {
      position: absolute;
      content: '';
      border-bottom: 1px solid #D5D5D5;
      width: 20px;
      left: 30px;
      bottom: -8px; }
  .left-menu-box li:last-child p::after {
    border-bottom-width: 0; }

.left-menu-box.no-fixed-menu {
  position: static;
  margin-top: 0;
  margin-left: 0;
  box-shadow: none;
  width: 100%;
  text-align: left;
  border-radius: 0;
  font-size: 0;
  border-bottom: 1px solid #E9E9E9; }
  .left-menu-box.no-fixed-menu li {
    display: inline-block;
    width: 78px;
    text-align: center;
    padding: 14px 0; }
    .left-menu-box.no-fixed-menu li:hover p {
      color: #ffdd00; }
    .left-menu-box.no-fixed-menu li p {
      font-size: 18px;
      color: #828a92; }
      .left-menu-box.no-fixed-menu li p::after {
        border-bottom-width: 0; }
  .left-menu-box.no-fixed-menu li.active p {
    font-weight: bolder;
    color: #ffdd00; }
  .left-menu-box.no-fixed-menu .left-icon {
    display: none; }

.fixedLeftMenu .no-fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: #31343f; }
  .fixedLeftMenu .no-fixed-menu ul {
    transform: translateZ(0);
    display: inline-block; }
    .fixedLeftMenu .no-fixed-menu ul li {
      color: #ffffff; }
      .fixedLeftMenu .no-fixed-menu ul li p {
        color: #ffffff; }
      .fixedLeftMenu .no-fixed-menu ul li:hover p {
        color: #ffdd00; }
    .fixedLeftMenu .no-fixed-menu ul li.active {
      color: #ffdd00; }
      .fixedLeftMenu .no-fixed-menu ul li.active p {
        color: #ffdd00; }

.hot-top, .hot-top-three {
  display: none; }

.top—line {
  display: block;
  box-shadow: 0px 8px 20px 8px rgba(0, 19, 82, 0.08);
  width: 100%;
  text-align: center; }
  .top—line .top-line-icon {
    float: left;
    height: 70px;
    width: 70px;
    background: url(../img/icon.png) no-repeat -60px 0px;
    box-shadow: 0px 8px 20px 4px rgba(0, 19, 82, 0.08); }
    .top—line .top-line-icon p {
      font-size: 14px;
      padding-top: 46px;
      color: #333333; }
  .top—line h1 {
    float: left;
    line-height: 70px;
    font-size: 24px;
    color: #333333;
    margin-left: 20px; }

.top-img {
  margin: 20px 0 50px; }
  .top-img .top-line-left {
    display: block;
    position: relative;
    float: left;
    width: 580px;
    height: 300px;
    overflow: hidden; }
    .top-img .top-line-left img {
      vertical-align: middle;
      height: 300px;
      width: 580px; }
    .top-img .top-line-left h3 {
      font-size: 24px;
      color: #ffffff;
      margin: 0 20px;
      font-weight: normal; }
    .top-img .top-line-left .mask-left {
      position: absolute;
      bottom: 0;
      padding: 10px 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
  .top-img .top-line-right {
    display: block;
    position: relative;
    float: right;
    width: 280px;
    height: 145px;
    overflow: hidden; }
    .top-img .top-line-right h3 {
      font-size: 16px;
      color: #ffffff;
      margin: 0 6px; }
    .top-img .top-line-right .mask-right {
      position: absolute;
      bottom: 0;
      padding: 10px 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
    .top-img .top-line-right img {
      position: relative;
      width: 280px;
      height: 145px; }
    .top-img .top-line-right:last-child {
      margin-top: 10px; }

.baodao-btn {
  display: block;
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  background: url(../img/icon.png) no-repeat -61px -76px; }

.groom-btn-box {
  height: 70px;
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
  box-shadow: 0px 8px 20px 8px rgba(0, 19, 82, 0.08);
  position: relative;
  display: none; }
  .groom-btn-box a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width: 50%;
    color: #666666; }
    .groom-btn-box a:hover {
      color: #222222;
      background-color: #ffdd00; }
  .groom-btn-box:after {
    position: absolute;
    content: '';
    width: 100%;
    top: 50%;
    left: 0;
    border-top: 1px solid #e9f3fa; }
  .groom-btn-box:before {
    position: absolute;
    content: '';
    left: 50%;
    height: 100%;
    border-left: 1px solid #e9f3fa; }

.out-line {
  position: relative;
  width: 100%; }
  .out-line .news-title-name {
    padding-bottom: 6px;
    font-size: 24px;
    color: #333333;
    float: left;
    margin-bottom: -3px;
    border-bottom: #ffdd00 2px solid; }
    .out-line .news-title-name::after {
      position: absolute;
      content: ' ';
      width: 812px;
      height: 1px;
      background-color: #d4d4d4;
      right: 0;
      bottom: 0;
      z-index: 2; }
  .out-line .title-gap {
    float: left;
    height: 40px;
    width: 10px;
    margin-bottom: -1px;
    background-color: #ffffff; }

.news-box {
  padding: 30px 0;
  border-top: 1px solid rgba(212, 212, 212, 0.3); }
  .news-box:hover {
    background-color: #f3f4f8; }

.news-list .switch-box:first-child .news-box {
  border-top: 0; }

.news-box.active h3 a {
  color: #bdbdbd; }

.news-box.active .right-content-news > p {
  color: #bdbdbd; }

.left-img-box {
  position: relative;
  display: block;
  float: left;
  width: 230px;
  height: 160px; }
  .left-img-box img {
    width: 230px;
    height: 160px;
    border-radius: 6px;
    vertical-align: middle; }
  .left-img-box .news-icon-box {
    position: absolute;
    height: 24px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    top: 8px;
    left: 8px; }

.right-content-news {
  float: right;
  width: 600px;
  margin-right: 20px; }
  .right-content-news h3 {
    height: 60px; }
    .right-content-news h3 .icon-hot {
      display: inline-block;
      position: relative;
      top: 2px;
      width: 40px;
      margin-right: 4px;
      height: 20px;
      background: url(../img/icon.png) no-repeat -138px 0px; }
    .right-content-news h3 a {
      line-height: 30px;
      font-size: 24px;
      color: #222222; }
  .right-content-news p {
    font-size: 14px;
    color: #444;
    height: 50px;
    margin: 10px auto;
    line-height: 24px; }
  .right-content-news .news-types-list {
    padding-top: 6px; }
    .right-content-news .news-types-list .list-icon {
      display: inline-block;
      width: 12px;
      height: 18px;
      margin-right: 18px;
      background: url(../img/icon.png) no-repeat -188px 0px;
      position: relative;
      top: 4px; }
  .right-content-news .lf-news {
    float: left;
    font-size: 0; }
    .right-content-news .lf-news a {
      font-size: 14px;
      color: #808080;
      line-height: 20px;
      display: none;
      margin-right: 24px; }
      .right-content-news .lf-news a:hover {
        color: #222222;
        cursor: pointer;
        border-bottom: 2px solid #ffdd00; }
  .right-content-news .rf-news {
    float: right;
    font-size: 14px;
    color: #cecece; }

.news-ad-box {
  display: block;
  position: relative;
  margin: 20px 0; }
  .news-ad-box img {
    vertical-align: middle;
    width: 870px; }
  .news-ad-box .news-ad-icon {
    position: absolute;
    width: 35px;
    height: 16px;
    right: 0;
    font-size: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    bottom: 6px;
    background: url(../img/icon.png) no-repeat -264px 1px; }

.more-news {
  display: block;
  width: 280px;
  height: 46px;
  background-color: #ffdd00;
  color: #444;
  border-radius: 6px;
  font-weight: bolder;
  margin: 0 auto 30px; }

.pic-information {
  overflow: hidden; }
  .pic-information h3 {
    margin-bottom: 20px; }
    .pic-information h3 a {
      font-size: 24px;
      color: #999999; }
  .pic-information ul {
    width: 880px;
    font-size: 0; }
    .pic-information ul li {
      display: inline-block;
      margin-right: 20px; }
      .pic-information ul li img {
        width: 200px;
        border-radius: 4px; }
  .pic-information p {
    font-size: 14px;
    color: #808080;
    margin-top: 20px; }
    .pic-information p .list-icon {
      display: inline-block;
      width: 12px;
      height: 18px;
      background: url(../img/icon.png) no-repeat -188px 0px;
      position: relative;
      top: 4px;
      margin-right: 10px; }

.stay-mbi-box {
  margin-top: 50px; }

.right-title-box {
  line-height: 30px; }
  .right-title-box h2 {
    font-size: 20px;
    color: #333333;
    position: relative;
    padding-left: 8px;
    display: inline-block; }
    .right-title-box h2::before {
      position: absolute;
      content: '';
      height: 20px;
      left: 0;
      top: 6px;
      border-left: 3px solid #ffdd00; }
  .right-title-box a {
    font-size: 14px;
    display: inline-block;
    color: #434754; }

.stay-box {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-top: 20px; }
  .stay-box .stay-select-box {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    color: #3b9ad6;
    text-align: center;
    position: relative;
    z-index: 3; }
    .stay-box .stay-select-box .select-box {
      text-align: center; }
    .stay-box .stay-select-box span {
      display: inline-block;
      cursor: pointer;
      height: 35px; }
    .stay-box .stay-select-box .stay-lf {
      display: inline-block;
      height: 35px;
      width: 30px;
      background: url(../img/icon.png) no-repeat 1px -358px; }
    .stay-box .stay-select-box .stay-name {
      display: inline-block;
      vertical-align: top;
      margin-left: 20px;
      padding-right: 30px;
      width: 128px;
      top: 0;
      position: relative; }
      .stay-box .stay-select-box .stay-name::after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        border: 6px solid #ffffff;
        border-top: 6px solid #3b9ad6;
        top: 16px;
        right: 10px; }
    .stay-box .stay-select-box .stay-rg {
      display: inline-block;
      width: 30px;
      height: 35px;
      background: url(../img/icon.png) no-repeat -25px -358px; }
    .stay-box .stay-select-box .js-select-mbi {
      position: absolute;
      display: none;
      width: 100%;
      background-color: #ffffff;
      top: 35px;
      cursor: pointer; }
  .stay-box .stay-time button {
    width: 94px;
    color: #999999;
    line-height: 40px; }
    .stay-box .stay-time button:hover {
      color: #3b9ad6; }
  .stay-box .stay-time button.active {
    color: #3b9ad6; }

.mbi-table {
  width: 100%; }
  .mbi-table .middle-name-left {
    text-align: left; }
  .mbi-table thead {
    font-size: 14px;
    color: #666666;
    background-color: #f1f1f1; }
    .mbi-table thead th {
      height: 30px;
      font-weight: 400; }
  .mbi-table tbody {
    font-size: 14px;
    color: #74757a;
    text-align: center; }
    .mbi-table tbody td {
      height: 38px; }
      .mbi-table tbody td a {
        color: #74757a; }
    .mbi-table tbody .bar-td {
      position: relative; }
      .mbi-table tbody .bar-td span {
        display: inline-block;
        margin-left: 10px;
        color: #fa6143; }
    .mbi-table tbody .bar-out-box {
      display: inline-block;
      position: relative;
      top: -3px;
      width: 64px;
      height: 4px;
      background-color: #f1f1f1;
      border-radius: 2px; }
      .mbi-table tbody .bar-out-box .bar-in-line {
        border-radius: 2px;
        height: 100%;
        background: linear-gradient(#f34646, #fe9461); }

.hot-icon-0 {
  position: relative; }
  .hot-icon-0::before {
    content: '';
    position: absolute;
    background: url(../img/icon.png) no-repeat -215px -31px;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px; }

.hot-icon-1 {
  position: relative; }
  .hot-icon-1::before {
    content: '';
    position: absolute;
    background: url(../img/icon.png) no-repeat -242px -31px;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px; }

.hot-icon-2 {
  position: relative; }
  .hot-icon-2::before {
    content: '';
    position: absolute;
    background: url(../img/icon.png) no-repeat -269px -31px;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px; }

.brand-mbi-box.stay-mbi-box {
  margin-top: 40px; }
  .brand-mbi-box.stay-mbi-box .stay-box {
    border-radius: 0 0 4px 4px;
    margin-top: 20px; }
    .brand-mbi-box.stay-mbi-box .stay-box .min-type {
      position: relative; }
      .brand-mbi-box.stay-mbi-box .stay-box .min-type .close-open {
        position: absolute;
        width: 296px;
        bottom: 0px;
        text-align: center;
        cursor: pointer;
        background-color: #ffffff; }
        .brand-mbi-box.stay-mbi-box .stay-box .min-type .close-open span {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url(../img/icon.png) no-repeat 0px -392px; }
      .brand-mbi-box.stay-mbi-box .stay-box .min-type ul {
        margin-top: 16px;
        padding-bottom: 24px;
        text-align: center;
        height: 94px;
        overflow: hidden; }
        .brand-mbi-box.stay-mbi-box .stay-box .min-type ul li {
          font-size: 14px;
          display: inline-block;
          width: 136px;
          border-radius: 4px;
          border: 1px dashed #bebebe;
          height: 30px;
          line-height: 30px;
          text-align: center;
          margin-bottom: 10px;
          color: #666666; }
          .brand-mbi-box.stay-mbi-box .stay-box .min-type ul li:hover {
            border: 1px solid #b2b2b2;
            color: #333333;
            cursor: pointer; }
        .brand-mbi-box.stay-mbi-box .stay-box .min-type ul li.active {
          border: 1px solid #b2b2b2;
          color: #333333; }
    .brand-mbi-box.stay-mbi-box .stay-box .active.min-type .close-open span {
      background-position: -24px -392px; }
    .brand-mbi-box.stay-mbi-box .stay-box .active.min-type ul {
      height: auto; }
  .brand-mbi-box.stay-mbi-box .brand-type {
    font-size: 0; }
    .brand-mbi-box.stay-mbi-box .brand-type button {
      width: 50%;
      font-size: 14px;
      color: #222222;
      display: inline-block;
      height: 34px;
      position: relative;
      background-color: #fafafa; }
      .brand-mbi-box.stay-mbi-box .brand-type button:last-child {
        float: right; }
      .brand-mbi-box.stay-mbi-box .brand-type button:hover {
        background-color: #ffdd00;
        color: #222222; }
        .brand-mbi-box.stay-mbi-box .brand-type button:hover::after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border: 4px solid #ffffff;
          border-top: 4px solid #ffdd00;
          left: 50%;
          margin-left: -4px;
          bottom: -8px; }
    .brand-mbi-box.stay-mbi-box .brand-type button.active {
      background-color: #ffdd00;
      color: #222222; }
      .brand-mbi-box.stay-mbi-box .brand-type button.active::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 4px solid #ffffff;
        border-top: 4px solid #ffdd00;
        left: 50%;
        margin-left: -4px;
        bottom: -8px; }

.up {
  display: block;
  color: #e03f40;
  position: relative; }
  .up::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    right: 8px;
    background: url(../img/icon.png) no-repeat -166px -30px;
    top: 3px; }

.down {
  display: block;
  color: #42b866;
  position: relative; }
  .down::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../img/icon.png) no-repeat -182px -30px;
    right: 8px;
    top: 3px; }

.flat {
  display: block;
  position: relative; }
  .flat::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../img/icon.png) no-repeat -198px -30px;
    right: 8px;
    top: 3px; }

.city-letter-box ul li, .city-name-box ul li {
  display: inline-block;
  cursor: pointer;
  width: 70px;
  text-align: center;
  color: #666666;
  line-height: 36px; }
  .city-letter-box ul li:hover, .city-name-box ul li:hover {
    background-color: #ffdd00;
    color: #222222; }

.city-letter-box ul li.active, .city-name-box ul li.active {
  background-color: #ffdd00;
  color: #222222; }

.city-name-box ul li {
  color: #999999; }

.city-name-box ul li.active {
  background: none; }

.city-name-box ul li:hover {
  background: none; }

.city-letter-box ul {
  border-bottom: 1px solid #f1f1f1; }

.city-name-box {
  padding: 10px 0; }

.topic-box {
  margin-top: 40px; }

.topic-block {
  display: block;
  margin-top: 20px;
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 4px; }
  .topic-block h2 {
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 0 10px;
    bottom: 0;
    line-height: 34px; }
  .topic-block img {
    width: 100%; }

.activity-box {
  margin-top: 40px; }
  .activity-box .active-block {
    display: block;
    border-bottom: 1px dashed #bebebe;
    padding: 20px 0; }
    .activity-box .active-block .acitive-time {
      float: left; }
      .activity-box .active-block .acitive-time p {
        text-align: center;
        font-size: 16px;
        color: #999999; }
        .activity-box .active-block .acitive-time p:first-child {
          font-size: 36px;
          color: #666666; }
    .activity-box .active-block .acitive-title {
      float: right;
      width: 200px;
      position: relative;
      height: 68px; }
      .activity-box .active-block .acitive-title h2 {
        font-size: 14px;
        color: #999999;
        font-weight: normal; }
      .activity-box .active-block .acitive-title p {
        color: #999999;
        font-size: 14px;
        position: absolute;
        bottom: 0; }
  .activity-box .no-highlight .acitive-time p:first-child {
    color: #999999; }
  .activity-box .no-highlight .acitive-title h2 {
    color: #999999; }

.white-book-box {
  margin-top: 40px; }
  .white-book-box ul {
    margin-top: 20px;
    width: 320px; }
    .white-book-box ul li {
      width: 149px;
      float: left;
      text-align: center;
      margin-bottom: 30px; }
      .white-book-box ul li a {
        display: inline-block;
        cursor: pointer;
        text-align: center; }
        .white-book-box ul li a:hover p {
          color: #f0ba00; }
        .white-book-box ul li a p {
          font-size: 14px;
          color: #999999;
          margin-top: 20px; }
        .white-book-box ul li a img {
          border: 4px solid #ffffff;
          display: block;
          width: 112px;
          height: 112px;
          border-radius: 57px; }

.content-box {
  position: relative; }

.er-box {
  position: absolute;
  right: 0;
  top: 0px;
  margin-right: -200px;
  width: 160px;
  height: 453px;
  background: url(../img/pendant.png) no-repeat;
  background-color: #ffffff; }
  .er-box .close-this {
    position: relative;
    cursor: pointer;
    height: 26px;
    top: 182px;
    left: 69px;
    width: 26px; }

.img-list-ad-box {
  border-top: 1px dashed #bebebe; }
  .img-list-ad-box .topic-block {
    height: auto; }

.djxlgcft {
  margin-top: 40px; }

.right-title-box > h2 > span {
  color: #c8c7cc;
  padding: 0 6px; }

.djxl-list {
  padding-top: 10px; }

.djxl-list a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px; }

.djxl-list > a > img {
  height: 80px;
  width: 300px; }

.news-list {
  font-size: 0; }

.video-r {
  margin-right: 10px; }

.video-block {
  width: 430px;
  background-color: #F9F9F9;
  float: left;
  margin-bottom: 30px; }
  .video-block:hover {
    background-color: #fff;
    box-shadow: 0px 15px 40px -26px rgba(163, 163, 163, 0.5); }
  .video-block .video-img {
    position: relative;
    display: block;
    overflow: hidden; }
    .video-block .video-img .video-play, .video-block .video-img .top-img .top-line-left .video-icon, .top-img .top-line-left .video-block .video-img .video-icon, .video-block .video-img .top-img .top-line-right .video-icon, .top-img .top-line-right .video-block .video-img .video-icon, .video-block .video-img .left-img-box .video-icon, .left-img-box .video-block .video-img .video-icon {
      position: absolute;
      width: 56px;
      height: 56px;
      top: 50%;
      left: 50%;
      margin: -25px 0 0 -25px;
      background: url(../img/live/video-play.png) no-repeat; }
    .video-block .video-img img {
      width: 100%;
      height: 240px;
      transition: 0.3s;
      transform: scale(1); }
      .video-block .video-img img:hover {
        transform: scale(1.1); }
    .video-block .video-img time {
      position: absolute;
      line-height: 20px;
      font-size: 12px;
      color: #fff;
      border-radius: 10px 0px 0px 10px;
      background-color: rgba(51, 51, 51, 0.8);
      padding: 0 8px;
      top: 200px;
      right: 0; }
  .video-block h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px;
    margin-top: 14px;
    font-weight: 500;
    height: 44px;
    letter-spacing: 1px; }
    .video-block h3 a {
      color: #222222; }
  .video-block .vi-key {
    padding: 10px 15px 22px 15px;
    height: 20px; }
  .video-block .video-keywords {
    font-size: 14px;
    color: #8F8F8F;
    line-height: 20px;
    margin-right: 8px;
    font-weight: 400; }
    .video-block .video-keywords:hover {
      color: #222222;
      cursor: pointer;
      border-bottom: 2px solid #ffdd00; }

.min-menu {
  font-size: 0;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 26px; }
  .min-menu a {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    color: #828A92;
    font-weight: bold; }
    .min-menu a:hover {
      color: #FFDD00;
      background-color: #434753; }
  .min-menu a.active {
    color: #FFDD00;
    background-color: #434753; }

.live-recommend {
  margin-top: 40px; }

.liveRe-list a {
  position: relative;
  display: block;
  margin-top: 16px; }
  .liveRe-list a img {
    width: 140px;
    height: 80px;
    float: left; }
  .liveRe-list a h2 {
    color: #444444;
    font-size: 14px;
    line-height: 18px;
    width: 150px;
    float: right;
    font-weight: 500; }
  .liveRe-list a .live-play-icon {
    position: absolute;
    left: 55px;
    top: 25px;
    width: 32px;
    height: 32px; }
    .liveRe-list a .live-play-icon img {
      width: 100%;
      height: 100%; }
  .liveRe-list a .live-type {
    position: absolute;
    font-size: 12px;
    color: #222222;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
    top: 4px;
    left: 4px; }
    .liveRe-list a .live-type .live-type-bg {
      transform: skewX(-8deg);
      background-color: #FFDD00;
      border-radius: 4px;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .liveRe-list a .live-type span {
      position: relative;
      z-index: 2; }

.live-banner {
  height: 300px; }
  .live-banner a {
    display: block;
    position: relative; }
    .live-banner a .go-live {
      position: absolute;
      top: 127px;
      left: 215px;
      font-size: 20px;
      color: #FFDD00;
      border: 1px solid #FFDD00;
      border-radius: 24px;
      width: 150px;
      height: 46px;
      text-align: center;
      line-height: 46px;
      background-color: rgba(58, 58, 58, 0.8); }
    .live-banner a:hover .go-live {
      background-color: #FFDD00;
      color: #222222; }
    .live-banner a .live-banner-type {
      position: absolute;
      top: 18px;
      left: 12px;
      height: 28px;
      padding: 0 8px;
      line-height: 28px; }
      .live-banner a .live-banner-type .bg {
        transform: skewX(-8deg);
        background-color: #FFDD00;
        border-radius: 4px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .live-banner a .live-banner-type span {
        position: relative;
        z-index: 2;
        font-size: 16px;
        color: #222222;
        letter-spacing: 2px; }
    .live-banner a .live-banner-type.yg-c .bg {
      background-color: #424754; }
    .live-banner a .live-banner-type.yg-c span {
      color: #FFDD00; }
    .live-banner a .live-banner-type.hg-c .bg {
      background-color: #2a2d35;
      background: linear-gradient(180deg, #7f8593 0%, #2a2d35 100%); }
    .live-banner a .live-banner-type.hg-c span {
      color: #FFFFFF; }
  .live-banner .live-pagination {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    z-index: 2; }
    .live-banner .live-pagination .swiper-pagination-switch {
      position: relative;
      height: 2px;
      display: inline-block;
      width: 12px;
      margin: 0 4px;
      background-color: #919191; }
    .live-banner .live-pagination .swiper-pagination-switch.swiper-active-switch {
      background-color: #fff; }
