﻿/* CSS Document */
/*
 * Author: lyc(818017)
 * Version: 0.1.0
 * Compile Date: 2021-03-16 15:34
*/
* {
  margin: 0;
  padding: 0;
  zoom: 1;
  -webkit-transform: translateZ(0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-text-size-adjust: none !important;
  box-sizing: border-box; }

body {
  font: 28px "Lucida Grande", Helvetica, Arial, Verdana, "Microsoft YaHei", sans-serif;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  background-color: #383d46;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

header, footer, article, section, nav, menu, hgroup {
  display: block;
  clear: all; }

.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

html {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

a {
  text-decoration: none; }

a:active {
  outline: 0; }

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

hr {
  box-sizing: content-box;
  height: 0; }

button {
  background-color: transparent;
  border: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #5a5a5a; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #5a5a5a; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #5a5a5a; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

textarea {
  overflow: auto;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

ul, ol {
  list-style: none outside none; }

i, em {
  font-style: normal; }

li {
  list-style: none; }

html * {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body, html {
  position: relative;
  width: 100%;
  height: auto; }

.main {
  width: 750px;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #e9eff3;
  position: relative; }
.sec {
  overflow: hidden;
}

.top {
  background: url("../images/top-bg.png") no-repeat top center/100% auto;
  width: 100%;
  height: 97px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .top .logo {
    width: 130px; }
    .top .logo img {
      width: 130px;
      height: 96px; }
  .top .game-info {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-left: 10px;
    height: 63px;
    border-left: 1px solid #4e5555; }
    .top .game-info strong {
      display: block;
      font-weight: 400;
      font-size: 22px;
      color: #ffcc7b;
      margin-left: 10px; }
    .top .game-info span {
      color: #ffffff;
      font-size: 18px; }
  .top .btn {
    width: 155px;
    height: 54px; }
    .top .btn.btn-download {background-repeat: no-repeat;}
    .top .btn.btn-gift {margin: 0 30px 0 10px;background-repeat: no-repeat;}
    .top .btn.btn-index {
      display: none; }
  .top .btn-menu {width: 41px;
    height: 34px;
    margin: 0 20px;background-repeat: no-repeat;}
  .top .menu {
    opacity: 0;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 97px;
    width: 180px;
    padding: 10px 13px;
    background: url("../images/black-bg.png") repeat; }
    .top .menu li {
      text-align: center;
      font-size: 22px;
      width: 155px;
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      border-bottom: 1px solid #ffffff; }
      .top .menu li a {
        color: #ffffff; }
    .top .menu.on {
      opacity: 1;
      z-index: 150;
      -webkit-transition: all 1.5s;
      transition: all 1.5s; }
      .top .menu.on li {
        height: 60px;
        line-height: 60px;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg); }
        .top .menu.on li:nth-child(6) {
          -webkit-transition: all 3s;
          transition: all 3s; }
        .top .menu.on li:nth-child(5) {
          -webkit-transition: all 2.5s;
          transition: all 2.5s; }
        .top .menu.on li:nth-child(4) {
          -webkit-transition: all 2s;
          transition: all 2s; }
        .top .menu.on li:nth-child(3) {
          -webkit-transition: all 1.5s;
          transition: all 1.5s; }
        .top .menu.on li:nth-child(2) {
          -webkit-transition: all 1s;
          transition: all 1s; }
        .top .menu.on li:nth-child(1) {
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }

.header {
  background: url("../images/p-header.jpg") no-repeat top center/100% auto;
  height: 1116px;
  position: relative; }
  /*.header .new-server {position: absolute;
    
    width: 226px;
    height: 131px;
    padding-top: 40px;
    left: -135px;
    top: 700px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;background-repeat: no-repeat;}*/

.header .new-server {
    position: absolute;
    background: url("../images/new-sever2.png") no-repeat right top;
    width: 226px;
    height: 131px;
    padding-top: 40px;
    left: -135px;
    top: 700px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .header .new-server .server {
      display: inline-block;
      vertical-align: middle;
      width: 130px;
      text-align: center; }
      .header .new-server .server span {
        display: block;
        color: #fff7d3;
        font-size: 25px; }
      .header .new-server .server i {
        font-style: normal;
        color: #ffe778; }
    .header .new-server .btn-server {
      display: inline-block;
      vertical-align: middle;
      width: 85px;
      height: 70px; }
    .header .new-server.open {
      left: 0; 
background: url("../images/new-sever2-open.png") no-repeat right top;}
  .header .btn-download {
    background: url("../images/btn-download2.png");
    width: 356px;
    height: 114px;
    position: absolute;
    left: 50%;
    margin-left: -178px;
    bottom: 120px; }
  .header .ico-down {width: 71px;
    height: 44px;
    position: absolute;
    left: 50%;
    margin-left: -35.5px;
    bottom: 50px;background-repeat: no-repeat;}
  .header.ani .btn-download {
    -webkit-animation: light infinite linear 3s;
    animation: light infinite linear 3s; }
  .header.ani .ico-down {
    -webkit-animation: upDown infinite linear 1.5s;
    animation: upDown infinite linear 1.5s; }

.sec {
  padding-top: 1px; }
  .sec .sec-tit {
    background: url("../images/sec-tit.png");
    width: 727px;
    height: 28px;
    text-align: center;
    margin: 20px auto;
    color: #02728e;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    z-index: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  .sec .con {
    opacity: 0;
    filter: Alpha(Opacity=0);
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  .sec.ani .sec-tit, .sec.ani .con {
    z-index: 10;
    opacity: 1;
    filter: Alpha(Opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.icon-more {
  background: url("../images/ico-more.png");
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .icon-more:active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.sec-news {
  background: url("../images/sec-bg1.jpg") no-repeat top center/100% auto;
  height: 833px; }
  .sec-news .con-carousel {
    width: 690px;
    height: 296px;
    margin: 0 auto; }
    .sec-news .con-carousel .swiper-carousel {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .sec-news .con-carousel .swiper-carousel .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center; }
        .sec-news .con-carousel .swiper-carousel .swiper-slide img {
          width: 690px;
          height: 296px; }
    .sec-news .con-carousel .pagination {
      position: absolute;
      width: 100%;
      height: 50px;
      left: 0;
      bottom: -50px;
      z-index: 1;
      text-align: center;
      line-height: 50px; }
      .sec-news .con-carousel .pagination .swiper-pagination-switch {
        display: inline-block;
        margin: 0 5px;
        background: url("../images/swiper-pagination-switch.png");
        width: 21px;
        height: 20px;
        cursor: pointer; }
      .sec-news .con-carousel .pagination .swiper-active-switch {
        background: url("../images/swiper-active-switch.png"); }
  .sec-news .con-news {
    background: url("../images/con-news-bg.png");
    width: 724px;
    height: 422px;
    padding-top: 9px;
    margin: 40px auto 0; }
    .sec-news .con-news .news-tab {
      position: relative;
      width: 100%;
      padding: 0 19px;
      height: 59px;
      font-size: 0;
      text-align: left; }
      .sec-news .con-news .news-tab .tab {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        font-size: 19px;
        color: #383838;
        line-height: 51px;
        width: 119px;
        height: 59px; }
        .sec-news .con-news .news-tab .tab:hover, .sec-news .con-news .news-tab .tab.active {
          background: url("../images/news-tab-on.png");
          color: #ffffff; }
      .sec-news .con-news .news-tab .icon-more {
        position: absolute;
        top: 10px;
        right: 35px; }
    .sec-news .con-news .swiper-news {
      width: 680px;
      height: 325px; }
      .sec-news .con-news .swiper-news ul {
        width: 100%;
        height: 100%;
        padding-top: 10px; }
        .sec-news .con-news .swiper-news ul li {
          text-align: left;
          font-size: 18px;
          line-height: 43px; }
          .sec-news .con-news .swiper-news ul li a {
            color: #545758; }
            .sec-news .con-news .swiper-news ul li a:hover {
              color: #02728e; }
          .sec-news .con-news .swiper-news ul li span, .sec-news .con-news .swiper-news ul li time {
            display: inline-block;
            vertical-align: middle; }
          .sec-news .con-news .swiper-news ul li .icon {
            width: 72px;
            height: 27px;
            line-height: 27px;
            color: #fff;
            background-color: #c1a765;
            border-radius: 5px;
            text-align: center;
            margin: 0 40px 0 23px; }
          .sec-news .con-news .swiper-news ul li .txt {
            width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sec-news.ani .con-carousel {
    -webkit-transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s; }
  .sec-news.ani .con-news {
    -webkit-transition: all 0.5s 1s;
    transition: all 0.5s 1s; }

.sec-occupation {
  background: url("../images/sec-bg2.jpg") no-repeat top center/100% auto;
  height: 774px;
  position: relative; }
  .sec-occupation .introduce {
    display: none; }
  .sec-occupation .con-occupation {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 0; }
    .sec-occupation .con-occupation .swiper-occupation {
      width: 100%;
      height: 100%; }
      .sec-occupation .con-occupation .swiper-occupation .swiper-slide {
        position: relative;
        width: 100%;
        height: 100%; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide .occupation-data {
          position: absolute;
          width: 449px;
          height: 512px;
          right: 0;
          top: 35px;
          z-index: 10;
          opacity: 0;
          filter: Alpha(Opacity=0);
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide .occupation-data i {
            position: absolute;
            width: 35px;
            height: 0; }
            .sec-occupation .con-occupation .swiper-occupation .swiper-slide .occupation-data i.iocn1 {
              bottom: 385px;
              right: 113px; }
            .sec-occupation .con-occupation .swiper-occupation .swiper-slide .occupation-data i.iocn2 {
              bottom: 371px;
              right: 216px; }
            .sec-occupation .con-occupation .swiper-occupation .swiper-slide .occupation-data i.iocn3 {
              bottom: 305px;
              right: 280px; }
            .sec-occupation .con-occupation .swiper-occupation .swiper-slide .occupation-data i.iocn4 {
              bottom: 219px;
              right: 299px; }
            .sec-occupation .con-occupation .swiper-occupation .swiper-slide .occupation-data i.iocn5 {
              bottom: 143px;
              right: 268px; }
            .sec-occupation .con-occupation .swiper-occupation .swiper-slide .occupation-data i.iocn6 {
              bottom: 93px;
              right: 195px; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide .name {
          position: absolute;
          width: 277px;
          height: 307px;
          top: 190px;
          right: 50px;
          z-index: 10; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide .txt {
          position: absolute;
          width: 270px;
          text-align: center;
          font-size: 20px;
          bottom: 170px;
          right: 50px;
          z-index: 0;
          opacity: 0;
          filter: Alpha(Opacity=0);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide .occupation-img {
          position: absolute;
          width: 740px;
          height: 690px;
          z-index: 0;
          left: 0;
          top: 0;
          opacity: 0;
          filter: Alpha(Opacity=0);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.zs .occupation-data {
          background: url("../images/zs-data-bg.png"); }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.zs .occupation-data .icon-1 {
            background: url("../images/icon-zs1.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.zs .occupation-data .icon-2 {
            background: url("../images/icon-zs2.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.zs .occupation-data .icon-3 {
            background: url("../images/icon-zs3.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.zs .occupation-data .icon-4 {
            background: url("../images/icon-zs4.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.zs .occupation-data .icon-5 {
            background: url("../images/icon-zs5.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.zs .occupation-data .icon-6 {
            background: url("../images/icon-zs6.png") no-repeat center bottom; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.zs .name {
          background: url("../images/zs-name.png"); }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.zs .txt {
          color: #02728e; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ys .occupation-data {
          background: url("../images/ys-data-bg.png"); }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ys .occupation-data .icon-1 {
            background: url("../images/icon-ys1.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ys .occupation-data .icon-2 {
            background: url("../images/icon-ys2.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ys .occupation-data .icon-3 {
            background: url("../images/icon-ys3.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ys .occupation-data .icon-4 {
            background: url("../images/icon-ys4.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ys .occupation-data .icon-5 {
            background: url("../images/icon-ys5.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ys .occupation-data .icon-6 {
            background: url("../images/icon-ys6.png") no-repeat center bottom; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ys .name {
          background: url("../images/ys-name.png"); }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ys .txt {
          color: #a34443; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ds .occupation-data {
          background: url("../images/ds-data-bg.png"); }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ds .occupation-data .icon-1 {
            background: url("../images/icon-ds1.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ds .occupation-data .icon-2 {
            background: url("../images/icon-ds2.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ds .occupation-data .icon-3 {
            background: url("../images/icon-ds3.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ds .occupation-data .icon-4 {
            background: url("../images/icon-ds4.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ds .occupation-data .icon-5 {
            background: url("../images/icon-ds5.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ds .occupation-data .icon-6 {
            background: url("../images/icon-ds6.png") no-repeat center bottom; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ds .name {
          background: url("../images/ds-name.png"); }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.ds .txt {
          color: #0b6593; }
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.gs .occupation-data {
          background: url("../images/gs-data-bg.png"); }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.gs .occupation-data .icon-1 {
            background: url("../images/icon-ds1.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.gs .occupation-data .icon-2 {
            background: url("../images/icon-ds2.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.gs .occupation-data .icon-3 {
            background: url("../images/icon-ds3.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.gs .occupation-data .icon-4 {
            background: url("../images/icon-ds4.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.gs .occupation-data .icon-5 {
            background: url("../images/icon-ds5.png") no-repeat center bottom; }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.gs .occupation-data .icon-6 {
            background: url("../images/icon-ds6.png") no-repeat center bottom; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.gs .name {
          background: url("../images/gs-name.png"); }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.gs .txt {
          color: #0b6593; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.swiper-slide-active .occupation-data {
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          z-index: 2;
          opacity: 1;
          filter: Alpha(Opacity=100);
          -webkit-transform: rotate(0);
          transform: rotate(0); }
          .sec-occupation .con-occupation .swiper-occupation .swiper-slide.swiper-slide-active .occupation-data i {
            height: 35px;
            -webkit-transition: all 3s;
            transition: all 3s; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.swiper-slide-active .txt {
          z-index: 2;
          opacity: 1;
          filter: Alpha(Opacity=100);
          -webkit-transform: translateX(0);
          transform: translateX(0);
          -webkit-transition: all 1.5s;
          transition: all 1.5s; }
        .sec-occupation .con-occupation .swiper-occupation .swiper-slide.swiper-slide-active .occupation-img {
          z-index: 1;
          opacity: 1;
          filter: Alpha(Opacity=100);
          -webkit-transform: translateX(0);
          transform: translateX(0);
          -webkit-transition: all 1s;
          transition: all 1s; }
  .sec-occupation .occupation-tab {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -50px;
    text-align: center;
    z-index: 60;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sec-occupation .occupation-tab a {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      margin: 0 5px;
      display: inline-block;
      vertical-align: middle;
      font-size: 26px;
      color: #4f94b8;
      text-align: center; }
      .sec-occupation .occupation-tab a i {
        display: block;
        margin: 0 auto;
        background: url("../images/icon-tab.png") no-repeat center;
        width: 34px;
        height: 34px; }
      .sec-occupation .occupation-tab a:hover i, .sec-occupation .occupation-tab a.active i {
        width: 34px;
        height: 34px; }
      .sec-occupation .occupation-tab a.ds:hover i, .sec-occupation .occupation-tab a.ds.active i {
        background: url("../images/icon-ds.png"); }
      .sec-occupation .occupation-tab a.ys:hover i, .sec-occupation .occupation-tab a.ys.active i {
        background: url("../images/icon-ys.png"); }
      .sec-occupation .occupation-tab a.zs:hover i, .sec-occupation .occupation-tab a.zs.active i {
        background: url("../images/icon-zs.png"); }
.sec-occupation .occupation-tab a.gs:hover i, .sec-occupation .occupation-tab a.gs.active i {
        background: url("../images/icon-gs.png"); }

.sec-rank {
  background: url("../images/sec-bg3.jpg") no-repeat top center/100% auto;
  height: 758px; }
  .sec-rank .con-rank {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative; }
    .sec-rank .con-rank .rank-tab {
      position: absolute;
      width: 100%;
      height: 72px;
      overflow: hidden;
      left: 0;
      top: 0;
      text-align: center; }
      .sec-rank .con-rank .rank-tab .tab {
        display: inline-block;
        vertical-align: middle;
        background: url("../images/rank-tab.png");
        width: 181px;
        height: 72px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        margin-bottom: 3px;
        text-align: center;
        color: #ffffff;
        font-size: 27px; }
        .sec-rank .con-rank .rank-tab .tab span, .sec-rank .con-rank .rank-tab .tab i {
          font-style: normal;
          display: block; }
        .sec-rank .con-rank .rank-tab .tab i {
          font-size: 24px; }
        .sec-rank .con-rank .rank-tab .tab:hover, .sec-rank .con-rank .rank-tab .tab.active {
          background: url("../images/rank-tab-on.png");
          color: #fbf8de; }
    .sec-rank .con-rank .btn-prev {position: absolute;
      
      width: 33px;
      height: 37px;
      left: 30px;
      top: 18px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;background-repeat: no-repeat;}
    .sec-rank .con-rank .btn-next {position: absolute;
      
      width: 33px;
      height: 37px;
      right: 30px;
      top: 18px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;background-repeat: no-repeat;}
    .sec-rank .con-rank .rank-main {
      position: relative;
      background: url("../images/rank-bg.png") no-repeat center bottom;
      width: 690px;
      height: 510px;
      position: absolute;
      left: 50%;
      margin-left: -345px;
      top: 100px;
      overflow: hidden; }
      .sec-rank .con-rank .rank-main .rank-con {
        display: none; }
        .sec-rank .con-rank .rank-main .rank-con.on {
          display: block; }
      .sec-rank .con-rank .rank-main .rank-select {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        font-size: 0;
        text-align: left; }
        .sec-rank .con-rank .rank-main .rank-select select {
          display: none;
          vertical-align: middle;
          margin: 0 25px;
          width: 177px;
          height: 52px;
          font-size: 18px;
          background: none;
          color: #02728e;
          border: 1px solid #02728e; }
          .sec-rank .con-rank .rank-main .rank-select select:hover {
            color: #d4ae49;
            border: 1px solid #d4ae49; }
          .sec-rank .con-rank .rank-main .rank-select select.on {
            display: inline-block; }
      .sec-rank .con-rank .rank-main table {
        position: absolute;
        top: 63px;
        width: 100%; }
        .sec-rank .con-rank .rank-main table thead, .sec-rank .con-rank .rank-main table tr {
          display: table;
          width: 100%;
          table-layout: fixed; }
        .sec-rank .con-rank .rank-main table tbody {
          display: block;
          max-height: 400px;
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch; }
        .sec-rank .con-rank .rank-main table th, .sec-rank .con-rank .rank-main table td {
          text-align: center;
          font-size: 18px; }
          .sec-rank .con-rank .rank-main table th.wd, .sec-rank .con-rank .rank-main table td.wd {
            width: 80px; }
        .sec-rank .con-rank .rank-main table th {
          color: #ffffff;
          font-weight: bold;
          height: 45px; }
        .sec-rank .con-rank .rank-main table td {
          color: #545758;
          height: 50px;
          font-size: 14px; }
          .sec-rank .con-rank .rank-main table td:hover {
            color: #02728e; }

.sec-vision {
  background: url("../images/sec-bg4.jpg") no-repeat top center/100% auto;
  height: 734px;
  text-align: center;
  font-size: 0; }
  .sec-vision .live-banner {
    width: 640px;
    height: 320px;
    margin: 0 auto; }
    .sec-vision .live-banner ul {
      position: absolute;
      left: 50%;
      margin-left: -200px;
      top: 0;
      width: 400px;
      height: 355px;
      z-index: 1; }
      .sec-vision .live-banner ul li {
        width: 390px;
        height: 260px;
        cursor: pointer; }
        .sec-vision .live-banner ul li img {
          display: block;
          width: 100%;
          height: 100%;
          border: 0;
          vertical-align: top; }
      .sec-vision .live-banner ul .roundabout-in-focus {
        cursor: default; }
    .sec-vision .live-banner .slide-prev {
      position: absolute;
      background: url("../images/btn-left.png");
      width: 26px;
      height: 33px;
      left: -22px;
      top: 160px; }
    .sec-vision .live-banner .slide-next {
      position: absolute;
      background: url("../images/btn-right.png");
      width: 26px;
      height: 33px;
      right: -22px;
      top: 160px; }
  .sec-vision .po {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .sec-vision .po li {
      background: url("../images/swiper-pagination-switch.png") no-repeat center;
      width: 21px;
      height: 20px;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
      .sec-vision .po li.on {
        background: url("../images/swiper-active-switch.png") no-repeat center; }
  .sec-vision .sec-btn {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 275px;
    cursor: pointer; }
    .sec-vision .sec-btn img {
      opacity: 0;
      filter: Alpha(Opacity=0);
      -webkit-transform: scale(0.5);
      transform: scale(0.5); }
    .sec-vision .sec-btn.sec-box1 {
      background: url("../images/btn-ts1.png") no-repeat center; }
    .sec-vision .sec-btn.sec-box2 {
      background: url("../images/btn-ts2.png") no-repeat center; }
    .sec-vision .sec-btn.sec-box3 {
      background: url("../images/btn-ts3.png") no-repeat center; }
    .sec-vision .sec-btn.sec-box4 {
      background: url("../images/btn-ts4.png") no-repeat center; }
    .sec-vision .sec-btn.active {
      background: none;
      width: 415px;
      height: 276px;
      cursor: default; }
      .sec-vision .sec-btn.active img {
        opacity: 1;
        filter: Alpha(Opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1s;
        transition: all 1s;
        width: 415px;
        height: 276px; }
  .sec-vision .con-ewm {
    width: 219px;
    height: 180px;
    margin: 60px 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .sec-vision .con-ewm img {
      position: absolute;
      width: 100px;
      top: 40px;
      left: 34px; }
    .sec-vision .con-ewm.con-ewm1 {
      background: url("../images/ewm1.png") no-repeat center; }
    .sec-vision .con-ewm.con-ewm2 {
      background: url("../images/ewm2.png") no-repeat center; }
    .sec-vision .con-ewm.con-ewm3 {
      background: url("../images/ewm3.png") no-repeat center; }
.public_bottom {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    font-size: 12px;
}
.public_bottom p {
    font-size: 15px;
    color: #02728e;
}
.public_bottom p a {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 0;
    color: #02728e;
}

@-webkit-keyframes light {
  0%, 100% {
    -webkit-filter: brightness(1);
    /* Chrome, Safari, Opera */
    filter: brightness(1); }

  50% {
    -webkit-filter: brightness(1.1);
    /* Chrome, Safari, Opera */
    filter: brightness(1.1); } }

@keyframes light {
  0%, 100% {
    -webkit-filter: brightness(1);
    /* Chrome, Safari, Opera */
    filter: brightness(1); }

  50% {
    -webkit-filter: brightness(1.1);
    /* Chrome, Safari, Opera */
    filter: brightness(1.1); } }

@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-filter: brightness(1);
    /* Chrome, Safari, Opera */
    filter: brightness(1); }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: brightness(1.1);
    /* Chrome, Safari, Opera */
    filter: brightness(1.1); } }

@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-filter: brightness(1);
    /* Chrome, Safari, Opera */
    filter: brightness(1); }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: brightness(1.1);
    /* Chrome, Safari, Opera */
    filter: brightness(1.1); } }
.top .btn.btn-download{background-position:-71px 0px}.top .btn.btn-gift{background-position:-71px -74px}.top .btn-menu{background-position:-185px -148px}.header .ico-down{background-position:-155px -353px}.sec-rank .con-rank .btn-prev{background-position:-193px -417px}.sec-rank .con-rank .btn-next{background-position:-193px -474px}.top .btn.btn-download,.top .btn.btn-gift,.top .btn-menu,.header .ico-down,.sec-rank .con-rank .btn-prev,.sec-rank .con-rank .btn-next{background-image: url(../images/phone_z.png)}


.m-act {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.m-act .update-item{
    width: 680px;
}

.m-act .tab{
     display:flex;
     align-items: center;
     /* justify-content: center; */
     position: relative;
}

.m-act .tab span{
    border-left:6px solid #02728e;
    color:#02728e;
    font-size:20px;
    padding-left:20px;
    margin-right: 40px;
}

.m-act .tab a{
    color: #c99e4f;
    font-size: 20px;
    width: 120px;
    text-align: center;
}
.m-act .tab a.on{
    color:#fff;
    background:#c99e4f;
    border-radius:2px;
    position:relative;
    
}
.m-act .tab a.on:after{
    content:'';
    position:absolute;
    border:6px solid transparent;
    border-top-color: #c99e4f;
    width:0;
    height:0;
    bottom: -11px;
    left: 50%;
    margin-left: -6px;
}
.m-act .tab .more{
    
    background: url("../images/ico-more.png");
    width: 35px;
    height: 35px;
    /* float: right; */
    position: absolute;
    right: 0;
}

.m-act .act-item{
    width: 680px;
    margin-bottom: 30px;
}

.update-item ul{
    margin-top:40px;
    background:#fff;
    /* width:100%; */
    padding: 4px 25px;
    /* border: 1px solid red; */
}

.update-item ul li{
     display:flex;

     padding: 15px 0;
}
.update-item ul a{
     display:flex;
  
}
.update-item ul li+li{
    border-top:2px solid #cbd9e2;
}
.update-item ul  .img{
    width:120px;
    height:120px;
     display:flex;
    align-items: center;
    justify-content: center;
    margin-right:24px;
}
.update-item ul  img{
    max-height:100%;
    max-width:100%
}

.update-item ul h6{
    color:#02728e;
    font-size:18px;
    margin-top:10px;
}


.update-item ul p{
    color:#545758;
    font-size:14px;
    margin-top: 25px;
}

.act-item{
    /* margin-left: 40px; */
}

.act-item ul{
    display:flex;
    margin-top: 40px;
    /* border: 1px solid red; */
}

.act-item  li{
    width: 215px;
    height:340px;
    background:#fff
}

.act-item  li+li{
    margin-left: 18px;
}

.act-item  ul  .img{
    width:100%;
    height:249px;
     display:flex;
    align-items: center;
    justify-content: center;
    margin-right:24px;
}
.act-item ul  img{
    max-height:100%;
    max-width:100%
}

.act-item ul p{
    color:#545758;
    font-size:14px;
    line-height:28px;
    padding:0 10px;
}

.act-item ul .time{
    color:#02728e;
    font-size:14px;
    margin-top:14px;
        align-items: center;
      display:flex;
       padding:0 10px;
}
.act-item  .time span{
    width: 161px;
}
.act-item  .time  b{
    background:#c99e4f;
    width:34px;
    height:18px;
    text-align:center;
    line-height:18px;
    color:#fff;
    font-size:12px;
    border-radius:2px;
}


.swiper-acts{height: 381px;width: 100%;}
.update-item .txt{
  width: 484px;
}




/**todo20240102**/
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.rz .occupation-data {
    background: url(../images/ys-data-bg.png);
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.rz .name {
    background: url(../images/rz-name.png);
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.rz .occupation-data .icon-6 {
    background: url(../images/icon-ys6.png) no-repeat center bottom;
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.rz .occupation-data .icon-5 {
    background: url(../images/icon-ys5.png) no-repeat center bottom;
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.rz .occupation-data .icon-4 {
    background: url(../images/icon-ys4.png) no-repeat center bottom;
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.rz .txt {
    color: #a34443;
}

.sec-occupation .occupation-tab a.rz:hover i, .sec-occupation .occupation-tab a.rz.active i {
    background: url(../images/icon-rz.png);
}


.sec-occupation .con-occupation .swiper-occupation .swiper-slide.rz .occupation-data .icon-1 {
    background: url(../images/icon-ys1.png) no-repeat center bottom;
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.rz .occupation-data .icon-2 {
    background: url(../images/icon-ys2.png) no-repeat center bottom;
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.rz .occupation-data .icon-3 {
    background: url(../images/icon-ys3.png) no-repeat center bottom;
}


/**todo20240912**/
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .occupation-img{ left: -30px;}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .occupation-data {
    background: url(../images/tsm-data-bg.png);
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .name {
    background: url(../images/tsm-name.png);
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .txt { color: #6c6493;}

.sec-occupation .occupation-tab a.tsm:hover i, .sec-occupation .occupation-tab a.tsm.active i {
    background: url(../images/icon-tsm.png);}


.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .occupation-data .icon-1 {
    background: url(../images/icon-tsm1.png) no-repeat center bottom;
    right: 42px;
    bottom: 348px;
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .occupation-data .icon-2 {
    background: url(../images/icon-tsm2.png) no-repeat center bottom;
    right: 128px;
    bottom: 388px;
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .occupation-data .icon-3 {
    background: url(../images/icon-tsm3.png) no-repeat center bottom;
    right: 227px;
    bottom: 365px;
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .occupation-data .icon-4 {
    background: url(../images/icon-tsm4.png) no-repeat center bottom;
    right: 288px;
    bottom: 288px;
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .occupation-data .icon-5 {
    background: url(../images/icon-tsm5.png) no-repeat center bottom;
    right: 293px;
    bottom: 187px;
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.tsm .occupation-data .icon-6 {
    background: url(../images/icon-tsm5.png) no-repeat center bottom;
    right: 234px;
    bottom: 113px;
}

/**todo20250306**/
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .occupation-img{ left: -30px;}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .occupation-data {
    background: url(../images/ws-data-bg.png);
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .name {
    background: url(../images/ws-name.png);
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .txt { color: #d1872c;}

.sec-occupation .occupation-tab a.ws:hover i, .sec-occupation .occupation-tab a.ws.active i {
    background: url(../images/icon-ws.png);}


.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .occupation-data .icon-1 {
    background: url(../images/icon-ws1.png) no-repeat center bottom;
    right: 42px;
    bottom: 348px;
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .occupation-data .icon-2 {
    background: url(../images/icon-ws1.png) no-repeat center bottom;
    right: 128px;
    bottom: 388px;
}

.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .occupation-data .icon-3 {
    background: url(../images/icon-ws2.png) no-repeat center bottom;
    right: 227px;
    bottom: 365px;
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .occupation-data .icon-4 {
    background: url(../images/icon-ws2.png) no-repeat center bottom;
    right: 288px;
    bottom: 288px;
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .occupation-data .icon-5 {
    background: url(../images/icon-ws4.png) no-repeat center bottom;
    right: 293px;
    bottom: 187px;
}
.sec-occupation .con-occupation .swiper-occupation .swiper-slide.ws .occupation-data .icon-6 {
    background: url(../images/icon-ws5.png) no-repeat center bottom;
    right: 234px;
    bottom: 113px;
}


