@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, html {
  min-width: 1530px;
  width: 100vw;
  height: 100vh;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif; }

ul li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer; }

a:hover, a:active {
  outline: none; }

img {
  outline: none;
  border: 0;
  vertical-align: middle; }

em {
  font-style: normal; }

p {
  word-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

iframe {
  border: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

table td,
table th {
  padding: 0; }

input {
  outline: none;
  line-height: normal; }

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  border: 1px solid #ccc !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #36333e;
  opacity: 0.5; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #36333e;
  opacity: 0.5; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #36333e;
  opacity: 0.5; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #36333e;
  opacity: 0.5; }

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 8px;
  /*对垂直流动条有效*/
  height: 12px;
  /*对水平流动条有效*/
  background-color: #5151ac;
  border-radius: 0px; }

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0; }

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  background: #ecaa71;
  border-radius: 0px; }

.scollbar {
  width: 10px;
  top: 10px;
  right: 2px;
  border-radius: 5px;
  background: #d9b494; }

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/ }

.clearfix:after {
  clear: both;
  /*清除浮动*/ }

.clearfix:after, .clearfix:before {
  content: '';
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/ }

.relative {
  position: relative; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.center-block {
  display: block;
  margin-right: auto; }

.line-height {
  line-height: 1; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.logo {
  position: fixed;
  top: 20px;
  left: 28px;
  z-index: 100; }

.logo a {
  display: block;
  width: 167px;
  height: 69px;
  background: url(../images/logo.png) no-repeat;
  background-position: center;
  font: 0/0 a; }

.logo a.dark {
  background-image: url(../images/logo1.png); }

.logo a:hover {
  filter: brightness(1.05); }

.top-link {
  position: fixed;
  right: 80px;
  top: 23px;
  z-index: 20; }

.top-link a {
  float: left;
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 0px;
  color: #fdf5ef;
  /* font: 0/0 a; */
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
  .top-link a:nth-of-type(1) {
    width: 129px;
    height: 36px;
    background-image: url(../images/tohome.png); }
  .top-link a:nth-of-type(2) {
    width: 129px;
    height: 36px;
    background-image: url(../images/toload.png);
    margin-left: 6px; }

.top-link a.item-01 {
  /* background-position: -5px -194px; */ }

.top-link a.item-02 {
  /* background-position: -162px -128px; */ }

.top-link a:hover.item-01 {
  /* background-position: -5px -128px; */ }

.top-link a:hover.item-02 {
  /* background-position: -162px -194px; */ }

.overScroll {
  height: 576px;
  overflow-x: hidden; }

.section {
  overflow: hidden;
  background-image: url(../images/sect_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  color: #313a43;
  font-size: 16px;
  line-height: 28px;
  height: 100% !important;
  width: 100% !important;
  position: relative; }
  .section.active .roleWrap {
    display: block; }
  .section .roleWrap {
    display: none; }
  .section.active .cont {
    display: block; }
  .section .cont {
    display: none; }
  .section .cont {
    position: relative;
    padding: 0;
    transform-origin: center; }
    .section .cont .oscrollwrap {
      height: 600px;
      overflow-x: hidden;
      margin-top: 15px; }
    .section .cont .cont-height {
      position: relative;
      z-index: 1;
      padding: 0px;
      width: 1434px;
      margin: 0 auto; }
      .section .cont .cont-height .title {
        margin-left: -60px; }
      .section .cont .cont-height .img-box > a {
        display: block;
        cursor: auto; }
    .section .cont .cont-tips {
      display: block;
      font-weight: 600;
      font-size: 18px;
      color: #cccccd;
      line-height: 26px;
      margin-top: 10px;
      padding: 4px 250px 4px 8px;
      position: relative; }

.sect-00 {
  background-image: url(../images/pagebg1.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }
  .sect-00 .container {
    height: 100%; }
  .sect-00 .sloganwrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 200px;
    font: 0/0 a; }
    .sect-00 .sloganwrap .sg {
      width: 661px;
      height: 166px;
      font: 0/0 a;
      background-image: url(../images/slogan.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: contain; }
    .sect-00 .sloganwrap .action span {
      width: 196px;
      height: 42px;
      font: 0/0 a;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: contain; }
      .sect-00 .sloganwrap .action span:nth-of-type(1) {
        background-image: url(../images/toregist.png); }
      .sect-00 .sloganwrap .action span:nth-of-type(2) {
        background-image: url(../images/toload.png);
        margin-left: 20px; }
      .sect-00 .sloganwrap .action span a {
        display: block;
        height: 100%; }

.sect-01 .role1 {
  width: 1192px;
  height: 894px;
  background-image: url(../images/role1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 88px; }

.sect-01 .title {
  width: 409px;
  height: 190px;
  background-image: url(../images/tit1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top; }

.sect-01 .right {
  margin-top: -20px; }

.sect-02 .cont .cont-height .title {
  width: 409px;
  height: 190px;
  background-image: url(../images/tit2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top; }

.sect-02 .cont .cont-height .slidebox {
  padding-left: 60px;
  width: 1434px;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: relative; }

.sect-02 .cont .cont-height .left {
  width: 787px;
  padding: 55px 0 0 24px; }
  .sect-02 .cont .cont-height .left .slidenum {
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(to bottom, #cd4175, #d483a0);
    background: -webkit-linear-gradient(to bottom, #cd4175, #d483a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .sect-02 .cont .cont-height .left .nav-list-02 {
    margin: 30px auto 0;
    z-index: 2; }
    .sect-02 .cont .cont-height .left .nav-list-02 li {
      margin-left: 14px;
      width: 174px;
      height: 4px;
      background-color: #e5e5e7;
      opacity: 0.4;
      float: left; }
      .sect-02 .cont .cont-height .left .nav-list-02 li:first-child {
        margin-top: 0px; }
      .sect-02 .cont .cont-height .left .nav-list-02 li.active {
        background-color: #e3508d; }
      .sect-02 .cont .cont-height .left .nav-list-02 li:nth-of-type(1) {
        background-position: 0 0; }
      .sect-02 .cont .cont-height .left .nav-list-02 li:nth-of-type(2) {
        background-position: 0 -62px;
        margin: 0 15px; }
      .sect-02 .cont .cont-height .left .nav-list-02 li:nth-of-type(3) {
        background-position: 0 -124px; }
      .sect-02 .cont .cont-height .left .nav-list-02 li:nth-of-type(1).active {
        background-position: -141px 0; }
      .sect-02 .cont .cont-height .left .nav-list-02 li:nth-of-type(2).active {
        background-position: -141px -62px; }
      .sect-02 .cont .cont-height .left .nav-list-02 li:nth-of-type(3).active {
        background-position: -141px -124px; }
      .sect-02 .cont .cont-height .left .nav-list-02 li a {
        font-size: 0;
        display: block;
        height: 100%; }
  .sect-02 .cont .cont-height .left .tab-content {
    margin-top: 17px;
    position: relative;
    width: 755px;
    height: 412px; }
    .sect-02 .cont .cont-height .left .tab-content .tabpanel {
      display: none;
      position: absolute;
      left: 0;
      top: 0; }
    .sect-02 .cont .cont-height .left .tab-content .tabpanel.active {
      display: block; }
    .sect-02 .cont .cont-height .left .tab-content .img-box a {
      width: 755px;
      height: 412px; }
    .sect-02 .cont .cont-height .left .tab-content .img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.sect-02 .cont .cont-height .right {
  width: 575px;
  height: 506px;
  padding-top: 95px;
  padding-left: 63px; }
  .sect-02 .cont .cont-height .right .tabpanel {
    display: none;
    position: absolute; }
    .sect-02 .cont .cont-height .right .tabpanel.active {
      display: block; }
    .sect-02 .cont .cont-height .right .tabpanel h3 {
      color: #ebebeb;
      font-size: 30px; }
    .sect-02 .cont .cont-height .right .tabpanel p {
      font-size: 16px;
      color: #ebebeb;
      margin-top: 25px; }
      .sect-02 .cont .cont-height .right .tabpanel p:nth-of-type(1) {
        margin-top: 40px; }
  .sect-02 .cont .cont-height .right .tabpanel.active {
    display: block; }

.sect-03 .cont .cont-height .title {
  width: 409px;
  height: 190px;
  background-image: url(../images/tit3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top; }

.sect-03 .cont .cont-height .slidebox {
  width: 1179px;
  height: 505px;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  margin-left: 150px;
  position: relative; }
  .sect-03 .cont .cont-height .slidebox .left {
    padding: 71px 0 0 24px; }
    .sect-03 .cont .cont-height .slidebox .left .nav-list-03 {
      margin: 30px auto 0;
      z-index: 2; }
      .sect-03 .cont .cont-height .slidebox .left .nav-list-03 li {
        margin-left: 14px;
        width: 174px;
        height: 4px;
        background-color: #e5e5e7;
        opacity: 0.4;
        float: left; }
        .sect-03 .cont .cont-height .slidebox .left .nav-list-03 li:first-child {
          margin-top: 0px; }
        .sect-03 .cont .cont-height .slidebox .left .nav-list-03 li.active {
          background-color: #e3508d; }
        .sect-03 .cont .cont-height .slidebox .left .nav-list-03 li:nth-of-type(2) {
          background-position: 0 -62px;
          margin: 0 15px; }
        .sect-03 .cont .cont-height .slidebox .left .nav-list-03 li a {
          font-size: 0;
          display: block;
          height: 100%; }
    .sect-03 .cont .cont-height .slidebox .left .tab-content {
      position: relative;
      width: 421px;
      height: 411px; }
      .sect-03 .cont .cont-height .slidebox .left .tab-content .tabpanel {
        display: none;
        position: absolute;
        left: 0;
        top: 0; }
      .sect-03 .cont .cont-height .slidebox .left .tab-content .tabpanel.active {
        display: block; }
      .sect-03 .cont .cont-height .slidebox .left .tab-content .img-box a {
        width: 421px;
        height: 411px; }
      .sect-03 .cont .cont-height .slidebox .left .tab-content .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .sect-03 .cont .cont-height .slidebox .right {
    width: 724px;
    height: 506px;
    padding-top: 206px;
    padding-left: 78px;
    margin-left: 8px; }
    .sect-03 .cont .cont-height .slidebox .right .bosstab {
      top: 7px;
      position: absolute;
      left: 78px; }
      .sect-03 .cont .cont-height .slidebox .right .bosstab .tabitem {
        width: 76px;
        height: 75px;
        background-image: url(../images/bosstab1-1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        position: relative;
        cursor: pointer; }
        .sect-03 .cont .cont-height .slidebox .right .bosstab .tabitem.active {
          width: 88px;
          height: 87px;
          background-image: url(../images/bosstab1.png); }
          .sect-03 .cont .cont-height .slidebox .right .bosstab .tabitem.active span {
            color: #ebebeb;
            font-size: 15px; }
        .sect-03 .cont .cont-height .slidebox .right .bosstab .tabitem::after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: rgba(72, 70, 80, 0.5);
          left: 0;
          top: 0; }
        .sect-03 .cont .cont-height .slidebox .right .bosstab .tabitem.active::after {
          background-color: rgba(72, 70, 80, 0); }
        .sect-03 .cont .cont-height .slidebox .right .bosstab .tabitem:not(:first-child) {
          margin-left: 12px; }
        .sect-03 .cont .cont-height .slidebox .right .bosstab .tabitem img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .sect-03 .cont .cont-height .slidebox .right .bosstab .tabitem span {
          position: absolute;
          bottom: -26px;
          left: 50%;
          transform: translateX(-50%);
          color: #454451;
          font-size: 13px; }
    .sect-03 .cont .cont-height .slidebox .right .txt {
      height: 130px; }
    .sect-03 .cont .cont-height .slidebox .right .tabpanel {
      display: none;
      position: absolute; }
      .sect-03 .cont .cont-height .slidebox .right .tabpanel.active {
        display: block; }
      .sect-03 .cont .cont-height .slidebox .right .tabpanel h3 {
        color: #ebebeb;
        font-size: 30px; }
      .sect-03 .cont .cont-height .slidebox .right .tabpanel p {
        font-size: 16px;
        color: #ebebeb;
        margin-top: 24px; }
        .sect-03 .cont .cont-height .slidebox .right .tabpanel p:nth-of-type(1) {
          margin-top: 30px; }
    .sect-03 .cont .cont-height .slidebox .right .tabpanel.active {
      display: block; }
    .sect-03 .cont .cont-height .slidebox .right .navag span {
      width: 69px;
      height: 36px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center top; }
    .sect-03 .cont .cont-height .slidebox .right .navag .pre {
      background-image: url(../images/prepic.png); }
    .sect-03 .cont .cont-height .slidebox .right .navag .nex {
      margin-left: 10px;
      background-image: url(../images/nextpic.png); }

.sect-04 .cont .cont-height .title {
  width: 409px;
  height: 190px;
  background-image: url(../images/tit4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top; }

.sect-04 .cont .cont-height .slidebox {
  width: 1337px;
  height: 533px;
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: relative; }
  .sect-04 .cont .cont-height .slidebox .left {
    padding: 73px 0 0 79px; }
    .sect-04 .cont .cont-height .slidebox .left .tab-content {
      position: relative;
      width: 569px;
      height: 411px; }
      .sect-04 .cont .cont-height .slidebox .left .tab-content .tabpanel {
        display: none;
        position: absolute;
        left: 0;
        top: 0; }
      .sect-04 .cont .cont-height .slidebox .left .tab-content .tabpanel.active {
        display: block; }
      .sect-04 .cont .cont-height .slidebox .left .tab-content .img-box a {
        width: 569px;
        height: 411px; }
      .sect-04 .cont .cont-height .slidebox .left .tab-content .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .sect-04 .cont .cont-height .slidebox .right {
    width: 684px;
    height: 506px;
    padding-top: 70px;
    padding-left: 80px;
    margin-left: 7px; }
    .sect-04 .cont .cont-height .slidebox .right .txt {
      height: 226px;
      margin-top: 57px; }
    .sect-04 .cont .cont-height .slidebox .right .tabpanel .pt {
      display: none;
      position: absolute; }
      .sect-04 .cont .cont-height .slidebox .right .tabpanel .pt.active {
        display: block; }
    .sect-04 .cont .cont-height .slidebox .right .tabpanel h3 {
      color: #ebebeb;
      font-size: 30px; }
    .sect-04 .cont .cont-height .slidebox .right .tabpanel p {
      font-size: 16px;
      color: #ebebeb; }
      .sect-04 .cont .cont-height .slidebox .right .tabpanel p:nth-of-type(1) {
        margin-top: 30px; }
    .sect-04 .cont .cont-height .slidebox .right .tabpanel.active {
      display: block; }
    .sect-04 .cont .cont-height .slidebox .right .navtp span {
      width: 157px;
      height: 39px;
      background-color: rgba(71, 68, 76, 0.8);
      border: 1px solid #7f7e81;
      line-height: 38px;
      text-align: center;
      color: #ebebeb;
      font-size: 18px; }
      .sect-04 .cont .cont-height .slidebox .right .navtp span.active {
        background-color: rgba(205, 82, 126, 0.8);
        border: 1px solid #e2cdd4;
        color: #ebebeb; }
    .sect-04 .cont .cont-height .slidebox .right .navtp .nex {
      margin-left: 10px; }
    .sect-04 .cont .cont-height .slidebox .right .modao span {
      width: 69px;
      height: 36px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center top; }
    .sect-04 .cont .cont-height .slidebox .right .modao .pre {
      background-image: url(../images/prepic.png); }
    .sect-04 .cont .cont-height .slidebox .right .modao .nex {
      margin-left: 10px;
      background-image: url(../images/nextpic.png); }

.userwrap .user_login {
  font-weight: bold;
  background: linear-gradient(to bottom, #acacac, #acacac);
  background: -webkit-linear-gradient(to bottom, #acacac, #acacac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #acacac; }

.userwrap .user_login_succeed {
  position: absolute;
  top: -20px;
  right: 0; }
  .userwrap .user_login_succeed b, .userwrap .user_login_succeed a, .userwrap .user_login_succeed span {
    display: inline-block;
    color: #d5d4d6;
    font-weight: bold;
    font-size: 16px;
    line-height: 1em; }
  .userwrap .user_login_succeed span {
    margin-left: 25px; }
  .userwrap .user_login_succeed a {
    color: #e3508d; }

.sect-05 .cont .cont-height .title {
  width: 409px;
  height: 190px;
  background-image: url(../images/tit5.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top; }

.sect-05 .cont .cont-height .slidebox {
  width: 1318px;
  height: 555px;
  background-image: url(../images/bg4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: relative;
  margin-left: 50px; }
  .sect-05 .cont .cont-height .slidebox .left {
    padding: 72px 0 0 29px;
    position: relative; }
    .sect-05 .cont .cont-height .slidebox .left .tab-content {
      position: relative;
      width: 567px;
      height: 411px; }
      .sect-05 .cont .cont-height .slidebox .left .tab-content .cont-tit {
        text-align: center;
        line-height: 219px;
        color: #ebebeb;
        font-size: 50px;
        width: 567px;
        height: 219px;
        background-image: url(../images/bg5.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        position: absolute;
        left: 0;
        bottom: 0; }
      .sect-05 .cont .cont-height .slidebox .left .tab-content .img-box a {
        width: 567px;
        height: 411px; }
      .sect-05 .cont .cont-height .slidebox .left .tab-content .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .sect-05 .cont .cont-height .slidebox .right {
    width: 688px;
    height: 555px;
    padding-top: 50px;
    padding-left: 54px;
    padding-right: 50px; }
    .sect-05 .cont .cont-height .slidebox .right .step .tp {
      font-size: 30px;
      color: #ebebeb;
      font-weight: bold; }
      .sect-05 .cont .cont-height .slidebox .right .step .tp span {
        font-size: 16px;
        margin-left: 12px; }
    .sect-05 .cont .cont-height .slidebox .right .step .md {
      height: 240px;
      margin-top: 37px; }
      .sect-05 .cont .cont-height .slidebox .right .step .md .user_login {
        width: 217px;
        height: 71px;
        background-image: url(../images/btn1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top; }
      .sect-05 .cont .cont-height .slidebox .right .step .md .form-wrap {
        padding-left: 50px;
        padding-top: 25px; }
      .sect-05 .cont .cont-height .slidebox .right .step .md .form-item:not(:first-child) {
        margin-top: 12px; }
      .sect-05 .cont .cont-height .slidebox .right .step .md .form-item label {
        color: #ebebeb;
        font-size: 18px;
        font-weight: normal;
        width: 140px;
        text-align: right;
        display: inline-block; }
      .sect-05 .cont .cont-height .slidebox .right .step .md .form-item input {
        width: 269px;
        color: #36333e;
        font-size: 24px;
        line-height: 43px;
        padding-left: 20px;
        border: 1px solid transparent;
        border-radius: 3px;
        margin-left: 15px; }
      .sect-05 .cont .cont-height .slidebox .right .step .md .jointeam {
        width: 217px;
        height: 71px;
        background-image: url(../images/btn2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        margin: 20px 0 0 240px; }
      .sect-05 .cont .cont-height .slidebox .right .step .md .tm {
        position: relative; }
        .sect-05 .cont .cont-height .slidebox .right .step .md .tm span {
          width: 89px;
          height: 87px;
          border-radius: 100px;
          background-image: url(../images/icon3.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center top;
          position: relative;
          padding: 10px; }
          .sect-05 .cont .cont-height .slidebox .right .step .md .tm span:nth-of-type(2) {
            margin-left: 53px; }
          .sect-05 .cont .cont-height .slidebox .right .step .md .tm span:before {
            content: "";
            width: 55px;
            height: 36px;
            border-radius: 100px;
            background-image: url(../images/icon1.png);
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center top;
            position: absolute;
            left: -20px;
            top: 0; }
          .sect-05 .cont .cont-height .slidebox .right .step .md .tm span img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .sect-05 .cont .cont-height .slidebox .right .step .md .tm span em {
            position: absolute;
            bottom: -27px;
            font-style: normal;
            color: #ebebeb;
            font-size: 15px;
            left: 50%;
            transform: translateX(-50%);
            word-break: keep-all;
            white-space: nowrap; }
      .sect-05 .cont .cont-height .slidebox .right .step .md .awd {
        margin-top: 33px; }
        .sect-05 .cont .cont-height .slidebox .right .step .md .awd .pf {
          width: 88px;
          height: 87px;
          background-image: url(../images/bosstab1.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center top;
          padding: 6px; }
          .sect-05 .cont .cont-height .slidebox .right .step .md .awd .pf img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .sect-05 .cont .cont-height .slidebox .right .step .md .awd .nm {
          margin-left: 40px; }
          .sect-05 .cont .cont-height .slidebox .right .step .md .awd .nm i {
            display: block;
            font-style: normal; }
            .sect-05 .cont .cont-height .slidebox .right .step .md .awd .nm i:nth-of-type(1) {
              font-size: 22px;
              color: #ebebeb; }
              .sect-05 .cont .cont-height .slidebox .right .step .md .awd .nm i:nth-of-type(1) em {
                color: #f3e17e; }
            .sect-05 .cont .cont-height .slidebox .right .step .md .awd .nm i:nth-of-type(2) {
              font-size: 15px;
              color: #ebebeb;
              margin-top: 12px; }
        .sect-05 .cont .cont-height .slidebox .right .step .md .awd .get-btn {
          margin-left: 80px;
          width: 143px;
          height: 59px;
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center top; }
          .sect-05 .cont .cont-height .slidebox .right .step .md .awd .get-btn.unlock {
            background-image: url(../images/btn3.png); }
          .sect-05 .cont .cont-height .slidebox .right .step .md .awd .get-btn.over {
            background-image: url(../images/btn4.png); }
          .sect-05 .cont .cont-height .slidebox .right .step .md .awd .get-btn.lock {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            background-image: url(../images/btn3.png); }
    .sect-05 .cont .cont-height .slidebox .right .tips {
      margin-top: 30px;
      color: #ebebeb;
      font-size: 16px; }

.paganat {
  position: fixed;
  bottom: 50%;
  left: 60px;
  z-index: 20; }
  .paganat span {
    font-size: 16px;
    display: block;
    color: #f6f5f6;
    text-align: center; }
    .paganat span:nth-of-type(2) {
      width: 15px;
      height: 2px;
      background-color: #eeecee;
      margin: 10px auto; }
    .paganat span:nth-of-type(3) {
      opacity: 0.45; }

.sidBar {
  position: fixed;
  bottom: 200px;
  right: 54px;
  margin-left: 0px;
  z-index: 20; }

.main-menu {
  position: relative;
  z-index: 1; }
  .main-menu li {
    position: relative;
    text-align: right;
    width: 152px;
    height: 42px;
    line-height: 41px;
    font-size: 15px; }
    .main-menu li a {
      color: #fbfbfb; }
    .main-menu li.active a {
      font-size: 19px;
      color: #d83578;
      padding-right: 9px; }
    .main-menu li.active::after {
      content: "";
      position: absolute;
      width: 76px;
      height: 4px;
      background-color: #d83578;
      right: -36px;
      bottom: 0px; }
    .main-menu li a {
      display: block;
      height: 100%; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none; }

.modal.modal-vd .modal-body {
  width: 866px;
  height: 568px;
  margin-left: -433px;
  margin-top: -284px; }

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -207px;
  margin-top: -89px;
  width: 414px;
  height: 178px;
  background: url(../images/modal_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s; }

.modal-body .close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 31px;
  height: 31px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }

.modal-body .close:hover {
  filter: brightness(115%);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

@keyframes tc {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.btn-link {
  position: absolute;
  top: 600px;
  right: 30px;
  display: block;
  width: 225px;
  height: 313px;
  font: 0/0 a;
  background: url(../images/btn_link.png) center center no-repeat;
  animation: gotop 1s infinite alternate linear;
  -ms-animation: gotop 1s infinite alternate linear;
  -moz-animation: gotop 1s infinite alternate linear;
  -webkit-animation: gotop 1s infinite alternate linear;
  -o-animation: gotop 1s infinite alternate linear; }

.btn-link:hover {
  filter: brightness(1.2); }

@keyframes gotop {
  0% {
    top: 590px; }
  100% {
    top: 600px; } }

@-webkit-keyframes gotop {
  0% {
    top: 590px; }
  100% {
    top: 600px; } }

@media (max-width: 1440px) {
  .ercode {
    bottom: 10px !important; }
  .nav-list-01 {
    margin-bottom: 0; }
  .logo {
    top: 10px !important;
    left: 10px !important; }
  .head-nav li {
    width: 160px !important; }
  .head-nav li a {
    font-size: 14px !important; }
  .slog-m {
    display: none; }
  .list-01 li {
    margin: 0 10px; } }

@media (max-height: 840px) {
  .slog {
    top: 400px !important;
    height: 350px !important; }
  .main-menu li a {
    margin-bottom: 10px; } }

@media (max-height: 780px) {
  .slog {
    top: 360px !important;
    height: 300px !important; } }

.down {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 195px;
  height: 48px;
  font: 0/0 a;
  z-index: 10;
  background: url(../images/pagedown.png) center top no-repeat;
  /* background-position: -196px -304px; */
  -webkit-animation: mousetips 1s infinite linear 300ms 0 ease;
  -moz-animation: mousetips 1s infinite linear 300ms 0 ease;
  -ms-animation: mousetips 1s infinite linear 300ms 0 ease;
  animation: mousetips 1s infinite linear 300ms 0 ease;
  -moz-animation: mousetips 1s infinite linear;
  -webkit-animation: mousetips 1s infinite linear;
  -o-animation: mousetips 1s infinite linear;
  -ms-animation: mousetips 1s infinite linear;
  animation: mousetips 1s infinite linear; }

.down.up {
  background: url(../images/pageup.png) center top no-repeat; }

@keyframes mousetips {
  0% {
    bottom: 0px; }
  25% {
    bottom: 5px; }
  50% {
    bottom: 10px; }
  75% {
    bottom: 5px; }
  100% {
    bottom: 0px; } }

#wrap {
  position: absolute;
  top: 200px;
  background: #000000;
  font-size: 40px;
  width: 50vw;
  text-align: center;
  color: #ffffff;
  max-height: 300px;
  overflow: auto; }

/* 从左滑入 */
.slide-from-left {
  animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-from-left; }

@keyframes slide-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

/* 从右滑入 */
.slide-from-right {
  animation: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-from-right; }

@keyframes slide-from-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-from-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
