@charset "utf-8";
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
}
/* 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,
select {
  margin: 0;
  padding: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
button,
a,
select {
  border: none;
  outline: none;
}
input,
textarea,
button,
a {
  font: inherit;
  color: inherit;
}
input,
textarea {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: 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;
}
#NIE-topBar {
  z-index: 999 !important;
}
#NIE-topBar * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@font-face {
  font-family: 'fzssksjt';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksjt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzssksjt';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_z.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_z.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'fzssksjt';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_d.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_d.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'fzssksj_z';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_z.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_z.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzssksj_d';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_d.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksj_d.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzcjljt';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzcjljt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 1400px;
  background: #111;
  color: #eee;
}
body {
  font-size: 16px;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 400px;
  background: white;
  color: red;
}
.pop-bg .pop-close {
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}
.pop-bg .pop-close:before {
  content: 'x';
}
.pop-bg .pop-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.msg-pop {
  padding: 40px 20px;
  width: 400px;
  height: 200px;
  color: black;
}
.msg-pop .message-title {
  text-align: center;
  font-size: 20px;
}
.msg-pop .message-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msg-pop .message-content.center {
  text-align: center;
}
.msg-pop .message-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.msg-pop .message-btns button {
  margin: 0 10px;
}
.section-1 {
  position: relative;
  height: 100vh;
  background: #000;
  overflow: hidden;
}
.section-1 .g-wbox {
  position: relative;
  max-width: 100%;
  height: 100%;
}
.section-1 .content-box {
  margin-left: 60px;
  padding-bottom: 60px;
  max-width: 480px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-1 #leihuo-age {
  position: absolute;
  left: 100%;
  margin-left: 24px;
  top: 0;
  width: 108px;
}
.section-1 .btn-group {
  position: relative;
  margin: 10px auto 0;
  width: 100%;
  max-width: 480px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.section-1 .logo {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-57%, 0);
          transform: translate(-57%, 0);
  width: 114.58333333%;
}
.section-1 .logo:after {
  content: "";
  display: block;
  padding-bottom: 44.33497537%;
  width: 100%;
  background: url(https://yjwujian.res.netease.com/pc/gw/20231211165524/assets/slogan-m_f6884e3e.png) center no-repeat;
  background-size: contain;
  margin-left: 45px;
}
.section-1 .btn-main {
  text-align: center;
  display: block;
  position: relative;
  font: 30px/100px "fzssksj_z", serif;
  height: 104px;
  width: 100%;
  border: 2px solid #d94348;
  background: url(https://yjwujian.res.netease.com/pc/gw/20231211165524/assets/btn-main_fc27d8fd.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.section-1 .btn-main:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
  width: 40px;
  height: 100%;
  margin-right: 20px;
  background: center no-repeat;
  background-size: contain;
}
.section-1 .btn-main:hover {
  background-image: url(https://yjwujian.res.netease.com/pc/gw/20231211165524/assets/btn-main-h_077cb447.jpg);
}
.section-1 .btn-main .small {
  font-size: 0.6em;
}
.section-1 .btn-main.js-buy-m {
  display: none;
}
.section-1 .btn-subscribe:before {
  background-image: url(https://yjwujian.res.netease.com/pc/gw/20231211165524/assets/icon-subscribe_602b2bc6.png);
}
.section-1 .btn-download:before {
  background-image: url(https://yjwujian.res.netease.com/pc/gw/20231211165524/assets/icon-download_07f7467f.png);
}
.section-1 .btn-right {
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 20px 0;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section-1 .btn-redeem {
  position: relative;
  display: inline-block;
  margin: 0 1.5em;
  font-size: 24px;
  font-family: "fzssksj_z", serif;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 1px 25px #000;
}
.section-1 .btn-redeem:before {
  content: ">>";
  font-size: 30px;
}
.section-1 .btn-redeem:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.section-1 .btn-redeem:hover:after {
  width: 0;
}
.is-mobile .section-1 .btn-download {
  display: none;
}

