@charset "utf-8";
@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;
}
/* 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;
}
body,
html {
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
  font-weight: normal;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #394b6f;
}
html {
  position: relative;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: auto;
  max-width: 1920px;
  min-width: 1400px;
  margin: auto;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #5b657e;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5b657e;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5b657e;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #5b657e;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@-webkit-keyframes Inleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes Inleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes zoomInAndOut {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
  }
  50% {
    -moz-transform: scale(1.3);
  }
  100% {
    -moz-transform: scale(0.8);
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(0.8);
  }
  50% {
    -o-transform: scale(1.3);
  }
  100% {
    -o-transform: scale(0.8);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  0%,
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@keyframes shake {
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  0%,
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@-webkit-keyframes flip1 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
  }
  25% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flip1 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes flip2 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
  }
  25% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
            transform: perspective(400px) rotateY(-90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes shine {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
}
@-webkit-keyframes gif {
  0% {
    background-position: 0%;
    opacity: 1;
  }
  100% {
    background-position: 200%;
    opacity: 1;
  }
}
@keyframes gif {
  0% {
    background-position: 0%;
    opacity: 1;
  }
  100% {
    background-position: 200%;
    opacity: 1;
  }
}
@-webkit-keyframes zoom2 {
  0% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
}
@keyframes zoom2 {
  0% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
}
@-webkit-keyframes matrix {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
}
@keyframes matrix {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIn2 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoomIn2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes translateDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}
@keyframes translateDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}
@-webkit-keyframes translateLeft {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@keyframes translateLeft {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@-webkit-keyframes bombIn {
  0% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes bombIn {
  0% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-webkit-keyframes navTabSprites {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -6250px;
  }
}
@-moz-keyframes navTabSprites {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -6250px;
  }
}
@-ms-keyframes navTabSprites {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -6250px;
  }
}
@-o-keyframes navTabSprites {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -6250px;
  }
}
@keyframes navTabSprites {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -6250px;
  }
}
@-webkit-keyframes bounce {
  from,
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }
  30% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  45% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
  75% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
  }
}
@-moz-keyframes bounce {
  from,
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }
  30% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  45% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
  75% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
  }
}
@-ms-keyframes bounce {
  from,
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }
  30% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  45% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
  75% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
  }
}
@-o-keyframes bounce {
  from,
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }
  30% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  45% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
  75% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
  }
}
@keyframes bounce {
  from,
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }
  30% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  45% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }
  75% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
  }
}
@keyframes arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -0.15rem);
    -moz-transform: translate(0, -0.15rem);
    -ms-transform: translate(0, -0.15rem);
    -o-transform: translate(0, -0.15rem);
  }
}
@-webkit-keyframes arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -0.15rem);
    -moz-transform: translate(0, -0.15rem);
    -ms-transform: translate(0, -0.15rem);
    -o-transform: translate(0, -0.15rem);
  }
}
.noSize {
  font-size: 0;
  text-indent: -9999em;
}
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.fold-enter-active,
.fold-leave-active {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
}
.fold-enter,
.fold-leave-to {
  height: 0!important;
}
.process-guide-enter-active {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transform-origin: right bottom center;
  -moz-transform-origin: right bottom center;
  -ms-transform-origin: right bottom center;
  -o-transform-origin: right bottom center;
}
.process-guide-leave-active {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transform-origin: left top center;
  -moz-transform-origin: left top center;
  -ms-transform-origin: left top center;
  -o-transform-origin: left top center;
}
.process-guide-enter {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
.process-guide-leave-to {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.spin-leave-active {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
}
.fade-up-enter-active {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fade-up-enter {
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.loading-fade-enter-active,
.loading-fade-leave-active {
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.loading-fade-enter,
.loading-fade-leave-active {
  opacity: 0;
}
.live-enter-active,
.live-leave-active {
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
}
.live-enter,
.live-leave-to {
  top: 100%!important;
}
.live-enter-to,
.live-leave {
  top: 0!important;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.up-enter-active,
.up-leave-active {
  -webkit-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
}
.up-enter-to,
.up-leave {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.up-enter,
.up-leave-to {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.left-enter-active,
.left-leave-active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.left-enter-to,
.left-leave {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.left-enter,
.left-leave-to {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.right-enter-active,
.right-leave-active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.right-enter-to,
.right-leave {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.right-enter,
.right-leave-to {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.container-index {
  position: relative;
  width: 100%;
  height: 1000px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg_3aee7718.jpg);
  background-position: center;
  overflow: hidden;
}
.container-index .logo {
  position: absolute;
  width: 185px;
  height: 64px;
  top: 40px;
  left: 50%;
  margin-left: -700px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/logo_77a8e532.png);
}
.container-index .slogan {
  position: relative;
  top: 31px;
  left: 10px;
  width: 716px;
  height: 314px;
  margin: 60px auto;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/slogan_b6739886.png);
}
.container-index .nav-wrap {
  position: relative;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  /* 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;
}
.container-index .nav-wrap .index-nav-item {
  display: block;
  width: 121px;
  height: 249px;
  margin: 0 30px;
  font-size: 0;
  cursor: pointer;
  text-indent: -99999px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.container-index .nav-wrap .index-nav-item:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.container-index .nav-wrap .index-nav-item.list {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-0px -575px;
width:121px;
height:249px;

}
.container-index .nav-wrap .index-nav-item.list:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-123px -575px;
width:121px;
height:249px;

}
.container-index .nav-wrap .index-nav-item.apply {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-246px -575px;
width:121px;
height:249px;

}
.container-index .nav-wrap .index-nav-item.apply:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-369px -575px;
width:121px;
height:249px;

}
.container-index .nav-wrap .index-nav-item.rule {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-492px -575px;
width:121px;
height:249px;

}
.container-index .nav-wrap .index-nav-item.rule:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-615px -575px;
width:121px;
height:249px;

}
.container-index .nav-wrap .index-nav-item.award {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-738px -575px;
width:121px;
height:249px;

}
.container-index .nav-wrap .index-nav-item.award:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-861px -575px;
width:121px;
height:249px;

}
.container-index .nav-wrap .index-nav-item.center {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-984px -575px;
width:121px;
height:249px;

}
.container-index .nav-wrap .index-nav-item.center:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-1107px -575px;
width:121px;
height:249px;

}
.container-index .index-btn-wrap {
  position: absolute;
  width: 200px;
  height: 35px;
  top: 55px;
  left: 50%;
  margin-left: -515px;
  z-index: 3;
}
.container-index .index-btn-wrap .index-btn {
  display: inline-block !important;
  width: 34px;
  height: 35px;
  margin-bottom: 10px;
  vertical-align: top;
  cursor: pointer;
}
.container-index .index-btn-wrap .index-btn.reg {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-1241px -345px;
width:34px;
height:35px;

}
.container-index .index-btn-wrap .index-btn.reg:hover,
.container-index .index-btn-wrap .index-btn.reg.disabled {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-844px -437px;
width:34px;
height:35px;

}
.container-index .index-btn-wrap .index-btn.gw {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-880px -437px;
width:34px;
height:35px;

}
.container-index .index-btn-wrap .index-btn.gw:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-916px -437px;
width:34px;
height:35px;

}
.container-index .index-btn-wrap .index-btn.dl {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-952px -437px;
width:34px;
height:35px;

}
.container-index .index-btn-wrap .index-btn.dl:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-988px -437px;
width:34px;
height:35px;

}
.container-index .index-btn-wrap .index-btn.share {
  padding-top: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/btn-share_73cc58fc.png);
  background-size: 70px 35px;
  background-position-x: left;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
}
.container-index .index-btn-wrap .index-btn.share:hover {
  background-position-x: right;
  height: 150px;
}
.container-index .index-btn-wrap .index-btn.share .NIE-share-txt {
  display: none;
  text-align: center;
}
.container-index .index-btn-wrap .index-btn.share .NIE-share {
  margin-top: 5px;
  width: 100%;
}
.container-index .index-btn-wrap .index-btn.share .NIE-share .NIE-share-iconBtn {
  float: none;
  width: 100%;
}
.container-index .index-btn-wrap .index-btn.share .NIE-share .NIE-share-iconBtn li {
  text-align: center;
  float: none;
}
.container-index .index-btn-wrap .index-btn.share .NIE-share .NIE-share-iconBtn li a {
  float: none;
  margin-right: 0;
  font-size: 26px;
  margin-bottom: 8px;
  color: #6e7f92;
}
.container-index .index-btn-wrap .index-btn.share .NIE-share .NIE-share-iconBtn li a:hover {
  color: #7e9dc3;
}
.container-index .index-btn-wrap .index-btn.share .NIE-share .NIE-share-iconBtn li a.morebtn {
  display: none;
}
.container-inner.list .list-item.default {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/title_a31d98e9.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.container-inner.list .no-wrok-wrap {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}
.container-inner.apply .inner-content-wrap {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/content-bg_7e6b7bc5.png) !important;
  height: 3000px;
}
.container-inner.rule .inner-content-wrap {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg_2de97f5b.png);
}
.container-inner.rule .inner-content-wrap a {
  text-decoration: underline;
}
.container-inner.award .inner-content-wrap {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/title_bd42453b.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.container-inner.award .inner-content-wrap .award-content-wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
.container-inner.center .activity-end {
  font-size: 40px;
  margin: 300px auto;
  text-align: center;
}
.container-inner.center .list-item.default {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/title_fdd65364.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.container-inner.center .apply-step-wrap .title {
  margin-top: 80px;
  font-size: 24px;
  color: #97824b;
  text-align: center;
}
.container-inner.center .apply-step-wrap .title.sub {
  margin-top: 20px;
  margin-bottom: 80px;
}
.container-inner.center .apply-step-wrap .title i {
  display: inline-block;
  width: 26px;
  height: 17px;
  vertical-align: -1px;
  margin: 0 10px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/text-dec_9e836849.png);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.container-inner.center .apply-step-wrap .title i:nth-of-type(2n) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.container-inner.center .list-wrap .list-search-wrap .list-switch-wrap .list-switch-item {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/switch2-1_229e07ab.png);
}
.container-inner.center .list-wrap .list-search-wrap .list-switch-wrap .list-switch-item.active,
.container-inner.center .list-wrap .list-search-wrap .list-switch-wrap .list-switch-item:hover {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/switch2-2_c4d9ca81.png);
}
.container-inner.center .list-wrap .list-search-wrap .list-switch-wrap .list-switch-item.new {
  left: 0;
  background-position-x: 0;
}
.container-inner.center .list-wrap .list-search-wrap .list-switch-wrap .list-switch-item.hot {
  right: 0;
  background-position-x: -89px;
}
.container-inner.center .no-work-wrap {
  width: 656px;
  height: 380px;
  margin: 20px auto;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/no-work_5298ecc7.png);
}
.container-inner.detail .inner-content-wrap {
  padding-top: 220px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg_c494f041.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap {
  width: 80%;
  margin: auto;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .nav-wrap {
  position: relative;
  color: #909bb3;
  margin-bottom: 50px;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .nav-wrap a {
  color: #2b3f65;
  text-decoration: underline;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap h2 {
  position: relative;
  width: 500px;
  font-size: 26px;
  text-align: center;
  margin: auto;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap h2::before,
.container-inner.detail .inner-content-wrap .detail-content-wrap h2::after {
  position: absolute;
  width: 27px;
  height: 17px;
  top: 50%;
  margin-top: -8.5px;
  vertical-align: 0;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/dec_1ec973f7.png);
  content: '';
}
.container-inner.detail .inner-content-wrap .detail-content-wrap h2::before {
  left: -30px;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap h2::after {
  right: -30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .line {
  width: 793px;
  height: 2px;
  margin: 10px auto 40px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/line_e534aefa.png);
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap {
  position: relative;
  width: 404px;
  height: 280px;
  margin: 40px auto 0;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/img-cover_d560f2a3.png);
  content: '';
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap .top-btn {
  position: absolute;
  top: 0;
  width: 59px;
  height: 81px;
  z-index: 2;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform-origin: center top;
  -webkit-transform-origin: center top;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap .top-btn.vote {
  cursor: pointer;
  right: 8px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-353px -826px;
width:59px;
height:81px;

}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap .top-btn.vote:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-414px -826px;
width:59px;
height:81px;

}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap .top-btn.vote.voted {
  cursor: default;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-536px -826px;
width:59px;
height:81px;

}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap .top-btn.vote.voted:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-536px -826px;
width:59px;
height:81px;

}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap .top-btn.rank {
  font-weight: bold;
  padding-top: 37px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 64px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-597px -826px;
width:59px;
height:81px;

}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap img {
  width: 390px;
  height: 265px;
  margin: 7px 7.5px;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap .img-mask {
  position: absolute;
  width: 390px;
  height: 265px;
  top: 7px;
  left: 7.5px;
  background-color: #000;
  opacity: 0.4;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77px;
  height: 78px;
  margin-left: -38.5px;
  margin-top: -39px;
  cursor: pointer;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/btn-play_46c915fc.png);
  z-index: 3;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .cover-wrap .play-btn:hover {
  -moz-animation: zoomIn2 1s infinite;
  -webkit-animation: zoomIn2 1s infinite;
  -o-animation: zoomIn2 1s infinite;
  -ms-animation: zoomIn2 1s infinite;
  animation: zoomIn2 1s infinite;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .votes-wrap {
  margin-bottom: 40px;
  text-align: center;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/votes-bg_6ee1b16c.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .votes-wrap i {
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/icon-vote_97cee2ad.png);
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .votes-wrap span {
  display: inline-block;
  color: #de8a30;
  font-weight: bold;
  margin: 0 3px;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .title {
  position: relative;
  width: 793px;
  margin: 20px auto;
  font-size: 15px;
  color: #2b3f65;
  font-weight: bold;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .title::before {
  display: inline-block;
  width: 27px;
  height: 17px;
  vertical-align: -3px;
  margin-right: 5px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/dec_1ec973f7.png);
  content: '';
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .title .share-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .title .share-wrap .share-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  cursor: pointer;
  vertical-align: -4px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/share_741a7fd8.png);
  background-position-y: top;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .title .share-wrap .share-icon:hover {
  background-position-y: bottom;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .title .share-wrap .share-icon.weixin {
  background-position-x: 0;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .title .share-wrap .share-icon.yixin {
  background-position-x: -23px;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .title .share-wrap .share-icon.weibo {
  background-position-x: -46px;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .title .share-wrap .share-icon.kongjian {
  background-position-x: -69px;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .desc-title {
  width: 793px;
  margin: 20px auto;
  font-size: 18px;
  font-weight: bold;
  color: #2b3f65;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .desc-title::before {
  display: inline-block;
  width: 27px;
  height: 17px;
  vertical-align: -3px;
  margin-right: 5px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/dec_1ec973f7.png);
  content: '';
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .desc {
  width: 793px;
  margin: 20px auto;
  padding-left: 60px;
  color: #919daf;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .btn-delete,
.container-inner.detail .inner-content-wrap .detail-content-wrap .btn-route {
  float: right;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border-radius: 17px;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .btn-delete {
  margin-right: 20px;
  cursor: pointer;
  color: #6e748f;
  border: 1px solid #6e748f;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .btn-delete:hover {
  color: #808ab3;
  border: 1px solid #808ab3;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .btn-route {
  margin-right: 147px;
  color: #fff;
  background-color: #6e748f;
}
.container-inner.detail .inner-content-wrap .detail-content-wrap .btn-route:hover {
  background-color: #808ab3;
}
.final-list {
  width: 911px;
  margin: 20px auto;
  color: #6f7988;
  font-size: 18px;
}
.final-list.level1 {
  border: 1px solid #ddd1b2;
}
.final-list.level1 th {
  color: #a38f5f;
  font-family: fzbysong;
  background: #fbf7ec;
}
.final-list.level1 th,
.final-list.level1 td {
  border: 1px solid #ddd1b2;
}
.final-list.level1 .level {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/title1_035b50f3.png) no-repeat;
  width: 911px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #655527;
}
.final-list.level1 a {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png) no-repeat;background-size:1280px 969px;
background-position:-641px -345px;

  width: 235px;
  height: 44px;
  font-size: 0;
}
.final-list.level1 a:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png) no-repeat;background-size:1280px 969px;
background-position:-878px -345px;
width:235px;
height:44px;

}
.final-list.level2 {
  border: 1px solid #c0c7d2;
  margin-bottom: 300px;
}
.final-list.level2 th {
  color: #8196b8;
  background: #f0f2f5;
  font-family: fzbysong;
}
.final-list.level2 th,
.final-list.level2 td {
  border: 1px solid #c0c7d2;
}
.final-list.level2 .level {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/title2_6751ef4a.png) no-repeat;
  width: 911px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #616e82;
}
.final-list.level2 a {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png) no-repeat;background-size:1280px 969px;
background-position:-641px -391px;

  width: 235px;
  height: 44px;
  font-size: 0;
}
.final-list.level2 a:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png) no-repeat;background-size:1280px 969px;
background-position:-878px -391px;
width:235px;
height:44px;

}
.final-list .level {
  font-family: fzbysong;
  font-size: 30px;
  padding: 0;
}
.final-list table {
  border: 1px solid #ddd1b2;
  border-collapse: collapse;
}
.final-list .level {
  font-weight: bold;
  color: #ab8e3f;
  font-size: 22px;
}
.final-list a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.final-list th,
.final-list td {
  padding: 10px;
  text-align: center;
}
html.in-game {
  overflow-x: hidden;
}
html.in-game .feedback-btn {
  display: none;
}
html.in-game body {
  width: 100%;
  min-width: 100%;
}
html.in-game #wrap {
  height: 506px;
}
html.in-game .video-wrap {
  position: absolute;
  width: 985px;
  height: 513px;
  top: 0;
  left: 50%;
  margin-left: -492.5px;
  z-index: 10001;
}
html.in-game .video-wrap video {
  width: 985px;
  height: 513px;
}
html.in-game .inner-nav-wrap {
  top: 506px;
  width: 100%;
  height: 66px;
  left: 0;
  margin-left: 0;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg_ed2f2649.png);
}
html.in-game .inner-nav-wrap .inner-nav-item {
  width: 139px;
  height: 100%;
  margin: 0 25px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg-1_06770948.png);
}
html.in-game .inner-nav-wrap .inner-nav-item:hover,
html.in-game .inner-nav-wrap .inner-nav-item.router-link-active {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg-2_f981b9cc.png);
}
html.in-game .inner-nav-wrap .inner-nav-item.list {
  background-position-x: -100px;
}
html.in-game .inner-nav-wrap .inner-nav-item.apply {
  background-position-x: -275px;
}
html.in-game .inner-nav-wrap .inner-nav-item.rule {
  background-position-x: -445px;
}
html.in-game .inner-nav-wrap .inner-nav-item.award {
  background-position-x: -618px;
}
html.in-game .inner-nav-wrap .inner-nav-item.center {
  background-position-x: -792px;
}
html.in-game .role-info-wrap {
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html.in-game .list-wrap {
  width: 100%;
}
html.in-game .list-wrap .list-content-wrap .list-item {
  width: 296px;
  height: 266px;
  margin: 10px;
  background-size: 100% auto;
}
html.in-game .list-wrap .list-content-wrap .list-item img {
  width: 293px;
  height: 200px;
}
html.in-game .list-wrap .list-content-wrap .list-item .img-mask {
  width: 293px;
  height: 200px;
}
html.in-game .list-wrap .list-content-wrap .list-item .rank-wrap {
  position: absolute;
  bottom: 32px;
  right: 6px;
}
html.in-game .list-wrap .list-content-wrap .list-item .rank-wrap span {
  display: inline-block;
  color: #de8a30;
  font-weight: bold;
  margin: 0 3px;
}
html.in-game .list-wrap .list-content-wrap .list-item .rank-wrap i {
  display: inline-block;
  width: 12px;
  height: 11px;
  vertical-align: 0;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/icon-vote_97cee2ad.png);
}
html.in-game .list-wrap .list-content-wrap .list-item .top-btn {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform-origin: center top;
  -webkit-transform-origin: center top;
}
html.in-game .list-wrap .list-content-wrap .list-item .top-btn.vote {
  cursor: pointer;
  right: 3px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-353px -826px;
width:59px;
height:81px;

}
html.in-game .list-wrap .list-content-wrap .list-item .top-btn.vote:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-414px -826px;
width:59px;
height:81px;

}
html.in-game .list-wrap .list-content-wrap .list-item .top-btn.vote.voted {
  cursor: default;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-536px -826px;
width:59px;
height:81px;

}
html.in-game .list-wrap .list-content-wrap .list-item .top-btn.vote.voted:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-536px -826px;
width:59px;
height:81px;

}
html.in-game .list-wrap .list-content-wrap .list-item .top-btn.rank {
  font-weight: bold;
  padding-top: 37px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 56px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-597px -826px;
width:59px;
height:81px;

}
html.in-game .list-wrap .list-content-wrap .list-item .top-btn.detail {
  width: 78px;
  height: 25px;
  top: 190px;
  right: -5px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-1115px -391px;

}
html.in-game .list-wrap .list-content-wrap .list-item .top-btn.detail:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-1195px -391px;
width:78px;
height:25px;

}
html.in-game .list-wrap .list-content-wrap .list-item .middle-cover {
  top: 72px;
}
html.in-game .list-wrap .list-content-wrap .list-item .middle-cover.reject {
  top: 60px;
}
html.in-game .list-wrap .list-content-wrap .list-item .middle-cover.reject-reason {
  top: 130px;
  width: 300px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-left: -150px;
}
html.in-game .list-wrap .list-content-wrap .list-item .desc {
  width: 200px;
  margin-top: -4px;
}
html.in-game .list-wrap .list-content-wrap .list-item .share-btn {
  bottom: 2px;
}
html.in-game .container-index {
  height: 506px;
}
html.in-game .container-index .logo {
  width: 112px;
  height: 46px;
  margin-left: -437px;
  background-size: 100% 100%;
}
html.in-game .container-index .slogan {
  position: relative;
  top: 17px;
  left: 5px;
  width: 318px;
  height: 173px;
  margin: 30px auto 0;
  background-size: 100% 100%;
}
html.in-game .container-index .nav-wrap .index-nav-item {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
html.in-game .container-index .nav-wrap .index-nav-item:hover {
  -webkit-transform: scale(0.8) translateY(-20px);
  -moz-transform: scale(0.8) translateY(-20px);
  -ms-transform: scale(0.8) translateY(-20px);
  -o-transform: scale(0.8) translateY(-20px);
}
html.in-game .inner-content-wrap {
  width: 955px;
  height: 1055px;
  padding-top: 200px;
  background-size: 100% 100%;
}
html.in-game .inline-wrap .img-wrap {
  width: 602px;
}
html.in-game .inline-wrap .img-wrap::after {
  height: 309px;
  background-size: 100% 100%;
}
html.in-game .inline-wrap .img-wrap img {
  width: 570px;
  height: auto;
}
html.in-game .inline-wrap table {
  width: 600px;
}
html.in-game .container-inner {
  padding-top: 61px;
}
html.in-game .container-inner.award .inner-content-wrap {
  padding-top: 120px;
  background-size: 620px auto;
}
html.in-game .container-inner.detail .inner-content-wrap {
  padding-top: 145px;
}
html.in-game .container-inner.detail .inner-content-wrap .detail-content-wrap .desc {
  width: 660px;
  margin: 20px 0;
}
html.in-game .container-inner.detail .inner-content-wrap .detail-content-wrap .btn-route {
  margin-right: 46px;
}
html.in-game .container-inner.detail .inner-content-wrap .detail-content-wrap .title {
  width: 763px;
}
html.in-game .container-inner.center,
html.in-game .container-inner.list {
  min-height: 1000px;
}
html.in-game .bilibili-wrap .close-btn {
  margin-top: -230px;
  margin-left: 350px;
}
html.in-game .bilibili-wrap .frame-wrap iframe {
  width: 700px;
  height: 461px;
}
html.in-game .apply-step-wrap.step3 p {
  margin: 0 50px;
}
html.in-game .final {
  height: 3000px;
}
html.in-game .final-wrap {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
html.in-game .modal-wrap .close {
  margin-top: -123px;
  margin-left: 170px;
}
html.in-game .modal-wrap .modal-content-wrap {
  width: 400px;
  height: 192px;
}
html.in-game .modal-wrap .modal-content-wrap p {
  font-size: 16px;
}
html.in-game .modal-wrap .modal-content-wrap .btns-wrap .btn {
  width: 120px;
  height: 27px;
}
html.in-game #NIE-copyRight {
  display: none;
}
body {
  color: #394b6f;
  background-color: #fff;
}
#wrap {
  position: relative;
  height: 1000px;
  overflow: hidden;
}
.video-wrap {
  position: absolute;
  width: 1920px;
  height: 1000px;
  top: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 10001;
}
.yellow {
  color: #ab8e3f;
  font-weight: bold;
}
.container-inner {
  position: relative;
  width: 100%;
  min-height: 1908px;
  padding-top: 100px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg_ca3c6d11.jpg);
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container-inner.center,
.container-inner.list {
  min-height: 1000px;
}
.container-inner.rule {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg-top_600e4a2c.jpg), url(https://n.res.netease.com/pc/zt/20190108121357/img/bg-bottom_a2e796d3.jpg);
  background-position: top, bottom;
}
.container-inner.rule .inner-content-wrap {
  height: 2700px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.container-inner.apply {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg-top_600e4a2c.jpg), url(https://n.res.netease.com/pc/zt/20190108121357/img/bg-bottom_a2e796d3.jpg);
  background-position: top, bottom;
}
.container-inner.apply .inner-content-wrap {
  height: 3700px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#test-top {
  position: absolute;
  top: 37px;
  left: 50%;
  margin-left: -700px;
}
#test-top #logo img {
  width: 182px;
}
#test-top #leihuo-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#test-top #leihuo_top_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
}
#test-top #leihuo_top_content .border {
  width: 35px;
  height: 35px;
}
#test-top #leihuo_top_content > a {
  line-height: 36px;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
}
#test-top #leihuo_top_content > a .leihuotopiconfont {
  font-size: 22px;
}
#test-top #leihuo_top_content > a .label {
  display: none;
}
#test-top #leihuo_top_content > a + a {
  margin-left: 4px;
}
.leihuo-share .leihuo-share-modal {
  width: 548px;
  height: 546px;
  padding: 84px 36px 50px 35px;
  background: none;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/leihuo-share-modal_eb2f29de.png);
  background-size: 100% 100%;
  border-radius: 0;
}
.leihuo-share .leihuo-share-modal .leihuo-share-close {
  top: 22px;
  right: 22px;
  width: 42px;
  height: 41px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png) no-repeat;background-size:1280px 969px;
background-position:-800px -437px;

}
.leihuo-share .leihuo-share-modal .leihuo-share-close::before {
  display: none;
}
.leihuo-share .leihuo-share-modal .leihuo-share-title {
  display: none;
}
.leihuo-share .leihuo-share-modal .leihuo-share-block {
  display: block;
  line-height: 21px;
  margin: 40px 0 0 0;
  font-family: NotoSansSC, 'Microsoft Yahei', serif;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
}
.leihuo-share .leihuo-share-modal .leihuo-share-block + .leihuo-share-block {
  margin-top: 40px;
}
.leihuo-share .leihuo-share-modal .leihuo-share-desc {
  font-family: NotoSansSC, 'Microsoft Yahei', serif;
  font-size: 20px;
  color: #333;
}
.leihuo-share .leihuo-share-modal .leihuo-share-desc small {
  font-family: NotoSansSC, 'Microsoft Yahei', serif;
  font-size: 20px;
  color: #444;
}
.leihuo-share .leihuo-share-modal .leihuo-share-input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 347px;
      -ms-flex: 0 0 347px;
          flex: 0 0 347px;
  height: 39px;
  line-height: 39px;
  padding: 0 20px;
  border: none;
  border-radius: unset;
  font-family: NotoSansSC, 'Microsoft Yahei', serif;
  font-size: 18px;
  color: #f4f3ec;
  background: #a9a89e;
}
.leihuo-share .leihuo-share-modal .leihuo-share-copy-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.leihuo-share .leihuo-share-modal .leihuo-share-copy-btn {
  width: 124px;
  height: 39px;
  margin-left: 0;
  font-family: 'fzcjljt', sans-serif;
  font-size: 24px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png) no-repeat;background-size:1280px 969px;
background-position:-1115px -345px;

  border-radius: 0;
  font-size: 0;
}
.leihuo-share .leihuo-share-modal .leihuo-share-img {
  margin-top: 20px;
}
.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-img {
  width: 477px;
  height: 218px;
}
.leihuo-share-qrcode.has-bg div#leihuo-share-qrcode {
  bottom: 5%;
  right: 2.5%;
  -webkit-transform: none;
          transform: none;
  width: 156px;
  height: 156px;
}
.inner-content-wrap {
  position: relative;
  width: 1431px;
  height: 1581px;
  padding-top: 280px;
  margin: 0 auto;
  background-position: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inner-nav-wrap {
  position: absolute;
  top: 1000px;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  height: 100px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  /* 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;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg-1_7ce5c24c.png);
  background-position: center;
  z-index: 101;
}
.inner-nav-wrap .inner-nav-item {
  display: block;
  width: 201px;
  height: 100%;
  margin: 0 26px;
  font-size: 0;
  text-indent: -99999px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg-1_7ce5c24c.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.inner-nav-wrap .inner-nav-item:hover,
.inner-nav-wrap .inner-nav-item.router-link-active {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg-2_7f5ec652.png);
}
.inner-nav-wrap .inner-nav-item.list {
  background-position-x: -355px;
}
.inner-nav-wrap .inner-nav-item.apply {
  background-position-x: -612px;
}
.inner-nav-wrap .inner-nav-item.rule {
  background-position-x: -860px;
}
.inner-nav-wrap .inner-nav-item.award {
  background-position-x: -1113px;
}
.inner-nav-wrap .inner-nav-item.center {
  background-position-x: -1365px;
}
.role-info-wrap {
  width: 1250px;
  margin: auto;
  text-align: right;
  line-height: 40px;
}
.role-info-wrap .no-role {
  height: 40px;
}
.role-info-wrap .logout {
  text-decoration: underline;
  cursor: pointer;
}
.list-wrap {
  position: relative;
  width: 1300px;
  padding: 60px 0 100px;
  margin: 0 auto;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/top-line_ea6a2178.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.list-wrap .list-search-wrap {
  position: absolute;
  top: 20px;
  right: 0;
}
.list-wrap .list-search-wrap .list-switch-wrap {
  position: relative;
  display: inline-block;
  width: 178px;
  height: 18px;
  vertical-align: middle;
}
.list-wrap .list-search-wrap .list-switch-wrap .list-switch-item {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/switch-1_9c3ffd4e.png);
}
.list-wrap .list-search-wrap .list-switch-wrap .list-switch-item.active,
.list-wrap .list-search-wrap .list-switch-wrap .list-switch-item:hover {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/switch-2_2bc51873.png);
}
.list-wrap .list-search-wrap .list-switch-wrap .list-switch-item.default {
  left: 0;
  background-position-x: 0;
}
.list-wrap .list-search-wrap .list-switch-wrap .list-switch-item.new {
  right: 0;
  background-position-x: -89px;
}
.list-wrap .list-search-wrap .list-search-input {
  height: 18px;
  padding-left: 30px;
  margin-left: 10px;
  vertical-align: middle;
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: none;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background-color: transparent;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/icon-search_7c996c4c.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.list-wrap .list-content-wrap {
  position: relative;
}
.list-wrap .list-content-wrap .list-item {
  position: relative;
  display: inline-block;
  width: 393px;
  height: 340px;
  padding-top: 10px;
  margin: 10px 16px;
  font-size: 14px;
  vertical-align: top;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bottom-line_c70967b5.png);
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-wrap .list-content-wrap .list-item img {
  width: 393px;
  height: 265px;
}
.list-wrap .list-content-wrap .list-item .img-mask {
  position: absolute;
  top: 10px;
  left: 0;
  width: 393px;
  height: 265px;
  background-color: #000;
  opacity: 0.4;
}
.list-wrap .list-content-wrap .list-item .top-btn {
  position: absolute;
  top: 0;
  width: 59px;
  height: 81px;
  z-index: 2;
}
.list-wrap .list-content-wrap .list-item .top-btn.detail {
  right: 10px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-658px -826px;
width:59px;
height:81px;

}
.list-wrap .list-content-wrap .list-item .top-btn.detail:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-719px -826px;
width:59px;
height:81px;

}
.list-wrap .list-content-wrap .list-item .middle-cover {
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.list-wrap .list-content-wrap .list-item .middle-cover.play-btn {
  width: 77px;
  height: 78px;
  margin-left: -38.5px;
  cursor: pointer;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/btn-play_46c915fc.png);
  z-index: 3;
}
.list-wrap .list-content-wrap .list-item .middle-cover.play-btn:hover {
  -moz-animation: zoomIn2 1s infinite;
  -webkit-animation: zoomIn2 1s infinite;
  -o-animation: zoomIn2 1s infinite;
  -ms-animation: zoomIn2 1s infinite;
  animation: zoomIn2 1s infinite;
}
.list-wrap .list-content-wrap .list-item .middle-cover.pending {
  width: 174px;
  height: 68px;
  margin-left: -87px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/pending_efb43d35.png);
}
.list-wrap .list-content-wrap .list-item .middle-cover.reject {
  width: 181px;
  height: 69px;
  top: 80px;
  margin-left: -90.5px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/reject_e24cecdc.png);
}
.list-wrap .list-content-wrap .list-item .middle-cover.reject-reason {
  top: 160px;
  width: 300px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-left: -150px;
}
.list-wrap .list-content-wrap .list-item .middle-cover.delete {
  width: 77px;
  height: 80px;
  margin-left: -38.5px;
  cursor: pointer;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1263.5897435897436px 957.037037037037px;
background-position:-632.7820512820513px -431.3974358974359px;

  background-size: 100% 100%;
  z-index: 3;
}
.list-wrap .list-content-wrap .list-item .middle-cover.delete:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-721px -437px;
width:77px;
height:80px;

}
.list-wrap .list-content-wrap .list-item .middle-cover.hover {
  opacity: 0;
}
.list-wrap .list-content-wrap .list-item .desc {
  width: 360px;
  line-height: 30px;
  font-size: 16px;
  color: #29335b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-wrap .list-content-wrap .list-item .rolename {
  width: 70%;
  color: #67719b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-wrap .list-content-wrap .list-item .rolename i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/icon-name_874a860c.png);
}
.list-wrap .list-content-wrap .list-item .share-btn {
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 75px;
  height: 26px;
  cursor: pointer;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/btn-share-1_a04d0648.png);
}
.list-wrap .list-content-wrap .list-item .share-btn:hover .list-share-wrap {
  opacity: 1;
}
.list-wrap .list-content-wrap .list-item .share-btn .list-share-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 114px;
  height: 26px;
  opacity: 0;
  text-align: center;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/btn-share-2_15691fc1.png);
}
.list-wrap .list-content-wrap .list-item .share-btn .list-share-wrap .list-share-item {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-top: 3.5px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/share-1_623b20d1.png);
}
.list-wrap .list-content-wrap .list-item .share-btn .list-share-wrap .list-share-item:hover {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/share-2_b459b17a.png);
}
.list-wrap .list-content-wrap .list-item .share-btn .list-share-wrap .list-share-item.weixin {
  background-position-x: 0;
}
.list-wrap .list-content-wrap .list-item .share-btn .list-share-wrap .list-share-item.yixin {
  background-position-x: -24px;
}
.list-wrap .list-content-wrap .list-item .share-btn .list-share-wrap .list-share-item.weibo {
  background-position-x: -46px;
}
.list-wrap .list-content-wrap .list-item .share-btn .list-share-wrap .list-share-item.kongjian {
  background-position-x: -69px;
}
.list-wrap .btn-change-wrap {
  margin-top: 40px;
  text-align: center;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/btn-change-bg_7029122a.png);
  background-position: center;
  background-repeat: no-repeat;
}
.list-wrap .btn-change-wrap .btn-change {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  color: #fff;
  background-color: #6e748f;
  border-radius: 24px;
  cursor: pointer;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.list-wrap .btn-change-wrap .btn-change:hover {
  background-color: #808ab3;
}
.list-wrap .btn-change-wrap .btn-change.loading {
  cursor: default;
  background-color: #666;
}
.list-wrap .btn-change-wrap .btn-change.loading i {
  -moz-animation: rotate 1s infinite linear;
  -webkit-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}
.list-wrap .btn-change-wrap .btn-change i {
  display: inline-block;
  width: 29px;
  height: 24px;
  margin: 0 5px;
  vertical-align: -6px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/icon-change_fbb8bd7f.png);
}
.list-wrap .el-pagination {
  text-align: center;
  margin-top: 40px;
}
.inline-wrap {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.inline-wrap h2 {
  color: #f9f2d1;
  font-size: 28px;
  height: 64px;
  line-height: 64px;
  margin-bottom: 20px;
  padding-left: 100px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/title_3dd6bc1e.png);
  background-repeat: no-repeat;
  background-position: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inline-wrap > p {
  position: relative;
  padding: 0 40px 0 100px;
  line-height: 25px;
  margin-bottom: 12px;
}
.inline-wrap > p::before {
  position: absolute;
  left: 70px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #456687;
  content: '';
}
.inline-wrap > p .title {
  font-weight: bold;
  color: #3467b4;
}
.inline-wrap .img-wrap {
  position: relative;
  width: 912px;
  height: auto;
  margin: 40px auto;
  text-align: center;
  overflow: hidden;
}
.inline-wrap .img-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 464px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/img-mask_4d26d583.png);
  content: '';
}
.inline-wrap .img-wrap img {
  display: inline-block;
  width: 870px;
  height: 450px;
  margin: 7px 0;
}
.inline-wrap .img-wrap span {
  display: inline-block;
  margin-top: 5px;
  color: #ab8e3f;
}
.inline-wrap .img-wrap span::before,
.inline-wrap .img-wrap span::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  vertical-align: 1px;
  background-color: #ab8e3f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  content: '';
}
.inline-wrap table {
  width: 910px;
  margin: 30px auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.inline-wrap table td,
.inline-wrap table th {
  border: 1px solid #adbde0;
  text-align: center;
}
.inline-wrap table th {
  background-color: #7d9abc;
  color: #fff0c4;
  padding: 15px 0;
}
.inline-wrap table td {
  padding: 50px 0;
  color: #2b3f65;
  font-weight: bold;
  background-color: #cfdcea;
}
.login-wrap {
  margin: 100px auto 0;
  width: 500px;
}
.bilibili-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.bilibili-wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.bilibili-wrap .close-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: 460px;
  width: 33px;
  height: 33px;
  cursor: pointer;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/close_c32a8e5c.png);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.bilibili-wrap .close-btn:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.bilibili-wrap .frame-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.bilibili-wrap .frame-wrap iframe {
  width: 916px;
  height: 603px;
}
.yd-wrap {
  width: 500px;
  margin: auto;
}
.apply-step-wrap {
  position: relative;
  width: 850px;
  margin: 0 auto;
}
.apply-step-wrap.step1 .title,
.apply-step-wrap.yd .title {
  font-size: 24px;
  color: #97824b;
  text-align: center;
}
.apply-step-wrap.step1 .title.sub,
.apply-step-wrap.yd .title.sub {
  margin-bottom: 80px;
}
.apply-step-wrap.step1 .title i,
.apply-step-wrap.yd .title i {
  display: inline-block;
  width: 26px;
  height: 17px;
  vertical-align: -1px;
  margin: 0 10px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/text-dec_9e836849.png);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.apply-step-wrap.step1 .title i:nth-of-type(2n),
.apply-step-wrap.yd .title i:nth-of-type(2n) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.apply-step-wrap.step1 .select-step1,
.apply-step-wrap.yd .select-step1 {
  display: block;
  width: 672px;
  height: 88px;
  margin: 20px auto;
  font-size: 16px;
  color: #364b76;
  padding-left: 100px;
  cursor: pointer;
  background-color: transparent;
}
.apply-step-wrap.step1 .select-step1.area,
.apply-step-wrap.yd .select-step1.area {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/select-area_971a25e2.png);
}
.apply-step-wrap.step1 .select-step1.server,
.apply-step-wrap.yd .select-step1.server {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/select-server_b13ac698.png);
}
.apply-step-wrap.step1 .select-step1.role,
.apply-step-wrap.yd .select-step1.role {
  margin-bottom: 80px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/select-role_0678639c.png);
}
.apply-step-wrap.step1 .btn-submit,
.apply-step-wrap.yd .btn-submit {
  width: 639px;
  height: 113px;
  margin: 80px auto;
  cursor: pointer;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-0px -0px;

}
.apply-step-wrap.step1 .btn-submit:hover,
.apply-step-wrap.yd .btn-submit:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-0px -115px;
width:639px;
height:113px;

}
.apply-step-wrap.step2 .input-group {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.apply-step-wrap.step2 .input-group.inline {
  display: inline-block;
  width: 420px;
  vertical-align: top;
}
.apply-step-wrap.step2 .input-group.inline.right {
  margin-left: -5px;
}
.apply-step-wrap.step2 .input-group.inline .input-inline {
  width: 392px;
  height: 88px;
}
.apply-step-wrap.step2 .input-group.inline .input-inline.role {
  padding-right: 85px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/input-role_98d946dd.png);
}
.apply-step-wrap.step2 .input-group.inline .input-inline.phone {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/input-phone_8907d1f4.png);
}
.apply-step-wrap.step2 .input-group .link-guide {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 88px;
  line-height: 88px;
  color: #494c4e;
  cursor: pointer;
  text-decoration: underline;
}
.apply-step-wrap.step2 .input-group .link-guide:hover {
  color: #2b3f67;
  font-weight: bold;
}
.apply-step-wrap.step2 .input-group .input,
.apply-step-wrap.step2 .input-group .input-inline,
.apply-step-wrap.step2 .input-group .textarea {
  padding-left: 80px;
  padding-right: 12px;
  font-size: 16px;
  margin-left: 22px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.apply-step-wrap.step2 .input-group .group-title {
  color: #2b3f67;
  font-size: 18px;
  margin-bottom: 10px;
}
.apply-step-wrap.step2 .input-group .group-title::before {
  display: inline-block;
  width: 43px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 1px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/text-dec2_d5476381.png);
  content: '';
}
.apply-step-wrap.step2 .input-group .input {
  display: block;
  width: 812px;
  height: 88px;
}
.apply-step-wrap.step2 .input-group .input.link {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/input-bilibili_29f51765.png);
}
.apply-step-wrap.step2 .input-group .input.rolename {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/input-name_e95f1716.png);
}
.apply-step-wrap.step2 .input-group .textarea {
  display: block;
  width: 812px;
  height: 108px;
  line-height: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/textarea_a12deb6c.png);
}
.apply-step-wrap.step2 .input-group .cover-upload-wrap {
  position: relative;
  width: 812px;
  height: 288px;
  margin-left: 22px;
  padding: 120px 40px 0 500px;
  color: #96a1b8;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/cover-border_cab55dc4.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.apply-step-wrap.step2 .input-group .cover-upload-wrap .upload-btn {
  position: absolute;
  width: 390px;
  height: 265px;
  top: 11.5px;
  left: 30px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/cover-upload-default_f08f8d7e.jpg);
}
.apply-step-wrap.step2 .input-group .cover-upload-wrap .upload-btn .upload-tag {
  position: absolute;
  width: 42px;
  height: 98px;
  top: 0;
  right: 20px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/tag-cover_335feee4.png);
  z-index: 2;
}
.apply-step-wrap.step2 .input-group .cover-upload-wrap .upload-btn img {
  width: 100%;
  height: 100%;
}
.apply-step-wrap.step2 .input-group .cover-upload-wrap .upload-btn input {
  cursor: pointer;
}
.apply-step-wrap.step2 .input-group .cover-upload-wrap i {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 136px;
  left: 475px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border: 1px solid #96a1b8;
}
.apply-step-wrap.step2 .btn-submit {
  width: 639px;
  height: 113px;
  margin: 40px auto 100px;
  cursor: pointer;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-0px -230px;

}
.apply-step-wrap.step2 .btn-submit:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-0px -345px;
width:639px;
height:113px;

}
.apply-step-wrap.step3 h2 {
  font-size: 34px;
  color: #97824b;
  text-align: center;
  margin-bottom: 60px;
}
.apply-step-wrap.step3 h2::before,
.apply-step-wrap.step3 h2::after {
  display: inline-block;
  width: 43px;
  height: 15px;
  vertical-align: 3px;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/text-dec2_d5476381.png);
  content: '';
}
.apply-step-wrap.step3 h2::before {
  margin-right: 10px;
}
.apply-step-wrap.step3 h2::after {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.apply-step-wrap.step3 p {
  font-size: 24px;
  color: #3b517f;
  text-align: center;
  line-height: 40px;
}
.apply-step-wrap.step3 .btn {
  display: block;
  width: 639px;
  height: 113px;
  margin: 20px auto;
  cursor: pointer;
}
.apply-step-wrap.step3 .btn-share {
  margin-top: 60px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-0px -460px;
width:639px;
height:113px;

}
.apply-step-wrap.step3 .btn-share:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-641px -0px;
width:639px;
height:113px;

}
.apply-step-wrap.step3 .btn-list {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-641px -115px;
width:639px;
height:113px;

}
.apply-step-wrap.step3 .btn-list:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-641px -230px;
width:639px;
height:113px;

}
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.modal-wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.modal-wrap .close {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 50%;
  left: 50%;
  margin-top: -212px;
  margin-left: 340px;
  cursor: pointer;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/close_c32a8e5c.png);
  z-index: 3;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.modal-wrap .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.modal-wrap .modal-content-wrap {
  position: absolute;
  width: 827px;
  height: 396px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  /* 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;
  /* 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;
  padding-right: 4%;
  padding-bottom: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/bg_df20f7d0.png);
  background-size: 100% 100%;
  z-index: 2;
}
.modal-wrap .modal-content-wrap p {
  font-size: 20px;
  width: 80%;
  text-align: center;
  margin-bottom: 20px;
}
.modal-wrap .modal-content-wrap .btns-wrap {
  position: relative;
}
.modal-wrap .modal-content-wrap .btns-wrap .btn {
  display: inline-block;
  width: 239px;
  height: 54px;
  cursor: pointer;
  background-position-y: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.modal-wrap .modal-content-wrap .btns-wrap .btn:hover {
  background-position-y: bottom;
}
.modal-wrap .modal-content-wrap .btns-wrap .btn.btn-confirm {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/btn-confirm_2e646a6d.png);
}
.modal-wrap .modal-content-wrap .btns-wrap .btn.btn-cancel {
  background-image: url(https://n.res.netease.com/pc/zt/20190108121357/img/btn-cancel_603d6ac6.png);
}
.feedback-btn {
  position: fixed;
  right: 0;
  top: 50%;
  width: 46px;
  height: 143px;
  font-size: 0;
  text-indent: -99999px;
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-1230px -575px;

  z-index: 111;
}
.feedback-btn:hover {
  background: url(https://n.res.netease.com/pc/zt/20190108121357/img/sprite-908dd2_908dd2ab.png);background-size:1280px 969px;
background-position:-0px -826px;
width:46px;
height:143px;

}
#NIE-copyRight {
  background-color: #000;
  color: #fff;
}
#NIE-copyRight a {
  color: #fff;
}

