@charset "utf-8";
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
}
strong,
b {
  font-weight: bold;
  font-style: normal;
}
em,
i {
  font-weight: normal;
  font-style: italic;
}
button {
  border: none;
  outline: none;
}
a,
button {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
}
textarea,
input,
button,
a {
  font-size: inherit;
  color: inherit;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 999999s;
  -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}
#NIE-warning-dialog {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
.noSize {
  font-size: 0;
  text-indent: -9999em;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.xy-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@font-face {
  font-family: 'NotoSansSC';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-300.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-300.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansSC';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-900.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-900.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansSC';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansSC';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-700.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-700.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*::-webkit-scrollbar {
  width: 0 !important;
  -ms-overflow-style: none;
}
html,
body {
  margin: 0 auto;
  min-width: 1400px;
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  font-size: 16px;
  font-family: "NotoSansSC", "Microsoft YaHei", STHeiTi, sans-serif;
  color: #ffffff;
}
.no-webp #wrap {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/bg_deaa884e.jpg) top center no-repeat;
  background-size: 100% auto}
.webp #wrap {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/bg_deaa884e.webp) top center no-repeat;
  background-size: 100% auto}
.no-webp #wrap {background-size:100% auto}
.webp #wrap {background-size:100% auto}
#wrap {
  position: relative;
}
#wrap .show-animation.active {
  -webkit-animation: identifier 0.5s linear forwards;
          animation: identifier 0.5s linear forwards;
}
@-webkit-keyframes identifier {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes identifier {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#in-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#in-video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#scene {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
#scene video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-webp #scene::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/loop-video-bottom_0d3ffe8b.png) no-repeat center bottom;
  background-size: 100% auto}
.webp #scene::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/loop-video-bottom_0d3ffe8b.webp) no-repeat center bottom;
  background-size: 100% auto}
.no-webp #scene::after {background-size:100% auto}
.webp #scene::after {background-size:100% auto}
#scene::after {
  content: '';
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.app {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.app .title {
  font-family: "NotoSansSC";
  font-weight: 700;
  font-size: 48px;
  color: #3E465F;
  -webkit-transform: matrix(0.99, 0, -0.14, 1, 0, 0);
          transform: matrix(0.99, 0, -0.14, 1, 0, 0);
  line-height: 72px;
  margin-left: 250px;
}
.no-webp .app .title::after {background:#FF8300}
.webp .app .title::after {background:#FF8300}
.app .title::after {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%) skewX(-15deg);
          transform: translate(-100%, -50%) skewX(-15deg);
  content: '';
  width: 21px;
  height: 53px;
}
.no-webp .index-mask {background:rgba(0, 0, 0, 0.7)}
.webp .index-mask {background:rgba(0, 0, 0, 0.7)}
.index-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.pop-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
}
.no-webp #copyright .leihuo-copyright {background:#000}
.webp #copyright .leihuo-copyright {background:#000}
#copyright .leihuo-copyright {
}
@-webkit-keyframes BX_SprAniKey30 {
  0% {
    background-position: 0px 0px;
  }
  14.37% {
    background-position: -418px 0px;
  }
  28.74% {
    background-position: -836px 0px;
  }
  43.10% {
    background-position: -1254px 0px;
  }
  57.47% {
    background-position: -1672px 0px;
  }
  71.84% {
    background-position: -2090px 0px;
  }
  86.21% {
    background-position: -2508px 0px;
  }
  100% {
    background-position: right 0px;
  }
}
@keyframes BX_SprAniKey30 {
  0% {
    background-position: 0px 0px;
  }
  14.37% {
    background-position: -418px 0px;
  }
  28.74% {
    background-position: -836px 0px;
  }
  43.10% {
    background-position: -1254px 0px;
  }
  57.47% {
    background-position: -1672px 0px;
  }
  71.84% {
    background-position: -2090px 0px;
  }
  86.21% {
    background-position: -2508px 0px;
  }
  100% {
    background-position: right 0px;
  }
}
@-webkit-keyframes BX_SprAniKey22 {
  0% {
    background-position: 0px 0px;
  }
  14.37% {
    background-position: -225px 0px;
  }
  28.74% {
    background-position: -450px 0px;
  }
  43.10% {
    background-position: -675px 0px;
  }
  57.47% {
    background-position: -900px 0px;
  }
  71.84% {
    background-position: -1125px 0px;
  }
  86.21% {
    background-position: -1350px 0px;
  }
  100% {
    background-position: right 0px;
  }
}
@keyframes BX_SprAniKey22 {
  0% {
    background-position: 0px 0px;
  }
  14.37% {
    background-position: -225px 0px;
  }
  28.74% {
    background-position: -450px 0px;
  }
  43.10% {
    background-position: -675px 0px;
  }
  57.47% {
    background-position: -900px 0px;
  }
  71.84% {
    background-position: -1125px 0px;
  }
  86.21% {
    background-position: -1350px 0px;
  }
  100% {
    background-position: right 0px;
  }
}
@-webkit-keyframes BX_SprAniKey14 {
  0% {
    background-position: 0px bottom;
  }
  2.08% {
    background-position: -41px bottom;
  }
  4.17% {
    background-position: -82px bottom;
  }
  6.25% {
    background-position: -123px bottom;
  }
  8.33% {
    background-position: -164px bottom;
  }
  10.42% {
    background-position: -205px bottom;
  }
  12.50% {
    background-position: -246px bottom;
  }
  14.58% {
    background-position: -287px bottom;
  }
  16.67% {
    background-position: -328px bottom;
  }
  18.75% {
    background-position: -369px bottom;
  }
  20.83% {
    background-position: -410px bottom;
  }
  22.92% {
    background-position: -451px bottom;
  }
  25.00% {
    background-position: -492px bottom;
  }
  27.08% {
    background-position: -533px bottom;
  }
  29.17% {
    background-position: -574px bottom;
  }
  31.25% {
    background-position: -615px bottom;
  }
  33.33% {
    background-position: -656px bottom;
  }
  35.42% {
    background-position: -697px bottom;
  }
  37.50% {
    background-position: -738px bottom;
  }
  39.58% {
    background-position: -779px bottom;
  }
  41.67% {
    background-position: -820px bottom;
  }
  43.75% {
    background-position: -861px bottom;
  }
  45.83% {
    background-position: -902px bottom;
  }
  47.92% {
    background-position: -943px bottom;
  }
  50.00% {
    background-position: -984px bottom;
  }
  52.08% {
    background-position: -1025px bottom;
  }
  54.17% {
    background-position: -1066px bottom;
  }
  56.25% {
    background-position: -1107px bottom;
  }
  58.33% {
    background-position: -1148px bottom;
  }
  60.42% {
    background-position: -1189px bottom;
  }
  62.50% {
    background-position: -1230px bottom;
  }
  64.58% {
    background-position: -1271px bottom;
  }
  66.67% {
    background-position: -1312px bottom;
  }
  68.75% {
    background-position: -1353px bottom;
  }
  70.83% {
    background-position: -1394px bottom;
  }
  72.92% {
    background-position: -1435px bottom;
  }
  75.00% {
    background-position: -1476px bottom;
  }
  77.08% {
    background-position: -1517px bottom;
  }
  79.17% {
    background-position: -1558px bottom;
  }
  81.25% {
    background-position: -1599px bottom;
  }
  83.33% {
    background-position: -1640px bottom;
  }
  85.42% {
    background-position: -1681px bottom;
  }
  87.50% {
    background-position: -1722px bottom;
  }
  89.58% {
    background-position: -1763px bottom;
  }
  91.67% {
    background-position: -1804px bottom;
  }
  93.75% {
    background-position: -1845px bottom;
  }
  95.83% {
    background-position: -1886px bottom;
  }
  97.92% {
    background-position: -1927px bottom;
  }
  100% {
    background-position: right bottom;
  }
}
@keyframes BX_SprAniKey14 {
  0% {
    background-position: 0px bottom;
  }
  2.08% {
    background-position: -41px bottom;
  }
  4.17% {
    background-position: -82px bottom;
  }
  6.25% {
    background-position: -123px bottom;
  }
  8.33% {
    background-position: -164px bottom;
  }
  10.42% {
    background-position: -205px bottom;
  }
  12.50% {
    background-position: -246px bottom;
  }
  14.58% {
    background-position: -287px bottom;
  }
  16.67% {
    background-position: -328px bottom;
  }
  18.75% {
    background-position: -369px bottom;
  }
  20.83% {
    background-position: -410px bottom;
  }
  22.92% {
    background-position: -451px bottom;
  }
  25.00% {
    background-position: -492px bottom;
  }
  27.08% {
    background-position: -533px bottom;
  }
  29.17% {
    background-position: -574px bottom;
  }
  31.25% {
    background-position: -615px bottom;
  }
  33.33% {
    background-position: -656px bottom;
  }
  35.42% {
    background-position: -697px bottom;
  }
  37.50% {
    background-position: -738px bottom;
  }
  39.58% {
    background-position: -779px bottom;
  }
  41.67% {
    background-position: -820px bottom;
  }
  43.75% {
    background-position: -861px bottom;
  }
  45.83% {
    background-position: -902px bottom;
  }
  47.92% {
    background-position: -943px bottom;
  }
  50.00% {
    background-position: -984px bottom;
  }
  52.08% {
    background-position: -1025px bottom;
  }
  54.17% {
    background-position: -1066px bottom;
  }
  56.25% {
    background-position: -1107px bottom;
  }
  58.33% {
    background-position: -1148px bottom;
  }
  60.42% {
    background-position: -1189px bottom;
  }
  62.50% {
    background-position: -1230px bottom;
  }
  64.58% {
    background-position: -1271px bottom;
  }
  66.67% {
    background-position: -1312px bottom;
  }
  68.75% {
    background-position: -1353px bottom;
  }
  70.83% {
    background-position: -1394px bottom;
  }
  72.92% {
    background-position: -1435px bottom;
  }
  75.00% {
    background-position: -1476px bottom;
  }
  77.08% {
    background-position: -1517px bottom;
  }
  79.17% {
    background-position: -1558px bottom;
  }
  81.25% {
    background-position: -1599px bottom;
  }
  83.33% {
    background-position: -1640px bottom;
  }
  85.42% {
    background-position: -1681px bottom;
  }
  87.50% {
    background-position: -1722px bottom;
  }
  89.58% {
    background-position: -1763px bottom;
  }
  91.67% {
    background-position: -1804px bottom;
  }
  93.75% {
    background-position: -1845px bottom;
  }
  95.83% {
    background-position: -1886px bottom;
  }
  97.92% {
    background-position: -1927px bottom;
  }
  100% {
    background-position: right bottom;
  }
}
html,
body {
  margin: 0 auto;
  min-width: 1400px;
  width: 100%;
}
body {
  position: relative;
  font-size: 16px;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", STHeiTi, sans-serif;
}
#wrap {
  position: relative;
}
.section-index {
  position: relative;
  width: 100%;
  height: 1030px;
}
.section-index #leihuo-top {
  position: absolute;
  top: 32px;
  left: 33px;
  z-index: 1;
}
.section-index #leihuo-top #leihuo_top_content {
  display: none;
}
.no-webp .section-index .slogan {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/slogan_022618a8.png) center no-repeat;
  background-size: contain}
.webp .section-index .slogan {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/slogan_022618a8.webp) center no-repeat;
  background-size: contain}
.no-webp .section-index .slogan {background-size:contain}
.webp .section-index .slogan {background-size:contain}
.section-index .slogan {
  display: none;
  width: 642px;
  height: 261px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 782px;
  pointer-events: none;
}
.no-webp .section-index .btn-yuyue {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/btn-yuyue_506c10da.png);
  background-position: 0px 0px}
.webp .section-index .btn-yuyue {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/btn-yuyue_506c10da.webp);
  background-position: 0px 0px}
.no-webp .section-index .btn-yuyue {background-position:0px 0px}
.webp .section-index .btn-yuyue {background-position:0px 0px}
.section-index .btn-yuyue {
  position: absolute;
  bottom: 380px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 418px;
  height: 90px;
  margin-bottom: -20px;
  font-size: 0;
  text-indent: -9999em;
}
.no-webp .section-index .btn-yuyue::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png) center no-repeat;background-size:2926px 329px;
background-position:-0px -92px}
.webp .section-index .btn-yuyue::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp) center no-repeat;background-size:2926px 329px;
background-position:-0px -92px}
.no-webp .section-index .btn-yuyue::after {background-size:2926px 329px}
.webp .section-index .btn-yuyue::after {background-size:2926px 329px}
.no-webp .section-index .btn-yuyue::after {background-position:-0px -92px}
.webp .section-index .btn-yuyue::after {background-position:-0px -92px}
.section-index .btn-yuyue::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 453px;
  height: 122px;

}
.section-index .btn-yuyue:hover {
  -webkit-animation: BX_SprAniKey30 0.29s steps(1) forwards;
          animation: BX_SprAniKey30 0.29s steps(1) forwards;
}
.section-index .yuyue {
  position: absolute;
  bottom: 113px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  line-height: 36px;
  color: #606F97;
  font-family: 'NotoSansSC';
  font-weight: 700;
}
.section-index .yuyue .yuyue-total {
  color: #e16667;
  font-size: 24px;
}
.section-index .reward-box {
  position: absolute;
  bottom: 151px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1137px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.no-webp .section-index .yuyue-get {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/yuyue-get_c462016c.png) center no-repeat;
  background-size: contain}
.webp .section-index .yuyue-get {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/yuyue-get_c462016c.webp) center no-repeat;
  background-size: contain}
.no-webp .section-index .yuyue-get {background-size:contain}
.webp .section-index .yuyue-get {background-size:contain}
.section-index .yuyue-get {
  width: 215px;
  height: 163px;
  height: 197px;
  position: relative;
}
.no-webp .section-index .yuyue-get.active::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/login-success_a43a7c6d.png) center no-repeat;
  background-size: contain}
.webp .section-index .yuyue-get.active::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/login-success_a43a7c6d.webp) center no-repeat;
  background-size: contain}
.no-webp .section-index .yuyue-get.active::after {background-size:contain}
.webp .section-index .yuyue-get.active::after {background-size:contain}
.section-index .yuyue-get.active::after {
  content: '';
  width: 52px;
  height: 55px;
  position: absolute;
  bottom: 13px;
  right: 25px;
}
.no-webp .section-index .yuyue-lp {background-color:#adadad}
.webp .section-index .yuyue-lp {background-color:#adadad}
.section-index .yuyue-lp {
  position: relative;
  margin-bottom: 44px;
  width: 853px;
  height: 15px;
  border-radius: 7px;
}
.section-index .yuyue-lp .progress {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.no-webp .section-index .yuyue-lp .baifenbi {background:#FFE96B}
.webp .section-index .yuyue-lp .baifenbi {background:#FFE96B}
.section-index .yuyue-lp .baifenbi {
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 7px;
}
.no-webp .section-index .yuyue-lp .baifenbi::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/progress_f4cbb6ef.png)}
.webp .section-index .yuyue-lp .baifenbi::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/progress_f4cbb6ef.webp)}
.section-index .yuyue-lp .baifenbi::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
  height: 100%;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
  -webkit-animation: BX_SprAniKey14 2s steps(1) 0s infinite normal none;
          animation: BX_SprAniKey14 2s steps(1) 0s infinite normal none;
}
.section-index .yuyue-lp .lp-list {
  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;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.section-index .yuyue-lp .lp-list .item {
  width: 128px;
  position: relative;
}
.section-index .yuyue-lp .lp-list .item .pic {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(calc(-100% - 17px));
          transform: translateY(calc(-100% - 17px));
}
.no-webp .section-index .yuyue-lp .lp-list .item .dian {background-color:#adadad}
.webp .section-index .yuyue-lp .lp-list .item .dian {background-color:#adadad}
.section-index .yuyue-lp .lp-list .item .dian {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 7.5px)) skew(-5deg, 0);
          transform: translate(-50%, calc(-50% + 7.5px)) skew(-5deg, 0);
  width: 38px;
  height: 35px;
}
.section-index .yuyue-lp .lp-list .item .dec {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  color: #263142;
  font-family: 'NotoSansSC';
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  color: #606F97;
}
.no-webp .section-index .yuyue-lp .lp-list .active .dian {background-color:#ffd616}
.webp .section-index .yuyue-lp .lp-list .active .dian {background-color:#ffd616}
.section-index .yuyue-lp .lp-list .active .dian {
}
.no-webp .section-index .yuyue-lp .lp-list .active .dian::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png);background-size:2926px 329px;
background-position:-1072px -92px}
.webp .section-index .yuyue-lp .lp-list .active .dian::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp);background-size:2926px 329px;
background-position:-1072px -92px}
.no-webp .section-index .yuyue-lp .lp-list .active .dian::after {background-size:2926px 329px}
.webp .section-index .yuyue-lp .lp-list .active .dian::after {background-size:2926px 329px}
.no-webp .section-index .yuyue-lp .lp-list .active .dian::after {background-position:-1072px -92px}
.webp .section-index .yuyue-lp .lp-list .active .dian::after {background-position:-1072px -92px}
.section-index .yuyue-lp .lp-list .active .dian::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
width:20px;
height:17px;

}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(1) .pic {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png) no-repeat;background-size:2926px 329px;
background-position:-585px -92px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(1) .pic {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp) no-repeat;background-size:2926px 329px;
background-position:-585px -92px}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(1) .pic {background-size:2926px 329px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(1) .pic {background-size:2926px 329px}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(1) .pic {background-position:-585px -92px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(1) .pic {background-position:-585px -92px}
.section-index .yuyue-lp .lp-list .item:nth-child(1) .pic {
width:128px;
height:113px;

}
.section-index .yuyue-lp .lp-list .item:nth-child(1) .dec::after {
  content: '10W';
}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(2) .pic {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png) no-repeat;background-size:2926px 329px;
background-position:-0px -216px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(2) .pic {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp) no-repeat;background-size:2926px 329px;
background-position:-0px -216px}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(2) .pic {background-size:2926px 329px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(2) .pic {background-size:2926px 329px}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(2) .pic {background-position:-0px -216px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(2) .pic {background-position:-0px -216px}
.section-index .yuyue-lp .lp-list .item:nth-child(2) .pic {
width:126px;
height:113px;

}
.section-index .yuyue-lp .lp-list .item:nth-child(2) .dec::after {
  content: '50W';
}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(3) .pic {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png) no-repeat;background-size:2926px 329px;
background-position:-715px -92px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(3) .pic {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp) no-repeat;background-size:2926px 329px;
background-position:-715px -92px}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(3) .pic {background-size:2926px 329px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(3) .pic {background-size:2926px 329px}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(3) .pic {background-position:-715px -92px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(3) .pic {background-position:-715px -92px}
.section-index .yuyue-lp .lp-list .item:nth-child(3) .pic {
width:128px;
height:113px;

}
.section-index .yuyue-lp .lp-list .item:nth-child(3) .dec::after {
  content: '100W';
}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(4) .pic {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png) no-repeat;background-size:2926px 329px;
background-position:-455px -92px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(4) .pic {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp) no-repeat;background-size:2926px 329px;
background-position:-455px -92px}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(4) .pic {background-size:2926px 329px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(4) .pic {background-size:2926px 329px}
.no-webp .section-index .yuyue-lp .lp-list .item:nth-child(4) .pic {background-position:-455px -92px}
.webp .section-index .yuyue-lp .lp-list .item:nth-child(4) .pic {background-position:-455px -92px}
.section-index .yuyue-lp .lp-list .item:nth-child(4) .pic {
width:128px;
height:117px;

}
.section-index .yuyue-lp .lp-list .item:nth-child(4) .dec::after {
  content: '300W';
}
.section-index .tab-list {
  position: absolute;
  top: 224px;
  right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.no-webp .section-index .tab-list::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/tab-animation_79a7a48c.png)}
.webp .section-index .tab-list::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/tab-animation_79a7a48c.webp)}
.section-index .tab-list::after {
  content: '';
  opacity: 0;
}
.no-webp .section-index .tab-list .tab-item {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png) center no-repeat;background-size:2926px 334.22222222222223px;
background-position:-845px -92px}
.webp .section-index .tab-list .tab-item {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp) center no-repeat;background-size:2926px 334.22222222222223px;
background-position:-845px -92px}
.no-webp .section-index .tab-list .tab-item {background-size:2926px 334.22222222222223px}
.webp .section-index .tab-list .tab-item {background-size:2926px 334.22222222222223px}
.no-webp .section-index .tab-list .tab-item {background-position:-845px -92px}
.webp .section-index .tab-list .tab-item {background-position:-845px -92px}
.section-index .tab-list .tab-item {
  width: 225px;
  height: 63px;

  margin-right: -10px;
  text-align: center;
  line-height: 64px;
  font-family: NotoSansSC;
  font-weight: 700;
  font-size: 22px;
  color: #5E667E;
  -webkit-transform: matrix(0.99, 0, -0.14, 1, 0, 0);
          transform: matrix(0.99, 0, -0.14, 1, 0, 0);
  margin-bottom: 20px;
}
.no-webp .section-index .tab-list .tab-item.active {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png) center no-repeat;background-size:2926px 329px;
background-position:-128px -216px}
.webp .section-index .tab-list .tab-item.active {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp) center no-repeat;background-size:2926px 329px;
background-position:-128px -216px}
.no-webp .section-index .tab-list .tab-item.active {background-size:2926px 329px}
.webp .section-index .tab-list .tab-item.active {background-size:2926px 329px}
.no-webp .section-index .tab-list .tab-item.active {background-position:-128px -216px}
.webp .section-index .tab-list .tab-item.active {background-position:-128px -216px}
.section-index .tab-list .tab-item.active {
  width: 215px;
  height: 64px;

}
.section-index .tab-list .tab-item.active .text {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.no-webp .section-index .tab-list .tab-item.active:hover {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/tab-animation_79a7a48c.png)}
.webp .section-index .tab-list .tab-item.active:hover {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/tab-animation_79a7a48c.webp)}
.section-index .tab-list .tab-item.active:hover {
  width: 225px;
  height: 64px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-animation: BX_SprAniKey22 0.29s steps(1) forwards;
          animation: BX_SprAniKey22 0.29s steps(1) forwards;
}
.section-index .tab-list .tab-item.active:hover .text {
  text-shadow: none;
  color: #5E667E;
}
.section-feature {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 1085px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.section-feature .title {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.section-feature .swiper-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.section-feature .swiper-box #feature-swiper,
.section-feature .swiper-box .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-feature .swiper-box .swiper-slide-active .people {
  opacity: 1;
  -webkit-transition: opacity .5s .3s;
  transition: opacity .5s .3s;
}
.section-feature .swiper-box .swiper-slide-active .text {
  opacity: 1;
  -webkit-transition: opacity .5s .3s;
  transition: opacity .5s .3s;
}
.section-feature .swiper-box .up {
  margin-top: -80px;
}
.section-feature .swiper-box .screen,
.section-feature .swiper-box .people,
.section-feature .swiper-box .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}
.section-feature .swiper-box .people {
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.section-feature .swiper-box .text {
  opacity: 0;
  z-index: 1;
}
.no-webp .section-feature .swiper-box .feature-swiper-prev, 
.no-webp .section-feature .swiper-box .feature-swiper-next {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png) center no-repeat;background-size:2926px 329px;
background-position:-345px -216px}
.webp .section-feature .swiper-box .feature-swiper-prev, 
.webp .section-feature .swiper-box .feature-swiper-next {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp) center no-repeat;background-size:2926px 329px;
background-position:-345px -216px}
.no-webp .section-feature .swiper-box .feature-swiper-prev, 
.no-webp .section-feature .swiper-box .feature-swiper-next {background-size:2926px 329px}
.webp .section-feature .swiper-box .feature-swiper-prev, 
.webp .section-feature .swiper-box .feature-swiper-next {background-size:2926px 329px}
.no-webp .section-feature .swiper-box .feature-swiper-prev, 
.no-webp .section-feature .swiper-box .feature-swiper-next {background-position:-345px -216px}
.webp .section-feature .swiper-box .feature-swiper-prev, 
.webp .section-feature .swiper-box .feature-swiper-next {background-position:-345px -216px}
.section-feature .swiper-box .feature-swiper-prev,
.section-feature .swiper-box .feature-swiper-next {
  width: 43px;
  height: 64px;

  z-index: 2;
  cursor: pointer;
}
.section-feature .swiper-box .feature-swiper-prev:hover,
.section-feature .swiper-box .feature-swiper-next:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.section-feature .swiper-box .feature-swiper-prev {
  position: absolute;
  left: 87px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.section-feature .swiper-box .feature-swiper-next {
  position: absolute;
  right: 87px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.no-webp .section-feature::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/bottom-decorate_f4377427.png) bottom right no-repeat;
  background-size: contain}
.webp .section-feature::after {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/bottom-decorate_f4377427.webp) bottom right no-repeat;
  background-size: contain}
.no-webp .section-feature::after {background-size:contain}
.webp .section-feature::after {background-size:contain}
.section-feature::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.no-webp .section-feature .btn-yuyue {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.png);background-size:2926px 329px;
background-position:-0px -0px}
.webp .section-feature .btn-yuyue {background:url(https://qmx.res.netease.com/pc/gw/20221018094713/img/sprite-2bec83_2bec83df.webp);background-size:2926px 329px;
background-position:-0px -0px}
.no-webp .section-feature .btn-yuyue {background-size:2926px 329px}
.webp .section-feature .btn-yuyue {background-size:2926px 329px}
.no-webp .section-feature .btn-yuyue {background-position:-0px -0px}
.webp .section-feature .btn-yuyue {background-position:-0px -0px}
.section-feature .btn-yuyue {
  display: none;
  position: absolute;
  bottom: 214px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
width:2926px;
height:90px;

  font-size: 0;
  text-indent: -9999em;
  z-index: 3;
}
@media (min-width: 2300px) {
  .section-index {
    height: 1236px;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .section-feature {
    max-width: 2304px;
    height: 1302px;
  }
}
@media (min-width: 2500px) {
  .section-index {
    height: 1545px;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .section-feature {
    max-width: 2880px;
    height: 1627.5px;
  }
}
@media (min-width: 2650px) {
  .section-index {
    height: 1751px;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  .section-feature {
    max-width: 3264px;
    height: 1844.5px;
  }
}
@media (min-width: 3800px) {
  .section-index {
    height: 1854px;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  .section-index .btn-yuyue {
    bottom: 270px;
  }
  .section-index .reward-box {
    bottom: 40px;
  }
  .section-index .yuyue {
    bottom: 0px;
  }
  .section-feature {
    max-width: 3456px;
    height: 1953px;
  }
}

