﻿@charset "UTF-8";

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, i, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

address, b, caption, cite, code, dfn, em, i, strong, th, var {
  font-style: normal;
  font-weight: 400
}

ol, ul {
  list-style: none
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

a {
  color: inherit;
  text-decoration: none
}

body {
  color: #333;
  font-family: Microsoft YaHei,Verdana,Arial,sans-serif,宋体;
  font-size: 14px;
  line-height: 1.42857143
}

img {
  border: none
}

.clearfix {
  zoom: 1
}

  .clearfix:after, .clearfix:before {
    content: "";
    display: table;
    line-height: 0
  }

  .clearfix:after {
    clear: both
  }

button, input {
  background: none;
  border: none;
  outline: none
}

body {
  min-width: 1400px
}

.container {
  margin: auto;
  width: 1200px
}

.page-body {
  min-height: calc(100vh - 360px);
  overflow: hidden
}

.header__placeholder {
  height: 80px
}

.header__container {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
  height: 80px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999
}

.header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  height: 100%;
  justify-content: space-between;
  margin: auto;
  width: 1400px
}

.header__inner, .header__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header__logo {
  height: 48px;
  margin-right: 16px;
  width: 200px
}

.header__site h4 {
  color: #2b3543;
  font-size: 20px;
  font-weight: 800
}

  .header__site h4:after {
    background: url(../images/live.png) no-repeat 50%/contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    vertical-align: -2px;
    width: 39px
  }

.header__site p {
  color: #485870;
  font-size: 14px;
  font-weight: 800
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.header__nav__item {
  color: #2b3543;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  height: 100%;
  line-height: 80px;
  margin-left: 48px;
  min-width: 64px;
  position: relative;
  text-align: center
}

  .header__nav__item:first-child {
    margin-left: 0
  }

  .header__nav__item.is-active:after, .header__nav__item:hover:after {
    background: #ff0844;
    background: -webkit-gradient(linear,left top,right top,from(#ff0844),to(#ff8b67));
    background: linear-gradient(90deg,#ff0844,#ff8b67);
    border-radius: 2px 2px 2px 2px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0
  }

  .header__nav__item:hover {
    color: #485870
  }

.footer {
  background: -webkit-gradient(linear,left top,left bottom,from(#575757),to(#1b1b1c));
  background: linear-gradient(180deg,#575757,#1b1b1c);
  height: 280px
}

.footer__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: auto;
  padding: 0 0 8px;
  width: 1400px
}

.footer__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0
}

.footer__logow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer__logo {
  height: 48px;
  margin-right: 16px;
  width: 48px
}

.footer__site h4 {
  color: #f5f6f7;
  font-size: 18px;
  font-weight: 800
}

  .footer__site h4:after {
    background: url(../images/live.png) no-repeat 50%/contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    vertical-align: -4px;
    width: 39px
  }

.footer__site p {
  color: #f5f6f7;
  font-size: 12px;
  font-weight: 800
}

.footer__link {
  margin-top: 36px
}

.footer__link-item {
  color: #f5f6f7;
  font-size: 14px;
  font-weight: 500;
  margin: 24px 0 0
}

  .footer__link-item a {
    cursor: pointer
  }

    .footer__link-item a:hover {
      color: #ff0844
    }

.footer__link-line {
  background: grey;
  display: inline-block;
  height: 12px;
  margin: 0 12px;
  vertical-align: -1px;
  width: 1px
}

.footer__c-ewm {
  height: 120px;
  width: 120px
}

  .footer__c-ewm img {
    display: block;
    height: 100%;
    width: 100%
  }

.footer__c-qq {
  color: #ccc;
  font-size: 12px;
  margin-top: 12px
}

.footer__c-gm, .footer__c-qq {
  font-weight: 800;
  text-align: center
}

.footer__c-gm {
  color: #fff;
  font-size: 16px;
  margin-top: 8px
}

.page-main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 32px auto 64px;
  width: 1200px
}

.page-aside {
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 0;
  width: 240px
}

  .page-aside .aside-menu__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
  }

    .page-aside .aside-menu__item img {
      height: 24px;
      margin-left: 32px;
      margin-right: 16px;
      width: 24px
    }

    .page-aside .aside-menu__item span {
      -webkit-box-flex: 1;
      color: #2b3543;
      -ms-flex: 1;
      flex: 1;
      font-size: 16px;
      font-weight: 500;
      height: 54px;
      line-height: 54px;
      margin-right: 24px;
      position: relative
    }

      .page-aside .aside-menu__item span:after {
        background: #d9d9d9;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0
      }

    .page-aside .aside-menu__item:last-child span:after {
      height: 0
    }

    .page-aside .aside-menu__item.is-active {
      background-color: #f5f6f7
    }

      .page-aside .aside-menu__item.is-active:after {
        background: url(../images/menu-sel.png) no-repeat 50%/contain;
        bottom: 0;
        content: "";
        height: 27px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 4px
      }

.page-content {
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 650px;
  padding: 0 32px 32px;
  width: 918px
}

.page-content__title {
  font-size: 20px;
  margin: 32px 0
}

.base-tit, .page-content__title {
  color: #2b3543;
  font-weight: 800;
  text-align: center
}

.base-tit {
  font-size: 24px;
  padding: 32px 0
}

.base-more {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  width: 1400px
}

.base-more__btn {
  color: #485870;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 64px;
  line-height: 64px
}

  .base-more__btn:hover {
    color: #c90c38
  }

.rank-table {
  background: hsla(0,0%,100%,.2);
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 1px 24px 0 rgba(30,31,37,.1);
  box-shadow: 0 1px 24px 0 rgba(30,31,37,.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 40px;
  padding: 9px 8px 13px;
  position: fixed;
  top: 120px;
  width: 379px;
  z-index: 9
}

.rank-table__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #cf0032;
  background: linear-gradient(111deg,#cf0032,#ff8b67);
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 106px;
  justify-content: center
}

.rank-table__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700
}

.rank-table__date {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 9px
}

.rank-table__table {
  background-color: #fff
}

  .rank-table__table table {
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    width: 100%
  }

  .rank-table__table td, .rank-table__table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 12px 5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .rank-table__table th {
    background: #e2cd7f;
    color: #333;
    font-size: 18px;
    font-weight: 500
  }

    .rank-table__table th:first-child {
      width: 76px
    }

    .rank-table__table th:nth-child(3) {
      width: 124px
    }

  .rank-table__table td {
    color: #333;
    font-size: 16px
  }

  .rank-table__table tbody tr:hover {
    background-color: #eee
  }

.rank-table__num {
  height: 100%;
  position: relative;
  width: 100%
}

  .rank-table__num img {
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto
  }

.rank-table__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto auto -24px;
  width: 1200px
}

  .anchor__list .anchor__item {
    margin-bottom: 24px;
    margin-right: 11px
  }

    .anchor__list .anchor__item:nth-child(3n) {
      margin-right: 0
    }

.anchor__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aab2be;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding: 0 84px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 380px
}

  .anchor__item:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 24px 0 rgba(30,31,37,.1);
    box-shadow: 0 1px 24px 0 rgba(30,31,37,.1)
  }

.anchor__item-avatar {
  background: -webkit-gradient(linear,left top,left bottom,from(#434445),to(#a6a9ab));
  background: linear-gradient(180deg,#434445,#a6a9ab);
  border-radius: 50%;
  height: 56px;
  left: 20px;
  margin: 0 24px 0 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px
}

  .anchor__item-avatar img {
    display: block;
    height: 100%;
    width: 100%
  }

.anchor__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  text-align: center
}

.anchor__item-title {
  color: #2b3543;
  font-size: 16px;
  font-weight: 700
}

.anchor__item-desc, .anchor__item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.anchor__item-desc {
  color: #485870;
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px
}

.anchor--wz .anchor__list {
  margin-bottom: -24px;
  width: auto
}

  .anchor--wz .anchor__list .anchor__item {
    margin-bottom: 24px;
    margin-right: 24px;
    width: 415px
  }

    .anchor--wz .anchor__list .anchor__item:nth-child(2n) {
      margin-right: 0
    }

.anchor--zs .anchor__list {
  margin-bottom: -24px;
  width: auto
}

  .anchor--zs .anchor__list .anchor__item {
    margin-bottom: 24px;
    margin-right: 24px;
    width: 268px
  }

    .anchor--zs .anchor__list .anchor__item:nth-child(3n) {
      margin-right: 0
    }

.base-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 24px 0
}

.base-pagination__total {
  color: #858a92;
  font-size: 14px;
  font-weight: 500
}

.base-pagination__nav, .base-pagination__nav-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.base-pagination__nav-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #858a92;
  font-size: 14px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  margin-left: 12px;
  width: 32px
}

  .base-pagination__nav-item.is-active {
    color: #ff930e
  }

.base-pagination__nav-next, .base-pagination__nav-prev {
  border: 1px solid #ebeff4;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.no-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 85px 0
}

  .no-data img {
    height: 152px;
    width: 184px
  }

  .no-data span {
    color: #aab2be;
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px
  }

.banner {
  position: relative
}

.banner__img {
  display: block;
  width: 100%
}

.banner__btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 54%
}

.banner__btns-primary {
  background: #ff0844;
  background: linear-gradient(111deg,#ff0844,#ff8b67),#d9d9d9;
  border-radius: 12px 12px 12px 12px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  height: 54px;
  line-height: 54px;
  margin-right: 24px;
  text-align: center;
  width: 230px
}

  .banner__btns-primary:hover {
    background: linear-gradient(111deg,#dd0c3e,#d9785b),#d9d9d9
  }

.banner__btns-default {
  background: rgba(67,68,69,.8);
  border-radius: 12px 12px 12px 12px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  height: 54px;
  line-height: 54px;
  text-align: center;
  width: 230px
}

  .banner__btns-default:hover {
    background: rgba(67,68,69,.9)
  }

.privilege {
  position: relative
}

  .privilege .swiper-slide {
    background: #434445;
    overflow: hidden
  }

  .privilege .pagination {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1
  }

  .privilege .swiper-pagination-bullet {
    background: #d9d9d9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 7px;
    opacity: .4;
    width: 10px
  }

  .privilege .swiper-pagination-bullet-active {
    opacity: 1
  }

  .privilege .swiper-btn-prev {
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    cursor: pointer;
    height: 64px;
    left: 48px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    z-index: 1
  }

    .privilege .swiper-btn-prev:hover {
      background: rgba(0,0,0,.6)
    }

    .privilege .swiper-btn-prev:after {
      background: url(../images/icon-sw-l.png) no-repeat 50%;
      content: "";
      height: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      width: 100%
    }

  .privilege .swiper-btn-next {
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    cursor: pointer;
    height: 64px;
    position: absolute;
    right: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    z-index: 1
  }

    .privilege .swiper-btn-next:hover {
      background: rgba(0,0,0,.6)
    }

    .privilege .swiper-btn-next:after {
      background: url(../images/icon-sw-r.png) no-repeat 50%;
      content: "";
      height: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      width: 100%
    }

.privilege__slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 528px;
  justify-content: space-between;
  margin: auto;
  position: relative;
  width: 1200px
}

.privilege__pic {
  height: 430px;
  margin-left: 36px;
  margin-top: 64px;
  position: relative;
  width: 430px
}

  .privilege__pic img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
  }

.privilege__list {
  width: 540px
}

.privilege__item {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0
}

.news__list {
  margin: auto;
  width: 1200px
}

.news__item {
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0
}

.news__item-pic {
  cursor: pointer;
  height: 120px;
  overflow: hidden;
  width: 213px
}

  .news__item-pic img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
  }

    .news__item-pic img:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1)
    }

.news__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
  min-width: 0
}

.news__item-title {
  color: #2b3543;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

  .news__item-title:hover {
    color: #ff930e
  }

.news__item-tag {
  background: #ffe5c5;
  border-radius: 5px;
  color: #ff9e14;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  margin-right: 12px;
  text-align: center;
  vertical-align: 1px;
  width: 64px
}

.news__item-desc {
  color: #485870;
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px
}

.news__item-read {
  border: 1px solid #ff930e;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff930e;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 36px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 126px
}

  .news__item-read:hover {
    background-color: #ff930e;
    color: #fff
  }

.code_tc {
  width: 160px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 8px;
  z-index: 99;
  box-shadow: 1px 2px 2px #888888;
}

  .code_tc img {
    width: 100%
  }

  .code_tc p {
    color: #76441a;
    font-size: 12px;
    text-align: center;
  }

.gradient-text {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(90deg,#ff0080,#7928ca,#ff0080,#00d4ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: repeat;
  background-size: 200% 100%;
  animation: gradientShift 3s ease-in-out infinite;
  text-shadow: 0 0 10px rgba(121, 40, 202, 0.3);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 768px) {
  .gradient-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .gradient-text {
    font-size: 12.5px;
  }
}
