.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  z-index: 999;
  background: #1d1e30; }
  .header .m {
    width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto; }
    .header .m .right {
      height: 100%;
      display: flex;
      align-items: center; }
      .header .m .right .contact {
        height: 100%;
        display: flex;
        align-items: center; }
        .header .m .right .contact a {
          display: inline-block;
          background-image: url(../images/duizhan.png);
          width: 25px;
          height: 25px;
          text-indent: -999em;
          margin: 0 5px;
          background-repeat: no-repeat;
          background-position: -10px -13px;
          position: relative; }
          .header .m .right .contact a img {
            display: none;
            position: absolute;
            top: 32px;
            right: 0; }
          .header .m .right .contact a:hover {
            background-position: -85px -13px; }
            .header .m .right .contact a:hover img {
              display: block; }
          .header .m .right .contact a.wx {
            background-position: -45px -13px; }
            .header .m .right .contact a.wx:hover {
              background-position: -120px -13px; }
      .header .m .right .reg {
        overflow: hidden;
        display: flex;
        align-items: center;
        margin-left: 10px; }
        .header .m .right .reg a {
          display: flex;
          align-items: center; }
          .header .m .right .reg a img {
            display: block; }
          .header .m .right .reg a p {
            font-size: 15px;
            transition: all .1s;
            color: #b3b3b3; }
        .header .m .right .reg:hover a p {
          color: #fff; }
      .header .m .right .down {
        overflow: hidden;
        height: 100%;
        margin-left: 30px; }
        .header .m .right .down a {
          height: 100%;
          display: flex;
          align-items: center; }
          .header .m .right .down a i {
            display: inline-block;
            width: 16px;
            height: 24px;
            background-image: url(../images/duizhan_common_icon_nav_downapp.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle;
            transition: .4s; }
          .header .m .right .down a p {
            font-size: 14px;
            color: #ffa700;
            margin-left: 5px; }
        .header .m .right .down:hover a i {
          background-position: 0 -34px; }
    .header .m ul {
      height: 100%;
      display: flex;
      align-items: center; }
      .header .m ul li {
        height: 100%;
        overflow: hidden;
        margin-right: 2px; }
        .header .m ul li.on a {
          color: #fff; }
          .header .m ul li.on a::after {
            bottom: 0; }
        .header .m ul li:hover a {
          color: #fff; }
          .header .m ul li:hover a::after {
            bottom: 0; }
        .header .m ul li a {
          font-size: 15px;
          color: #b3b3b3;
          padding: 0 20px;
          line-height: 60px;
          position: relative;
          height: 100%;
          display: flex;
          transition: all .1s;
          align-items: center;
          z-index: 1; }
          .header .m ul li a::after {
            content: '';
            height: 4px;
            background: #ffa700;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: -4px;
            transition: all .3s; }

.main_box {
  width: 100%;
  overflow: hidden;
  background: url("../images/bg.jpg") center 0/1920px auto no-repeat;
  background-color: #161523;
  position: relative;
  padding-bottom: 50px;
  padding-top: 240px;
  background-repeat: no-repeat; }
  .main_box .mid {
    overflow: hidden;
    width: 1168px;
    margin: 0 auto; }
    .main_box .mid .title {
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid #5d5e65; }
      .main_box .mid .title p {
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        color: #ffa700; }
      .main_box .mid .title span {
        font-size: 12px;
        color: #FFFFFF;
        margin-left: 12px; }
    .main_box .mid .box {
      overflow: hidden;
      margin-top: 20px;
      margin-bottom: 20px;
      display: flex; }
      .main_box .mid .box .item {
        overflow: hidden;
        border-right: 1px solid rgba(255, 255, 255, 0.05);
        width: 50%; }
        .main_box .mid .box .item:nth-child(2n) {
          border-right: none; }
        .main_box .mid .box .item .td {
          overflow: hidden;
          height: 60px;
          background: #1A1B28;
          display: flex;
          align-items: center; }
          .main_box .mid .box .item .td:nth-child(even) {
            background: #171823; }
          .main_box .mid .box .item .td div {
            overflow: hidden;
            font-size: 14px;
            display: flex;
            color: #B3B3B3; }
            .main_box .mid .box .item .td div.rank {
              width: 15%;
              justify-content: center;
              font-weight: bold; }
            .main_box .mid .box .item .td div.id {
              width: 20%; }
            .main_box .mid .box .item .td div.name {
              width: 12%; }
            .main_box .mid .box .item .td div.pic {
              width: 12%;
              justify-content: center; }
              .main_box .mid .box .item .td div.pic img {
                width: 30px; }
            .main_box .mid .box .item .td div.win {
              width: 12%;
              justify-content: center; }
        .main_box .mid .box .item .th {
          overflow: hidden;
          height: 50px;
          color: #ffa700;
          border-top: 1px solid #1f202b;
          border-bottom: 1px solid #1f202b;
          background: #13141e;
          display: flex;
          align-items: center; }
          .main_box .mid .box .item .th div {
            overflow: hidden;
            height: 100%;
            font-size: 16px;
            display: flex;
            align-items: center;
            color: #FFA700; }
            .main_box .mid .box .item .th div.rank {
              width: 15%;
              font-weight: bold;
              justify-content: center; }
            .main_box .mid .box .item .th div.id {
              width: 20%; }
            .main_box .mid .box .item .th div.name {
              width: 12%; }
            .main_box .mid .box .item .th div.pic {
              width: 12%;
              justify-content: center; }
            .main_box .mid .box .item .th div.win {
              width: 12%;
              justify-content: center; }
    .main_box .mid .search {
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .main_box .mid .search ul {
        overflow: hidden;
        display: flex;
        align-items: center; }
        .main_box .mid .search ul li {
          margin: 0 1px;
          overflow: hidden; }
          .main_box .mid .search ul li.on a {
            background: #FFA700;
            color: #fff; }
          .main_box .mid .search ul li:hover a {
            background: #FFA700;
            color: #fff; }
          .main_box .mid .search ul li a {
            background: #282937;
            border-radius: 3px;
            color: #b3b3b3;
            height: 24px;
            line-height: 24px;
            padding: 0 12px;
            font-size: 12px;
            display: block;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease; }
      .main_box .mid .search .fl {
        width: 200px;
        height: 26px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        position: relative; }
        .main_box .mid .search .fl input {
          width: 100%;
          height: 100%;
          background: none;
          border: none;
          outline: none;
          font-size: 13px;
          color: #707070;
          padding-left: 10px; }
        .main_box .mid .search .fl img {
          cursor: pointer;
          position: absolute;
          right: 4.5px;
          top: 50%;
          transform: translateY(-50%); }

.footer {
  overflow: hidden;
  border-top: 4px solid #ee9905;
  padding: 50px 0;
  background: #161523; }
  .footer .top {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .footer .top .fr {
      overflow: hidden;
      width: 580px;
      margin-left: 200px; }
      .footer .top .fr div {
        margin-top: 5px;
        display: flex;
        align-items: center; }
        .footer .top .fr div img {
          margin-right: 3px; }
      .footer .top .fr p {
        font-size: 12px;
        line-height: 20px;
        color: #fff; }
        .footer .top .fr p a {
          color: #fff; }
          .footer .top .fr p a:hover {
            text-decoration: underline; }
    .footer .top .fl {
      display: flex;
      align-items: flex-end; }
      .footer .top .fl div {
        width: 2px;
        height: 30px;
        background: #e60013;
        margin: 0 12px; }
  .footer .bot {
    overflow: hidden;
    margin-top: 50px; }
    .footer .bot p {
      font-size: 12px;
      margin-bottom: 15px;
      opacity: 0.4;
      color: #fff;
      text-align: center; }

.tops {
  bottom: 10px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  z-index: 99999;
  width: 40px;
  height: 25px;
  color: #662e0d;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  background: #ffa700;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

/*# sourceMappingURL=css.css.map */
