@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;
}
@font-face {
  font-family: 'fzbysong';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzbysong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzcysong';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzcysong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes arrow-right {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
}
@keyframes arrow-right {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
}
.svg-menu {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.svg-menu path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.5s ease;
  transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.5s ease;
  stroke-width: 16px;
  stroke-linecap: round;
  stroke: #ffffff;
  stroke-dashoffset: 0px;
}
.svg-menu path.menu-top-path,
.svg-menu path.menu-bottom-path {
  stroke-dasharray: 240px 950px;
}
.svg-menu path.menu-middle-path {
  stroke-dasharray: 240px, 240px;
}
.cross .svg-menu path.menu-top-path,
.cross .svg-menu path.menu-bottom-path {
  stroke-dashoffset: -650px;
}
.cross .svg-menu path.menu-middle-path {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px, 220px;
}
.svg-more {
  position: absolute;
  width: 100%;
  height: 100%;
}
.svg-more .line1,
.svg-more .line2 {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.svg-more .line1 {
  left: 25%;
  top: 50%;
  width: 50%;
  border-top: 1px solid #818696;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.svg-more .line2 {
  left: 50%;
  top: 25%;
  width: 0;
  height: 50%;
  border-left: 1px solid #818696;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.svg-more:hover .line1 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.svg-more:hover .line2 {
  left: 75%;
  -webkit-transform: translate(0, 50%) rotate(60deg);
          transform: translate(0, 50%) rotate(60deg);
}
.arrow .svg-more .line {
  -webkit-transition: none;
  transition: none;
}
.arrow .svg-more .line1 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.arrow .svg-more .line2 {
  left: 75%;
  -webkit-transform: translate(0, 50%) rotate(60deg);
          transform: translate(0, 50%) rotate(60deg);
}
.svg-circle {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.svg-circle circle {
  stroke-width: 2px;
  stroke: rgba(194, 166, 107, 0.4);
  stroke-dasharray: 314px;
  stroke-dashoffset: 314px;
  -webkit-transition: 0.5s stroke-dashoffset;
  transition: 0.5s stroke-dashoffset;
}
html,
body {
  width: 100%;
}
html {
  font-size: 14px;
  font-family: sans-serif;
  color: #546288;
}
.app {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#_js_neteaes_tips {
  display: none;
}
#leihuo-age {
  position: absolute;
  bottom: 78px;
  left: 50%;
  margin-left: -452px;
}
#leihuo-age img {
  vertical-align: bottom;
}
.m-navbar {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 60px;
  height: 60px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.7);
  color: #bebebe;
  z-index: 999;
  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-transition: 0.3s height;
  transition: 0.3s height;
}
.m-navbar .logo {
  vertical-align: middle;
  width: 149px;
  height: 100%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/logo_0b26a830.png) center no-repeat;
  background-size: contain;
}
.m-navbar .icon-music {
  position: relative;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  opacity: 0.6;
}
.m-navbar .icon-music .line {
  position: absolute;
  bottom: 0;
  width: 2px;
  background: #ffffff;
}
.m-navbar .icon-music .line:nth-child(1) {
  left: 0;
  height: 50%;
}
.m-navbar .icon-music .line:nth-child(2) {
  left: 32%;
  height: 100%;
}
.m-navbar .icon-music .line:nth-child(3) {
  left: 64%;
  height: 58%;
}
.m-navbar .icon-music .line:nth-child(4) {
  left: 96%;
  height: 75%;
}
.m-navbar .flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-navbar .navbar-toggler {
  display: none;
}
.m-navbar .dropdown-bg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(46%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.7) 100%);
  -webkit-transition: 0.5s height;
  transition: 0.5s height;
}
.m-navbar .dropdown-bg.show {
  height: 280px;
}
.m-navbar .navbar-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.m-navbar .nav-item {
  float: left;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.m-navbar .nav-item a {
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}
.m-navbar .nav-item a:hover {
  color: #ffffff;
}
.m-navbar .nav-item > a {
  display: inline-block;
  line-height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-navbar .nav-item .dropdown-nav {
  text-align: center;
  position: absolute;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  line-height: 30px;
}
.m-navbar .nav-item .dropdown-nav.show {
  display: block;
}
.m-navbar .nav-item .dropdown-item a:hover {
  position: relative;
}
.m-navbar .nav-item .dropdown-item a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  border-top: 1px solid;
}
.m-navbar .nav-item .dropdown-qrcode {
  left: 4px;
  width: 85px;
  font-size: 12px;
  line-height: 1.4;
  color: #ffffff;
}
.m-navbar .nav-item .dropdown-qrcode img {
  width: 85px;
}
.m-navbar .nav-item .qrcode-item {
  margin-top: 6px;
}
.m-navbar .nav-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-navbar .nav-item:hover > a {
  color: #ffffff;
}
.m-navbar .nav-item:hover .dropdown-nav {
  display: block;
}
.m-navbar .nav-item:hover:before {
  width: 68%;
}
.m-navbar.navbar-is-collapse {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  color: #818eb0;
}
.m-navbar.navbar-is-collapse .navbar-toggler {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
}
.m-navbar.navbar-is-collapse .navbar-toggler .svg-wrap {
  position: absolute;
  left: -50%;
  top: -30%;
  width: 200%;
  height: 150%;
}
.m-navbar.navbar-is-collapse .dropdown-bg {
  display: none;
}
.m-navbar.navbar-is-collapse .navbar-collapse {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
}
.m-navbar.navbar-is-collapse .navbar-collapse.show {
  display: block;
}
.m-navbar.navbar-is-collapse .nav-item {
  display: block;
  float: none;
  margin-left: 0;
}
.m-navbar.navbar-is-collapse .nav-item a:hover {
  color: #334168;
}
.m-navbar.navbar-is-collapse .nav-item > a {
  width: 100%;
}
.m-navbar.navbar-is-collapse .nav-item .dropdown-nav {
  overflow: hidden;
  display: block;
  position: static;
  padding: 0;
  max-height: 0;
  border-top: 0 solid #eff0f3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-navbar.navbar-is-collapse .nav-item .dropdown-item {
  display: inline-block;
  margin: 5px 10px;
}
.m-navbar.navbar-is-collapse .nav-item .dropdown-qrcode {
  width: 100%;
  color: inherit;
}
.m-navbar.navbar-is-collapse .nav-item .qrcode-item {
  display: inline-block;
  vertical-align: top;
}
.m-navbar.navbar-is-collapse .nav-item .qrcode-item + .qrcode-item {
  margin-left: 25px;
}
.m-navbar.navbar-is-collapse .nav-item:before {
  top: 60px;
  background: rgba(51, 65, 104, 0.7);
}
.m-navbar.navbar-is-collapse .nav-item:hover > a {
  letter-spacing: 0.285em;
  color: #334168;
}
.m-navbar.navbar-is-collapse .nav-item:hover .dropdown-nav {
  padding: 10px 0;
  max-height: 150px;
  border-width: 1px;
}
.m-navbar.navbar-is-collapse .nav-item:hover:before {
  width: 64px;
}
.m-navbar.navbar-with-download {
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
}
.m-navbar.navbar-with-download .logo {
  display: none;
}
.m-navbar.navbar-with-download .icon-music {
  display: none;
}
.m-navbar.navbar-with-download .navbar-collapse {
  top: 80px;
}
body.navbar-open {
  position: fixed;
}
@media screen and (max-width: 1439px) {
  .m-navbar {
    padding-left: 20px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .m-navbar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    color: #818eb0;
  }
  .m-navbar .navbar-toggler {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: none;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .m-navbar .navbar-toggler .svg-wrap {
    position: absolute;
    left: -50%;
    top: -30%;
    width: 200%;
    height: 150%;
  }
  .m-navbar .dropdown-bg {
    display: none;
  }
  .m-navbar .navbar-collapse {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
  }
  .m-navbar .navbar-collapse.show {
    display: block;
  }
  .m-navbar .nav-item {
    display: block;
    float: none;
    margin-left: 0;
  }
  .m-navbar .nav-item a:hover {
    color: #334168;
  }
  .m-navbar .nav-item > a {
    width: 100%;
  }
  .m-navbar .nav-item .dropdown-nav {
    overflow: hidden;
    display: block;
    position: static;
    padding: 0;
    max-height: 0;
    border-top: 0 solid #eff0f3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-navbar .nav-item .dropdown-item {
    display: inline-block;
    margin: 5px 10px;
  }
  .m-navbar .nav-item .dropdown-qrcode {
    width: 100%;
    color: inherit;
  }
  .m-navbar .nav-item .qrcode-item {
    display: inline-block;
    vertical-align: top;
  }
  .m-navbar .nav-item .qrcode-item + .qrcode-item {
    margin-left: 25px;
  }
  .m-navbar .nav-item:before {
    top: 60px;
    background: rgba(51, 65, 104, 0.7);
  }
  .m-navbar .nav-item:hover > a {
    letter-spacing: 0.285em;
    color: #334168;
  }
  .m-navbar .nav-item:hover .dropdown-nav {
    padding: 10px 0;
    max-height: 150px;
    border-width: 1px;
  }
  .m-navbar .nav-item:hover:before {
    width: 64px;
  }
}
@media screen and (max-width: 599px) {
  .m-navbar {
    padding: 0 10px;
    height: 50px;
  }
  .m-navbar .logo {
    width: 110px;
  }
  .m-navbar .icon-music {
    margin-left: 5px;
    width: 24px;
    height: 24px;
  }
  .m-navbar .navbar-toggler {
    width: 40px;
    height: 40px;
  }
  .m-navbar .navbar-collapse {
    top: 50px;
  }
}
.g-header {
  position: relative;
}
.g-header .u-next-arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 15px;
}
.m-header-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/header_8c3b98cb.jpg) top no-repeat;
  background-size: cover;
}
.m-header-bg .slogan {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 214px;
  width: 491px;
  height: 904px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/slogan_cfbe3a57.png) top no-repeat;
  background-size: 100%;
}
/** ------------------- 下载区 ------------------- **/
.m-download {
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -330px;
  width: 660px;
  height: 90px;
  color: #ffffff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.m-download .btn-download {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 320px;
  height: 100%;
  font-size: 34px;
  font-family: fzbysong, serif;
  line-height: 1;
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#dacf9e), to(#ab9455));
  background: linear-gradient(0deg, #dacf9e 0%, #ab9455 100%);
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.m-download .btn-download span {
  display: inline-block;
  text-indent: 0.14em;
  letter-spacing: 0.14em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.m-download .btn-download span:before,
.m-download .btn-download span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: 20px;
  width: 15px;
  border-top: 1px solid #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.m-download .btn-download span:before {
  right: 50%;
  margin-right: 57px;
}
.m-download .btn-download span:after {
  left: 50%;
  margin-left: 57px;
}
.m-download .btn-download i {
  display: block;
  text-align: center;
  margin-top: 7px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-indent: 0.18em;
  letter-spacing: 0.18em;
  color: #6d6550;
  -webkit-transform: scale(0.833333);
  transform: scale(0.833333);
}
.m-download .btn-download:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  background: radial-gradient(rgba(255, 255, 255, 0.25), transparent);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-download .btn-download:hover:after {
  opacity: 1;
}
.m-download .btn-download:hover span:before,
.m-download .btn-download:hover span:after {
  width: 40px;
}
.m-download .link-list,
.m-download .xinfu-wrap {
  display: block;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.m-download .link-list {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 180px;
  background: rgba(0, 0, 0, 0.5);
}
.m-download .link-list .link {
  position: relative;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.m-download .link-list .link:hover {
  top: -5px;
}
.m-download .link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 90px;
  height: 100%;
  color: #cecece;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.m-download .link-icon {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  background: center no-repeat;
  background-size: contain;
}
.m-download .link-icon.icon-gift {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-gift_0bff559e.png);
}
.m-download .link-icon.icon-flash {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-flash_5dca322d.png);
}
.m-download .link-icon.icon-cash {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-cash_2ba5f2b9.png);
}
.m-download .link-icon.icon-menu {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-menu_4f244d13.png);
}
.m-download .link-text {
  white-space: nowrap;
}
.m-download .xinfu-wrap {
  position: relative;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-left: 1px;
  padding-top: 8px;
  width: 140px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/xinfu-bg_7ac45574.png) center no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.5)), to(rgba(126, 112, 70, 0.5)));
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/xinfu-bg_7ac45574.png) center no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10%, rgba(126, 112, 70, 0.5) 100%);
  background-size: auto 100%, auto;
  text-align: left;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.m-download .xinfu-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 60%;
  width: 100%;
  height: 100%;
  background: radial-gradient(#d4c794, transparent 70%);
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-download .xinfu-wrap .text {
  position: relative;
  font-size: 20px;
  font-family: fzbysong, serif;
  letter-spacing: 0.07em;
  opacity: 0.9;
}
.m-download .xinfu-wrap .text:before,
.m-download .xinfu-wrap .text:after {
  content: '';
  position: absolute;
  top: 50%;
  margin: 0 8px;
  width: 8px;
  border-top: 1px solid #ffffff;
  opacity: 0.15;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.m-download .xinfu-wrap .text:before {
  right: 100%;
}
.m-download .xinfu-wrap .text:after {
  left: 100%;
}
.m-download .xinfu-wrap .split {
  display: inline-block;
  margin: 8px 0 4px;
  width: 100%;
  height: 4px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/xinfu-split_b6183d81.png) center no-repeat;
  background-size: auto 100%;
}
.m-download .xinfu-wrap .xinfu-name {
  text-align: center;
  display: inline-block;
  color: #e0d0a4;
  white-space: nowrap;
}
.m-download .xinfu-wrap .xinfu-name span {
  display: inline-block;
}
.m-download .xinfu-wrap .xinfu-name .dot {
  vertical-align: middle;
  margin: 0 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e0d0a4;
}
.m-download .xinfu-wrap:hover:before {
  bottom: 50%;
  opacity: 0.6;
}
.m-download .xinfu-wrap:hover .text:before,
.m-download .xinfu-wrap:hover .text:after {
  width: 15px;
}
.m-download.fixed {
  position: fixed;
  left: 0;
  top: 0;
  margin-left: 0;
  height: 80px;
  background: none;
  z-index: 999;
}
.m-download.fixed .btn-download {
  padding: 15px 0;
  width: 260px;
}
.m-download.fixed .link-list {
  background: none;
}
.m-download.fixed .xinfu-wrap {
  padding-top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(126, 112, 70, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(126, 112, 70, 0.5) 100%);
}
/** width > 1920px & height > 1080px **/
@media screen and (min-width: 1921px) and (min-height: 1081px) {
  .m-header-bg .slogan {
    width: 28%;
  }
}
@media screen and (max-aspect-ratio: 4/3) {
  .m-header-bg .kv {
    width: 200%;
    left: 55%;
  }
}
@media screen and (max-aspect-ratio: 1/1) {
  .m-header-bg .slogan {
    margin-left: 0;
  }
}
/** width < 1440px **/
@media screen and (max-width: 1439px) {
  .m-header-bg .slogan {
    width: 30%;
    margin-left: 60px;
  }
}
/** width < 960px **/
@media screen and (max-width: 959px) {
  .m-download.fixed {
    width: 540px;
  }
  .m-download .xinfu-wrap {
    margin-left: 0;
  }
}
/** width < 720px **/
@media screen and (max-width: 719px) {
  .g-header .u-next-arrow,
  .m-header-bg .u-next-arrow {
    display: none;
  }
  .m-header-bg .slogan {
    left: 50%;
    height: 100%;
  }
  .m-download {
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: 100%;
    height: 65px;
  }
  .m-download .btn-download {
    width: 280px;
    font-size: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
  .m-download .link {
    width: auto;
  }
  .m-download .link-icon {
    width: 36px;
    height: 36px;
  }
  .m-download .link-list {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .m-download .xinfu-wrap {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
  .m-download .xinfu-wrap .text {
    font-size: 16px;
  }
  .m-download .xinfu-wrap .split {
    margin: 4px 0 2px;
  }
  .m-download.fixed {
    width: 350px;
  }
  .m-download.fixed .btn-download {
    display: none;
  }
}
/** width < 600px **/
@media screen and (max-width: 599px) {
  .m-header-bg .slogan {
    width: 50%;
    margin-left: -10px;
  }
  .m-header-bg .kv {
    height: 90%;
  }
  .m-download .btn-download {
    display: none;
  }
  .m-download .xinfu-wrap .text {
    font-size: 14px;
  }
}
/** width < 480px **/
@media screen and (max-width: 479px) {
  .m-download.fixed {
    right: 80px;
    width: auto;
  }
  .m-download.fixed .xinfu-wrap .xinfu-name .dot {
    width: 3px;
    height: 3px;
    margin: 0 2px;
  }
}
.m-role {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/bg_9d24e4c5.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.m-role .u-role {
  position: relative;
  width: 100%;
  height: 100%;
}
.m-role .u-role .kv,
.m-role .u-role .name-text1,
.m-role .u-role .name-text2 {
  position: absolute;
  left: 0;
  height: 100%;
  background: no-repeat;
  background-size: auto 100%;
}
.m-role .u-role .kv {
  left: -25%;
  width: 150%;
  background-position: bottom;
}
.m-role .u-role .name-text1,
.m-role .u-role .name-text2 {
  top: 0;
  width: 100%;
  background-position: top;
}
.m-role .u-role .school {
  text-align: center;
  position: absolute;
  left: 12%;
  top: 21%;
  padding-bottom: 0.4em;
  width: 1.2em;
  font-size: 24px;
  font-family: fzbysong, serif;
  color: #485367;
}
.m-role .u-role .school span {
  display: inline-block;
  word-wrap: break-word;
}
.m-role .u-role .school .label {
  position: relative;
  margin-bottom: 1.4em;
}
.m-role .u-role .school .label:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 100%;
  margin-top: 0.1em;
  height: 1.2em;
  border-left: 1px solid #485367;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-role .u-role .school .icon-play {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1.75em;
  cursor: pointer;
}
.m-role .u-role .school .icon-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320% !important;
  height: 320% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: none;
}
.m-role .u-role .detail-link {
  display: none;
  position: absolute;
  left: 18.1%;
  top: 65.6%;
  width: 12%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/btn_b55890d5.png) center no-repeat;
  background-size: cover;
}
.m-role .u-role .detail-link .svg-wrap {
  width: 100%;
  padding-bottom: 100%;
}
.m-role .u-role .detail-link .svg-wrap .line {
  border-color: #ffffff;
}
.m-role .u-role-nav {
  text-align: center;
  position: absolute;
  left: 17%;
  top: 51%;
  bottom: 2%;
  padding-top: 10px;
  width: 120px;
  max-height: 340px;
  line-height: 2;
  background: rgba(236, 240, 246, 0.9);
  color: #2c3d5b;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* 09版 */
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.m-role .u-role-nav .nav-item {
  position: relative;
  cursor: pointer;
}
.m-role .u-role-nav .nav-item span {
  position: relative;
  display: inline-block;
}
.m-role .u-role-nav .nav-item span:before,
.m-role .u-role-nav .nav-item span:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 0;
  border-top: 1px solid #ceb385;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}
.m-role .u-role-nav .nav-item span:before {
  right: 100%;
  margin-right: 8px;
}
.m-role .u-role-nav .nav-item span:after {
  left: 100%;
  margin-left: 8px;
}
.m-role .u-role-nav .nav-item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  border-top: 2px solid #ceb385;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-role .u-role-nav .nav-item:hover,
.m-role .u-role-nav .nav-item.active {
  color: #ceb385;
}
.m-role .u-role-nav .nav-item:hover span:before,
.m-role .u-role-nav .nav-item.active span:before,
.m-role .u-role-nav .nav-item:hover span:after,
.m-role .u-role-nav .nav-item.active span:after {
  width: 10px;
}
.m-role .u-role-nav .nav-item:hover:after,
.m-role .u-role-nav .nav-item.active:after {
  width: 60%;
}
.m-role .u-role-nav .detail-link {
  position: relative;
  display: block;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/detail-bg_339dd439.png) top no-repeat;
  background-size: 100% auto;
  color: #758ab3;
  overflow: hidden;
}
.m-role .u-role-nav .detail-link span {
  display: block;
  padding: 8px 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.m-role .u-role-nav .detail-link .icon {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 8px 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.m-role .u-role-nav .detail-link .icon .svg-more {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
.m-role .u-role-nav .detail-link:hover span {
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.m-role .u-role-nav .detail-link:hover .icon {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.m-banner,
.m-pvp-banner {
  width: 100%;
  height: 100%;
}
.m-banner .swiper-container,
.m-pvp-banner .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-banner .swiper-slide,
.m-pvp-banner .swiper-slide {
  position: relative;
}
.m-banner .swiper-pagination,
.m-pvp-banner .swiper-pagination {
  -webkit-transform: none;
          transform: none;
  left: auto;
  width: auto;
}
.m-banner .swiper-pagination-bullet,
.m-pvp-banner .swiper-pagination-bullet {
  margin: 0 2px;
  border-radius: 0;
  width: 18px;
  padding: 6px 0;
  height: auto;
  background: none;
  opacity: 1;
}
.m-banner .swiper-pagination-bullet:after,
.m-pvp-banner .swiper-pagination-bullet:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 0.33;
}
.m-banner .swiper-pagination-bullet-active:after,
.m-pvp-banner .swiper-pagination-bullet-active:after {
  background: #d7cd9e;
  opacity: 1;
}
.m-banner .img,
.m-pvp-banner .img {
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}
.m-banner .banner-switch {
  position: absolute;
  top: 0;
  left: 7.82608696%;
  z-index: 3;
}
.m-banner .banner-switch button {
  float: left;
  padding: 0 8px;
  line-height: 2;
  background: #e9edf1;
}
.m-banner .banner-switch button.active {
  background: #ccb47d;
  color: #ffffff;
}
.m-banner .banner-switch:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  margin-top: 5px;
  border-top: 2px solid #ffffff;
}
.m-banner .swiper-pagination {
  right: 8%;
  bottom: 6%;
}
.m-banner .img {
  position: relative;
}
.m-banner .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/mask_f3d34ba8.png) bottom no-repeat;
  background-size: 100%;
}
.m-banner .banner-swiper {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-banner .banner-swiper.active {
  z-index: 2;
  opacity: 1;
}
.m-banner .banner-text {
  position: absolute;
  left: 7.82608696%;
  bottom: 6%;
  max-width: 60%;
  line-height: 1.4;
}
.m-banner .banner-text .title,
.m-banner .banner-text .desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-banner .banner-text .title {
  font-size: 38px;
  font-family: fzbysong, serif;
  color: #ffffff;
}
.m-banner .banner-text .title-group {
  display: table;
  max-width: 100%;
}
.m-banner .banner-text .split {
  position: relative;
  margin: 10px 0;
  padding: 0 8px;
  width: 190px;
}
.m-banner .banner-text .split:before,
.m-banner .banner-text .split:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.m-banner .banner-text .split:before {
  left: 0;
}
.m-banner .banner-text .split:after {
  right: 0;
}
.m-banner .banner-text .split i {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.m-banner .banner-text .split i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  border-bottom: 1px solid #ffffff;
}
.m-banner .banner-text .desc {
  color: #bec3d9;
}
.m-pvp-banner .swiper-pagination {
  left: 7.63358779%;
  bottom: 6%;
}
.m-pvp-banner .banner-text {
  position: absolute;
  left: 7.63358779%;
  top: 15%;
  max-width: 60%;
  line-height: 1.2;
}
.m-pvp-banner .banner-text .tag {
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 10px;
  font-size: 20px;
  font-family: fzbysong, serif;
  line-height: 1;
  background: linear-gradient(-20deg, #d3bd8c 0%, #b08356 100%);
  color: #ffffff;
}
.m-pvp-banner .banner-text .title,
.m-pvp-banner .banner-text .desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-pvp-banner .banner-text .title {
  font-size: 65px;
  font-family: fzcysong, serif;
  color: #ffffff;
}
.m-pvp-banner .banner-text .desc {
  font-size: 22px;
  color: #3e475d;
}
.m-pvp-banner .banner-text .split {
  position: relative;
  margin: 10px 0 10px;
  padding: 0 8px;
  width: 260px;
}
.m-pvp-banner .banner-text .split:before,
.m-pvp-banner .banner-text .split:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.m-pvp-banner .banner-text .split:before {
  left: 0;
}
.m-pvp-banner .banner-text .split:after {
  right: 0;
}
.m-pvp-banner .banner-text .split i {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.m-pvp-banner .banner-text .split i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  border-bottom: 1px solid #ffffff;
}
.m-pvp-banner .banner-text .btn-go {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding: 8px 42px 8px 12px;
  line-height: 1;
  border: 2px solid #666d7d;
  color: #3e475d;
}
.m-pvp-banner .banner-text .btn-go:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  width: 23px;
  height: 6px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/arrow1_2b77b709.png) center no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.m-pvp-banner .banner-text .btn-go:hover:after {
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
}
.m-pvp-banner .slide-zszz .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/logo-zszz_34e34ef7.png) right no-repeat;
  background-size: auto 100%;
}
.m-pvp-banner .slide-txdy .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/logo-txdy_76be96a4.png) right no-repeat;
  background-size: auto 100%;
}
.m-news,
.m-pvp-news {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* 09版 */
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.m-news .u-tab-list,
.m-pvp-news .u-tab-list {
  position: relative;
  font-size: 16px;
}
.m-news .u-tab-list .tab-item,
.m-pvp-news .u-tab-list .tab-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 20px;
  line-height: 1.9;
  color: #97a0b8;
}
.m-news .u-tab-list .tab-item:after,
.m-pvp-news .u-tab-list .tab-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #334168;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.m-news .u-tab-list .tab-item:hover,
.m-pvp-news .u-tab-list .tab-item:hover,
.m-news .u-tab-list .tab-item.active,
.m-pvp-news .u-tab-list .tab-item.active {
  color: #334168;
}
.m-news .u-tab-list .tab-item:hover:after,
.m-pvp-news .u-tab-list .tab-item:hover:after,
.m-news .u-tab-list .tab-item.active:after,
.m-pvp-news .u-tab-list .tab-item.active:after {
  width: 100%;
}
.m-news .u-tab-list .more,
.m-pvp-news .u-tab-list .more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(129, 134, 150, 0.46);
  background: rgba(255, 255, 255, 0.46);
  cursor: pointer;
}
.m-news .news-top,
.m-pvp-news .news-top {
  text-align: center;
  padding-bottom: 2%;
  line-height: 1.6;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 16px rgba(179, 197, 231, 0.15);
          box-shadow: 0 10px 16px rgba(179, 197, 231, 0.15);
}
.m-news .news-top > a,
.m-pvp-news .news-top > a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.m-news .news-top > a:hover .title,
.m-pvp-news .news-top > a:hover .title {
  color: #c2a66b;
}
.m-news .news-top .news-info,
.m-pvp-news .news-top .news-info {
  text-align: left;
  padding-left: 5%;
  width: 55%;
}
.m-news .news-top .title,
.m-pvp-news .news-top .title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #334168;
}
.m-news .news-top .news-pic,
.m-pvp-news .news-top .news-pic {
  position: relative;
  max-width: 180px;
  width: 45%;
}
.m-news .news-top .news-pic .thumbnail,
.m-pvp-news .news-top .news-pic .thumbnail {
  padding-bottom: 45%;
}
.m-news .news-top .news-pic img,
.m-pvp-news .news-top .news-pic img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-news .news-top .desc,
.m-pvp-news .news-top .desc {
  margin-top: 8px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  max-height: 44px;
}
.m-news .news-list,
.m-pvp-news .news-list {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 09版 */
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.m-news .news-list .news-item,
.m-pvp-news .news-list .news-item {
  width: 100%;
}
.m-news .news-list .news-link,
.m-pvp-news .news-list .news-link {
  position: relative;
  height: 100%;
  line-height: 1.6;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  /* 09版 */
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.m-news .news-list .news-link .type,
.m-pvp-news .news-list .news-link .type {
  white-space: nowrap;
  color: #97a0b8;
}
.m-news .news-list .news-link .title,
.m-pvp-news .news-list .news-link .title {
  margin-right: 10%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-news .news-list .news-link .split,
.m-pvp-news .news-list .news-link .split {
  margin: 0 0.5em;
  width: 0;
  height: 1em;
  border-right: 2px solid #818696;
}
.m-news .news-list .news-link:hover,
.m-pvp-news .news-list .news-link:hover {
  color: #c2a66b;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.m-news .news-list .news-link:hover .type,
.m-pvp-news .news-list .news-link:hover .type {
  color: #c2a66b;
}
.m-news .news-list .news-link:hover .split,
.m-pvp-news .news-list .news-link:hover .split {
  border-right-color: #c2a66b;
}
.m-news .news-list .news-link:hover:after,
.m-pvp-news .news-list .news-link:hover:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/arrow-h_6155587d.png);
}
.m-news .u-more-link,
.m-pvp-news .u-more-link {
  display: none;
  position: relative;
  text-align: center;
  width: 100%;
  border: 1px solid rgba(129, 134, 150, 0.46);
  color: #97a0b8;
}
.m-news .u-more-link span,
.m-pvp-news .u-more-link span {
  position: relative;
  display: inline-block;
  padding: 14px 0 12px;
  width: 100%;
  height: 100%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/more_1a002bac.png) center no-repeat;
  background-size: contain;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.m-news .u-more-link:before,
.m-pvp-news .u-more-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #d7c892;
  -webkit-transition: 0.7s width;
  transition: 0.7s width;
}
.m-news .u-more-link:hover,
.m-pvp-news .u-more-link:hover {
  color: #ffffff;
  border-color: #d7c892;
}
.m-news .u-more-link:hover span,
.m-pvp-news .u-more-link:hover span {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/more-h_f60084f5.png);
}
.m-news .u-more-link:hover:before,
.m-pvp-news .u-more-link:hover:before {
  width: 100%;
}
.m-news {
  padding: 2% 0 2%;
  height: 100%;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}
.m-news .u-tab-list,
.m-news .news-top,
.m-news .u-more-link {
  width: 88%;
}
.m-news .u-tab-list .tab-item {
  cursor: pointer;
}
.m-news .newslist-box {
  width: 100%;
  height: 46%;
}
.m-news .newslist-box .news-swiper {
  height: 100%;
}
.m-news .newslist-box .news-swiper .swiper-slide {
  padding: 0 6%;
}
.m-news .news-top {
  padding-left: 3%;
  padding-right: 3%;
}
.m-news .news-list {
  position: relative;
  height: 100%;
}
.m-news .news-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  border-right: 1px dashed #6f7b9b;
  opacity: 0.38;
}
.m-news .news-list .news-item {
  padding-right: 8%;
  width: 50%;
  height: 33.3%;
}
.m-news .news-list .news-item:nth-child(2n) {
  padding-left: 8%;
  padding-right: 0;
}
.m-pvp-news {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 4% 8% 6%;
  max-width: 470px;
  width: 100%;
  height: 100%;
}
.m-pvp-news .news-list {
  height: 46%;
}
.m-media {
  text-align: center;
  padding: 0 4.345%;
  width: 100%;
  height: 100%;
  font-family: fzbysong, serif;
  font-size: 20px;
  background: #ffffff url(https://n.res.netease.com/pc/zt/20210308165742/img/bg_d2a7ae01.png) center no-repeat;
  background-size: 100% 100%;
  color: #334168;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.m-media .link-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.m-media .link-item .icon {
  position: relative;
  margin-bottom: 8%;
  width: 52%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 34px #ffffff;
          box-shadow: 0 0 34px #ffffff;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-bg_ea6a6552.png) center no-repeat;
  background-size: contain;
}
.m-media .link-item .icon .lottie {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  z-index: 2;
}
.m-media .link-item .icon .lottie svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-media .link-item .icon .lottie-photo svg {
  left: 1.5%;
  top: 2%;
}
.m-media .link-item .icon .lottie-movie svg {
  top: -10%;
}
.m-media .link-item .icon .lottie-guide svg {
  top: -18%;
}
.m-media .link-item .icon .svg-circle {
  position: absolute;
  left: 0;
  top: 0;
}
.m-media .link-item:hover .icon {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-bg-h_08973f0a.png);
}
.m-media .link-item:hover .icon .svg-circle circle {
  stroke-dashoffset: 0;
}
.m-dsyh {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 10px;
  height: 100%;
  background: #eff1f4;
  z-index: 2;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.m-dsyh .more {
  position: absolute;
  top: 4%;
  left: 12.5%;
  padding-right: 18px;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.m-dsyh .more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/arrow_6aa786fd.png);
}
.m-dsyh .more:hover {
  color: #c2a66b;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.m-dsyh .more:hover:after {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/arrow-h_6155587d.png);
}
.m-dsyh .work-box {
  position: relative;
  margin: 0 auto;
  width: 75%;
  height: 100%;
}
.m-dsyh .bg1,
.m-dsyh .bg2 {
  position: absolute;
  width: 88%;
  height: 70%;
}
.m-dsyh .bg1 {
  top: 8%;
  right: 0;
  border: 2px solid #ffffff;
}
.m-dsyh .bg2 {
  top: 11%;
  right: 1.2%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/dsyh-bg_1faad989.png) right no-repeat;
  background-size: auto 100%;
}
.m-dsyh .work-list {
  position: absolute;
  left: 0;
  top: 11%;
  width: 80%;
  height: 78%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.m-dsyh .work-item {
  position: relative;
  width: 49%;
  height: 100%;
  overflow: hidden;
}
.m-dsyh .work-item .img {
  width: 100%;
  height: 100%;
  background: #485367 center no-repeat;
  background-size: cover;
}
.m-dsyh .work-item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  max-height: 54px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/dsyh-play_ad121001.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.m-dsyh .work-item .play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.m-dsyh .work-item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10px;
  padding-right: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #bababa;
  -webkit-transform: translate(0, 45%);
          transform: translate(0, 45%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.m-dsyh .work-item .text .desc {
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.m-dsyh .work-item .text .author {
  padding-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #e1d1a4;
}
.m-dsyh .work-item .text .author span,
.m-dsyh .work-item .text .author:before {
  vertical-align: middle;
}
.m-dsyh .work-item .text .author:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 13px;
  height: 14px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-author_23bc3f87.png) no-repeat;
}
.m-dsyh .work-item .btn-detail {
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 62px;
  height: 26px;
  font-size: 12px;
  line-height: 25px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/btn-detail_1c503215.png) center no-repeat;
  background-size: contain;
  color: #c7d1e0;
}
.m-dsyh .work-item .btn-detail:hover {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/btn-detail-h_156f2827.png);
  color: #ffffff;
}
.m-dsyh .work-item:hover .text {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.m-dsyh .right {
  position: absolute;
  top: 11%;
  left: 80%;
  right: 1.2%;
  height: 66%;
}
.m-dsyh .right .title {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  height: 70%;
  font-size: 0;
  text-indent: -9999em;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/dsyh-title_f53611d1.png) center no-repeat;
  background-size: contain;
}
.m-dsyh .right .btn-download {
  text-align: center;
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  height: 28%;
  font-size: 0;
  text-indent: -9999em;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/dsyh-dl_d2574573.png) center no-repeat;
  background-size: contain;
  color: #ffffff;
}
.m-dsyh .right .btn-download:hover {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/dsyh-dl-h_c86c0355.png);
}
.m-dsyh.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/** width < 1440px **/
@media screen and (max-width: 1439px) {
  .m-role .u-role .school {
    left: 9%;
    font-size: 20px;
  }
  .m-banner .banner-switch,
  .m-banner .banner-text {
    left: 5%;
  }
  .m-banner .banner-text .title {
    font-size: 28px;
  }
  .m-banner .banner-text .split {
    width: 140px;
  }
  .m-banner .swiper-pagination {
    right: 5%;
  }
  .m-pvp-banner .banner-text {
    top: 10%;
  }
  .m-pvp-banner .banner-text .tag {
    font-size: 16px;
  }
  .m-pvp-banner .banner-text .title {
    font-size: 44px;
  }
  .m-pvp-banner .banner-text .desc {
    font-size: 16px;
  }
  .m-pvp-banner .banner-text .split {
    width: 170px;
  }
  .m-pvp-banner .banner-text .btn-go {
    margin-top: 10px;
  }
  .m-news .news-top .title,
  .m-pvp-news .news-top .title {
    font-size: 16px;
  }
  .m-news .news-list .news-item {
    padding-right: 0;
    width: 100%;
  }
  .m-news .news-list .news-item:nth-child(2n) {
    padding-left: 0;
  }
  .m-news .news-list .news-item:nth-child(n+4) {
    display: none;
  }
  .m-news .news-list:after {
    display: none;
  }
  .m-media {
    padding: 0;
    font-size: 16px;
  }
  .m-media .link-item .icon {
    width: 50%;
  }
  .m-dsyh {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-dsyh .more {
    left: 20px;
  }
  .m-dsyh .work-box {
    width: 100%;
  }
  .m-dsyh .work-item .text {
    padding-right: 40px;
    font-size: 12px;
  }
  .m-dsyh .work-item .text .desc {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .m-dsyh .work-item .text .author {
    padding-bottom: 2px;
  }
  .m-dsyh .work-item .btn-detail {
    bottom: 10px;
    width: 45px;
  }
  .m-dsyh .right .title {
    left: 1.5%;
    right: 1.5%;
    background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/dsyh-title-xs_287fa7ce.png);
  }
}
/** width < 1280px **/
@media screen and (max-width: 1279px) {
  .m-role .u-role .school {
    font-size: 16px;
  }
  .m-role .u-role-nav {
    font-size: 12px;
    width: 104px;
    max-height: 310px;
  }
  .m-pvp-news .news-list .news-item:last-child {
    display: none;
  }
}
/** width < 1024px **/
@media screen and (max-width: 1023px) {
  .m-news,
  .m-pvp-news {
    font-size: 12px;
  }
  .m-news .u-tab-list,
  .m-pvp-news .u-tab-list {
    font-size: 14px;
  }
  .m-news .u-tab-list .more,
  .m-pvp-news .u-tab-list .more {
    width: 26px;
    height: 26px;
  }
}
/** width < 960px **/
@media screen and (max-width: 959px) {
  .m-role {
    height: 580px;
  }
  .m-role .u-role {
    height: 108%;
  }
  .m-role .u-role .school {
    top: 10%;
    left: 50%;
    margin-left: -260px;
    font-size: 20px;
  }
  .m-role .u-role .detail-link {
    display: block;
    top: 340px;
    left: 50%;
    margin-left: -200px;
    width: 75px;
  }
  .m-role .u-role-nav {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    padding: 0 40px;
    width: 100%;
    height: 80px;
    font-size: 16px;
    -webkit-transform: none;
    transform: none;
    background: #ffffff;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .m-role .u-role-nav .nav-item {
    text-align: center;
    margin: 0;
    padding: 0.5em 0 0;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-writing-mode: tb-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: tb-lr;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .m-role .u-role-nav .nav-item span:before,
  .m-role .u-role-nav .nav-item span:after {
    display: none;
  }
  .m-role .u-role-nav .nav-item:after {
    top: 0;
    bottom: auto;
    margin-left: -16px;
    width: 0;
    height: 0;
    border: none;
    border-left: 1px solid #ceb385;
  }
  .m-role .u-role-nav .nav-item:hover,
  .m-role .u-role-nav .nav-item.active {
    color: #c3af7b;
  }
  .m-role .u-role-nav .nav-item:hover:after,
  .m-role .u-role-nav .nav-item.active:after {
    width: 0;
    height: 50%;
  }
  .m-role .u-role-nav .detail-link {
    display: none;
  }
  .m-news,
  .m-pvp-news {
    font-size: inherit;
  }
  .m-news .u-tab-list,
  .m-pvp-news .u-tab-list {
    font-size: 16px;
  }
  .m-news .u-tab-list .more,
  .m-pvp-news .u-tab-list .more {
    width: 34px;
    height: 34px;
  }
  .m-news .news-top,
  .m-pvp-news .news-top {
    padding: 20px 0;
  }
  .m-news .news-top .title,
  .m-pvp-news .news-top .title {
    font-size: 20px;
  }
  .m-news .news-list,
  .m-pvp-news .news-list {
    margin-top: 20px;
    height: auto;
  }
  .m-news .news-list .news-item,
  .m-pvp-news .news-list .news-item {
    margin-top: 14px;
    line-height: 2;
  }
  .m-news .news-list .news-item {
    padding-right: 8%;
    width: 50%;
  }
  .m-news .news-list .news-item:nth-child(2n) {
    padding-left: 8%;
  }
  .m-news .news-list .news-item:nth-child(n+4) {
    display: block;
  }
  .m-news .news-list:after {
    display: block;
  }
  .m-pvp-news {
    position: static;
    padding-top: 2%;
    padding-bottom: 4%;
    padding-left: 6%;
    padding-right: 6%;
    max-width: 100%;
  }
  .m-pvp-news .news-list .news-item:last-child {
    display: block;
  }
  .m-media {
    padding: 0 20px;
  }
  .m-media .link-item {
    padding: 30px 0;
  }
  .m-media .link-item .icon {
    max-width: 90px;
  }
  .m-dsyh .more {
    left: 50%;
    margin-left: -350px;
  }
  .m-dsyh .work-box {
    width: 700px;
  }
  .m-pvp-banner {
    position: absolute;
  }
}
/** width < 720px **/
@media screen and (max-width: 719px) {
  .m-banner .banner-text .title {
    font-size: 20px;
  }
  .m-banner .banner-text .split {
    width: 95px;
  }
  .m-pvp-banner .banner-text .tag {
    font-size: 14px;
  }
  .m-pvp-banner .banner-text .title {
    font-size: 32px;
  }
  .m-pvp-banner .banner-text .split {
    width: 110px;
  }
  .m-pvp-banner .banner-text .desc {
    font-size: 16px;
  }
  .m-pvp-banner .banner-text .btn-go {
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .m-news .u-tab-list,
  .m-pvp-news .u-tab-list {
    font-size: 14px;
  }
  .m-news .u-tab-list .more,
  .m-pvp-news .u-tab-list .more {
    display: none;
  }
  .m-news .news-top,
  .m-pvp-news .news-top {
    padding: 16px 0;
  }
  .m-news .news-top .title,
  .m-pvp-news .news-top .title {
    font-size: 16px;
  }
  .m-news .news-list,
  .m-pvp-news .news-list {
    margin-top: 6px;
    height: auto;
    line-height: 1.8;
  }
  .m-news .news-list .news-item,
  .m-pvp-news .news-list .news-item {
    width: 100%;
    height: auto;
  }
  .m-news .u-more-link,
  .m-pvp-news .u-more-link {
    display: block;
    margin-top: 14px;
  }
  .m-news .news-list .news-item {
    padding-right: 0;
  }
  .m-news .news-list .news-item:nth-child(2n) {
    padding-left: 0;
  }
  .m-news .news-list .news-item:nth-child(n+4) {
    padding-left: 0;
  }
  .m-news .news-list .news-item:nth-child(n+5) {
    display: none;
  }
  .m-news .news-list:after {
    display: none;
  }
  .m-dsyh {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-dsyh .more {
    left: 10px;
    margin-left: 0;
  }
  .m-dsyh .work-box {
    width: 100%;
  }
}
/** width < 600px **/
@media screen and (max-width: 599px) {
  .m-news .u-tab-list .tab-item {
    padding-right: 10px;
  }
  .m-banner .banner-switch button {
    padding: 0 4px;
    line-height: 1.5;
  }
  .m-pvp-banner .banner-text {
    left: 6%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .m-pvp-banner .banner-text .tag {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .m-pvp-banner .banner-text .title {
    font-size: 18px;
  }
  .m-pvp-banner .banner-text .desc {
    font-size: 12px;
  }
  .m-pvp-banner .banner-text .split {
    margin: 2px 0 4px;
    width: 80px;
  }
  .m-pvp-banner .swiper-slide {
    overflow: hidden;
  }
  .m-pvp-banner .swiper-slide .logo {
    right: -10%;
    width: 150%;
  }
  .m-pvp-banner .slide-txdy .logo {
    right: -15%;
  }
  .m-role {
    height: 385px;
  }
  .m-role .u-role {
    height: 100%;
  }
  .m-role .u-role .school {
    margin-left: -160px;
    font-size: 14px;
  }
  .m-role .u-role .detail-link {
    top: 220px;
    margin-left: -120px;
    width: 40px;
  }
  .m-role .u-role-nav {
    padding: 0 10px;
    height: 65px;
    font-size: 12px;
  }
  .m-media {
    padding: 0;
    font-size: 14px;
  }
  .m-media .link-item {
    padding: 20px 0;
  }
  .m-media .link-item .icon {
    width: 52%;
    min-width: 50px;
  }
}
/** width < 360px **/
@media screen and (max-width: 359px) {
  .m-role .u-role .school {
    left: 4px;
    margin-left: 0;
  }
  .m-role .u-role .detail-link {
    left: 30px;
    margin-left: 0;
  }
  .m-news .u-tab-list .tab-item {
    padding-right: 4px;
  }
}
/** ====================================== 头部 ====================================== **/
.g-header,
.m-header-bg {
  width: 100%;
  height: 100vh;
}
.m-header-bg {
  position: fixed;
  top: 0;
  left: 0;
}
/** ====================================== 主体 ====================================== **/
.g-main {
  position: relative;
  width: 100%;
}
/** ------- 资讯展示（职业/banner/新闻/活动） ------- **/
.g-info {
  position: relative;
  width: 100%;
  padding-bottom: 52%;
}
.g-info .box-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.info-right {
  float: right;
  width: 48%;
  height: 100%;
}
.grid-large {
  float: left;
  width: 52%;
  height: 100%;
}
.grid-1 {
  position: relative;
  width: 100%;
  height: 47.5%;
}
.grid-2 {
  position: relative;
  width: 100%;
  height: 27.5%;
  background: #ffffff;
}
.grid-3 {
  position: relative;
  width: 100%;
  height: 25%;
  background: #f4f4f4;
}
/** ------------------- 赛事区 ------------------- **/
.g-pvp {
  position: relative;
  height: 425px;
}
.g-pvp .box-pvp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid-4 {
  position: relative;
  float: right;
  width: 68.2%;
  height: 100%;
  background: #ffffff;
}
.grid-5 {
  position: relative;
  float: left;
  width: 31.8%;
  height: 100%;
  background: #ffffff;
}
/** ====================================== 尾部 ====================================== **/
/** width >= 960px **/
@media screen and (min-width: 960px) {
  .g-main {
    position: relative;
    overflow: hidden;
  }
  .bg-white {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
  }
  .ani-bounce-in {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }
  .ani-fade-up {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
  .main-out .ani-bounce-in {
    position: relative;
    -webkit-transform: translate(0, 500px);
    transform: translate(0, 500px);
  }
  .main-out .ani-fade-up {
    -webkit-transform: translate(0, 200px);
    transform: translate(0, 200px);
    opacity: 0;
  }
}
/** width < 1600px **/
/** width < 1400px **/
@media screen and (max-width: 1439px) {
  .g-info {
    padding-bottom: 56.6%;
  }
  .grid-2 {
    height: 32.8%;
  }
  .grid-3 {
    height: 19.7%;
  }
  .g-pvp {
    height: 0;
    padding-bottom: 23.926%;
  }
  .grid-4 {
    width: 73%;
  }
  .grid-5 {
    width: 27%;
  }
}
/** width < 1024px **/
/** width < 960px **/
@media screen and (max-width: 959px) {
  #leihuo-age {
    position: fixed;
    left: auto;
    bottom: auto;
    top: 80px;
    right: 20px;
    margin: 0;
    width: 10.13333333%;
  }
  .g-main {
    background: #ffffff;
  }
  .bg-white {
    display: none;
  }
  .g-info {
    position: static;
    padding-bottom: 0;
  }
  .g-info .box-info {
    position: static;
  }
  .grid-large,
  .info-right {
    float: none;
    width: 100%;
    height: auto;
  }
  .grid-1 {
    padding-bottom: 52%;
    width: 100%;
    height: 0;
  }
  .grid-2 {
    height: auto;
  }
  .grid-3 {
    height: auto;
  }
  .g-pvp {
    position: static;
    padding-bottom: 0;
    height: auto;
  }
  .g-pvp .box-pvp {
    position: static;
  }
  .grid-4,
  .grid-5 {
    float: none;
    height: auto;
  }
  .grid-4 {
    padding-bottom: 33.33333333%;
    width: 100%;
    height: 0;
  }
  .grid-5 {
    width: 100%;
  }
}
/** width < 720px **/
@media screen and (max-width: 719px) {
  .g-header,
  .m-header-bg {
    height: 0;
    padding-bottom: 120%;
  }
}
/** width < 600px **/
@media screen and (max-width: 599px) {
  html {
    font-size: 12px;
  }
  #leihuo-age {
    top: 60px;
    right: 10px;
  }
  .grid-4 {
    padding-bottom: 42.66666667%;
    width: 100%;
    height: 0;
    min-height: 150px;
  }
}
/** width < 480px **/
/** width < 360px **/

.pop_video_bg,
.bili-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.pop_video {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}
.pop_video #pop_vv > div {
  max-width: 100%;
  height: auto !important;
}
.pop_video video {
  width: 100%;
  height: auto;
}
.bili-frame {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 680px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  background: #000000;
}
.bili-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.close_pv,
.close_bili {
  position: absolute;
  top: -50px;
  right: 0;
  text-indent: -9999em;
  font-size: 0;
  width: 50px;
  height: 50px;
  -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;
}
.close_pv:before,
.close_bili:before,
.close_pv:after,
.close_bili:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 50px;
  border-right: 1px solid #ffffff;
}
.close_pv:before,
.close_bili:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close_pv:after,
.close_bili:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close_pv:hover,
.close_bili:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  .pop_video {
    width: 100%;
  }
  .bili-frame {
    width: 100%;
    height: 0;
    padding-bottom: 56.66666667%;
  }
}

.svg-menu {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.svg-menu path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 16px;
  stroke-linecap: round;
  stroke: #ffffff;
  stroke-dashoffset: 0px;
}
.svg-menu path.menu-top-path,
.svg-menu path.menu-bottom-path {
  stroke-dasharray: 240px 950px;
}
.svg-menu path.menu-middle-path {
  stroke-dasharray: 240px, 240px;
}
.cross .svg-menu path.menu-top-path,
.cross .svg-menu path.menu-bottom-path {
  stroke-dashoffset: -650px;
}
.cross .svg-menu path.menu-middle-path {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px, 220px;
}

.m-navbar {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 60px;
  height: 60px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.7);
  color: #bebebe;
  z-index: 999;
  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-transition: 0.3s height;
  transition: 0.3s height;
}
.m-navbar .logo {
  vertical-align: middle;
  width: 149px;
  height: 100%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/logo_0b26a830.png) center no-repeat;
  background-size: contain;
}
.m-navbar .icon-music {
  position: relative;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  opacity: 0.6;
}
.m-navbar .icon-music .line {
  position: absolute;
  bottom: 0;
  width: 2px;
  background: #ffffff;
}
.m-navbar .icon-music .line:nth-child(1) {
  left: 0;
  height: 50%;
}
.m-navbar .icon-music .line:nth-child(2) {
  left: 32%;
  height: 100%;
}
.m-navbar .icon-music .line:nth-child(3) {
  left: 64%;
  height: 58%;
}
.m-navbar .icon-music .line:nth-child(4) {
  left: 96%;
  height: 75%;
}
.m-navbar .flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-navbar .navbar-toggler {
  display: none;
}
.m-navbar .dropdown-bg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(46%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.7) 100%);
  -webkit-transition: 0.5s height;
  transition: 0.5s height;
}
.m-navbar .dropdown-bg.show {
  height: 280px;
}
.m-navbar .navbar-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.m-navbar .nav-item {
  float: left;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.m-navbar .nav-item a {
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}
.m-navbar .nav-item a:hover {
  color: #ffffff;
}
.m-navbar .nav-item > a {
  display: inline-block;
  line-height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-navbar .nav-item .dropdown-nav {
  text-align: center;
  position: absolute;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  line-height: 30px;
}
.m-navbar .nav-item .dropdown-nav.show {
  display: block;
}
.m-navbar .nav-item .dropdown-item a:hover {
  position: relative;
}
.m-navbar .nav-item .dropdown-item a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  border-top: 1px solid;
}
.m-navbar .nav-item .dropdown-qrcode {
  left: 4px;
  width: 85px;
  font-size: 12px;
  line-height: 1.4;
  color: #ffffff;
}
.m-navbar .nav-item .dropdown-qrcode img {
  width: 85px;
}
.m-navbar .nav-item .qrcode-item {
  margin-top: 6px;
}
.m-navbar .nav-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-navbar .nav-item:hover > a {
  color: #ffffff;
}
.m-navbar .nav-item:hover .dropdown-nav {
  display: block;
}
.m-navbar .nav-item:hover:before {
  width: 68%;
}
.m-navbar.navbar-is-collapse {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  color: #818eb0;
}
.m-navbar.navbar-is-collapse .navbar-toggler {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
}
.m-navbar.navbar-is-collapse .navbar-toggler .svg-wrap {
  position: absolute;
  left: -50%;
  top: -30%;
  width: 200%;
  height: 150%;
}
.m-navbar.navbar-is-collapse .dropdown-bg {
  display: none;
}
.m-navbar.navbar-is-collapse .navbar-collapse {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
}
.m-navbar.navbar-is-collapse .navbar-collapse.show {
  display: block;
}
.m-navbar.navbar-is-collapse .nav-item {
  display: block;
  float: none;
  margin-left: 0;
}
.m-navbar.navbar-is-collapse .nav-item a:hover {
  color: #334168;
}
.m-navbar.navbar-is-collapse .nav-item > a {
  width: 100%;
}
.m-navbar.navbar-is-collapse .nav-item .dropdown-nav {
  overflow: hidden;
  display: block;
  position: static;
  padding: 0;
  max-height: 0;
  border-top: 0 solid #eff0f3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-navbar.navbar-is-collapse .nav-item .dropdown-item {
  display: inline-block;
  margin: 5px 10px;
}
.m-navbar.navbar-is-collapse .nav-item .dropdown-qrcode {
  width: 100%;
  color: inherit;
}
.m-navbar.navbar-is-collapse .nav-item .qrcode-item {
  display: inline-block;
  vertical-align: top;
}
.m-navbar.navbar-is-collapse .nav-item .qrcode-item + .qrcode-item {
  margin-left: 25px;
}
.m-navbar.navbar-is-collapse .nav-item:before {
  top: 60px;
  background: rgba(51, 65, 104, 0.7);
}
.m-navbar.navbar-is-collapse .nav-item:hover > a {
  letter-spacing: 0.285em;
  color: #334168;
}
.m-navbar.navbar-is-collapse .nav-item:hover .dropdown-nav {
  padding: 10px 0;
  max-height: 150px;
  border-width: 1px;
}
.m-navbar.navbar-is-collapse .nav-item:hover:before {
  width: 64px;
}
.m-navbar.navbar-with-download {
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
}
.m-navbar.navbar-with-download .logo {
  display: none;
}
.m-navbar.navbar-with-download .icon-music {
  display: none;
}
.m-navbar.navbar-with-download .navbar-collapse {
  top: 80px;
}
body.navbar-open {
  position: fixed;
}
@media screen and (max-width: 1439px) {
  .m-navbar {
    padding-left: 20px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .m-navbar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    color: #818eb0;
  }
  .m-navbar .navbar-toggler {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: none;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .m-navbar .navbar-toggler .svg-wrap {
    position: absolute;
    left: -50%;
    top: -30%;
    width: 200%;
    height: 150%;
  }
  .m-navbar .dropdown-bg {
    display: none;
  }
  .m-navbar .navbar-collapse {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
  }
  .m-navbar .navbar-collapse.show {
    display: block;
  }
  .m-navbar .nav-item {
    display: block;
    float: none;
    margin-left: 0;
  }
  .m-navbar .nav-item a:hover {
    color: #334168;
  }
  .m-navbar .nav-item > a {
    width: 100%;
  }
  .m-navbar .nav-item .dropdown-nav {
    overflow: hidden;
    display: block;
    position: static;
    padding: 0;
    max-height: 0;
    border-top: 0 solid #eff0f3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-navbar .nav-item .dropdown-item {
    display: inline-block;
    margin: 5px 10px;
  }
  .m-navbar .nav-item .dropdown-qrcode {
    width: 100%;
    color: inherit;
  }
  .m-navbar .nav-item .qrcode-item {
    display: inline-block;
    vertical-align: top;
  }
  .m-navbar .nav-item .qrcode-item + .qrcode-item {
    margin-left: 25px;
  }
  .m-navbar .nav-item:before {
    top: 60px;
    background: rgba(51, 65, 104, 0.7);
  }
  .m-navbar .nav-item:hover > a {
    letter-spacing: 0.285em;
    color: #334168;
  }
  .m-navbar .nav-item:hover .dropdown-nav {
    padding: 10px 0;
    max-height: 150px;
    border-width: 1px;
  }
  .m-navbar .nav-item:hover:before {
    width: 64px;
  }
}
@media screen and (max-width: 599px) {
  .m-navbar {
    padding: 0 10px;
    height: 50px;
  }
  .m-navbar .logo {
    width: 110px;
  }
  .m-navbar .icon-music {
    margin-left: 5px;
    width: 24px;
    height: 24px;
  }
  .m-navbar .navbar-toggler {
    width: 40px;
    height: 40px;
  }
  .m-navbar .navbar-collapse {
    top: 50px;
  }
}

.m-contact {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.64% 10%;
  background: #eff1f4;
  color: #909090;
}
.m-contact .box-contact {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  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;
}
.m-contact .official-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-contact .official-item {
  position: relative;
}
.m-contact .official-item .icon {
  width: 30px;
  height: 30px;
  background: center no-repeat;
  background-size: contain;
}
.m-contact .official-item .text {
  display: none;
}
.m-contact .official-item .qrcode {
  display: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 100%;
  left: 50%;
  margin-left: -65px;
  padding: 10px 10px 15px;
  width: 130px;
  height: 135px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/qrcode-bg_60ac4f19.png) no-repeat;
  z-index: 9;
}
.m-contact .official-item .qrcode img {
  width: 100%;
}
.m-contact .official-item + .official-item {
  margin-left: 32px;
}
.m-contact .official-item .icon-wb {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-wb_7287af8b.png);
}
.m-contact .official-item .icon-lt {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-luntan_ba323c4f.png);
}
.m-contact .official-item .icon-xz {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-xiazhong_f8bcf425.png);
}
.m-contact .official-item .icon-wx {
  background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-wx_255f93d8.png);
}
.m-contact .split {
  margin: 0 40px;
  height: 30px;
  border-right: 1px solid #767c90;
}
.m-contact .contact-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.m-contact .share-btn {
  position: relative;
  padding-left: 30px;
  height: 30px;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-share_1efa4e02.png) left no-repeat;
  background-size: contain;
  cursor: pointer;
}
.m-contact .share-btn > span {
  display: none;
}
.m-contact .share-btn .share-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  z-index: 9;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.m-contact .share-btn .share-wrap #pc-share {
  padding-left: 8px;
  width: 120px;
}
.m-contact .share-btn .share-wrap #pc-share .NIE-share-txt {
  display: none;
}
.m-contact .share-btn .share-wrap #pc-share .NIE-share-iconBtn {
  white-space: nowrap;
}
.m-contact .share-btn .share-wrap #pc-share .NIE-share-iconBtn a {
  line-height: 30px;
  color: #909090;
}
.m-contact .share-btn .share-wrap #pc-share .NIE-share-iconBtn a:hover {
  color: #afafaf;
}
.m-contact .share-btn .share-wrap #pc-share .NIE-share-iconBtn .morebtn {
  display: none;
}
.m-contact .share-btn:hover .share-wrap {
  width: 100px;
}
.m-contact .search {
  position: relative;
  margin-left: 20px;
  height: 25px;
  border: 1px solid #b7b7b7;
  border-radius: 13px;
}
.m-contact .search .btn-search {
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background: url(https://n.res.netease.com/pc/zt/20210308165742/img/icon-search_ea1fcb0e.png) center no-repeat;
}
.m-contact .search input {
  padding-left: 32px;
  padding-right: 10px;
  width: 80px;
  height: 100%;
  background: none;
  -webkit-transition: 0.5s width;
  transition: 0.5s width;
}
.m-contact .search input:focus,
.m-contact .search input.active {
  width: 150px;
}
.m-contact .service .text:after,
.m-contact .service-time .text:after {
  content: '\FF1A';
}
.m-contact .service a:hover,
.m-contact .service-time a:hover {
  border-bottom: 1px dashed;
}
.m-contact .service-time {
  margin-left: 40px;
}
.m-contact .flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#NIE-share-m {
  font-size: 40px;
}
#NIE-share-m a i {
  background: #5f6881;
}
@media screen and (min-width: 960px) {
  .m-contact .official-item:hover .qrcode {
    display: block;
  }
}
/** width < 1400px **/
@media screen and (max-width: 1279px) {
  .m-contact .search {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .m-contact {
    padding: 0;
    background: #2a2a2a;
    border-bottom: 1px dashed #525252;
  }
  .m-contact .box-contact {
    display: block;
  }
  .m-contact .official-list {
    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;
    background: #5f6881;
    color: #ffffff;
  }
  .m-contact .official-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-contact .official-item .official-link {
    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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-contact .official-item .icon {
    width: 45px;
    height: 45px;
  }
  .m-contact .official-item .text {
    display: block;
    text-align: left;
    margin-left: 10px;
    font-size: 14px;
    font-family: fzbysong, serif;
    white-space: nowrap;
  }
  .m-contact .official-item .icon-wb {
    background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/m-icon-wb_78649a98.png);
  }
  .m-contact .official-item .icon-wx {
    background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/m-icon-wx_7e2ed567.png);
  }
  .m-contact .official-item .icon-lt {
    background-image: url(https://n.res.netease.com/pc/zt/20210308165742/img/m-icon-luntan_14f2eba3.png);
  }
  .m-contact .official-item.wx {
    padding-right: 10px;
  }
  .m-contact .official-item.xz {
    display: none;
  }
  .m-contact .official-item + .official-item {
    margin-left: 0;
  }
  .m-contact .contact-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 25px 0;
    color: #d7dde9;
    opacity: 0.4;
  }
  .m-contact .share-btn,
  .m-contact .service {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-contact .share-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
    width: auto;
    height: 35px;
    background: url(https://n.res.netease.com/pc/zt/20210308165742/img/m-icon-share_62a6d6eb.png) left no-repeat;
    background-size: 35px;
  }
  .m-contact .share-btn > span {
    display: inline-block;
  }
  .m-contact .share-btn .share-wrap {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -15px;
  }
  .m-contact #pc-share-btn {
    line-height: 35px;
  }
  .m-contact .service {
    text-align: left;
    padding-left: 40px;
    height: 35px;
    background: url(https://n.res.netease.com/pc/zt/20210308165742/img/m-icon-service_439812e5.png) left no-repeat;
    background-size: 35px;
  }
  .m-contact .service .text,
  .m-contact .service .tel {
    display: block;
  }
  .m-contact .service .text:after,
  .m-contact .service-time .text:after {
    display: none;
  }
  .m-contact .split,
  .m-contact .service-time,
  .m-contact .flex-fill {
    display: none;
  }
}

.m-copyright {
  position: relative;
  background: #2a2a2a;
  color: #888888;
}
.m-copyright .pc-copyright {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}
.m-copyright .mobile-copyright {
  display: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  font-size: 12px;
  line-height: 1.65;
}
@media screen and (max-width: 1023px) {
  .m-copyright .pc-copyright {
    display: none;
  }
  .m-copyright .mobile-copyright {
    display: block;
  }
}

