@charset "utf-8";
@font-face {
  font-family: 'fzcjljt';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzcjljt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzssksjt';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZShengShiKaiShuSDBGB-Regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZShengShiKaiShuSDBGB-Regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'fzssksjtextra';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzssksjtextra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansSC-normal';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-regular.woff") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansSC-light';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-300.woff") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-300.woff2") format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansSC-midBold';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-700.woff") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-700.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansSC-bold';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-900.woff") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-900.woff2") format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSerifSC-Bold';
  src: url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/font/SOURCEHANSERIFSC-BOLD_ebce7c3f.woff2) format('woff2');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FZZYSJW';
  src: url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/font/FZZYSJW_ddbc5ec6.woff2) format('woff2');
  font-style: normal;
  font-display: swap;
}
@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;
}
input,
textarea,
button,
a {
  font: inherit;
  color: inherit;
}
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;
  min-width: 1300px;
  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 {
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.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%;
  /*进行视频裁剪*/
}
@media screen and (min-width: 1921px) {
  .container-index {
    height: calc(100vw / 1920 * 1000);
  }
}
.container-index .jz_vid {
  width: 100%;
  height: 100%;
  position: absolute;
  /*保证视频充满屏幕*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.container-index .logo {
  display: inline-block;
  width: 300px;
  height: 140px;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.container-index .video-background {
  position: relative;
  /*保证视频内容始终居中*/
  width: 100%;
  height: 100%;
  /*保证视频充满屏幕*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.container-inner.list .colors {
  color: #ce9858;
}
.no-webp .container-inner.list .inner-content-wrap {background-repeat:no-repeat}
.webp .container-inner.list .inner-content-wrap {background-repeat:no-repeat}
.no-webp .container-inner.list .inner-content-wrap {background-position:center top}
.webp .container-inner.list .inner-content-wrap {background-position:center top}
.container-inner.list .inner-content-wrap {
  overflow: hidden;
  margin-bottom: 240px;
}
.container-inner.list .inner-content-wrap .load-title {
  margin: 85px auto 0;
}
.no-webp .container-inner.list .inner-content-wrap .load-title .tit {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-0px -2035px}
.webp .container-inner.list .inner-content-wrap .load-title .tit {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-0px -2035px}
.no-webp .container-inner.list .inner-content-wrap .load-title .tit {background-size:2698px 2082px}
.webp .container-inner.list .inner-content-wrap .load-title .tit {background-size:2698px 2082px}
.no-webp .container-inner.list .inner-content-wrap .load-title .tit {background-position:-0px -2035px}
.webp .container-inner.list .inner-content-wrap .load-title .tit {background-position:-0px -2035px}
.container-inner.list .inner-content-wrap .load-title .tit {
  margin: 0 auto;
width:658px;
height:47px;

}
.container-inner.list .inner-content-wrap .load-title p {
  font-family: 'fzssksjt';
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  margin-top: 25px;
}
.container-inner.list .inner-content-wrap .load-title p.p2 {
  margin-top: 0;
}
.no-webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2403px -1537px}
.webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2403px -1537px}
.no-webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link {background-size:2698px 2082px}
.webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link {background-size:2698px 2082px}
.no-webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link {background-position:-2403px -1537px}
.webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link {background-position:-2403px -1537px}
.container-inner.list .inner-content-wrap .load-title p.p2 .btn-link {
  display: inline-block;
width:252px;
height:33px;

  vertical-align: top;
  position: relative;
  top: -1px;
  font-size: 0;
}
.no-webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link:hover {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2403px -1602px}
.webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link:hover {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2403px -1602px}
.no-webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link:hover {background-size:2698px 2082px}
.webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link:hover {background-size:2698px 2082px}
.no-webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link:hover {background-position:-2403px -1602px}
.webp .container-inner.list .inner-content-wrap .load-title p.p2 .btn-link:hover {background-position:-2403px -1602px}
.container-inner.list .inner-content-wrap .load-title p.p2 .btn-link:hover {
width:252px;
height:33px;

}
.container-inner.list .inner-content-wrap .load-title p.p3 {
  margin-top: 10px;
}
.no-webp .container-inner.list .inner-content-wrap .load-title .line {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-919px -1367px}
.webp .container-inner.list .inner-content-wrap .load-title .line {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-919px -1367px}
.no-webp .container-inner.list .inner-content-wrap .load-title .line {background-size:2698px 2082px}
.webp .container-inner.list .inner-content-wrap .load-title .line {background-size:2698px 2082px}
.no-webp .container-inner.list .inner-content-wrap .load-title .line {background-position:-919px -1367px}
.webp .container-inner.list .inner-content-wrap .load-title .line {background-position:-919px -1367px}
.container-inner.list .inner-content-wrap .load-title .line {
  margin: 11px auto 17px;
width:1098px;
height:17px;

}
.container-inner.list .inner-content-wrap .load-content {
  width: 90%;
  margin: auto;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title-bg_b285adda.png) no-repeat center / auto 100%}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title-bg_b285adda.webp) no-repeat center / auto 100%}
.container-inner.list .inner-content-wrap .load-content .load-content-title5 p {
  margin: 60px auto 20px;
  font-size: 32px;
  height: 66px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  line-height: 52px;
  text-align: center;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p span {background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p span {background-clip:text}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf0d2), to(#c79959))}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf0d2), to(#c79959))}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p span {background-image:linear-gradient(to bottom, #fdf0d2 0%, #c79959 100%)}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p span {background-image:linear-gradient(to bottom, #fdf0d2 0%, #c79959 100%)}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p span {-webkit-background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title5 p span {-webkit-background-clip:text}
.container-inner.list .inner-content-wrap .load-content .load-content-title5 p span {
  font-family: FZZYSJW;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.container-inner.list .inner-content-wrap .load-content .load-content-title5 b {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  color: #c6c1c1;
  text-align: left;
}
.container-inner.list .inner-content-wrap .load-content .load-content-title2 {
  text-align: center;
  font-size: 22px;
  color: #edecec;
  line-height: 36px;
  width: 1150px;
  margin: 30px auto 20px;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title-bg_b285adda.png) no-repeat center / auto 100%}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title-bg_b285adda.webp) no-repeat center / auto 100%}
.container-inner.list .inner-content-wrap .load-content .load-content-title6 p {
  margin: 55px auto 0;
  font-size: 32px;
  height: 66px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 52px;
  text-align: center;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p span {background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p span {background-clip:text}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf0d2), to(#c79959))}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf0d2), to(#c79959))}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p span {background-image:linear-gradient(to bottom, #fdf0d2 0%, #c79959 100%)}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p span {background-image:linear-gradient(to bottom, #fdf0d2 0%, #c79959 100%)}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p span {-webkit-background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 p span {-webkit-background-clip:text}
.container-inner.list .inner-content-wrap .load-content .load-content-title6 p span {
  font-family: FZZYSJW;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 .load-process {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/process6_b580a908.png) no-repeat center;
  background-size: 100% auto}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 .load-process {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/process6_b580a908.webp) no-repeat center;
  background-size: 100% auto}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 .load-process {background-size:100% auto}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title6 .load-process {background-size:100% auto}
.container-inner.list .inner-content-wrap .load-content .load-content-title6 .load-process {
  width: 1024px;
  margin: 34px auto 50px;
  height: 122px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-inner.list .inner-content-wrap .load-content .load-content-title6 .load-process .load-process-item {
  width: 33%;
  height: 100%;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title-bg_b285adda.png) no-repeat center / auto 100%}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title-bg_b285adda.webp) no-repeat center / auto 100%}
.container-inner.list .inner-content-wrap .load-content .load-content-title7 p {
  margin: 0 auto;
  font-size: 32px;
  height: 66px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 52px;
  text-align: center;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p span {background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p span {background-clip:text}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf0d2), to(#c79959))}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf0d2), to(#c79959))}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p span {background-image:linear-gradient(to bottom, #fdf0d2 0%, #c79959 100%)}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p span {background-image:linear-gradient(to bottom, #fdf0d2 0%, #c79959 100%)}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p span {-webkit-background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 p span {-webkit-background-clip:text}
.container-inner.list .inner-content-wrap .load-content .load-content-title7 p span {
  font-family: FZZYSJW;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/award7_b5cbaaef.png) no-repeat center;
  background-size: 100% auto}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/award7_b5cbaaef.webp) no-repeat center;
  background-size: 100% auto}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award {background-size:100% auto}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award {background-size:100% auto}
.container-inner.list .inner-content-wrap .load-content .load-content-title7 .award {
  width: 1035px;
  height: 175px;
  margin: 30px auto 0;
  position: relative;
  overflow: hidden;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p1 {background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p1 {background-clip:text}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p1 {background-image:-webkit-gradient(linear, left top, left bottom, from(#fcefd1), to(#c49552))}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p1 {background-image:-webkit-gradient(linear, left top, left bottom, from(#fcefd1), to(#c49552))}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p1 {background-image:linear-gradient(to bottom, #fcefd1 0%, #c49552 100%)}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p1 {background-image:linear-gradient(to bottom, #fcefd1 0%, #c49552 100%)}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p1 {-webkit-background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p1 {-webkit-background-clip:text}
.container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p1 {
  font-family: fzssksjt;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  text-align: center;
  display: block;
  margin: 8px auto 0;
  letter-spacing: 2px;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2 {background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2 {background-clip:text}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2 {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf1d3), to(#c2924e))}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2 {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf1d3), to(#c2924e))}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2 {background-image:linear-gradient(to bottom, #fdf1d3 0%, #c2924e 100%)}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2 {background-image:linear-gradient(to bottom, #fdf1d3 0%, #c2924e 100%)}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2 {-webkit-background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2 {-webkit-background-clip:text}
.container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2 {
  font-family: fzssksjt;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  letter-spacing: 1px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::before, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2385px -1158px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::before, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2385px -1158px}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::before, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::after {background-size:2698px 2082px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::before, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::after {background-size:2698px 2082px}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::before, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::after {background-position:-2385px -1158px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::before, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::after {background-position:-2385px -1158px}
.container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::before,
.container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::after {
  content: '';
  display: block;
width:183px;
height:13px;

  position: absolute;
  top: 50%;
  right: calc(100% + 17px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.container-inner.list .inner-content-wrap .load-content .load-content-title7 .award .p2::after {
  right: auto;
  left: calc(100% + 17px);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 {
  margin: 44px auto 0;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/award8_33dd204c.png) no-repeat center;
  background-size: 100% auto}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/award8_33dd204c.webp) no-repeat center;
  background-size: 100% auto}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award {background-size:100% auto}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award {background-size:100% auto}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award {
  width: 1035px;
  height: 1189px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p1 {background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p1 {background-clip:text}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p1 {background-image:-webkit-gradient(linear, left top, left bottom, from(#fcefd1), to(#c49552))}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p1 {background-image:-webkit-gradient(linear, left top, left bottom, from(#fcefd1), to(#c49552))}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p1 {background-image:linear-gradient(to bottom, #fcefd1 0%, #c49552 100%)}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p1 {background-image:linear-gradient(to bottom, #fcefd1 0%, #c49552 100%)}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p1 {-webkit-background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p1 {-webkit-background-clip:text}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p1 {
  font-family: fzssksjt;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  text-align: center;
  display: block;
  margin: 40px auto 37px;
  letter-spacing: 2px;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {background-clip:text}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf1d3), to(#c2924e))}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf1d3), to(#c2924e))}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {background-image:linear-gradient(to bottom, #fdf1d3 0%, #c2924e 100%)}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {background-image:linear-gradient(to bottom, #fdf1d3 0%, #c2924e 100%)}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {-webkit-background-clip:text}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {-webkit-background-clip:text}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3,
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {
  font-family: fzssksjt;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 0 auto;
  letter-spacing: 1px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::before, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::before, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::after, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2385px -1158px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::before, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::before, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::after, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2385px -1158px}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::before, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::before, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::after, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::after {background-size:2698px 2082px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::before, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::before, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::after, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::after {background-size:2698px 2082px}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::before, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::before, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::after, 
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::after {background-position:-2385px -1158px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::before, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::before, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::after, 
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::after {background-position:-2385px -1158px}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::before,
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::before,
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::after,
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::after {
  content: '';
  display: block;
width:183px;
height:13px;

  position: absolute;
  top: 50%;
  right: calc(100% + 17px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3::after,
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4::after {
  right: auto;
  left: calc(100% + 17px);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p3 {
  margin-top: 68px;
}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .p4 {
  margin-top: -85px;
}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-0px -0px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-0px -0px}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img1 {background-size:2698px 2082px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img1 {background-size:2698px 2082px}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img1 {background-position:-0px -0px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img1 {background-position:-0px -0px}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img1 {
  margin: -47px auto 0;
  position: relative;
  left: -50px;
width:917px;
height:666px;

}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-919px -899px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-919px -899px}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img2 {background-size:2698px 2082px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img2 {background-size:2698px 2082px}
.no-webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img2 {background-position:-919px -899px}
.webp .container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img2 {background-position:-919px -899px}
.container-inner.list .inner-content-wrap .load-content .load-content-title3 .award .img2 {
  position: relative;
  left: 8px;
  margin: 36px auto 0;
width:613px;
height:393px;

}
.container-inner.rule .inner-content-wrap {
  margin-bottom: 240px;
}
.no-webp .container-inner.rule .inner-content-wrap > .bg {background:rgba(24, 7, 8, 0.7) repeat-y content-box}
.webp .container-inner.rule .inner-content-wrap > .bg {background:rgba(24, 7, 8, 0.7) repeat-y content-box}
.container-inner.rule .inner-content-wrap > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 351px 0 543px 0;
  z-index: 0;
  pointer-events: none;
}
.no-webp .container-inner.rule .inner-content-wrap > .bg::before, 
.no-webp .container-inner.rule .inner-content-wrap > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-top_a3c72ad0.png) no-repeat center top / 100%}
.webp .container-inner.rule .inner-content-wrap > .bg::before, 
.webp .container-inner.rule .inner-content-wrap > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-top_a3c72ad0.webp) no-repeat center top / 100%}
.container-inner.rule .inner-content-wrap > .bg::before,
.container-inner.rule .inner-content-wrap > .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 351px;
}
.no-webp .container-inner.rule .inner-content-wrap > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-bottom_ada1124f.png) no-repeat center bottom / 100%}
.webp .container-inner.rule .inner-content-wrap > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-bottom_ada1124f.webp) no-repeat center bottom / 100%}
.container-inner.rule .inner-content-wrap > .bg::after {
  bottom: 0;
  top: auto;
  height: 543px;
}
.container-inner.rule .inner-content-wrap > .inner-inner-box {
  position: relative;
  padding-top: 70px;
}
.container-inner.rule .inner-content-wrap a {
  text-decoration: underline;
}
.no-webp .fuli {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-fuli_85eb407f.png);
  background-repeat: no-repeat;
  background-position: center top}
.webp .fuli {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-fuli_85eb407f.webp);
  background-repeat: no-repeat;
  background-position: center top}
.no-webp .fuli {background-repeat:no-repeat}
.webp .fuli {background-repeat:no-repeat}
.no-webp .fuli {background-position:center top}
.webp .fuli {background-position:center top}
.fuli {
  padding: 30px 0 0 0;
}
.no-webp .fuli .fuli-title {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-919px -1294px;

  background-repeat: no-repeat}
.webp .fuli .fuli-title {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-919px -1294px;

  background-repeat: no-repeat}
.no-webp .fuli .fuli-title {background-size:2698px 2082px}
.webp .fuli .fuli-title {background-size:2698px 2082px}
.no-webp .fuli .fuli-title {background-position:-919px -1294px}
.webp .fuli .fuli-title {background-position:-919px -1294px}
.no-webp .fuli .fuli-title {background-repeat:no-repeat}
.webp .fuli .fuli-title {background-repeat:no-repeat}
.fuli .fuli-title {
width:695px;
height:71px;
  margin: auto;
}
.fuli .load-modal {
  font-size: 21px;
  font-family: 'fzcjljt';
  margin-top: 20px;
  color: #e2b16d;
  text-align: center;
  text-decoration: underline;
  line-height: 50px;
  cursor: pointer;
  width: 300px;
  margin: 0 auto;
}
.fuli .load-modal:hover {
  opacity: 0.8;
}
.no-webp .fuli .fzssksjtdemi-title {background-image:-webkit-linear-gradient(top, #fff4d7, #c08e48)}
.webp .fuli .fzssksjtdemi-title {background-image:-webkit-linear-gradient(top, #fff4d7, #c08e48)}
.no-webp .fuli .fzssksjtdemi-title {-webkit-background-clip:text}
.webp .fuli .fzssksjtdemi-title {-webkit-background-clip:text}
.no-webp .fuli .fzssksjtdemi-title {-webkit-background-size:200% 100%}
.webp .fuli .fzssksjtdemi-title {-webkit-background-size:200% 100%}
.fuli .fzssksjtdemi-title {
  font-weight: 700;
  font-family: 'fzcjljt';
  color: #d2ad75;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.fuli .list {
  width: 1036px;
  margin: 33px auto 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.fuli .list .item {
  display: block;
  margin-right: 18px;
  margin-bottom: 36px;
  position: relative;
}
.fuli .list .item:nth-child(3n) {
  margin-right: 0;
}
.fuli .list .item img {
  display: block;
  width: 333px;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fuli .list .item .title {
  height: 15px;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  border-left: 4px solid #e30703;
  padding: 0 0 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fuli .list .item .border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 370px;
  height: 180px;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}
.fuli .list .item:hover .border {
  display: block;
}
.fuli .list .item:hover .video-btn {
  display: block;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.fuli .list .item .video-btn {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.no-webp .fuli .jianan {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-919px -438px}
.webp .fuli .jianan {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-919px -438px}
.no-webp .fuli .jianan {background-size:2698px 2082px}
.webp .fuli .jianan {background-size:2698px 2082px}
.no-webp .fuli .jianan {background-position:-919px -438px}
.webp .fuli .jianan {background-position:-919px -438px}
.fuli .jianan {
  position: relative;
width:1070px;
height:459px;

  margin: 0 auto;
}
.no-webp .fuli .jianan .jianan-title {background-image:-webkit-linear-gradient(top, #fff4d7, #c08e48)}
.webp .fuli .jianan .jianan-title {background-image:-webkit-linear-gradient(top, #fff4d7, #c08e48)}
.no-webp .fuli .jianan .jianan-title {-webkit-background-clip:text}
.webp .fuli .jianan .jianan-title {-webkit-background-clip:text}
.no-webp .fuli .jianan .jianan-title {-webkit-background-size:200% 100%}
.webp .fuli .jianan .jianan-title {-webkit-background-size:200% 100%}
.fuli .jianan .jianan-title {
  padding: 68px 0 0 0;
  font-size: 36px;
  font-weight: 700;
  font-family: 'fzcjljt';
  color: #d2ad75;
  -webkit-text-fill-color: transparent;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-webp .fuli .jianan .jianan-title .jianan-title-left {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2385px -976px}
.webp .fuli .jianan .jianan-title .jianan-title-left {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2385px -976px}
.no-webp .fuli .jianan .jianan-title .jianan-title-left {background-size:2698px 2082px}
.webp .fuli .jianan .jianan-title .jianan-title-left {background-size:2698px 2082px}
.no-webp .fuli .jianan .jianan-title .jianan-title-left {background-position:-2385px -976px}
.webp .fuli .jianan .jianan-title .jianan-title-left {background-position:-2385px -976px}
.fuli .jianan .jianan-title .jianan-title-left {
width:170px;
height:16px;

  margin: 0 12px 0 0;
}
.no-webp .fuli .jianan .jianan-title .jianan-title-right {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2385px -976px}
.webp .fuli .jianan .jianan-title .jianan-title-right {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2385px -976px}
.no-webp .fuli .jianan .jianan-title .jianan-title-right {background-size:2698px 2082px}
.webp .fuli .jianan .jianan-title .jianan-title-right {background-size:2698px 2082px}
.no-webp .fuli .jianan .jianan-title .jianan-title-right {background-position:-2385px -976px}
.webp .fuli .jianan .jianan-title .jianan-title-right {background-position:-2385px -976px}
.fuli .jianan .jianan-title .jianan-title-right {
width:170px;
height:16px;

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg);
  margin: 0 0 0 12px;
}
.no-webp .fuli .jianan .jianan-text {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2403px -1791px}
.webp .fuli .jianan .jianan-text {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2403px -1791px}
.no-webp .fuli .jianan .jianan-text {background-size:2698px 2082px}
.webp .fuli .jianan .jianan-text {background-size:2698px 2082px}
.no-webp .fuli .jianan .jianan-text {background-position:-2403px -1791px}
.webp .fuli .jianan .jianan-text {background-position:-2403px -1791px}
.fuli .jianan .jianan-text {
  font-family: 'fzcjljt';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
width:158px;
height:42px;

  position: absolute;
  top: 196px;
  left: 584px;
}
.no-webp .fuli .jianan .download {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2385px -1002px}
.webp .fuli .jianan .download {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2385px -1002px}
.no-webp .fuli .jianan .download {background-size:2698px 2082px}
.webp .fuli .jianan .download {background-size:2698px 2082px}
.no-webp .fuli .jianan .download {background-position:-2385px -1002px}
.webp .fuli .jianan .download {background-position:-2385px -1002px}
.fuli .jianan .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'fzcjljt';
  font-size: 28px;
  color: #fff;
  cursor: pointer;
width:232px;
height:63px;

  position: absolute;
  top: 302px;
  left: 584px;
}
.no-webp .fuli .jianan .download:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2385px -1093px}
.webp .fuli .jianan .download:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2385px -1093px}
.no-webp .fuli .jianan .download:hover {background-size:2698px 2082px}
.webp .fuli .jianan .download:hover {background-size:2698px 2082px}
.no-webp .fuli .jianan .download:hover {background-position:-2385px -1093px}
.webp .fuli .jianan .download:hover {background-position:-2385px -1093px}
.fuli .jianan .download:hover {
width:232px;
height:63px;

}
.no-webp .container-inner.center .inner-content-wrap {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1_dd09d65c.png) !important;
  background-repeat: no-repeat;
  background-position: center top}
.webp .container-inner.center .inner-content-wrap {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1_dd09d65c.webp) !important;
  background-repeat: no-repeat;
  background-position: center top}
.no-webp .container-inner.center .inner-content-wrap {background-repeat:no-repeat}
.webp .container-inner.center .inner-content-wrap {background-repeat:no-repeat}
.no-webp .container-inner.center .inner-content-wrap {background-position:center top}
.webp .container-inner.center .inner-content-wrap {background-position:center top}
.container-inner.center .inner-content-wrap {
  overflow: hidden;
}
.no-webp .container-inner.center .inner-content-wrap .center-title {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-1106px -1804px;

  background-repeat: no-repeat}
.webp .container-inner.center .inner-content-wrap .center-title {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-1106px -1804px;

  background-repeat: no-repeat}
.no-webp .container-inner.center .inner-content-wrap .center-title {background-size:2698px 2082px}
.webp .container-inner.center .inner-content-wrap .center-title {background-size:2698px 2082px}
.no-webp .container-inner.center .inner-content-wrap .center-title {background-position:-1106px -1804px}
.webp .container-inner.center .inner-content-wrap .center-title {background-position:-1106px -1804px}
.no-webp .container-inner.center .inner-content-wrap .center-title {background-repeat:no-repeat}
.webp .container-inner.center .inner-content-wrap .center-title {background-repeat:no-repeat}
.container-inner.center .inner-content-wrap .center-title {
  margin: 30px auto;
width:590px;
height:80px;
}
.no-webp .container-inner.center .inner-content-wrap h2 {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2208px -2035px;

  background-repeat: no-repeat}
.webp .container-inner.center .inner-content-wrap h2 {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2208px -2035px;

  background-repeat: no-repeat}
.no-webp .container-inner.center .inner-content-wrap h2 {background-size:2698px 2082px}
.webp .container-inner.center .inner-content-wrap h2 {background-size:2698px 2082px}
.no-webp .container-inner.center .inner-content-wrap h2 {background-position:-2208px -2035px}
.webp .container-inner.center .inner-content-wrap h2 {background-position:-2208px -2035px}
.no-webp .container-inner.center .inner-content-wrap h2 {background-repeat:no-repeat}
.webp .container-inner.center .inner-content-wrap h2 {background-repeat:no-repeat}
.container-inner.center .inner-content-wrap h2 {
width:388px;
height:36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px 51px;
  color: #c89b5a;
  font-size: 20px;
  padding-left: 13px;
  padding-top: 4px;
  position: absolute;
}
.container-inner.center .inner-content-wrap .center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 50px;
}
.container-inner.center .inner-content-wrap .center-content .center-content-item {
  width: 376px;
  margin-bottom: 20px;
}
.container-inner.center .inner-content-wrap .center-content .center-content-item img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-inner.center .inner-content-wrap .center-content .center-content-item .center-border {
  color: white;
  border-left: 5px solid red;
  padding-left: 5px;
}
.container-inner.center .inner-content-wrap .center-content .center-content-item .center-border p {
  font-weight: bold;
}
.container-inner.center .inner-content-wrap .center-content .center-content-item .center-border p span {
  font-weight: 300;
}
.container-inner.center .inner-content-wrap .center-content .center-content-item:nth-last-of-type(1):nth-of-type(3n + 1) {
  display: none;
}
.no-webp .container-inner.center .inner-content-wrap .el-pagination {background-color:transparent !important}
.webp .container-inner.center .inner-content-wrap .el-pagination {background-color:transparent !important}
.container-inner.center .inner-content-wrap .el-pagination {
  width: 100% !important;
  height: 100px;
  text-align: center;
  margin-top: 40px;
}
.no-webp .container-inner.center .inner-content-wrap .el-pagination button, 
.no-webp .container-inner.center .inner-content-wrap .el-pagination .btn-next, 
.no-webp .container-inner.center .inner-content-wrap .el-pagination .el-pager, 
.no-webp .container-inner.center .inner-content-wrap .el-pagination .el-pager li, 
.no-webp .container-inner.center .inner-content-wrap .el-pagination .el-input__inner, 
.no-webp .container-inner.center .inner-content-wrap .el-pagination .el-pagination__jump {background-color:transparent}
.webp .container-inner.center .inner-content-wrap .el-pagination button, 
.webp .container-inner.center .inner-content-wrap .el-pagination .btn-next, 
.webp .container-inner.center .inner-content-wrap .el-pagination .el-pager, 
.webp .container-inner.center .inner-content-wrap .el-pagination .el-pager li, 
.webp .container-inner.center .inner-content-wrap .el-pagination .el-input__inner, 
.webp .container-inner.center .inner-content-wrap .el-pagination .el-pagination__jump {background-color:transparent}
.container-inner.center .inner-content-wrap .el-pagination button,
.container-inner.center .inner-content-wrap .el-pagination .btn-next,
.container-inner.center .inner-content-wrap .el-pagination .el-pager,
.container-inner.center .inner-content-wrap .el-pagination .el-pager li,
.container-inner.center .inner-content-wrap .el-pagination .el-input__inner,
.container-inner.center .inner-content-wrap .el-pagination .el-pagination__jump {
  color: #dadada;
}
.no-webp .container-inner.center .inner-content-wrap .el-pagination .el-input__inner {background-color:#9d0005}
.webp .container-inner.center .inner-content-wrap .el-pagination .el-input__inner {background-color:#9d0005}
.container-inner.center .inner-content-wrap .el-pagination .el-input__inner {
  border: none;
}
.no-webp .container-inner.center .inner-content-wrap .el-pagination .el-pager li.active {background-color:#9d0005}
.webp .container-inner.center .inner-content-wrap .el-pagination .el-pager li.active {background-color:#9d0005}
.container-inner.center .inner-content-wrap .el-pagination .el-pager li.active {
}
.container-inner.center .inner-content-wrap .el-pagination .btn-next,
.container-inner.center .inner-content-wrap .el-pagination .btn-prev {
  color: white;
}
.final-list {
  width: 1032px;
  margin: 0 auto 20px;
  color: #6f7988;
  font-size: 18px;
  overflow: hidden;
}
.final-listtable {
  table-layout: fixed;
}
.no-webp .final-list.level1 {background:#4c2121}
.webp .final-list.level1 {background:#4c2121}
.final-list.level1 {
}
.final-list.level1.l2 .tdOther td {
  width: 50% !important;
}
.final-list.level1.l2 .other th {
  width: 50%;
}
.final-list.level1 tr th {
  display: inline-block;
  padding: 10px 60px;
  text-align: center;
  color: #c89a5a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.final-list.level1 tr td {
  display: inline-block;
  padding: 10px 60px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.final-list.level1 tr th {
  height: 50px;
  overflow: hidden;
}
.no-webp .final-list.level1 tr th span {background:-webkit-gradient(linear, left top, left bottom, from(#fdf1d4), color-stop(#efdbb4), color-stop(#d8b57f), to(#c59653))}
.webp .final-list.level1 tr th span {background:-webkit-gradient(linear, left top, left bottom, from(#fdf1d4), color-stop(#efdbb4), color-stop(#d8b57f), to(#c59653))}
.no-webp .final-list.level1 tr th span {background:linear-gradient(to bottom, #fdf1d4, #efdbb4, #d8b57f, #c59653)}
.webp .final-list.level1 tr th span {background:linear-gradient(to bottom, #fdf1d4, #efdbb4, #d8b57f, #c59653)}
.no-webp .final-list.level1 tr th span {-webkit-background-clip:text}
.webp .final-list.level1 tr th span {-webkit-background-clip:text}
.final-list.level1 tr th span {
  color: transparent;
}
.final-list.level1 tr td {
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.no-webp .final-list.level1 tr td a {background-color:#921818}
.webp .final-list.level1 tr td a {background-color:#921818}
.final-list.level1 tr td a {
  display: block;
  margin: 0 auto;
  width: 84px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.no-webp .final-list.level1 tr td a:hover {background-color:#a12323}
.webp .final-list.level1 tr td a:hover {background-color:#a12323}
.final-list.level1 tr td a:hover {
}
.final-list.level1 tr td {
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.no-webp .final-list.level1 tr td a {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1378px}
.webp .final-list.level1 tr td a {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1378px}
.no-webp .final-list.level1 tr td a {background-size:2698px 2082px}
.webp .final-list.level1 tr td a {background-size:2698px 2082px}
.no-webp .final-list.level1 tr td a {background-position:-2403px -1378px}
.webp .final-list.level1 tr td a {background-position:-2403px -1378px}
.final-list.level1 tr td a {
width:84px;
height:25px;

  font-size: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.final-list.level1 tr td a:hover {
  opacity: 0.8;
}
.no-webp .final-list.level1 tr .level {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title1_9cf77b20.jpg) no-repeat}
.webp .final-list.level1 tr .level {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title1_9cf77b20.webp) no-repeat}
.final-list.level1 tr .level {
  width: 1032px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  overflow: hidden;
}
.final-list.level1 tr .level .fontColor {
  font-size: 14px;
  margin-left: 7px;
}
.final-list.level1 tr .level {
  font-size: 30px;
  padding: 0;
}
.no-webp .final-list.level1 .tr1 {background:#56292a}
.webp .final-list.level1 .tr1 {background:#56292a}
.final-list.level1 .tr1 {
  color: #8196b8;
}
.no-webp .final-list.level1 .tr2 {background:#4c2121}
.webp .final-list.level1 .tr2 {background:#4c2121}
.final-list.level1 .tr2 {
  color: #8196b8;
}
.final-list.level1 .zb th {
  padding-left: 68px !important;
}
.final-list.level1 .zb th:nth-child(2) {
  padding-left: 40px !important;
}
.final-list.level1 .zb th:last-child {
  padding-left: 95px !important;
}
.final-list.level1 .tdZb td {
  padding-left: 4px !important;
  width: 20% !important;
}
.final-list.level1 .tdZb td:nth-child(3) {
  padding-left: 28px !important;
}
.final-list.level1 .tdZb td:last-child {
  padding-left: 45px !important;
}
.final-list.level1 .tdOther td {
  width: 33% !important;
}
.final-list.level1 .other th {
  width: 33%;
}
.no-webp .container-inner.final .inner-content-wrap {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1_dd09d65c.png);
  background-position: center top;
  background-size: 100% 100%}
.webp .container-inner.final .inner-content-wrap {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1_dd09d65c.webp);
  background-position: center top;
  background-size: 100% 100%}
.no-webp .container-inner.final .inner-content-wrap {background-position:center top}
.webp .container-inner.final .inner-content-wrap {background-position:center top}
.no-webp .container-inner.final .inner-content-wrap {background-size:100% 100%}
.webp .container-inner.final .inner-content-wrap {background-size:100% 100%}
.container-inner.final .inner-content-wrap {
  overflow: hidden;
}
.no-webp .container-inner.final .inner-content-wrap .final-title {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2049px -0px;

  background-repeat: no-repeat}
.webp .container-inner.final .inner-content-wrap .final-title {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2049px -0px;

  background-repeat: no-repeat}
.no-webp .container-inner.final .inner-content-wrap .final-title {background-size:2698px 2082px}
.webp .container-inner.final .inner-content-wrap .final-title {background-size:2698px 2082px}
.no-webp .container-inner.final .inner-content-wrap .final-title {background-position:-2049px -0px}
.webp .container-inner.final .inner-content-wrap .final-title {background-position:-2049px -0px}
.no-webp .container-inner.final .inner-content-wrap .final-title {background-repeat:no-repeat}
.webp .container-inner.final .inner-content-wrap .final-title {background-repeat:no-repeat}
.container-inner.final .inner-content-wrap .final-title {
  margin: 90px auto 0;
width:649px;
height:71px;
}
.container-inner.final .inner-content-wrap .rule-content-wrap {
  padding-top: 50px;
}
.final-table {
  width: 100% !important;
}
.no-webp .container-inner.annual .inner-content-wrap {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_bf995e5f.png);
  background-position: center top;
  background-size: 100% 100%}
.webp .container-inner.annual .inner-content-wrap {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_bf995e5f.webp);
  background-position: center top;
  background-size: 100% 100%}
.no-webp .container-inner.annual .inner-content-wrap {background-position:center top}
.webp .container-inner.annual .inner-content-wrap {background-position:center top}
.no-webp .container-inner.annual .inner-content-wrap {background-size:100% 100%}
.webp .container-inner.annual .inner-content-wrap {background-size:100% 100%}
.container-inner.annual .inner-content-wrap {
  padding-bottom: 60px;
  overflow: hidden;
}
.container-inner.annual .inner-content-wrap .rule-content-wrap {
  padding-top: 150px;
}
.container-inner.annual .annual_box1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-webp .container-inner.annual .annual_box1 .sub1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tit2_f78c86a3.png) no-repeat}
.webp .container-inner.annual .annual_box1 .sub1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tit2_f78c86a3.webp) no-repeat}
.container-inner.annual .annual_box1 .sub1 {
  width: 851px;
  height: 72px;
  margin: 90px auto 0;
}
.container-inner.annual .annual_box1 .tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 44px auto 0;
}
.no-webp .container-inner.annual .annual_box1 .tab_list span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2563px -1791px}
.webp .container-inner.annual .annual_box1 .tab_list span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2563px -1791px}
.no-webp .container-inner.annual .annual_box1 .tab_list span {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .tab_list span {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .tab_list span {background-position:-2563px -1791px}
.webp .container-inner.annual .annual_box1 .tab_list span {background-position:-2563px -1791px}
.container-inner.annual .annual_box1 .tab_list span {

  display: block;
  width: 130px;
  height: 39px;
  font-size: 18px;
  color: #e0c7a0;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
}
.no-webp .container-inner.annual .annual_box1 .tab_list span:hover, 
.no-webp .container-inner.annual .annual_box1 .tab_list span.active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1854px}
.webp .container-inner.annual .annual_box1 .tab_list span:hover, 
.webp .container-inner.annual .annual_box1 .tab_list span.active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1854px}
.no-webp .container-inner.annual .annual_box1 .tab_list span:hover, 
.no-webp .container-inner.annual .annual_box1 .tab_list span.active {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .tab_list span:hover, 
.webp .container-inner.annual .annual_box1 .tab_list span.active {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .tab_list span:hover, 
.no-webp .container-inner.annual .annual_box1 .tab_list span.active {background-position:-2403px -1854px}
.webp .container-inner.annual .annual_box1 .tab_list span:hover, 
.webp .container-inner.annual .annual_box1 .tab_list span.active {background-position:-2403px -1854px}
.container-inner.annual .annual_box1 .tab_list span:hover,
.container-inner.annual .annual_box1 .tab_list span.active {

  display: block;
  width: 130px;
  height: 39px;
}
.container-inner.annual .annual_box1 .up_box {
  width: 1189px;
  height: 172px;
  margin: 30px auto 0;
  position: relative;
}
.container-inner.annual .annual_box1 .up_box .up1-swiper {
  width: 1120px;
  margin-left: 0;
  overflow: hidden;
  height: 172px;
}
.container-inner.annual .annual_box1 .up_box .up1-swiper .swiper-slide {
  width: 142px;
}
.no-webp .container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_bg_65cdb476.jpg) no-repeat}
.webp .container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_bg_65cdb476.webp) no-repeat}
.container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic {
  cursor: pointer;
  width: 125px;
  height: 150px;
  position: relative;
}
.no-webp .container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic:hover, 
.no-webp .container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic.active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_hover_0ddbbbae.jpg) no-repeat}
.webp .container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic:hover, 
.webp .container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic.active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_hover_0ddbbbae.webp) no-repeat}
.container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic:hover,
.container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic.active {
  width: 125px;
  height: 150px;
}
.container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic img {
  width: 125px;
  height: 150px;
  display: block;
}
.container-inner.annual .annual_box1 .up_box .up1-swiper .up_pic span {
  position: absolute;
  font-size: 14px;
  line-height: 16px;
  color: #d7bd8d;
  width: 100%;
  text-align: center;
  left: 0;
  top: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 39px;
}
.no-webp .container-inner.annual .annual_box1 .up_box .swiper-scrollbar-up1 {background:#7a0910}
.webp .container-inner.annual .annual_box1 .up_box .swiper-scrollbar-up1 {background:#7a0910}
.container-inner.annual .annual_box1 .up_box .swiper-scrollbar-up1 {
  height: 4px;
  width: 1120px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box1 .up_box .swiper-scrollbar-up1 .swiper-scrollbar-drag {background:#e2cca3}
.webp .container-inner.annual .annual_box1 .up_box .swiper-scrollbar-up1 .swiper-scrollbar-drag {background:#e2cca3}
.container-inner.annual .annual_box1 .up_box .swiper-scrollbar-up1 .swiper-scrollbar-drag {
  height: 3px;
  top: 0;
  border-radius: 0 !important;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_zb_a3fe254f.png) no-repeat}
.webp .container-inner.annual .annual_box1 .anchor_box1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_zb_a3fe254f.webp) no-repeat}
.container-inner.annual .annual_box1 .anchor_box1 {
  width: 1189px;
  height: 540px;
  margin: 34px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 172px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_sub1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -403px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_sub1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -403px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_sub1 {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_sub1 {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_sub1 {background-position:-2049px -403px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_sub1 {background-position:-2049px -403px}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_sub1 {

  width: 400px;
  height: 107px;
  margin-left: 33px;
  position: absolute;
  left: 24px;
  top: 25px;
}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_sub1 span {
  font-family: 'fzcjljt';
  color: #eaddbb;
  width: 281px;
  display: block;
  font-size: 20px;
  line-height: 44px;
  padding-top: 15px;
  margin-left: 91px;
  height: 44px;
}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box {
  width: 1100px;
  overflow: hidden;
  position: relative;
}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box #anchor1-swiper {
  width: 100%;
  height: 100%;
}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide {
  width: 220px;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic2_994f5d52.png) no-repeat}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic2_994f5d52.webp) no-repeat}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg {
  width: 197px;
  height: 330px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 23px;
  margin: 0 auto;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg .head_box {background:#b79f74}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg .head_box {background:#b79f74}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg .head_box {
  width: 119px;
  height: 119px;
  margin: 0 0 0 41px;
  border-radius: 50%;
}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg .head_box img {
  width: 100%;
  border-radius: 50%;
}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg .sj_name {
  font-size: 14px;
  line-height: 22px;
  color: #4f0204;
  text-align: center;
  padding-top: 14px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg .sj_anchor {
  font-size: 12px;
  line-height: 16px;
  color: #650b0c;
  text-align: center;
  width: 170px;
  margin: 0 auto;
  padding-top: 17px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg--hide {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic3_bd515c3e.png)}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg--hide {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic3_bd515c3e.webp)}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .anchor_lb .up-slide .zb_bg--hide {
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .swiper-scrollbar-anchor {background:#7a0910}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .swiper-scrollbar-anchor {background:#7a0910}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .swiper-scrollbar-anchor {
  height: 4px;
  width: 1100px;
  left: 0;
  bottom: 14px;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .swiper-scrollbar-anchor .swiper-scrollbar-drag {background:#e2cca3}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .swiper-scrollbar-anchor .swiper-scrollbar-drag {background:#e2cca3}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .swiper-scrollbar-anchor .swiper-scrollbar-drag {
  height: 3px;
  top: 0;
  border-radius: 0 !important;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .pt_box {background:#650b0c}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .pt_box {background:#650b0c}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .pt_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 154px;
  height: 37px;
  position: absolute;
  bottom: 0;
  right: 4px;
}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .pt_box span {
  text-indent: -9999em;
  cursor: pointer;
}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .pt_box span:hover {
  -webkit-filter: brightness(140%);
          filter: brightness(140%);
}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .noPt {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  display: block;
  text-indent: 0 !important;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .dy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2619px -1093px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .dy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2619px -1093px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .dy {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .dy {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .dy {background-position:-2619px -1093px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .dy {background-position:-2619px -1093px}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .dy {
width:38px;
height:38px;

  display: block;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .bz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2659px -1093px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .bz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2659px -1093px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .bz {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .bz {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .bz {background-position:-2659px -1093px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .bz {background-position:-2659px -1093px}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .bz {
width:38px;
height:38px;

  display: block;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .xhs {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2639px -1338px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .xhs {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2639px -1338px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .xhs {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .xhs {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .xhs {background-position:-2639px -1338px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .xhs {background-position:-2639px -1338px}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .xhs {
width:38px;
height:38px;

  display: block;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .ks {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2639px -1405px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .ks {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2639px -1405px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .ks {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .ks {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .ks {background-position:-2639px -1405px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .ks {background-position:-2639px -1405px}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .ks {
width:38px;
height:38px;

  display: block;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .wb {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2644px -1184px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .wb {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2644px -1184px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .wb {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .wb {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .wb {background-position:-2644px -1184px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .wb {background-position:-2644px -1184px}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .wb {
width:38px;
height:37px;

  display: block;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .hy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2644px -1223px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .hy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2644px -1223px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .hy {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .hy {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .hy {background-position:-2644px -1223px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .dome_box .hy {background-position:-2644px -1223px}
.container-inner.annual .annual_box1 .anchor_box1 .dome_box .hy {
width:38px;
height:37px;

  display: block;
}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_hj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide {
  width: 220px;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic2_994f5d52.png) no-repeat}
.webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic2_994f5d52.webp) no-repeat}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg {
  width: 197px;
  height: 330px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 23px;
  margin: 0 auto;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg .head_box {background:#b79f74}
.webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg .head_box {background:#b79f74}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg .head_box {
  width: 119px;
  height: 119px;
  margin: 0 0 0 41px;
  border-radius: 50%;
}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg .head_box img {
  width: 100%;
  border-radius: 50%;
}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg .sj_name {
  font-size: 14px;
  line-height: 22px;
  color: #4f0204;
  text-align: center;
  padding-top: 14px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg .sj_anchor {
  font-size: 12px;
  line-height: 16px;
  color: #650b0c;
  text-align: center;
  width: 170px;
  margin: 0 auto;
  padding-top: 17px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg--hide {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic3_bd515c3e.png)}
.webp .container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg--hide {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic3_bd515c3e.webp)}
.container-inner.annual .annual_box1 .anchor_box1 .anchor_hj .up-slide .zb_bg--hide {
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-prev-up1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_l_73f310a8.png) no-repeat}
.webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-prev-up1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_l_73f310a8.webp) no-repeat}
.container-inner.annual .annual_box1 .anchor_box1 .swiper-button-prev-up1 {
  left: 10px;
  top: 300px;
  z-index: 1;
  width: 25px;
  height: 27px;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2635px -1472px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2635px -1472px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up1 {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up1 {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up1 {background-position:-2635px -1472px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up1 {background-position:-2635px -1472px}
.container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up1 {

  right: 10px;
  top: 300px;
  z-index: 1;
  height: 27px;
  width: 25px;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-prev-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_l_73f310a8.png) no-repeat}
.webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-prev-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_l_73f310a8.webp) no-repeat}
.container-inner.annual .annual_box1 .anchor_box1 .swiper-button-prev-up2 {
  left: 10px;
  top: 302px;
  z-index: 1;
  width: 25px;
  height: 27px;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2635px -1472px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2635px -1472px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up2 {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up2 {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up2 {background-position:-2635px -1472px}
.webp .container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up2 {background-position:-2635px -1472px}
.container-inner.annual .annual_box1 .anchor_box1 .swiper-button-next-up2 {

  right: 10px;
  top: 302px;
  z-index: 1;
  height: 27px;
  width: 25px;
  position: absolute;
}
.container-inner.annual .annual_box2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-webp .container-inner.annual .annual_box2 .sub2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/annual_tit_93dcb0c4.png) no-repeat}
.webp .container-inner.annual .annual_box2 .sub2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/annual_tit_93dcb0c4.webp) no-repeat}
.container-inner.annual .annual_box2 .sub2 {
  width: 851px;
  height: 73px;
  margin: 90px auto 0;
}
.no-webp .container-inner.annual .annual_box2 .sub3 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tit1_67a0dc7a.png) no-repeat}
.webp .container-inner.annual .annual_box2 .sub3 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tit1_67a0dc7a.webp) no-repeat}
.container-inner.annual .annual_box2 .sub3 {
  width: 851px;
  height: 73px;
  margin: 0 auto;
}
.no-webp .container-inner.annual .annual_box2 .md_pic {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pic_04d020d1.png) no-repeat}
.webp .container-inner.annual .annual_box2 .md_pic {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pic_04d020d1.webp) no-repeat}
.container-inner.annual .annual_box2 .md_pic {
  width: 12822px;
  height: 530px;
  margin: 0 0 0 75px;
}
.container-inner.annual .annual_box2 .md_pic span {
  font-size: 18px;
  line-height: 32px;
  color: #dfdfdf;
  width: 700px;
  height: 130px;
  height: 323px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 95px;
  padding-top: 90px;
}
.container-inner.annual .annual_box2 .tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 44px auto 0;
}
.no-webp .container-inner.annual .annual_box2 .tab_list span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2563px -1791px}
.webp .container-inner.annual .annual_box2 .tab_list span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2563px -1791px}
.no-webp .container-inner.annual .annual_box2 .tab_list span {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box2 .tab_list span {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box2 .tab_list span {background-position:-2563px -1791px}
.webp .container-inner.annual .annual_box2 .tab_list span {background-position:-2563px -1791px}
.container-inner.annual .annual_box2 .tab_list span {

  display: block;
  width: 130px;
  height: 39px;
  font-size: 18px;
  color: #e0c7a0;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
}
.no-webp .container-inner.annual .annual_box2 .tab_list span:hover, 
.no-webp .container-inner.annual .annual_box2 .tab_list span.active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1854px}
.webp .container-inner.annual .annual_box2 .tab_list span:hover, 
.webp .container-inner.annual .annual_box2 .tab_list span.active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1854px}
.no-webp .container-inner.annual .annual_box2 .tab_list span:hover, 
.no-webp .container-inner.annual .annual_box2 .tab_list span.active {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box2 .tab_list span:hover, 
.webp .container-inner.annual .annual_box2 .tab_list span.active {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box2 .tab_list span:hover, 
.no-webp .container-inner.annual .annual_box2 .tab_list span.active {background-position:-2403px -1854px}
.webp .container-inner.annual .annual_box2 .tab_list span:hover, 
.webp .container-inner.annual .annual_box2 .tab_list span.active {background-position:-2403px -1854px}
.container-inner.annual .annual_box2 .tab_list span:hover,
.container-inner.annual .annual_box2 .tab_list span.active {

  display: block;
  width: 130px;
  height: 39px;
}
.container-inner.annual .annual_box2 .up_box {
  width: 1227px;
  height: 172px;
  margin: 30px auto 0;
  position: relative;
}
.container-inner.annual .annual_box2 .up_box .up1-swiper {
  width: 1120px;
  overflow: hidden;
  height: 172px;
}
.container-inner.annual .annual_box2 .up_box .up1-swiper .swiper-slide {
  width: 142px;
}
.no-webp .container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_bg_65cdb476.jpg) no-repeat}
.webp .container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_bg_65cdb476.webp) no-repeat}
.container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic {
  cursor: pointer;
  width: 125px;
  height: 150px;
  position: relative;
}
.no-webp .container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic:hover, 
.no-webp .container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic.active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_hover_0ddbbbae.jpg) no-repeat}
.webp .container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic:hover, 
.webp .container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic.active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_hover_0ddbbbae.webp) no-repeat}
.container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic:hover,
.container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic.active {
  width: 125px;
  height: 150px;
}
.container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic img {
  width: 125px;
  height: 150px;
  display: block;
}
.container-inner.annual .annual_box2 .up_box .up1-swiper .up_pic span {
  position: absolute;
  font-size: 14px;
  line-height: 16px;
  color: #d7bd8d;
  width: 100%;
  text-align: center;
  left: 0;
  top: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 39px;
}
.no-webp .container-inner.annual .annual_box2 .up_box .swiper-scrollbar-up2 {background:#7a0910}
.webp .container-inner.annual .annual_box2 .up_box .swiper-scrollbar-up2 {background:#7a0910}
.container-inner.annual .annual_box2 .up_box .swiper-scrollbar-up2 {
  height: 4px;
  width: 1120px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box2 .up_box .swiper-scrollbar-up2 .swiper-scrollbar-drag {background:#e2cca3}
.webp .container-inner.annual .annual_box2 .up_box .swiper-scrollbar-up2 .swiper-scrollbar-drag {background:#e2cca3}
.container-inner.annual .annual_box2 .up_box .swiper-scrollbar-up2 .swiper-scrollbar-drag {
  height: 3px;
  top: 0;
  border-radius: 0 !important;
}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_zb_a3fe254f.png) no-repeat}
.webp .container-inner.annual .annual_box2 .anchor_box2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_zb_a3fe254f.webp) no-repeat}
.container-inner.annual .annual_box2 .anchor_box2 {
  width: 1189px;
  height: 540px;
  margin: 34px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 172px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_sub1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -403px}
.webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_sub1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -403px}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_sub1 {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_sub1 {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_sub1 {background-position:-2049px -403px}
.webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_sub1 {background-position:-2049px -403px}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_sub1 {

  width: 400px;
  height: 107px;
  margin-left: 33px;
  position: absolute;
  left: 24px;
  top: 25px;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_sub1 span {
  font-family: 'fzcjljt';
  color: #eaddbb;
  width: 281px;
  display: block;
  font-size: 20px;
  line-height: 44px;
  padding-top: 15px;
  margin-left: 91px;
  height: 44px;
}
.container-inner.annual .annual_box2 .anchor_box2 .dome_box {
  width: 1100px;
  overflow: hidden;
  position: relative;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide {
  width: 220px;
}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic1_cef078e3.png) no-repeat}
.webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic1_cef078e3.webp) no-repeat}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg {
  width: 197px;
  height: 330px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  margin: 0 auto;
}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .head_box {background:#b79f74}
.webp .container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .head_box {background:#b79f74}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .head_box {
  width: 119px;
  height: 119px;
  margin: 0 auto;
  border-radius: 50%;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .head_box img {
  width: 100%;
  border-radius: 50%;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .sj_name {
  font-size: 14px;
  line-height: 22px;
  color: #4f0204;
  text-align: center;
  padding-top: 14px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .sj_anchor {
  font-size: 12px;
  line-height: 16px;
  color: #650b0c;
  text-align: center;
  width: 170px;
  margin: 0 auto;
  padding-top: 17px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .up_tit {
  font-size: 18px;
  line-height: 24px;
  color: #4d0204;
  text-align: center;
  padding-top: 30px;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .up_anchor {
  font-size: 18px;
  line-height: 24px;
  color: #4d0204;
  text-align: center;
  height: 20px;
  padding-top: 6px;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .up_name {
  font-size: 18px;
  line-height: 24px;
  color: #4d0204;
  text-align: center;
  padding-top: 26px;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .grzybtn {
  width: 121px;
  height: 37px;
  position: absolute;
  right: 5px;
  bottom: 0;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .grzybtn a {
  width: 100%;
  display: block;
  height: 100%;
}
.container-inner.annual .annual_box2 .anchor_box2 .anchor_hj .up-slide .zb_bg .grzybtn a em {
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  display: block;
  color: #e5cfa7;
}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-prev-up1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_l_73f310a8.png) no-repeat}
.webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-prev-up1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_l_73f310a8.webp) no-repeat}
.container-inner.annual .annual_box2 .anchor_box2 .swiper-button-prev-up1 {
  left: 10px;
  top: 300px;
  z-index: 1;
  width: 25px;
  height: 27px;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2635px -1472px}
.webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2635px -1472px}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up1 {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up1 {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up1 {background-position:-2635px -1472px}
.webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up1 {background-position:-2635px -1472px}
.container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up1 {

  right: 10px;
  top: 300px;
  z-index: 1;
  height: 27px;
  width: 25px;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-prev-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_l_73f310a8.png) no-repeat}
.webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-prev-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_l_73f310a8.webp) no-repeat}
.container-inner.annual .annual_box2 .anchor_box2 .swiper-button-prev-up2 {
  left: 10px;
  top: 302px;
  z-index: 1;
  width: 25px;
  height: 27px;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2635px -1472px}
.webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2635px -1472px}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up2 {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up2 {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up2 {background-position:-2635px -1472px}
.webp .container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up2 {background-position:-2635px -1472px}
.container-inner.annual .annual_box2 .anchor_box2 .swiper-button-next-up2 {

  right: 10px;
  top: 302px;
  z-index: 1;
  height: 27px;
  width: 25px;
  position: absolute;
}
.container-inner.annual .annual_box2 .anchor_box2 .txtdiv {
  width: 24px;
  height: 44px;
  position: absolute;
  left: 8px;
  top: 4px;
}
.container-inner.annual .annual_box2 .anchor_box2 .txtdiv img {
  width: 100%;
  display: block;
}
.container-inner.annual .pop {
  opacity: 0;
  z-index: -100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.container-inner.annual .pop.on {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
.no-webp .container-inner.annual .pop .mask {background-color:rgba(0, 0, 0, 0.7)}
.webp .container-inner.annual .pop .mask {background-color:rgba(0, 0, 0, 0.7)}
.container-inner.annual .pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container-inner.annual .pop .view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.no-webp .container-inner.annual .pop .view .btn-close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/close_1afb8546.png) no-repeat top center}
.webp .container-inner.annual .pop .view .btn-close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/close_1afb8546.webp) no-repeat top center}
.container-inner.annual .pop .view .btn-close {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 26px;
  height: 26px;
}
.container-inner.annual .pop .view .btn-close:hover {
  opacity: .7;
}
.no-webp .container-inner.annual .pop.pop-dy .view, 
.no-webp .container-inner.annual .pop.pop-alert .view {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tmpopdy_e1f8750c.png) no-repeat center}
.webp .container-inner.annual .pop.pop-dy .view, 
.webp .container-inner.annual .pop.pop-alert .view {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tmpopdy_e1f8750c.webp) no-repeat center}
.container-inner.annual .pop.pop-dy .view,
.container-inner.annual .pop.pop-alert .view {
  width: 1042px;
  height: 296px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 120px;
}
.no-webp .container-inner.annual .pop.pop-dy .view .imgbox, 
.no-webp .container-inner.annual .pop.pop-alert .view .imgbox {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/txk_05f4a02e.png) no-repeat center}
.webp .container-inner.annual .pop.pop-dy .view .imgbox, 
.webp .container-inner.annual .pop.pop-alert .view .imgbox {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/txk_05f4a02e.webp) no-repeat center}
.container-inner.annual .pop.pop-dy .view .imgbox,
.container-inner.annual .pop.pop-alert .view .imgbox {
  position: absolute;
  width: 122px;
  height: 122px;
  padding: 5px;
  left: 280px;
  top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container-inner.annual .pop.pop-dy .view .imgbox img,
.container-inner.annual .pop.pop-alert .view .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.container-inner.annual .pop.pop-dy .view .txtbox,
.container-inner.annual .pop.pop-alert .view .txtbox {
  position: absolute;
  width: 250px;
  height: 185px;
  left: 440px;
  top: 50px;
}
.container-inner.annual .pop.pop-dy .view .txtbox p,
.container-inner.annual .pop.pop-alert .view .txtbox p {
  width: 100%;
  height: auto;
  color: #371c00;
  line-height: 24px;
  opacity: .9;
  font-size: 14px;
}
.container-inner.annual .pop.pop-dy .view .txtbox p.name,
.container-inner.annual .pop.pop-alert .view .txtbox p.name {
  color: #390102;
  font-size: 24px;
}
.no-webp .container-inner.annual .pop.pop-dy .view .txtbox .grzy, 
.no-webp .container-inner.annual .pop.pop-alert .view .txtbox .grzy {background-color:#600306}
.webp .container-inner.annual .pop.pop-dy .view .txtbox .grzy, 
.webp .container-inner.annual .pop.pop-alert .view .txtbox .grzy {background-color:#600306}
.container-inner.annual .pop.pop-dy .view .txtbox .grzy,
.container-inner.annual .pop.pop-alert .view .txtbox .grzy {
  display: block;
  margin: 20px 0;
  width: 87px;
  height: 27px;
  color: #e2cda5;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.no-webp .container-inner.annual .pop.pop-dy .view .txtbox .grzy:hover, 
.no-webp .container-inner.annual .pop.pop-alert .view .txtbox .grzy:hover {background-color:#73070b}
.webp .container-inner.annual .pop.pop-dy .view .txtbox .grzy:hover, 
.webp .container-inner.annual .pop.pop-alert .view .txtbox .grzy:hover {background-color:#73070b}
.container-inner.annual .pop.pop-dy .view .txtbox .grzy:hover,
.container-inner.annual .pop.pop-alert .view .txtbox .grzy:hover {
}
.container-inner.annual .pop.pop-dy .view .dybox,
.container-inner.annual .pop.pop-alert .view .dybox {
  position: absolute;
  right: 130px;
  top: 50px;
  text-align: center;
  width: 230px;
  height: 200px;
}
.container-inner.annual .pop.pop-dy .view .dybox img,
.container-inner.annual .pop.pop-alert .view .dybox img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -56.5px;
  width: 113px;
  height: 113px;
}
.container-inner.annual .pop.pop-dy .view .dybox p,
.container-inner.annual .pop.pop-alert .view .dybox p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  color: #371c00;
  text-align: center;
  font-size: 14px;
}
.no-webp .container-inner.annual .pop.pop-alert .view {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tmpop_f488a3ff.png) no-repeat center}
.webp .container-inner.annual .pop.pop-alert .view {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tmpop_f488a3ff.webp) no-repeat center}
.container-inner.annual .pop.pop-alert .view {
}
.container-inner.annual .pop.pop-alert .view .imgbox {
  left: 350px;
}
.container-inner.annual .pop.pop-alert .view .txtbox {
  left: 600px;
}
.no-webp .container-inner.annual .pop.pop-bz .view {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/videopop_3e1429e1.png) no-repeat center / 100%}
.webp .container-inner.annual .pop.pop-bz .view {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/videopop_3e1429e1.webp) no-repeat center / 100%}
.container-inner.annual .pop.pop-bz .view {
  width: 684px;
  height: 390px;
}
.no-webp .container-inner.annual .pop.pop-bz .view .left {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/leftvideo_a832f066.png) no-repeat center}
.webp .container-inner.annual .pop.pop-bz .view .left {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/leftvideo_a832f066.webp) no-repeat center}
.container-inner.annual .pop.pop-bz .view .left {
  position: absolute;
  width: 170px;
  height: 390px;
  left: 0;
  top: 0;
  z-index: 5;
}
.no-webp .container-inner.annual .pop.pop-bz .view .left .imgbox {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/txk_05f4a02e.png) no-repeat center}
.webp .container-inner.annual .pop.pop-bz .view .left .imgbox {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/txk_05f4a02e.webp) no-repeat center}
.container-inner.annual .pop.pop-bz .view .left .imgbox {
  width: 122px;
  height: 122px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.container-inner.annual .pop.pop-bz .view .left .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.container-inner.annual .pop.pop-bz .view .left .txtbox {
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.container-inner.annual .pop.pop-bz .view .left .txtbox p {
  width: 100%;
  height: auto;
  color: #371c00;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.container-inner.annual .pop.pop-bz .view .left .txtbox p.name {
  text-align: center;
  color: #390102;
  font-size: 20px;
}
.no-webp .container-inner.annual .pop.pop-bz .view .left .txtbox .grzy {background-color:#600306}
.webp .container-inner.annual .pop.pop-bz .view .left .txtbox .grzy {background-color:#600306}
.container-inner.annual .pop.pop-bz .view .left .txtbox .grzy {
  display: block;
  margin: 20px auto;
  width: 87px;
  height: 27px;
  color: #e2cda5;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.no-webp .container-inner.annual .pop.pop-bz .view .left .txtbox .grzy:hover {background-color:#73070b}
.webp .container-inner.annual .pop.pop-bz .view .left .txtbox .grzy:hover {background-color:#73070b}
.container-inner.annual .pop.pop-bz .view .left .txtbox .grzy:hover {
}
.container-inner.annual .pop.pop-bz .view .iframebox {
  position: absolute;
  width: 514px;
  height: 390px;
  right: 0;
  top: 0;
}
.container-inner.annual .pop.pop-bz .view .iframebox iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.no_sj {
  font-size: 40px;
  height: 275px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
}
.no-webp .next-btn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_r_39b75779.png) no-repeat center}
.webp .next-btn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_r_39b75779.webp) no-repeat center}
.next-btn {
  position: absolute;
  width: 24px;
  height: 28px;
  top: 50%;
  margin-top: -28px;
  right: 8px;
  -moz-animation: lere 1.5s linear infinite;
  -webkit-animation: lere 1.5s linear infinite;
  -o-animation: lere 1.5s linear infinite;
  -ms-animation: lere 1.5s linear infinite;
  animation: lere 1.5s linear infinite;
}
@-webkit-keyframes lere {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@-moz-keyframes lere {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@-ms-keyframes lere {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@-o-keyframes lere {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@keyframes lere {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
.no-webp .annual_box24 .article-show {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/award24_325a92c3.png) no-repeat;
  background-size: 100% 100%}
.webp .annual_box24 .article-show {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/award24_325a92c3.webp) no-repeat;
  background-size: 100% 100%}
.no-webp .annual_box24 .article-show {background-size:100% 100%}
.webp .annual_box24 .article-show {background-size:100% 100%}
.annual_box24 .article-show {
  width: 1300px;
  height: 1220px;
  margin-top: 32px;
}
.no-webp .annual_box24 .sub24 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tit24_7894ae47.png) no-repeat}
.webp .annual_box24 .sub24 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tit24_7894ae47.webp) no-repeat}
.annual_box24 .sub24 {
  width: 851px;
  height: 72px;
  margin: 90px auto 0;
}
.no-webp .annual_box24 .swiper-container .swiper-scrollbar-up24 {background:#7a0910}
.webp .annual_box24 .swiper-container .swiper-scrollbar-up24 {background:#7a0910}
.annual_box24 .swiper-container .swiper-scrollbar-up24 {
  height: 4px;
  width: 1120px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.no-webp .annual_box24 .swiper-container .swiper-scrollbar-up24 .swiper-scrollbar-drag {background:#e2cca3}
.webp .annual_box24 .swiper-container .swiper-scrollbar-up24 .swiper-scrollbar-drag {background:#e2cca3}
.annual_box24 .swiper-container .swiper-scrollbar-up24 .swiper-scrollbar-drag {
  height: 3px;
  top: 0;
  border-radius: 0 !important;
}
.no-webp .annual_box24 .swiper-scrollbar-anchor24 {background:#7a0910}
.webp .annual_box24 .swiper-scrollbar-anchor24 {background:#7a0910}
.annual_box24 .swiper-scrollbar-anchor24 {
  height: 4px;
  width: 1100px;
  left: 0;
  bottom: 14px;
  position: absolute;
}
.no-webp .annual_box24 .swiper-scrollbar-anchor24 .swiper-scrollbar-drag {background:#e2cca3}
.webp .annual_box24 .swiper-scrollbar-anchor24 .swiper-scrollbar-drag {background:#e2cca3}
.annual_box24 .swiper-scrollbar-anchor24 .swiper-scrollbar-drag {
  height: 3px;
  top: 0;
  border-radius: 0 !important;
}
#dome_box24 .up-slide,
#anchor24-swiper .up-slide {
  width: 210px;
}
#dome_box24 .up-slide:first-child,
#anchor24-swiper .up-slide:first-child {
  margin-left: 5px;
}
.no-webp .container-inner.annual .annual_box25 .tab_box .next-btn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_r2_76c41a04.png) no-repeat center}
.webp .container-inner.annual .annual_box25 .tab_box .next-btn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_jt_r2_76c41a04.webp) no-repeat center}
.container-inner.annual .annual_box25 .tab_box .next-btn {
}
.container-inner.annual .annual_box25 .tab_box .up_box {
  height: 287px;
}
.container-inner.annual .annual_box25 .tab_box .up_box .up1-swiper {
  height: 287px;
}
.container-inner.annual .annual_box25 .tab_box .up_box .up1-swiper .swiper-slide {
  width: 188px;
  margin-right: 24px;
}
.container-inner.annual .annual_box25 .tab_box .up_box .up1-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.container-inner.annual .annual_box25 .tab_box .up_box .up1-swiper .swiper-scrollbar {
  bottom: 0;
}
.no-webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_bg2_8a0807e1.png) no-repeat center / 186px;
  background-position: center 8px}
.webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_bg2_8a0807e1.webp) no-repeat center / 186px;
  background-position: center 8px}
.no-webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic {background-position:center 8px}
.webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic {background-position:center 8px}
.container-inner.annual .annual_box25 .tab_box .up_box .up_pic {
  width: 188px;
  height: 255px;
}
.no-webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic.active, 
.no-webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_hover2_43613668.png) no-repeat center / 100%;
  background-position: center}
.webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic.active, 
.webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/up_hover2_43613668.webp) no-repeat center / 100%;
  background-position: center}
.no-webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic.active, 
.no-webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic:hover {background-position:center}
.webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic.active, 
.webp .container-inner.annual .annual_box25 .tab_box .up_box .up_pic:hover {background-position:center}
.container-inner.annual .annual_box25 .tab_box .up_box .up_pic.active,
.container-inner.annual .annual_box25 .tab_box .up_box .up_pic:hover {
  width: 188px;
  height: 255px;
}
.container-inner.annual .annual_box25 .tab_box .up_box .up_pic img {
  width: 125px;
  height: 121px;
  margin: 0 auto;
  position: relative;
  left: 16px;
  top: 38px;
}
.container-inner.annual .annual_box25 .tab_box .up_box .up_pic span {
  font-size: 20px;
  color: #ffe6a2;
  font-family: 'fzssksjt';
  text-align: center;
  top: 193px;
  width: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 23px;
  height: auto;
}
.no-webp .container-inner.annual .annual_box25 .sub25 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tit25_9d068bed.png) no-repeat}
.webp .container-inner.annual .annual_box25 .sub25 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tit25_9d068bed.webp) no-repeat}
.container-inner.annual .annual_box25 .sub25 {
  width: 851px;
  height: 72px;
  margin: 90px auto 0;
}
.container-inner.annual .annual_box25 .pager-box {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-inner.annual .annual_box25 .pager-box .page-nums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3px;
}
.container-inner.annual .annual_box25 .pager-box .page-nums .num {
  font-size: 20px;
  color: #865555;
  width: 30px;
  cursor: pointer;
  height: 30px;
  text-align: center;
  line-height: 32px;
}
.container-inner.annual .annual_box25 .pager-box .page-nums .num:hover,
.container-inner.annual .annual_box25 .pager-box .page-nums .num.on {
  color: #f8de89;
}
.no-webp .container-inner.annual .annual_box25 .pager-box .swiper-button-prev-up2, 
.no-webp .container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-prev2_43560e13.png) no-repeat center / 9px}
.webp .container-inner.annual .annual_box25 .pager-box .swiper-button-prev-up2, 
.webp .container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-prev2_43560e13.webp) no-repeat center / 9px}
.container-inner.annual .annual_box25 .pager-box .swiper-button-prev-up2,
.container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2 {
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer !important;
}
.no-webp .container-inner.annual .annual_box25 .pager-box .swiper-button-prev-up2.disable, 
.no-webp .container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2.disable {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-prev_5e9c3a02.png) no-repeat center / 9px}
.webp .container-inner.annual .annual_box25 .pager-box .swiper-button-prev-up2.disable, 
.webp .container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2.disable {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-prev_5e9c3a02.webp) no-repeat center / 9px}
.container-inner.annual .annual_box25 .pager-box .swiper-button-prev-up2.disable,
.container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2.disable {
  cursor: default !important;
}
.no-webp .container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-next2_c6fb10cb.png) no-repeat center / 9px}
.webp .container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-next2_c6fb10cb.webp) no-repeat center / 9px}
.container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2 {
}
.no-webp .container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2.disable {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-next_e555c124.png) no-repeat center / 9px}
.webp .container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2.disable {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-next_e555c124.webp) no-repeat center / 9px}
.container-inner.annual .annual_box25 .pager-box .swiper-button-next-up2.disable {
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_zb2_98f6c4da.png) no-repeat}
.webp .container-inner.annual .annual_box25 .anchor_box1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_zb2_98f6c4da.webp) no-repeat}
.container-inner.annual .annual_box25 .anchor_box1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  padding-top: 37px;
  height: auto;
  min-height: 1051px;
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/anchor_sub1_2025_61568bfd.png) no-repeat center / auto 100%}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/anchor_sub1_2025_61568bfd.webp) no-repeat center / auto 100%}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_sub {
  margin: 0 auto 43px;
  height: 66px;
  min-width: 418px;
  text-align: center;
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fff4d7), to(#c2924e))}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fff4d7), to(#c2924e))}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span {background-image:linear-gradient(to bottom, #fff4d7, #c2924e)}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span {background-image:linear-gradient(to bottom, #fff4d7, #c2924e)}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span {-webkit-background-clip:text}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span {-webkit-background-clip:text}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span {
  line-height: 45px;
  font-size: 32px;
  font-family: 'SourceHanSerifSC-Bold';
  color: transparent;
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2646px -668px}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2646px -668px}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span::before {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span::before {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span::before {background-position:-2646px -668px}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span::before {background-position:-2646px -668px}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_sub span::before {
  vertical-align: bottom;
  content: '';
  display: inline-block;
  margin-left: -20px;
  margin-right: 2px;
width:47px;
height:49px;

}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj {
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide {
  margin: 0 !important;
  margin-bottom: 38px !important;
  margin-right: 77px !important;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 478px !important;
  height: 183px !important;
}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide:nth-child(2n) {
  margin-right: 0 !important;
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic2_2025_8eb8b86a.png) no-repeat center / 100%}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/zb_pic2_2025_8eb8b86a.webp) no-repeat center / 100%}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg {
  width: 478px;
  height: 183px;
  padding-top: 0;
  overflow: hidden;
  position: relative;
}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .head_box {
  width: 103px;
  height: 103px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 27px;
  margin-top: 14px;
}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .sj_name {
  font-family: 'SourceHanSerifSC-Bold';
  color: #550205;
  font-size: 24px;
  padding: 0;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: auto;
  line-height: 31px;
}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .sj_anchor {
  width: 280px;
  font-size: 17px;
  line-height: 24px;
  color: #650b0c;
  padding: 0;
  height: auto;
  display: block;
  text-align: left !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .wenan {
  position: absolute;
  top: 50%;
  left: 177px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 33px;
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .wenan .line {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2385px -795px}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .wenan .line {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2385px -795px}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .wenan .line {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .wenan .line {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .wenan .line {background-position:-2385px -795px}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .wenan .line {background-position:-2385px -795px}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .wenan .line {
  margin: 7px 0;
width:228px;
height:12px;

}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box {background-color:transparent}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box {background-color:transparent}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box {
  left: 0;
  bottom: 0;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 166px;
}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span {
  position: relative;
  display: block;
  -webkit-transform: scale(0.74);
          transform: scale(0.74);
  width: 30px;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 4px;
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.dy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pt3_2_9cc26a92.png) no-repeat center / 100%}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.dy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pt3_2_9cc26a92.webp) no-repeat center / 100%}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.dy {
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.bz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pt2_2_07b18195.png) no-repeat center / 100%}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.bz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pt2_2_07b18195.webp) no-repeat center / 100%}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.bz {
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.ks {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pt6_2_a7763fe5.png) no-repeat center / 100%}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.ks {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pt6_2_a7763fe5.webp) no-repeat center / 100%}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.ks {
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.xhs {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pt7_2_b82298c4.png) no-repeat center / 100%}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.xhs {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/pt7_2_b82298c4.webp) no-repeat center / 100%}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.xhs {
}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.main {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-right: 8px;
}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.main::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2646px -719px}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.main::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2646px -719px}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.main::before {background-size:2698px 2082px}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.main::before {background-size:2698px 2082px}
.no-webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.main::before {background-position:-2646px -719px}
.webp .container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.main::before {background-position:-2646px -719px}
.container-inner.annual .annual_box25 .anchor_box1 .anchor_hj .up-slide .zb_bg .pt_box span.main::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
width:47px;
height:8px;

}
.no-webp .container-inner.annual .annual_box25 .swiper-container .swiper-scrollbar-up25 {background:#7a0910}
.webp .container-inner.annual .annual_box25 .swiper-container .swiper-scrollbar-up25 {background:#7a0910}
.container-inner.annual .annual_box25 .swiper-container .swiper-scrollbar-up25 {
  height: 4px;
  width: 1120px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.no-webp .container-inner.annual .annual_box25 .swiper-container .swiper-scrollbar-up25 .swiper-scrollbar-drag {background:#e2cca3}
.webp .container-inner.annual .annual_box25 .swiper-container .swiper-scrollbar-up25 .swiper-scrollbar-drag {background:#e2cca3}
.container-inner.annual .annual_box25 .swiper-container .swiper-scrollbar-up25 .swiper-scrollbar-drag {
  height: 3px;
  top: 0;
  border-radius: 0 !important;
}
.container-inner.annual #dome_box25 {
  width: 1033px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.container-inner.annual #dome_box25 .up-slide {
  width: 210px;
}
.container-inner.annual #dome_box25 .up-slide:first-child {
  margin-left: 5px;
}
html.in-game {
  overflow: hidden !important;
}
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 .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 #NIE-copyRight {
  display: none;
}
body {
  color: #394b6f;
}
.no-webp #app {background-color:#2e0405}
.webp #app {background-color:#2e0405}
.no-webp #app {background-size:100% auto}
.webp #app {background-size:100% auto}
#app {
  height: auto;
  width: 100%;
  position: relative;
}
#app > .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.no-webp #app > .bg::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_16e257e0.png) no-repeat top / 100%}
.webp #app > .bg::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg_16e257e0.webp) no-repeat top / 100%}
#app > .bg::before {
  content: '';
  width: 100%;
  height: 100%;
  min-width: 1920px;
  position: absolute;
  left: 0;
  top: calc(80vw / 1920 * 970);
  pointer-events: none;
}
@media screen and (max-width: 1300px) {
  #app > .bg::before {
    top: 520px !important;
  }
}
.no-webp #app > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg-bef_0b3e63ba.png) no-repeat bottom / 100%}
.webp #app > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg-bef_0b3e63ba.webp) no-repeat bottom / 100%}
#app > .bg::after {
  content: '';
  width: 100%;
  height: 100%;
  min-width: 1920px;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
#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: #e9954b;
}
.reds {
  color: red;
  font-weight: bold;
}
.red {
  color: #ddaf6e;
  font-weight: bold;
}
.apply-wrap {
  margin: 0 auto 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-webp .btn-apply {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-apply_07d1f9dd.png) no-repeat center / 100%}
.webp .btn-apply {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-apply_07d1f9dd.webp) no-repeat center / 100%}
.btn-apply {
  display: block;
  width: 237px;
  height: 39px;
}
.no-webp .btn-apply.loadbtn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-apply2-1_28804254.png) no-repeat center / 100%}
.webp .btn-apply.loadbtn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-apply2-1_28804254.webp) no-repeat center / 100%}
.btn-apply.loadbtn {
  width: 309px;
  height: 65px;
  font-size: 32.76px;
  color: #ffffff;
  text-align: center;
  line-height: 65px;
  font-family: fzssksjt;
}
.no-webp .btn-apply.loadbtn:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-apply2-1-1_a45b35ef.png) no-repeat center / 100%}
.webp .btn-apply.loadbtn:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/btn-apply2-1-1_a45b35ef.webp) no-repeat center / 100%}
.btn-apply.loadbtn:hover {
  width: 309px;
  height: 65px;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.btn-apply:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.no-webp .btn-info {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2451px -360px}
.webp .btn-info {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2451px -360px}
.no-webp .btn-info {background-size:2698px 2082px}
.webp .btn-info {background-size:2698px 2082px}
.no-webp .btn-info {background-position:-2451px -360px}
.webp .btn-info {background-position:-2451px -360px}
.btn-info {
  display: block;
width:237px;
height:39px;

}
.btn-info:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.no-webp .btn-ydbm {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2451px -469px}
.webp .btn-ydbm {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2451px -469px}
.no-webp .btn-ydbm {background-size:2698px 2082px}
.webp .btn-ydbm {background-size:2698px 2082px}
.no-webp .btn-ydbm {background-position:-2451px -469px}
.webp .btn-ydbm {background-position:-2451px -469px}
.btn-ydbm {
  display: block;
width:237px;
height:39px;

  margin-left: 24px;
}
.btn-ydbm:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  position: relative;
}
.no-webp .btn-ydbm:hover::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-1698px -1804px}
.webp .btn-ydbm:hover::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-1698px -1804px}
.no-webp .btn-ydbm:hover::before {background-size:2698px 2082px}
.webp .btn-ydbm:hover::before {background-size:2698px 2082px}
.no-webp .btn-ydbm:hover::before {background-position:-1698px -1804px}
.webp .btn-ydbm:hover::before {background-position:-1698px -1804px}
.btn-ydbm:hover::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 34px;
  left: 85px;
width:317px;
height:47px;

}
.no-webp .btn-ydbm.loadbtn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2451px -294px}
.webp .btn-ydbm.loadbtn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2451px -294px}
.no-webp .btn-ydbm.loadbtn {background-size:2698px 2082px}
.webp .btn-ydbm.loadbtn {background-size:2698px 2082px}
.no-webp .btn-ydbm.loadbtn {background-position:-2451px -294px}
.webp .btn-ydbm.loadbtn {background-position:-2451px -294px}
.btn-ydbm.loadbtn {
width:235px;
height:64px;

}
.btn-ydbm.loadbtn:hover::before {
  display: none;
}
.no-webp .btn-ybm {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2440px -1275px}
.webp .btn-ybm {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2440px -1275px}
.no-webp .btn-ybm {background-size:2698px 2082px}
.webp .btn-ybm {background-size:2698px 2082px}
.no-webp .btn-ybm {background-position:-2440px -1275px}
.webp .btn-ybm {background-position:-2440px -1275px}
.btn-ybm {
  display: block;
width:237px;
height:39px;

  margin-left: 24px;
}
.no-webp .btn-ybm.loadbtn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2451px -403px}
.webp .btn-ybm.loadbtn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2451px -403px}
.no-webp .btn-ybm.loadbtn {background-size:2698px 2082px}
.webp .btn-ybm.loadbtn {background-size:2698px 2082px}
.no-webp .btn-ybm.loadbtn {background-position:-2451px -403px}
.webp .btn-ybm.loadbtn {background-position:-2451px -403px}
.btn-ybm.loadbtn {
  margin-left: 0;
width:235px;
height:64px;

}
.login-index {
  width: 100%;
  height: 102px;
  position: absolute;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}
.login-index .top-login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  height: 28px;
  line-height: 28px;
}
.no-webp .login-index .btn-login {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2403px -1572px}
.webp .login-index .btn-login {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2403px -1572px}
.no-webp .login-index .btn-login {background-size:2698px 2082px}
.webp .login-index .btn-login {background-size:2698px 2082px}
.no-webp .login-index .btn-login {background-position:-2403px -1572px}
.webp .login-index .btn-login {background-position:-2403px -1572px}
.login-index .btn-login {
width:93px;
height:28px;

}
.login-index .btn-login:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.login-index .username {
  font-size: 18px;
  color: #f3ede0;
  position: relative;
}
.no-webp .login-index .username.author::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2619px -1002px}
.webp .login-index .username.author::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2619px -1002px}
.no-webp .login-index .username.author::before {background-size:2698px 2082px}
.webp .login-index .username.author::before {background-size:2698px 2082px}
.no-webp .login-index .username.author::before {background-position:-2619px -1002px}
.webp .login-index .username.author::before {background-position:-2619px -1002px}
.login-index .username.author::before {
  content: '';
  position: absolute;
  top: -16px;
  left: -71px;
width:67px;
height:26px;

}
.no-webp .login-index .btn-logout {background:none}
.webp .login-index .btn-logout {background:none}
.login-index .btn-logout {
  font-size: 18px;
  color: #f4af59;
  letter-spacing: 3px;
  margin-left: 14px;
}
.login-index .btn-logout:hover {
  opacity: 0.6;
}
.no-webp .container-inner {background-size:100% auto}
.webp .container-inner {background-size:100% auto}
.container-inner {
  margin-top: 57px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 200px;
  z-index: 1;
}
.no-webp .container-inner.final .rule-content-wrap .select-final {background:url() no-repeat scroll right 0.03rem transparent;
  background-size: 13px 26px}
.webp .container-inner.final .rule-content-wrap .select-final {background:url() no-repeat scroll right 0.03rem transparent;
  background-size: 13px 26px}
.no-webp .container-inner.final .rule-content-wrap .select-final {background-size:13px 26px}
.webp .container-inner.final .rule-content-wrap .select-final {background-size:13px 26px}
.container-inner.final .rule-content-wrap .select-final {
  width: 150px;
  height: 30px;
  position: absolute;
  top: -100px;
  right: 50px;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 5px;
  padding-right: 14px;
}
.no-webp .container-inner.final .rule-content-wrap .select-final .el-input .el-input__inner {background-color:transparent}
.webp .container-inner.final .rule-content-wrap .select-final .el-input .el-input__inner {background-color:transparent}
.container-inner.final .rule-content-wrap .select-final .el-input .el-input__inner {
  border-color: #ccc;
  color: #dadada;
}
.container-inner.center,
.container-inner.list {
  min-height: 1000px;
}
.no-webp .container-inner.rule, 
.no-webp .container-inner.list {background-size:100% auto}
.webp .container-inner.rule, 
.webp .container-inner.list {background-size:100% auto}
.container-inner.rule,
.container-inner.list {
  padding-bottom: 4px;
}
.container-inner .inner-content-wrap {
  margin: 57px auto 130px;
  padding-top: 14px;
  overflow: initial !important;
}
.container-inner .inner-content-wrap > .bg {
  margin-top: 14px;
}
.fixedHeight {
  position: fixed;
  top: 0;
  overflow: hidden;
}
.no-webp .inner-content-wrap {background-position:top}
.webp .inner-content-wrap {background-position:top}
.no-webp .inner-content-wrap {background:transparent !important}
.webp .inner-content-wrap {background:transparent !important}
.inner-content-wrap {
  width: 1300px;
  margin: 0 auto 280px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 894px;
}
.no-webp .inner-content-wrap > .bg {background:rgba(24, 7, 8, 0.7) repeat-y content-box}
.webp .inner-content-wrap > .bg {background:rgba(24, 7, 8, 0.7) repeat-y content-box}
.inner-content-wrap > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 351px 0 543px 0;
  z-index: 0;
  pointer-events: none;
}
.no-webp .inner-content-wrap > .bg::before, 
.no-webp .inner-content-wrap > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-top_a3c72ad0.png) no-repeat center top / 100%}
.webp .inner-content-wrap > .bg::before, 
.webp .inner-content-wrap > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-top_a3c72ad0.webp) no-repeat center top / 100%}
.inner-content-wrap > .bg::before,
.inner-content-wrap > .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 351px;
}
.no-webp .inner-content-wrap > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-bottom_ada1124f.png) no-repeat center bottom / 100%}
.webp .inner-content-wrap > .bg::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1-bottom_ada1124f.webp) no-repeat center bottom / 100%}
.inner-content-wrap > .bg::after {
  bottom: 0;
  top: auto;
  height: 543px;
}
.inner-content-wrap > .inner-inner-box {
  position: relative;
}
.no-webp .prizeWinner-index {background:rgba(0, 0, 0, 0.9)}
.webp .prizeWinner-index {background:rgba(0, 0, 0, 0.9)}
.prizeWinner-index {
  font-size: 22px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0px;
  overflow: auto;
}
.no-webp .prizeWinner-index .Prize {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-0px -668px}
.webp .prizeWinner-index .Prize {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-0px -668px}
.no-webp .prizeWinner-index .Prize {background-size:2698px 2082px}
.webp .prizeWinner-index .Prize {background-size:2698px 2082px}
.no-webp .prizeWinner-index .Prize {background-position:-0px -668px}
.webp .prizeWinner-index .Prize {background-position:-0px -668px}
.prizeWinner-index .Prize {
  margin: 100px auto;
  position: relative;
  overflow: hidden;
width:765px;
height:728px;

}
.no-webp .prizeWinner-index .Prize .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2646px -616px}
.webp .prizeWinner-index .Prize .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2646px -616px}
.no-webp .prizeWinner-index .Prize .close {background-size:2698px 2082px}
.webp .prizeWinner-index .Prize .close {background-size:2698px 2082px}
.no-webp .prizeWinner-index .Prize .close {background-position:-2646px -616px}
.webp .prizeWinner-index .Prize .close {background-position:-2646px -616px}
.prizeWinner-index .Prize .close {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;

  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.prizeWinner-index .Prize .close:hover {
  opacity: 0.8;
}
.no-webp .prizeWinner-index .Prize .title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2049px -1338px}
.webp .prizeWinner-index .Prize .title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2049px -1338px}
.no-webp .prizeWinner-index .Prize .title {background-size:2698px 2082px}
.webp .prizeWinner-index .Prize .title {background-size:2698px 2082px}
.no-webp .prizeWinner-index .Prize .title {background-position:-2049px -1338px}
.webp .prizeWinner-index .Prize .title {background-position:-2049px -1338px}
.prizeWinner-index .Prize .title {
  margin: 50px auto;
width:352px;
height:65px;

}
.no-webp .prizeWinner-index .Prize h5 {background-image:-webkit-gradient(linear, left bottom, left top, from(#c99c5d), to(#f5e5c2))}
.webp .prizeWinner-index .Prize h5 {background-image:-webkit-gradient(linear, left bottom, left top, from(#c99c5d), to(#f5e5c2))}
.no-webp .prizeWinner-index .Prize h5 {background-image:linear-gradient(to top, #c99c5d, #f5e5c2)}
.webp .prizeWinner-index .Prize h5 {background-image:linear-gradient(to top, #c99c5d, #f5e5c2)}
.no-webp .prizeWinner-index .Prize h5 {-webkit-background-clip:text}
.webp .prizeWinner-index .Prize h5 {-webkit-background-clip:text}
.prizeWinner-index .Prize h5 {
  margin-top: -30px;
  font-weight: 600;
  text-align: center;
  color: transparent;
}
.no-webp .prizeWinner-index .noPrize {background:#3a3839}
.webp .prizeWinner-index .noPrize {background:#3a3839}
.prizeWinner-index .noPrize {
  width: 500px;
  margin: -20px auto;
  padding: 20px;
}
.prizeWinner-index .noPrize h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #eed8b0;
  letter-spacing: 3px;
}
.final-wrap .message {
  width: 79%;
  margin: 40px auto;
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.final-classifys .final-titles b {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-left: 20px;
  margin-right: 30px;
}
.no-webp .final-classifys .final-titles b::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2557px -885px}
.webp .final-classifys .final-titles b::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2557px -885px}
.no-webp .final-classifys .final-titles b::after {background-size:2698px 2082px}
.webp .final-classifys .final-titles b::after {background-size:2698px 2082px}
.no-webp .final-classifys .final-titles b::after {background-position:-2557px -885px}
.webp .final-classifys .final-titles b::after {background-position:-2557px -885px}
.final-classifys .final-titles b::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
width:16px;
height:16px;

}
.final-classifys .final-titles .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 140px;
}
.final-classifys .final-titles .title .final-span {
  width: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.no-webp .final-classifys .final-titles .title .final-span span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2520px -1917px}
.webp .final-classifys .final-titles .title .final-span span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2520px -1917px}
.no-webp .final-classifys .final-titles .title .final-span span {background-size:2698px 2082px}
.webp .final-classifys .final-titles .title .final-span span {background-size:2698px 2082px}
.no-webp .final-classifys .final-titles .title .final-span span {background-position:-2520px -1917px}
.webp .final-classifys .final-titles .title .final-span span {background-position:-2520px -1917px}
.final-classifys .final-titles .title .final-span span {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
width:115px;
height:38px;

}
.no-webp .final-classifys .final-titles .title .final-span span.tab-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2435px -1980px}
.webp .final-classifys .final-titles .title .final-span span.tab-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2435px -1980px}
.no-webp .final-classifys .final-titles .title .final-span span.tab-active {background-size:2698px 2082px}
.webp .final-classifys .final-titles .title .final-span span.tab-active {background-size:2698px 2082px}
.no-webp .final-classifys .final-titles .title .final-span span.tab-active {background-position:-2435px -1980px}
.webp .final-classifys .final-titles .title .final-span span.tab-active {background-position:-2435px -1980px}
.final-classifys .final-titles .title .final-span span.tab-active {
width:115px;
height:38px;

}
.no-webp .final-classifys .final-titles .item3 .el-input__inner {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2403px -1472px}
.webp .final-classifys .final-titles .item3 .el-input__inner {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2403px -1472px}
.no-webp .final-classifys .final-titles .item3 .el-input__inner {background-size:2698px 2082px}
.webp .final-classifys .final-titles .item3 .el-input__inner {background-size:2698px 2082px}
.no-webp .final-classifys .final-titles .item3 .el-input__inner {background-position:-2403px -1472px}
.webp .final-classifys .final-titles .item3 .el-input__inner {background-position:-2403px -1472px}
.final-classifys .final-titles .item3 .el-input__inner {
  color: #fff;
width:230px;
height:38px;

  border: none;
}
.no-webp .final-classifys .final-titles .item3 .final-span .select span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tab3-active_0e7e6474.jpg)}
.webp .final-classifys .final-titles .item3 .final-span .select span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/tab3-active_0e7e6474.webp)}
.final-classifys .final-titles .item3 .final-span .select span {
  width: 230px;
  position: relative;
}
.no-webp .final-classifys .final-titles .item3 .final-span .select span::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2631px -795px}
.webp .final-classifys .final-titles .item3 .final-span .select span::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2631px -795px}
.no-webp .final-classifys .final-titles .item3 .final-span .select span::before {background-size:2698px 2082px}
.webp .final-classifys .final-titles .item3 .final-span .select span::before {background-size:2698px 2082px}
.no-webp .final-classifys .final-titles .item3 .final-span .select span::before {background-position:-2631px -795px}
.webp .final-classifys .final-titles .item3 .final-span .select span::before {background-position:-2631px -795px}
.final-classifys .final-titles .item3 .final-span .select span::before {
  position: absolute;
  content: '';
  right: 10px;
width:14px;
height:10px;

}
.no-webp .final-classifys .final-titles .item3 .final-span .select span.rotate::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2631px -795px}
.webp .final-classifys .final-titles .item3 .final-span .select span.rotate::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2631px -795px}
.no-webp .final-classifys .final-titles .item3 .final-span .select span.rotate::before {background-size:2698px 2082px}
.webp .final-classifys .final-titles .item3 .final-span .select span.rotate::before {background-size:2698px 2082px}
.no-webp .final-classifys .final-titles .item3 .final-span .select span.rotate::before {background-position:-2631px -795px}
.webp .final-classifys .final-titles .item3 .final-span .select span.rotate::before {background-position:-2631px -795px}
.final-classifys .final-titles .item3 .final-span .select span.rotate::before {
  position: absolute;
  content: '';
  right: 10px;
width:14px;
height:10px;

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg);
}
.no-webp .final-classifys .final-titles .item3 .final-span .xlk {background-color:#381818}
.webp .final-classifys .final-titles .item3 .final-span .xlk {background-color:#381818}
.final-classifys .final-titles .item3 .final-span .xlk {
  position: absolute;
  width: 230px;
  color: #565758;
  z-index: 999;
}
.final-classifys .final-titles .item3 .final-span .xlk p {
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.final-classifys .final-titles .item3 .final-span .xlk p.active {
  color: #fff;
}
.final-classifys .final-titles .item3 .final-span .xlk p.tabs-active {
  color: #fff;
}
.final-classifys .final-titles .item3 .final-span .xlk p:hover {
  color: #fff;
}
.no-webp .final-classifys .final-titles .item3 .final-span .xlks {background-color:#381818}
.webp .final-classifys .final-titles .item3 .final-span .xlks {background-color:#381818}
.final-classifys .final-titles .item3 .final-span .xlks {
  margin-left: 230px;
  position: absolute;
  width: 230px;
  color: #565758;
  z-index: 999;
}
.final-classifys .final-titles .item3 .final-span .xlks p {
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.final-classifys .final-titles .item3 .final-span .xlks p.active {
  color: #fff;
}
.final-classifys .final-titles .item3 .final-span .xlks p.tabs-active {
  color: #fff;
}
.final-classifys .final-titles .item3 .final-span .xlks p:hover {
  color: #fff;
}
.no-webp .no-list {background:#542827}
.webp .no-list {background:#542827}
.no-list {
  width: 992px;
  margin: -20px auto;
  padding: 20px;
}
.no-list p {
  text-align: center;
  color: #d1c8a6;
  font-size: 20px;
  line-height: 30px;
}
.no-webp .final-announcement {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-0px -1991px}
.webp .final-announcement {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-0px -1991px}
.no-webp .final-announcement {background-size:2698px 2082px}
.webp .final-announcement {background-size:2698px 2082px}
.no-webp .final-announcement {background-position:-0px -1991px}
.webp .final-announcement {background-position:-0px -1991px}
.final-announcement {
  margin: 30px auto;
width:1115px;
height:42px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.final-announcement .ann-box {
  position: relative;
  overflow: hidden;
  margin-left: 0px;
  width: 850px;
  height: 30px;
  line-height: 30px;
}
.final-announcement .ann-box span {
  position: absolute;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  -webkit-animation: marqueeAnim 30s linear infinite;
          animation: marqueeAnim 30s linear infinite;
  padding-left: 100%;
}
.final-announcement .ann-box span:hover {
  cursor: pointer;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes marqueeAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marqueeAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.prizeWinner-index .final-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
}
.no-webp .prizeWinner-index .final-span span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2520px -1917px}
.webp .prizeWinner-index .final-span span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2520px -1917px}
.no-webp .prizeWinner-index .final-span span {background-size:2698px 2082px}
.webp .prizeWinner-index .final-span span {background-size:2698px 2082px}
.no-webp .prizeWinner-index .final-span span {background-position:-2520px -1917px}
.webp .prizeWinner-index .final-span span {background-position:-2520px -1917px}
.prizeWinner-index .final-span span {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
width:115px;
height:38px;

}
.no-webp .prizeWinner-index .final-span span.tab-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2435px -1980px}
.webp .prizeWinner-index .final-span span.tab-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2435px -1980px}
.no-webp .prizeWinner-index .final-span span.tab-active {background-size:2698px 2082px}
.webp .prizeWinner-index .final-span span.tab-active {background-size:2698px 2082px}
.no-webp .prizeWinner-index .final-span span.tab-active {background-position:-2435px -1980px}
.webp .prizeWinner-index .final-span span.tab-active {background-position:-2435px -1980px}
.prizeWinner-index .final-span span.tab-active {
width:115px;
height:38px;

}
.prizeWinner-index .final-lists {
  margin: 0 auto 20px;
  color: #6f7988;
  font-size: 18px;
  overflow: hidden;
  margin-top: 30px;
}
.no-webp .prizeWinner-index .el-pagination {background-color:transparent !important}
.webp .prizeWinner-index .el-pagination {background-color:transparent !important}
.prizeWinner-index .el-pagination {
  width: 100% !important;
  height: 100px;
  text-align: center;
  margin-top: 40px;
}
.no-webp .prizeWinner-index .el-pagination button, 
.no-webp .prizeWinner-index .el-pagination .btn-next, 
.no-webp .prizeWinner-index .el-pagination .el-pager, 
.no-webp .prizeWinner-index .el-pagination .el-pager li, 
.no-webp .prizeWinner-index .el-pagination .el-input__inner, 
.no-webp .prizeWinner-index .el-pagination .el-pagination__jump {background-color:transparent}
.webp .prizeWinner-index .el-pagination button, 
.webp .prizeWinner-index .el-pagination .btn-next, 
.webp .prizeWinner-index .el-pagination .el-pager, 
.webp .prizeWinner-index .el-pagination .el-pager li, 
.webp .prizeWinner-index .el-pagination .el-input__inner, 
.webp .prizeWinner-index .el-pagination .el-pagination__jump {background-color:transparent}
.prizeWinner-index .el-pagination button,
.prizeWinner-index .el-pagination .btn-next,
.prizeWinner-index .el-pagination .el-pager,
.prizeWinner-index .el-pagination .el-pager li,
.prizeWinner-index .el-pagination .el-input__inner,
.prizeWinner-index .el-pagination .el-pagination__jump {
  color: #dadada;
}
.no-webp .prizeWinner-index .el-pagination .el-input__inner {background-color:#9d0005}
.webp .prizeWinner-index .el-pagination .el-input__inner {background-color:#9d0005}
.prizeWinner-index .el-pagination .el-input__inner {
  border: none;
}
.no-webp .prizeWinner-index .el-pagination .el-pager li.active {background-color:#9d0005}
.webp .prizeWinner-index .el-pagination .el-pager li.active {background-color:#9d0005}
.prizeWinner-index .el-pagination .el-pager li.active {
}
.prizeWinner-index .el-pagination .btn-next,
.prizeWinner-index .el-pagination .btn-prev {
  color: white;
}
.no-webp .prizeWinner-index .level2 .thead {background:#890604}
.webp .prizeWinner-index .level2 .thead {background:#890604}
.prizeWinner-index .level2 .thead {
}
.prizeWinner-index .level2 tr th,
.prizeWinner-index .level2 tr td {
  display: inline-block;
  padding: 10px 54px;
  text-align: center;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.prizeWinner-index .level2 tr th {
  height: 50px;
  color: #eed8b0;
  font-family: fzbysong;
  overflow: hidden;
}
.prizeWinner-index .level2 tr td {
  padding: 10px 30px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-align: left;
}
.prizeWinner-index .level2 tr td:nth-child(1) {
  padding-left: 55px;
}
.prizeWinner-index .level2 tr td:nth-child(2) {
  width: 220px;
  padding-left: 74px;
}
.prizeWinner-index .level2 tr .level {
  width: 1032px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  overflow: hidden;
}
.prizeWinner-index .level2 tr .level .fontColor {
  font-size: 14px;
  margin-left: 7px;
}
.prizeWinner-index .level2 tr .level {
  font-family: fzbysong;
  font-size: 30px;
  padding: 0;
}
.no-webp .prizeWinner-index .level2 .tr1 {background:#3a3839}
.webp .prizeWinner-index .level2 .tr1 {background:#3a3839}
.prizeWinner-index .level2 .tr1 {
  width: 200px !important;
  color: #fff;
  font-family: fzbysong;
}
.no-webp .prizeWinner-index .level2 .tr2 {background:#2f2d2e}
.webp .prizeWinner-index .level2 .tr2 {background:#2f2d2e}
.prizeWinner-index .level2 .tr2 {
  width: 200px !important;
  color: #fff;
  font-family: fzbysong;
}
.no-webp .modal {background:rgba(0, 0, 0, 0.9)}
.webp .modal {background:rgba(0, 0, 0, 0.9)}
.modal {
  font-size: 22px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0px;
  overflow: auto;
}
.modal.modal-a {
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-tab {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-webp .modal .modal-tab span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2403px -1665px}
.webp .modal .modal-tab span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2403px -1665px}
.no-webp .modal .modal-tab span {background-size:2698px 2082px}
.webp .modal .modal-tab span {background-size:2698px 2082px}
.no-webp .modal .modal-tab span {background-position:-2403px -1665px}
.webp .modal .modal-tab span {background-position:-2403px -1665px}
.modal .modal-tab span {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
width:155px;
height:47px;

}
.no-webp .modal .modal-tab span.tab-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2403px -1728px}
.webp .modal .modal-tab span.tab-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2403px -1728px}
.no-webp .modal .modal-tab span.tab-active {background-size:2698px 2082px}
.webp .modal .modal-tab span.tab-active {background-size:2698px 2082px}
.no-webp .modal .modal-tab span.tab-active {background-position:-2403px -1728px}
.webp .modal .modal-tab span.tab-active {background-position:-2403px -1728px}
.modal .modal-tab span.tab-active {
width:155px;
height:47px;

}
.modal .txt {
  font-size: 20px;
  color: #ddaf6e;
  text-align: center;
  margin-top: -15px;
}
.modal .txts {
  font-size: 20px;
  color: #ddaf6e;
  text-align: center;
  margin-top: 15px;
}
.modal .video-guideList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 20px;
}
.no-webp .modal .video-guideList .video-guide-bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-1535px -1398px}
.webp .modal .video-guideList .video-guide-bg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-1535px -1398px}
.no-webp .modal .video-guideList .video-guide-bg {background-size:2698px 2082px}
.webp .modal .video-guideList .video-guide-bg {background-size:2698px 2082px}
.no-webp .modal .video-guideList .video-guide-bg {background-position:-1535px -1398px}
.webp .modal .video-guideList .video-guide-bg {background-position:-1535px -1398px}
.modal .video-guideList .video-guide-bg {
width:237px;
height:305px;

}
.no-webp .modal .video-guideList .video-guide-bg p:nth-child(1) {background-image:-webkit-linear-gradient(bottom, #cea467, #fff4d7)}
.webp .modal .video-guideList .video-guide-bg p:nth-child(1) {background-image:-webkit-linear-gradient(bottom, #cea467, #fff4d7)}
.no-webp .modal .video-guideList .video-guide-bg p:nth-child(1) {-webkit-background-clip:text}
.webp .modal .video-guideList .video-guide-bg p:nth-child(1) {-webkit-background-clip:text}
.modal .video-guideList .video-guide-bg p:nth-child(1) {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin-top: 20px;
  -webkit-text-fill-color: transparent;
}
.no-webp .modal .video-guideList .video-guide-bg p:nth-child(2) {background:#fff}
.webp .modal .video-guideList .video-guide-bg p:nth-child(2) {background:#fff}
.modal .video-guideList .video-guide-bg p:nth-child(2) {
  width: 219px;
  height: 163px;
  margin: 10px auto;
}
.modal .video-guideList .video-guide-bg p:nth-child(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  text-align: center;
}
.no-webp .modal .video-guideList .video-guide-bg p:nth-child(3) span {background:#730101}
.webp .modal .video-guideList .video-guide-bg p:nth-child(3) span {background:#730101}
.modal .video-guideList .video-guide-bg p:nth-child(3) span {
  width: 3px;
  height: 15px;
  margin: 10px;
}
.no-webp .modal .active {background:#c4c4c4}
.webp .modal .active {background:#c4c4c4}
.no-webp .modal .active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/im-host_feb0bc92.png);
  background-size: 100% 100%}
.webp .modal .active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/im-host_feb0bc92.webp);
  background-size: 100% 100%}
.no-webp .modal .active {background-size:100% 100%}
.webp .modal .active {background-size:100% 100%}
.modal .active {
  width: 765px;
  height: 529px;
  margin: 0 auto;
  position: relative;
  color: #dadada;
  padding: 10px 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.modal .active.spczz {
  width: 888px;
  padding: 10px 55px;
}
.no-webp .modal .active .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2646px -616px}
.webp .modal .active .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2646px -616px}
.no-webp .modal .active .close {background-size:2698px 2082px}
.webp .modal .active .close {background-size:2698px 2082px}
.no-webp .modal .active .close {background-position:-2646px -616px}
.webp .modal .active .close {background-position:-2646px -616px}
.modal .active .close {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;

  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal .active .close:hover {
  opacity: 0.8;
}
.no-webp .modal .active .modal-Sq {background-size:100% 100%}
.webp .modal .active .modal-Sq {background-size:100% 100%}
.modal .active .modal-Sq {
  width: 610px;
  height: 100%;
  padding-top: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-webp .modal .active .modal-Sq .sq-tit1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2385px -1184px}
.webp .modal .active .modal-Sq .sq-tit1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2385px -1184px}
.no-webp .modal .active .modal-Sq .sq-tit1 {background-size:2698px 2082px}
.webp .modal .active .modal-Sq .sq-tit1 {background-size:2698px 2082px}
.no-webp .modal .active .modal-Sq .sq-tit1 {background-position:-2385px -1184px}
.webp .modal .active .modal-Sq .sq-tit1 {background-position:-2385px -1184px}
.modal .active .modal-Sq .sq-tit1 {
  margin: 0 auto;
width:257px;
height:37px;

}
.no-webp .modal .active .modal-Sq .sq-tit2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2385px -1223px}
.webp .modal .active .modal-Sq .sq-tit2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2385px -1223px}
.no-webp .modal .active .modal-Sq .sq-tit2 {background-size:2698px 2082px}
.webp .modal .active .modal-Sq .sq-tit2 {background-size:2698px 2082px}
.no-webp .modal .active .modal-Sq .sq-tit2 {background-position:-2385px -1223px}
.webp .modal .active .modal-Sq .sq-tit2 {background-position:-2385px -1223px}
.modal .active .modal-Sq .sq-tit2 {
  margin: 0 auto;
width:257px;
height:37px;

}
.modal .active .modal-Sq .rule-apply-item {
  margin: 26px auto;
}
.modal .active .modal-Sq .rule-apply-item:hover {
  opacity: 0.8;
}
.no-webp .modal .active .modal-Sq .rule-apply-item.toast1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2049px -1980px}
.webp .modal .active .modal-Sq .rule-apply-item.toast1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2049px -1980px}
.no-webp .modal .active .modal-Sq .rule-apply-item.toast1 {background-size:2698px 2082px}
.webp .modal .active .modal-Sq .rule-apply-item.toast1 {background-size:2698px 2082px}
.no-webp .modal .active .modal-Sq .rule-apply-item.toast1 {background-position:-2049px -1980px}
.webp .modal .active .modal-Sq .rule-apply-item.toast1 {background-position:-2049px -1980px}
.modal .active .modal-Sq .rule-apply-item.toast1 {
width:384px;
height:44px;

}
.no-webp .modal .active .modal-Sq .rule-apply-item.toast3 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-660px -2035px}
.webp .modal .active .modal-Sq .rule-apply-item.toast3 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-660px -2035px}
.no-webp .modal .active .modal-Sq .rule-apply-item.toast3 {background-size:2698px 2082px}
.webp .modal .active .modal-Sq .rule-apply-item.toast3 {background-size:2698px 2082px}
.no-webp .modal .active .modal-Sq .rule-apply-item.toast3 {background-position:-660px -2035px}
.webp .modal .active .modal-Sq .rule-apply-item.toast3 {background-position:-660px -2035px}
.modal .active .modal-Sq .rule-apply-item.toast3 {
width:384px;
height:44px;

}
.no-webp .modal .active .modal-Sq .rule-apply-item.toast4 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-1046px -2035px}
.webp .modal .active .modal-Sq .rule-apply-item.toast4 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-1046px -2035px}
.no-webp .modal .active .modal-Sq .rule-apply-item.toast4 {background-size:2698px 2082px}
.webp .modal .active .modal-Sq .rule-apply-item.toast4 {background-size:2698px 2082px}
.no-webp .modal .active .modal-Sq .rule-apply-item.toast4 {background-position:-1046px -2035px}
.webp .modal .active .modal-Sq .rule-apply-item.toast4 {background-position:-1046px -2035px}
.modal .active .modal-Sq .rule-apply-item.toast4 {
width:384px;
height:44px;

}
.modal .active .modal-title {
  margin: 25px auto 0;
}
.no-webp .modal .active .modal-title.modal-title-Bz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2049px -1602px}
.webp .modal .active .modal-title.modal-title-Bz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2049px -1602px}
.no-webp .modal .active .modal-title.modal-title-Bz {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-Bz {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-Bz {background-position:-2049px -1602px}
.webp .modal .active .modal-title.modal-title-Bz {background-position:-2049px -1602px}
.modal .active .modal-title.modal-title-Bz {
  margin-top: 25px;
width:352px;
height:61px;

}
.no-webp .modal .active .modal-title.modal-title-vdGuide {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1665px}
.webp .modal .active .modal-title.modal-title-vdGuide {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1665px}
.no-webp .modal .active .modal-title.modal-title-vdGuide {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-vdGuide {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-vdGuide {background-position:-2049px -1665px}
.webp .modal .active .modal-title.modal-title-vdGuide {background-position:-2049px -1665px}
.modal .active .modal-title.modal-title-vdGuide {
  margin-top: 25px;
width:352px;
height:61px;

}
.no-webp .modal .active .modal-title.modal-title-trGuide {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1728px}
.webp .modal .active .modal-title.modal-title-trGuide {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1728px}
.no-webp .modal .active .modal-title.modal-title-trGuide {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-trGuide {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-trGuide {background-position:-2049px -1728px}
.webp .modal .active .modal-title.modal-title-trGuide {background-position:-2049px -1728px}
.modal .active .modal-title.modal-title-trGuide {
  margin-top: 25px;
width:352px;
height:61px;

}
.no-webp .modal .active .modal-title.modal-title-Dy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1093px}
.webp .modal .active .modal-title.modal-title-Dy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1093px}
.no-webp .modal .active .modal-title.modal-title-Dy {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-Dy {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-Dy {background-position:-2049px -1093px}
.webp .modal .active .modal-title.modal-title-Dy {background-position:-2049px -1093px}
.modal .active .modal-title.modal-title-Dy {
width:334px;
height:89px;

}
.no-webp .modal .active .modal-title.modal-title-Sq {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1405px}
.webp .modal .active .modal-title.modal-title-Sq {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1405px}
.no-webp .modal .active .modal-title.modal-title-Sq {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-Sq {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-Sq {background-position:-2049px -1405px}
.webp .modal .active .modal-title.modal-title-Sq {background-position:-2049px -1405px}
.modal .active .modal-title.modal-title-Sq {
width:352px;
height:65px;

}
.no-webp .modal .active .modal-title.modal-title-Zb {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-1616px -1294px}
.webp .modal .active .modal-title.modal-title-Zb {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-1616px -1294px}
.no-webp .modal .active .modal-title.modal-title-Zb {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-Zb {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-Zb {background-position:-1616px -1294px}
.webp .modal .active .modal-title.modal-title-Zb {background-position:-1616px -1294px}
.modal .active .modal-title.modal-title-Zb {
  margin: 30px auto;
width:352px;
height:61px;

}
.no-webp .modal .active .modal-title.modal-title-Qt {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-1535px -1705px}
.webp .modal .active .modal-title.modal-title-Qt {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-1535px -1705px}
.no-webp .modal .active .modal-title.modal-title-Qt {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-Qt {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-Qt {background-position:-1535px -1705px}
.webp .modal .active .modal-title.modal-title-Qt {background-position:-1535px -1705px}
.modal .active .modal-title.modal-title-Qt {
  margin: 30px auto;
width:352px;
height:61px;

}
.no-webp .modal .active .modal-title.modal-title-Gf {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1184px}
.webp .modal .active .modal-title.modal-title-Gf {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1184px}
.no-webp .modal .active .modal-title.modal-title-Gf {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-Gf {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-Gf {background-position:-2049px -1184px}
.webp .modal .active .modal-title.modal-title-Gf {background-position:-2049px -1184px}
.modal .active .modal-title.modal-title-Gf {
width:334px;
height:89px;

}
.no-webp .modal .active .modal-title.modal-title-Fc {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1002px}
.webp .modal .active .modal-title.modal-title-Fc {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1002px}
.no-webp .modal .active .modal-title.modal-title-Fc {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-Fc {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-Fc {background-position:-2049px -1002px}
.webp .modal .active .modal-title.modal-title-Fc {background-position:-2049px -1002px}
.modal .active .modal-title.modal-title-Fc {
width:334px;
height:89px;

}
.no-webp .modal .active .modal-title.modal-title-Xz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1405px}
.webp .modal .active .modal-title.modal-title-Xz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1405px}
.no-webp .modal .active .modal-title.modal-title-Xz {background-size:2698px 2082px}
.webp .modal .active .modal-title.modal-title-Xz {background-size:2698px 2082px}
.no-webp .modal .active .modal-title.modal-title-Xz {background-position:-2403px -1405px}
.webp .modal .active .modal-title.modal-title-Xz {background-position:-2403px -1405px}
.modal .active .modal-title.modal-title-Xz {
width:234px;
height:38px;

  margin: 10px auto;
}
.modal .active .table-wrap {
  font-family: 'NotoSansSC-normal';
}
.modal .active .table-wrap table {
  width: 480px;
  margin: 0 auto;
}
.modal .active .table-wrap table th,
.modal .active .table-wrap table td {
  padding: 14px 0;
  border: 1px solid #767374;
  text-align: center;
}
.modal .active .table-wrap table th {
  border-top: none;
}
.modal .active .table-wrap table th:nth-child(1) {
  border-left: none;
}
.modal .active .table-wrap table th:last-child {
  border-right: none;
}
.modal .active .table-wrap table tr td:nth-child(1) {
  border-left: none;
}
.modal .active .table-wrap table tr td:last-child {
  border-right: none;
}
.modal .active .table-wrap table tr:nth-child(1) td {
  border-bottom: none;
}
.modal .active .table-wrap table tr:last-child td {
  border-bottom: none;
}
.modal .active .table-wrap table thead {
  font-size: 18px;
}
.no-webp .modal .active .table-wrap table thead th {background:#890604}
.webp .modal .active .table-wrap table thead th {background:#890604}
.modal .active .table-wrap table thead th {
}
.modal .active .table-wrap table thead th b {
  color: #eed8b0;
  font-weight: bold;
}
.modal .active .table-wrap table tbody {
  font-size: 16px;
}
.no-webp .modal .active .table-wrap table tbody tr:nth-child(odd) td {background:#3a3839}
.webp .modal .active .table-wrap table tbody tr:nth-child(odd) td {background:#3a3839}
.modal .active .table-wrap table tbody tr:nth-child(odd) td {
}
.no-webp .modal .active .table-wrap table tbody tr:nth-child(even) td {background:#2f2d2e}
.webp .modal .active .table-wrap table tbody tr:nth-child(even) td {background:#2f2d2e}
.modal .active .table-wrap table tbody tr:nth-child(even) td {
}
.modal .active .table-wrap table tbody tr td {
  color: #e2e2e2;
}
.modal .active .text-title {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
}
.modal .active .modal-text {
  width: 100%;
  height: auto;
}
.modal .active .modal-text.modal-text-Qt {
  text-align: center;
  margin: 90px auto;
}
.modal .active .modal-text.modal-text-Qt span {
  font-size: 16px;
}
.modal .active .modal-text b {
  font-size: 16px;
}
.modal .active .modal-text h2 {
  font-family: 'fzcjljt';
  font-size: 20px;
  color: #ddaf6e;
  margin-bottom: 20px;
  line-height: 30px;
}
.modal .active .modal-text p {
  font-size: 16px;
  padding-left: 22px;
  position: relative;
  line-height: 34px;
}
.no-webp .modal .active .modal-text p::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2593px -885px}
.webp .modal .active .modal-text p::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2593px -885px}
.no-webp .modal .active .modal-text p::before {background-size:2698px 2082px}
.webp .modal .active .modal-text p::before {background-size:2698px 2082px}
.no-webp .modal .active .modal-text p::before {background-position:-2593px -885px}
.webp .modal .active .modal-text p::before {background-position:-2593px -885px}
.modal .active .modal-text p::before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 10px;
  line-height: 16px;
  border-radius: 50%;
  content: '';

}
.modal .active .modal-text .load {
  color: #c89b5a;
}
.no-webp .modal .active .modal-text .spanBg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/download1_fe1f55ac.png) no-repeat;
  background-size: 100% 100%}
.webp .modal .active .modal-text .spanBg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/download1_fe1f55ac.webp) no-repeat;
  background-size: 100% 100%}
.no-webp .modal .active .modal-text .spanBg {background-size:100% 100%}
.webp .modal .active .modal-text .spanBg {background-size:100% 100%}
.modal .active .modal-text .spanBg {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.modal .active .modal-text .size {
  margin-left: 15px;
  font-size: 16px;
}
.modal .active .modal-text > a {
  display: inline-block;
  margin: 10px 0;
}
.modal .active .modal-bottom {
  margin-top: 60px;
  font-size: 14px;
}
.no-webp .modal .active.exclusion-active {background:#c4c4c4}
.webp .modal .active.exclusion-active {background:#c4c4c4}
.no-webp .modal .active.exclusion-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/exclusion-active_e67455e3.png)}
.webp .modal .active.exclusion-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/exclusion-active_e67455e3.webp)}
.modal .active.exclusion-active {
  width: 765px;
  height: 361px;
  margin: 250px auto;
  position: relative;
  color: #dadada;
  padding: 10px 69px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.modal .active.exclusion-active .exclusion {
  text-indent: 2em;
  font-size: 24px;
  font-family: 'fzcjljt';
  color: #ddaf6e;
  padding: 110px 0 0 0;
  line-height: 42px;
}
.modal .active.exclusion-active .exclusion.esclus {
  padding: 100px 0 0 0;
}
.no-webp .modal .active.video-guide {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/video-guide_135ce1a6.png) center;
  background-size: cover}
.webp .modal .active.video-guide {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/video-guide_135ce1a6.webp) center;
  background-size: cover}
.no-webp .modal .active.video-guide {background-size:cover}
.webp .modal .active.video-guide {background-size:cover}
.modal .active.video-guide {
  width: 1192px;
  height: auto;
  padding-bottom: 50px;
}
.modal .active.video-guide .load-content-title4 b {
  font-size: 20px;
  text-indent: 2em;
  line-height: 26px;
  color: #edecec;
  text-align: left;
  display: block;
  margin-top: 15px;
}
.modal .active.video-guide .load-content-title4 .load-modal {
  margin-top: 10px;
  color: #e2b16d;
  text-align: center;
  text-decoration: underline;
  line-height: 50px;
  cursor: pointer;
}
.modal .active.video-guide .load-content-title4 .load-modal:hover {
  opacity: 0.8;
}
.no-webp .modal .active.reward-detail {background:#c4c4c4}
.webp .modal .active.reward-detail {background:#c4c4c4}
.no-webp .modal .active.reward-detail {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/reward-detail_876cc9fd.jpg)}
.webp .modal .active.reward-detail {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/reward-detail_876cc9fd.webp)}
.modal .active.reward-detail {
  width: 765px;
  height: 1034px;
  margin: 250px auto;
  position: relative;
  color: #dadada;
  padding: 46px 69px 10px 69px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.no-webp .modal .active.reward-detail .modal-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2049px -1275px}
.webp .modal .active.reward-detail .modal-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2049px -1275px}
.no-webp .modal .active.reward-detail .modal-title {background-size:2698px 2082px}
.webp .modal .active.reward-detail .modal-title {background-size:2698px 2082px}
.no-webp .modal .active.reward-detail .modal-title {background-position:-2049px -1275px}
.webp .modal .active.reward-detail .modal-title {background-position:-2049px -1275px}
.modal .active.reward-detail .modal-title {
  margin: 20px auto;
width:389px;
height:61px;

}
.modal .active.reward-detail .exclusion {
  text-indent: 2em;
  font-size: 24px;
  font-family: 'fzcjljt';
  color: #ddaf6e;
  padding: 150px 0 0 0;
  line-height: 42px;
}
.modal .active.reward-detail .table-wrap table {
  width: 100%;
}
.modal .active.reward-detail .table-wrap table th,
.modal .active.reward-detail .table-wrap table td {
  border-right: 1px solid #767374;
  border-top: none;
  border-left: none;
  border-bottom: none;
  text-align: center;
}
.modal .active.reward-detail .table-wrap table th {
  padding: 14px 0;
}
.modal .active.reward-detail .table-wrap table th:nth-child(1) {
  width: 146px;
}
.modal .active.reward-detail .table-wrap table tbody {
  line-height: 30px;
}
.modal .active.reward-detail .table-wrap table tbody td {
  padding: 26px 0;
}
.modal .active.reward-detail .modal-bottom {
  font-size: 16px;
  color: #c1985f;
  font-family: 'NotoSansSC-normal';
  margin-top: 17px;
}
.modal .active.host .host-modal-bottom {
  margin-top: 28px;
  font-family: 'NotoSansSC-normal';
}
.modal .active.host .incentive-content-table table {
  width: 100%;
}
.no-webp .modal .active1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/Sqingbg_4e22fa71.jpg);
  background-size: cover}
.webp .modal .active1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/Sqingbg_4e22fa71.webp);
  background-size: cover}
.no-webp .modal .active1 {background-size:cover}
.webp .modal .active1 {background-size:cover}
.modal .active1 {
  width: 800px;
  height: auto;
  position: relative;
  color: #dadada;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px auto;
  text-align: center;
}
.no-webp .modal .active1 .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2646px -616px}
.webp .modal .active1 .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2646px -616px}
.no-webp .modal .active1 .close {background-size:2698px 2082px}
.webp .modal .active1 .close {background-size:2698px 2082px}
.no-webp .modal .active1 .close {background-position:-2646px -616px}
.webp .modal .active1 .close {background-position:-2646px -616px}
.modal .active1 .close {
  color: #fff;
  border-radius: 50%;
width:50px;
height:50px;

  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal .active1 .close:hover {
  opacity: 0.8;
}
.no-webp .modal .active1 .modal-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1472px}
.webp .modal .active1 .modal-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1472px}
.no-webp .modal .active1 .modal-title {background-size:2698px 2082px}
.webp .modal .active1 .modal-title {background-size:2698px 2082px}
.no-webp .modal .active1 .modal-title {background-position:-2049px -1472px}
.webp .modal .active1 .modal-title {background-position:-2049px -1472px}
.modal .active1 .modal-title {
  margin: 20px auto;
width:352px;
height:63px;

}
.no-webp .modal .active1 .modal-title.info {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1537px}
.webp .modal .active1 .modal-title.info {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1537px}
.no-webp .modal .active1 .modal-title.info {background-size:2698px 2082px}
.webp .modal .active1 .modal-title.info {background-size:2698px 2082px}
.no-webp .modal .active1 .modal-title.info {background-position:-2049px -1537px}
.webp .modal .active1 .modal-title.info {background-position:-2049px -1537px}
.modal .active1 .modal-title.info {
width:352px;
height:63px;

}
.no-webp .modal .active1 .temp-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2208px -2035px}
.webp .modal .active1 .temp-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2208px -2035px}
.no-webp .modal .active1 .temp-title {background-size:2698px 2082px}
.webp .modal .active1 .temp-title {background-size:2698px 2082px}
.no-webp .modal .active1 .temp-title {background-position:-2208px -2035px}
.webp .modal .active1 .temp-title {background-position:-2208px -2035px}
.modal .active1 .temp-title {
width:388px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;
  margin: 20px 0;
  color: #fee1a2;
  font-size: 20px;
  padding-left: 13px;
  font-family: 'fzcjljt';
  line-height: 36px;
  text-align: left;
}
.no-webp .modal .active1 .ptName {background:rgba(85, 8, 8, 0.5)}
.webp .modal .active1 .ptName {background:rgba(85, 8, 8, 0.5)}
.modal .active1 .ptName {
  text-align: left;
  position: relative;
  font-size: 22px;
  height: 40px;
  color: #fee1a2;
  font-family: 'fzcjljt';
  padding-left: 20px;
  margin: 10px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-webp .modal .active1 .ptName.open::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2489px -1378px}
.webp .modal .active1 .ptName.open::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2489px -1378px}
.no-webp .modal .active1 .ptName.open::after {background-size:2698px 2082px}
.webp .modal .active1 .ptName.open::after {background-size:2698px 2082px}
.no-webp .modal .active1 .ptName.open::after {background-position:-2489px -1378px}
.webp .modal .active1 .ptName.open::after {background-position:-2489px -1378px}
.modal .active1 .ptName.open::after {
  top: 10px;
width:24px;
height:24px;

}
.no-webp .modal .active1 .ptName::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2515px -1378px}
.webp .modal .active1 .ptName::after {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2515px -1378px}
.no-webp .modal .active1 .ptName::after {background-size:2698px 2082px}
.webp .modal .active1 .ptName::after {background-size:2698px 2082px}
.no-webp .modal .active1 .ptName::after {background-position:-2515px -1378px}
.webp .modal .active1 .ptName::after {background-position:-2515px -1378px}
.modal .active1 .ptName::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 14px;
width:24px;
height:24px;

}
.modal .active1 .addItem {
  text-align: left;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-webp .modal .active1 .addItem.dis span {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/icon-add_c4c41f28.png)}
.webp .modal .active1 .addItem.dis span {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/icon-add_c4c41f28.webp)}
.modal .active1 .addItem.dis span {
  pointer-events: none;
}
.no-webp .modal .active1 .addItem span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/icon-add-h_b2043235.png) left center no-repeat;
  background-size: 24px auto}
.webp .modal .active1 .addItem span {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/icon-add-h_b2043235.webp) left center no-repeat;
  background-size: 24px auto}
.no-webp .modal .active1 .addItem span {background-size:24px auto}
.webp .modal .active1 .addItem span {background-size:24px auto}
.modal .active1 .addItem span {
  padding-left: 38px;
}
.no-webp .modal .active1 .editBtn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/edit-btn-bg_60ecdfa1.png) no-repeat;
  background-size: cover}
.webp .modal .active1 .editBtn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/edit-btn-bg_60ecdfa1.webp) no-repeat;
  background-size: cover}
.no-webp .modal .active1 .editBtn {background-size:cover}
.webp .modal .active1 .editBtn {background-size:cover}
.modal .active1 .editBtn {
  text-align: center;
  font-size: 18px;
  color: #d9d9d9;
  line-height: 46px;
  margin: 30px auto;
  cursor: pointer;
  width: 155px;
  height: 47px;
}
.modal .active1 .editBtn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.modal .active1 form {
  margin: 0 auto;
}
.modal .active1 form .slide_cons {
  text-align: left;
}
.modal .active1 form .modal-apply-item {
  display: inline-block;
  width: 370px;
  height: 50px;
}
.modal .active1 form .modal-apply-item label {
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: auto;
  text-align: justify;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 40px;
}
.modal .active1 form .modal-apply-item label::after {
  display: inline-block;
  width: 100%;
  content: '';
}
.no-webp .modal .active1 form .modal-apply-item .apply-item {background:rgba(0, 0, 0, 0.4)}
.webp .modal .active1 form .modal-apply-item .apply-item {background:rgba(0, 0, 0, 0.4)}
.modal .active1 form .modal-apply-item .apply-item {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 40px;
  border: 1px solid #8d724c;
  opacity: 0.8;
}
.no-webp .modal .active1 form .modal-apply-item .el-input__inner {background:transparent}
.webp .modal .active1 form .modal-apply-item .el-input__inner {background:transparent}
.modal .active1 form .modal-apply-item .el-input__inner {
  border: none;
  margin-top: 0px;
  color: #ffffff !important;
}
.modal .active1 form .modal-apply-item-zh {
  margin-bottom: -20px !important;
}
.no-webp .modal .active1 form .pt-slide-list {background:rgba(0, 0, 0, 0.18)}
.webp .modal .active1 form .pt-slide-list {background:rgba(0, 0, 0, 0.18)}
.modal .active1 form .pt-slide-list {
  margin: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 30px;
  position: relative;
}
.no-webp .modal .active1 form .pt-slide-list::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/modal-guide-bg_a19521b1.png) no-repeat;
  background-size: 100% auto}
.webp .modal .active1 form .pt-slide-list::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/modal-guide-bg_a19521b1.webp) no-repeat;
  background-size: 100% auto}
.no-webp .modal .active1 form .pt-slide-list::before {background-size:100% auto}
.webp .modal .active1 form .pt-slide-list::before {background-size:100% auto}
.modal .active1 form .pt-slide-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal .active1 form .pt-slide-list .paltformList {
  border-bottom: 1px solid #5f5f5e;
}
.modal .active1 form .pt-slide-list .slide_cons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 8px 35px;
  gap: 10px;
}
.no-webp .modal .active1 form .pt-slide-list .slide_cons .icon_del {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2619px -1133px}
.webp .modal .active1 form .pt-slide-list .slide_cons .icon_del {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2619px -1133px}
.no-webp .modal .active1 form .pt-slide-list .slide_cons .icon_del {background-size:2698px 2082px}
.webp .modal .active1 form .pt-slide-list .slide_cons .icon_del {background-size:2698px 2082px}
.no-webp .modal .active1 form .pt-slide-list .slide_cons .icon_del {background-position:-2619px -1133px}
.webp .modal .active1 form .pt-slide-list .slide_cons .icon_del {background-position:-2619px -1133px}
.modal .active1 form .pt-slide-list .slide_cons .icon_del {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
width:21px;
height:22px;

  cursor: pointer;
}
.modal .active1 form .pt-slide-list .slide_cons .icon_del:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.no-webp .modal .active1 form .pt-slide-list .slide_cons .modal-apply-title {background:-webkit-gradient(linear, left top, left bottom, from(#fdf1d4), color-stop(#efdbb4), color-stop(#d8b57f), to(#c59653))}
.webp .modal .active1 form .pt-slide-list .slide_cons .modal-apply-title {background:-webkit-gradient(linear, left top, left bottom, from(#fdf1d4), color-stop(#efdbb4), color-stop(#d8b57f), to(#c59653))}
.no-webp .modal .active1 form .pt-slide-list .slide_cons .modal-apply-title {background:linear-gradient(to bottom, #fdf1d4, #efdbb4, #d8b57f, #c59653)}
.webp .modal .active1 form .pt-slide-list .slide_cons .modal-apply-title {background:linear-gradient(to bottom, #fdf1d4, #efdbb4, #d8b57f, #c59653)}
.no-webp .modal .active1 form .pt-slide-list .slide_cons .modal-apply-title {-webkit-background-clip:text}
.webp .modal .active1 form .pt-slide-list .slide_cons .modal-apply-title {-webkit-background-clip:text}
.modal .active1 form .pt-slide-list .slide_cons .modal-apply-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 21px;
  margin-bottom: 8px;
  color: transparent;
}
.modal .active1 form .pt-slide-list .slide_cons .modal-apply-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin: 0;
}
.modal .active1 form .pt-slide-list .slide_cons .modal-apply-item label {
  display: none;
}
.modal .active1 form .pt-slide-list .slide_cons .modal-apply-item .apply-item {
  width: 100%;
}
.modal .active1 form .pt-slide-list .addItem {
  margin-top: 10px;
  color: #d0cfcf;
  font-size: 17px;
}
.no-webp .modal .active1 form .btn-submit {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2385px -729px}
.webp .modal .active1 form .btn-submit {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2385px -729px}
.no-webp .modal .active1 form .btn-submit {background-size:2698px 2082px}
.webp .modal .active1 form .btn-submit {background-size:2698px 2082px}
.no-webp .modal .active1 form .btn-submit {background-position:-2385px -729px}
.webp .modal .active1 form .btn-submit {background-position:-2385px -729px}
.modal .active1 form .btn-submit {
  margin: 30px auto 0;
width:308px;
height:64px;

}
.modal .active1 form .btn-submit:hover {
  opacity: 0.8;
}
.no-webp .modal .active2 {background:#c4c4c4}
.webp .modal .active2 {background:#c4c4c4}
.no-webp .modal .active2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/Fchibg_c9baf78d.jpg)}
.webp .modal .active2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/Fchibg_c9baf78d.webp)}
.modal .active2 {
  width: 765px;
  height: 549px;
  margin: 0 auto;
  position: relative;
  color: #dadada;
  padding: 0 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.no-webp .modal .active2 .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2646px -616px}
.webp .modal .active2 .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2646px -616px}
.no-webp .modal .active2 .close {background-size:2698px 2082px}
.webp .modal .active2 .close {background-size:2698px 2082px}
.no-webp .modal .active2 .close {background-position:-2646px -616px}
.webp .modal .active2 .close {background-position:-2646px -616px}
.modal .active2 .close {
  color: #fff;
  border-radius: 50%;
width:50px;
height:50px;

  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.no-webp .modal .active2 .modal-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1002px}
.webp .modal .active2 .modal-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1002px}
.no-webp .modal .active2 .modal-title {background-size:2698px 2082px}
.webp .modal .active2 .modal-title {background-size:2698px 2082px}
.no-webp .modal .active2 .modal-title {background-position:-2049px -1002px}
.webp .modal .active2 .modal-title {background-position:-2049px -1002px}
.modal .active2 .modal-title {
  margin: 20px auto 30px;
width:334px;
height:89px;

}
.modal .active2 .modal-text {
  width: 100%;
  height: auto;
}
.modal .active2 .modal-text.modal-text-Qt {
  text-align: center;
  margin: 90px auto;
}
.modal .active2 .modal-text h2 {
  font-size: 18px;
  color: #ddaf6e;
  margin-bottom: 30px;
  line-height: 36px;
}
.modal .active2 .modal-text b {
  font-size: 17px;
}
.modal .active2 .modal-text p {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  line-height: 34px;
}
.no-webp .modal .active2 .modal-text p::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/beforeIcon_416f98e3.png) no-repeat}
.webp .modal .active2 .modal-text p::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/beforeIcon_416f98e3.webp) no-repeat}
.modal .active2 .modal-text p::before {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 15px;
  height: 15px;
  line-height: 16px;
  border-radius: 50%;
  content: '';
}
.no-webp .modal .active3 {background:#c4c4c4}
.webp .modal .active3 {background:#c4c4c4}
.no-webp .modal .active3 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/Bzhanbg_cacb695a.jpg);
  background-size: 100% 100%}
.webp .modal .active3 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/Bzhanbg_cacb695a.webp);
  background-size: 100% 100%}
.no-webp .modal .active3 {background-size:100% 100%}
.webp .modal .active3 {background-size:100% 100%}
.modal .active3 {
  width: 1147.5px;
  height: 499px;
  margin: 250px auto;
  position: relative;
  color: #dadada;
  padding: 10px 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.no-webp .modal .active3 .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2646px -616px}
.webp .modal .active3 .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2646px -616px}
.no-webp .modal .active3 .close {background-size:2698px 2082px}
.webp .modal .active3 .close {background-size:2698px 2082px}
.no-webp .modal .active3 .close {background-position:-2646px -616px}
.webp .modal .active3 .close {background-position:-2646px -616px}
.modal .active3 .close {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;

  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal .active3 .close:hover {
  opacity: 0.8;
}
.modal .active3 .modal-title {
  margin: 0 auto;
}
.no-webp .modal .active3 .modal-title.modal-title-Bz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1917px}
.webp .modal .active3 .modal-title.modal-title-Bz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1917px}
.no-webp .modal .active3 .modal-title.modal-title-Bz {background-size:2698px 2082px}
.webp .modal .active3 .modal-title.modal-title-Bz {background-size:2698px 2082px}
.no-webp .modal .active3 .modal-title.modal-title-Bz {background-position:-2049px -1917px}
.webp .modal .active3 .modal-title.modal-title-Bz {background-position:-2049px -1917px}
.modal .active3 .modal-title.modal-title-Bz {
width:352px;
height:61px;

}
.no-webp .modal .active3 .modal-title.modal-title-Dy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1093px}
.webp .modal .active3 .modal-title.modal-title-Dy {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1093px}
.no-webp .modal .active3 .modal-title.modal-title-Dy {background-size:2698px 2082px}
.webp .modal .active3 .modal-title.modal-title-Dy {background-size:2698px 2082px}
.no-webp .modal .active3 .modal-title.modal-title-Dy {background-position:-2049px -1093px}
.webp .modal .active3 .modal-title.modal-title-Dy {background-position:-2049px -1093px}
.modal .active3 .modal-title.modal-title-Dy {
width:334px;
height:89px;

}
.no-webp .modal .active3 .modal-title.modal-title-Zb {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-1616px -1294px}
.webp .modal .active3 .modal-title.modal-title-Zb {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-1616px -1294px}
.no-webp .modal .active3 .modal-title.modal-title-Zb {background-size:2698px 2082px}
.webp .modal .active3 .modal-title.modal-title-Zb {background-size:2698px 2082px}
.no-webp .modal .active3 .modal-title.modal-title-Zb {background-position:-1616px -1294px}
.webp .modal .active3 .modal-title.modal-title-Zb {background-position:-1616px -1294px}
.modal .active3 .modal-title.modal-title-Zb {
width:352px;
height:61px;

}
.no-webp .modal .active3 .modal-title.modal-title-Qt {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-1535px -1705px}
.webp .modal .active3 .modal-title.modal-title-Qt {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-1535px -1705px}
.no-webp .modal .active3 .modal-title.modal-title-Qt {background-size:2698px 2082px}
.webp .modal .active3 .modal-title.modal-title-Qt {background-size:2698px 2082px}
.no-webp .modal .active3 .modal-title.modal-title-Qt {background-position:-1535px -1705px}
.webp .modal .active3 .modal-title.modal-title-Qt {background-position:-1535px -1705px}
.modal .active3 .modal-title.modal-title-Qt {
width:352px;
height:61px;

}
.no-webp .modal .active3 .modal-title.modal-title-Gf {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1184px}
.webp .modal .active3 .modal-title.modal-title-Gf {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2049px -1184px}
.no-webp .modal .active3 .modal-title.modal-title-Gf {background-size:2698px 2082px}
.webp .modal .active3 .modal-title.modal-title-Gf {background-size:2698px 2082px}
.no-webp .modal .active3 .modal-title.modal-title-Gf {background-position:-2049px -1184px}
.webp .modal .active3 .modal-title.modal-title-Gf {background-position:-2049px -1184px}
.modal .active3 .modal-title.modal-title-Gf {
width:334px;
height:89px;

}
.no-webp .modal .active3 .modal-title.modal-title-Xz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1405px}
.webp .modal .active3 .modal-title.modal-title-Xz {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2403px -1405px}
.no-webp .modal .active3 .modal-title.modal-title-Xz {background-size:2698px 2082px}
.webp .modal .active3 .modal-title.modal-title-Xz {background-size:2698px 2082px}
.no-webp .modal .active3 .modal-title.modal-title-Xz {background-position:-2403px -1405px}
.webp .modal .active3 .modal-title.modal-title-Xz {background-position:-2403px -1405px}
.modal .active3 .modal-title.modal-title-Xz {
width:234px;
height:38px;

  margin: 10px auto;
}
.modal .active3 .text-title {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
}
.modal .active3 .active-Flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .active3 .active-Flex .modal-text {
  width: 100%;
  height: auto;
}
.modal .active3 .active-Flex .modal-text.modal-text-Qt {
  text-align: center;
  margin: 90px auto;
}
.modal .active3 .active-Flex .modal-text .load {
  color: #c89b5a;
}
.no-webp .modal .active3 .active-Flex .modal-text .spanBg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/download1_fe1f55ac.png) no-repeat;
  background-size: 100% 100%}
.webp .modal .active3 .active-Flex .modal-text .spanBg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/download1_fe1f55ac.webp) no-repeat;
  background-size: 100% 100%}
.no-webp .modal .active3 .active-Flex .modal-text .spanBg {background-size:100% 100%}
.webp .modal .active3 .active-Flex .modal-text .spanBg {background-size:100% 100%}
.modal .active3 .active-Flex .modal-text .spanBg {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.modal .active3 .active-Flex .modal-text .size {
  margin-left: 15px;
  font-size: 16px;
}
.modal .active3 .active-Flex .modal-text > a {
  display: inline-block;
  margin: 10px 0;
}
.modal .active3 .active-Flex .modal-text1 {
  width: 100%;
  height: auto;
  margin-left: 100px;
}
.modal .active3 .active-Flex .modal-text1.modal-text-Qt {
  text-align: center;
  margin: 90px auto;
}
.modal .active3 .active-Flex .modal-text1 .load {
  color: #c89b5a;
}
.no-webp .modal .active3 .active-Flex .modal-text1 .spanBg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/download1_fe1f55ac.png) no-repeat;
  background-size: 100% 100%}
.webp .modal .active3 .active-Flex .modal-text1 .spanBg {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/download1_fe1f55ac.webp) no-repeat;
  background-size: 100% 100%}
.no-webp .modal .active3 .active-Flex .modal-text1 .spanBg {background-size:100% 100%}
.webp .modal .active3 .active-Flex .modal-text1 .spanBg {background-size:100% 100%}
.modal .active3 .active-Flex .modal-text1 .spanBg {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.modal .active3 .active-Flex .modal-text1 .size {
  margin-left: 15px;
  font-size: 16px;
}
.modal .active3 .active-Flex .modal-text1 > a {
  display: inline-block;
  margin: 10px 0;
}
.modal .active3 .modal-bottom {
  margin-top: 60px;
  font-size: 14px;
}
.no-webp .inner-nav-wrap {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1_eed976d8.jpg);
  background-position: center center}
.webp .inner-nav-wrap {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/bg1_eed976d8.webp);
  background-position: center center}
.no-webp .inner-nav-wrap {background-position:center center}
.webp .inner-nav-wrap {background-position:center center}
.inner-nav-wrap {
  position: absolute;
  bottom: -57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  height: 87px;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}
.inner-nav-wrap .inner-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 100%;
}
.inner-nav-wrap .inner-nav-item .nav-title {
  font-family: 'fzssksjt';
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  padding: 4px 0 0 0;
}
.inner-nav-wrap .inner-nav-item .nav-son-title {
  font-size: 12px;
  color: #ff0600;
  -webkit-transform: scale(0.67);
          transform: scale(0.67);
  letter-spacing: 3px;
  text-align: center;
}
.no-webp .inner-nav-wrap .inner-nav-item.router-link-active:hover .se_box {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/se_t_bb1b9cd7.png) no-repeat;
  background-size: 100%}
.webp .inner-nav-wrap .inner-nav-item.router-link-active:hover .se_box {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/se_t_bb1b9cd7.webp) no-repeat;
  background-size: 100%}
.no-webp .inner-nav-wrap .inner-nav-item.router-link-active:hover .se_box {background-size:100%}
.webp .inner-nav-wrap .inner-nav-item.router-link-active:hover .se_box {background-size:100%}
.inner-nav-wrap .inner-nav-item.router-link-active:hover .se_box {
  width: 18px;
  height: 12px;
  bottom: -198px;
}
.no-webp .inner-nav-wrap .inner-nav-item .se_box {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/se_b_de396ebc.png) no-repeat;
  background-size: 100%}
.webp .inner-nav-wrap .inner-nav-item .se_box {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/se_b_de396ebc.webp) no-repeat;
  background-size: 100%}
.no-webp .inner-nav-wrap .inner-nav-item .se_box {background-size:100%}
.webp .inner-nav-wrap .inner-nav-item .se_box {background-size:100%}
.inner-nav-wrap .inner-nav-item .se_box {
  width: 18px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  pointer-events: none;
}
.no-webp .inner-nav-wrap .inner-nav-item:hover, 
.no-webp .inner-nav-wrap .inner-nav-item.router-link-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/nav-h_2be52b9c.png) center}
.webp .inner-nav-wrap .inner-nav-item:hover, 
.webp .inner-nav-wrap .inner-nav-item.router-link-active {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/nav-h_2be52b9c.webp) center}
.inner-nav-wrap .inner-nav-item:hover,
.inner-nav-wrap .inner-nav-item.router-link-active {
}
.inner-nav-wrap .inner-nav-item:hover .nav-son-title,
.inner-nav-wrap .inner-nav-item.router-link-active .nav-son-title {
  color: #fff;
}
.inner-nav-wrap .inner-nav-item.router-link-active:hover .as_select {
  display: block;
}
.no-webp .inner-nav-wrap .inner-nav-item .as_select {background:rgba(87, 8, 7, 0.7)}
.webp .inner-nav-wrap .inner-nav-item .as_select {background:rgba(87, 8, 7, 0.7)}
.inner-nav-wrap .inner-nav-item .as_select {
  font-family: 'fzssksjt';
  z-index: 99;
  width: 325px;
  display: none;
  padding-bottom: 20px;
  position: absolute;
  top: 87px;
  left: 0;
}
.inner-nav-wrap .inner-nav-item .as_select span {
  height: 47px;
  font-size: 22px;
  color: #835f5f;
  line-height: 44px;
  display: block;
  text-align: center;
}
.inner-nav-wrap .inner-nav-item .as_select span:hover,
.inner-nav-wrap .inner-nav-item .as_select span.active {
  color: #fff;
  cursor: pointer;
}
.no-webp .applyScs {background:#eee}
.webp .applyScs {background:#eee}
.applyScs {
  width: 550px;
  height: 250px;
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
  border-radius: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.applyScs h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
.applyScs p {
  font-size: 15px;
}
.no-webp .applyScs .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2646px -616px}
.webp .applyScs .close {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2646px -616px}
.no-webp .applyScs .close {background-size:2698px 2082px}
.webp .applyScs .close {background-size:2698px 2082px}
.no-webp .applyScs .close {background-position:-2646px -616px}
.webp .applyScs .close {background-position:-2646px -616px}
.applyScs .close {
  position: absolute;
  top: -30px;
  right: -50px;
  z-index: 6;
  cursor: pointer;
width:50px;
height:50px;

}
.applyScs .close:hover {
  opacity: 0.7;
}
.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;
}
.file-picker-wrap {
  position: absolute;
  margin-top: -178px;
  margin-left: 86px;
}
.file-picker {
  width: 124px !important;
  height: 124px !important;
  border: none !important;
}
.inline-wrap {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.no-webp .inline-wrap .rule-title {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-1106px -1886px;

  background-repeat: no-repeat}
.webp .inline-wrap .rule-title {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-1106px -1886px;

  background-repeat: no-repeat}
.no-webp .inline-wrap .rule-title {background-size:2698px 2082px}
.webp .inline-wrap .rule-title {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-title {background-position:-1106px -1886px}
.webp .inline-wrap .rule-title {background-position:-1106px -1886px}
.no-webp .inline-wrap .rule-title {background-repeat:no-repeat}
.webp .inline-wrap .rule-title {background-repeat:no-repeat}
.inline-wrap .rule-title {
  margin: 90px auto 20px;
  padding-left: 100px;
width:649px;
height:72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-webp .inline-wrap h2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title-bg_b285adda.png) no-repeat center / auto 100%}
.webp .inline-wrap h2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/title-bg_b285adda.webp) no-repeat center / auto 100%}
.inline-wrap h2 {
  margin: 70px 0 20px;
  font-size: 32px;
  height: 66px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 52px;
  text-align: center;
}
.no-webp .inline-wrap h2 span {background-clip:text}
.webp .inline-wrap h2 span {background-clip:text}
.no-webp .inline-wrap h2 span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf0d2), to(#c79959))}
.webp .inline-wrap h2 span {background-image:-webkit-gradient(linear, left top, left bottom, from(#fdf0d2), to(#c79959))}
.no-webp .inline-wrap h2 span {background-image:linear-gradient(to bottom, #fdf0d2 0%, #c79959 100%)}
.webp .inline-wrap h2 span {background-image:linear-gradient(to bottom, #fdf0d2 0%, #c79959 100%)}
.no-webp .inline-wrap h2 span {-webkit-background-clip:text}
.webp .inline-wrap h2 span {-webkit-background-clip:text}
.inline-wrap h2 span {
  font-family: FZZYSJW;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.no-webp .inline-wrap .table1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/table1_abc5e051.png) no-repeat;
  background-size: 100% auto}
.webp .inline-wrap .table1 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/table1_abc5e051.webp) no-repeat;
  background-size: 100% auto}
.no-webp .inline-wrap .table1 {background-size:100% auto}
.webp .inline-wrap .table1 {background-size:100% auto}
.inline-wrap .table1 {
  width: 1052px;
  height: 213px;
  margin: 0 auto;
}
.no-webp .inline-wrap .table2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/table2_9a72ff0c.png) no-repeat;
  background-size: 100% auto}
.webp .inline-wrap .table2 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/table2_9a72ff0c.webp) no-repeat;
  background-size: 100% auto}
.no-webp .inline-wrap .table2 {background-size:100% auto}
.webp .inline-wrap .table2 {background-size:100% auto}
.inline-wrap .table2 {
  width: 1052px;
  height: 284px;
  margin: 0 auto;
}
.inline-wrap .rule-apply {
  width: 100%;
  height: 386px;
  margin: 30px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.inline-wrap .rule-apply .rule-apply-right {
  width: 551px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-0px -1804px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-0px -1804px}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn {background-position:-0px -1804px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn {background-position:-0px -1804px}
.inline-wrap .rule-apply .rule-apply-right .rule-apply-btn {
width:551px;
height:185px;

}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn .toast5 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2385px -911px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn .toast5 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2385px -911px}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn .toast5 {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn .toast5 {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn .toast5 {background-position:-2385px -911px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-btn .toast5 {background-position:-2385px -911px}
.inline-wrap .rule-apply .rule-apply-right .rule-apply-btn .toast5 {
width:307px;
height:63px;

  margin: 80px auto;
  cursor: pointer;
}
.inline-wrap .rule-apply .rule-apply-right .rule-apply-btn .toast5:hover {
  opacity: 0.8;
}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-553px -1804px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-553px -1804px}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi {background-position:-553px -1804px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi {background-position:-553px -1804px}
.inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi {
width:551px;
height:175px;

  padding-top: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi .toast6 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 1703.4545454545455px;
background-position:-1432px -2035px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi .toast6 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 1703.4545454545455px;
background-position:-1432px -2035px}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi .toast6 {background-size:2698px 1703.4545454545455px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi .toast6 {background-size:2698px 1703.4545454545455px}
.no-webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi .toast6 {background-position:-1432px -2035px}
.webp .inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi .toast6 {background-position:-1432px -2035px}
.inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi .toast6 {
  text-align: center;
  margin: 0px auto;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
width:384px;

}
.inline-wrap .rule-apply .rule-apply-right .rule-apply-fuchi .toast6:hover {
  opacity: 0.8;
}
.no-webp .inline-wrap .rule-apply {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-919px -0px}
.webp .inline-wrap .rule-apply {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-919px -0px}
.no-webp .inline-wrap .rule-apply {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply {background-position:-919px -0px}
.webp .inline-wrap .rule-apply {background-position:-919px -0px}
.inline-wrap .rule-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
width:1128px;
height:436px;

}
.inline-wrap .rule-apply .rule-video.vd_l {
  margin-left: 95px;
}
.no-webp .inline-wrap .rule-apply .rule-video {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2447px -73px}
.webp .inline-wrap .rule-apply .rule-video {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2447px -73px}
.no-webp .inline-wrap .rule-apply .rule-video {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply .rule-video {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply .rule-video {background-position:-2447px -73px}
.webp .inline-wrap .rule-apply .rule-video {background-position:-2447px -73px}
.inline-wrap .rule-apply .rule-video {
  cursor: pointer;
width:197px;
height:215px;

  margin: 0 0;
}
.no-webp .inline-wrap .rule-apply .rule-video:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2049px -512px}
.webp .inline-wrap .rule-apply .rule-video:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2049px -512px}
.no-webp .inline-wrap .rule-apply .rule-video:hover {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply .rule-video:hover {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply .rule-video:hover {background-position:-2049px -512px}
.webp .inline-wrap .rule-apply .rule-video:hover {background-position:-2049px -512px}
.inline-wrap .rule-apply .rule-video:hover {
width:197px;
height:215px;

}
.no-webp .inline-wrap .rule-apply .rule-anchor {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2248px -512px}
.webp .inline-wrap .rule-apply .rule-anchor {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2248px -512px}
.no-webp .inline-wrap .rule-apply .rule-anchor {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply .rule-anchor {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply .rule-anchor {background-position:-2248px -512px}
.webp .inline-wrap .rule-apply .rule-anchor {background-position:-2248px -512px}
.inline-wrap .rule-apply .rule-anchor {
  cursor: pointer;
width:197px;
height:215px;

}
.no-webp .inline-wrap .rule-apply .rule-anchor:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2447px -512px}
.webp .inline-wrap .rule-apply .rule-anchor:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2447px -512px}
.no-webp .inline-wrap .rule-apply .rule-anchor:hover {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply .rule-anchor:hover {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply .rule-anchor:hover {background-position:-2447px -512px}
.webp .inline-wrap .rule-apply .rule-anchor:hover {background-position:-2447px -512px}
.inline-wrap .rule-apply .rule-anchor:hover {
width:197px;
height:215px;

}
.no-webp .inline-wrap .rule-apply .rule-author {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2049px -73px}
.webp .inline-wrap .rule-apply .rule-author {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2049px -73px}
.no-webp .inline-wrap .rule-apply .rule-author {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply .rule-author {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply .rule-author {background-position:-2049px -73px}
.webp .inline-wrap .rule-apply .rule-author {background-position:-2049px -73px}
.inline-wrap .rule-apply .rule-author {
  cursor: pointer;
  margin: 0 55px;
width:197px;
height:219px;

}
.no-webp .inline-wrap .rule-apply .rule-author:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2248px -73px}
.webp .inline-wrap .rule-apply .rule-author:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2248px -73px}
.no-webp .inline-wrap .rule-apply .rule-author:hover {background-size:2698px 2082px}
.webp .inline-wrap .rule-apply .rule-author:hover {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-apply .rule-author:hover {background-position:-2248px -73px}
.webp .inline-wrap .rule-apply .rule-author:hover {background-position:-2248px -73px}
.inline-wrap .rule-apply .rule-author:hover {
width:197px;
height:219px;

}
.inline-wrap .rule-notice {
  width: 100%;
}
.no-webp .inline-wrap .rule-notice .notice-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-1117px -1991px}
.webp .inline-wrap .rule-notice .notice-title {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-1117px -1991px}
.no-webp .inline-wrap .rule-notice .notice-title {background-size:2698px 2082px}
.webp .inline-wrap .rule-notice .notice-title {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-notice .notice-title {background-position:-1117px -1991px}
.webp .inline-wrap .rule-notice .notice-title {background-position:-1117px -1991px}
.inline-wrap .rule-notice .notice-title {
  margin: 120px auto 0;
width:711px;
height:25px;

}
.inline-wrap .rule-notice .notice-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.inline-wrap .rule-notice .notice-list p {
  width: 100%;
  font-size: 30px;
  padding: 5px 10px 10px 5px;
  text-align: center;
  color: #efdbb5;
}
.inline-wrap .rule-notice .notice-list p:nth-child(2) {
  margin-top: -15px;
  color: #cca163;
}
.no-webp .inline-wrap .rule-notice .notice-list .notice-video {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-921px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-video {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-921px -1398px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-video {background-size:2698px 2082px}
.webp .inline-wrap .rule-notice .notice-list .notice-video {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-video {background-position:-921px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-video {background-position:-921px -1398px}
.inline-wrap .rule-notice .notice-list .notice-video {
  cursor: pointer;
width:305px;
height:379px;

}
.inline-wrap .rule-notice .notice-list .notice-video p:nth-child(1) {
  padding-top: 230px;
}
.no-webp .inline-wrap .rule-notice .notice-list .notice-video:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-1228px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-video:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-1228px -1398px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-video:hover {background-size:2698px 2082px}
.webp .inline-wrap .rule-notice .notice-list .notice-video:hover {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-video:hover {background-position:-1228px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-video:hover {background-position:-1228px -1398px}
.inline-wrap .rule-notice .notice-list .notice-video:hover {
width:305px;
height:379px;

}
.no-webp .inline-wrap .rule-notice .notice-list .notice-tr {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-0px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-tr {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-0px -1398px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-tr {background-size:2698px 2082px}
.webp .inline-wrap .rule-notice .notice-list .notice-tr {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-tr {background-position:-0px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-tr {background-position:-0px -1398px}
.inline-wrap .rule-notice .notice-list .notice-tr {
  cursor: pointer;
width:305px;
height:404px;

  margin: 0 -15px;
  margin-top: 25px;
}
.inline-wrap .rule-notice .notice-list .notice-tr p:nth-child(1) {
  padding-top: 250px;
}
.no-webp .inline-wrap .rule-notice .notice-list .notice-tr:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-307px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-tr:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-307px -1398px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-tr:hover {background-size:2698px 2082px}
.webp .inline-wrap .rule-notice .notice-list .notice-tr:hover {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-tr:hover {background-position:-307px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-tr:hover {background-position:-307px -1398px}
.inline-wrap .rule-notice .notice-list .notice-tr:hover {
width:305px;
height:404px;

}
.no-webp .inline-wrap .rule-notice .notice-list .notice-gf {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-1534px -899px}
.webp .inline-wrap .rule-notice .notice-list .notice-gf {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-1534px -899px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-gf {background-size:2698px 2082px}
.webp .inline-wrap .rule-notice .notice-list .notice-gf {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-gf {background-position:-1534px -899px}
.webp .inline-wrap .rule-notice .notice-list .notice-gf {background-position:-1534px -899px}
.inline-wrap .rule-notice .notice-list .notice-gf {
  cursor: pointer;
width:305px;
height:384px;

}
.inline-wrap .rule-notice .notice-list .notice-gf p:nth-child(1) {
  padding-top: 230px;
}
.no-webp .inline-wrap .rule-notice .notice-list .notice-gf:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-614px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-gf:hover {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-614px -1398px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-gf:hover {background-size:2698px 2082px}
.webp .inline-wrap .rule-notice .notice-list .notice-gf:hover {background-size:2698px 2082px}
.no-webp .inline-wrap .rule-notice .notice-list .notice-gf:hover {background-position:-614px -1398px}
.webp .inline-wrap .rule-notice .notice-list .notice-gf:hover {background-position:-614px -1398px}
.inline-wrap .rule-notice .notice-list .notice-gf:hover {
width:305px;
height:384px;

}
.no-webp .inline-wrap .toast5 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2385px -911px}
.webp .inline-wrap .toast5 {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2385px -911px}
.no-webp .inline-wrap .toast5 {background-size:2698px 2082px}
.webp .inline-wrap .toast5 {background-size:2698px 2082px}
.no-webp .inline-wrap .toast5 {background-position:-2385px -911px}
.webp .inline-wrap .toast5 {background-position:-2385px -911px}
.inline-wrap .toast5 {
width:307px;
height:63px;

  margin: 40px auto;
  cursor: pointer;
}
.inline-wrap .toast5:hover {
  opacity: 0.8;
}
.inline-wrap h3 {
  position: relative;
  line-height: 25px;
  margin: 30px 0;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
}
.no-webp .inline-wrap h5 {background-repeat:no-repeat}
.webp .inline-wrap h5 {background-repeat:no-repeat}
.no-webp .inline-wrap h5 {background-position:left}
.webp .inline-wrap h5 {background-position:left}
.inline-wrap h5 {
  color: #fff;
  margin: 35px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.inline-wrap h6 {
  position: relative;
  line-height: 25px;
  margin-bottom: 12px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
}
.inline-wrap h6 .title {
  font-weight: bold;
  color: #3467b4;
}
.inline-wrap > p {
  position: relative;
  padding: 0 40px 0 20px;
  line-height: 25px;
  margin-bottom: 12px;
  color: #edecec;
  font-size: 16px;
}
.inline-wrap > p.noicon::before {
  display: none;
}
.inline-wrap > p .line {
  text-decoration: underline;
  font-weight: bold;
}
.no-webp .inline-wrap > p::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2593px -885px}
.webp .inline-wrap > p::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2593px -885px}
.no-webp .inline-wrap > p::before {background-size:2698px 2082px}
.webp .inline-wrap > p::before {background-size:2698px 2082px}
.no-webp .inline-wrap > p::before {background-position:-2593px -885px}
.webp .inline-wrap > p::before {background-position:-2593px -885px}
.inline-wrap > p::before {
  position: absolute;
  left: 0px;
  top: 6px;
  border-radius: 50%;
  content: '';
width:16px;
height:16px;

}
.inline-wrap > p.text1 {
  position: relative;
  padding: 0 40px 0 42px;
  line-height: 30px;
  margin-bottom: 12px;
}
.no-webp .inline-wrap > p.text1::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png) no-repeat;background-size:2698px 2082px;
background-position:-2646px -281px}
.webp .inline-wrap > p.text1::before {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp) no-repeat;background-size:2698px 2082px;
background-position:-2646px -281px}
.no-webp .inline-wrap > p.text1::before {background-size:2698px 2082px}
.webp .inline-wrap > p.text1::before {background-size:2698px 2082px}
.no-webp .inline-wrap > p.text1::before {background-position:-2646px -281px}
.webp .inline-wrap > p.text1::before {background-position:-2646px -281px}
.inline-wrap > p.text1::before {
  position: absolute;
  left: 27px;
  top: 14px;
  border-radius: 50%;
  content: '';
width:5px;
height:5px;

}
.inline-wrap > p.text1 .title {
  font-weight: bold;
  color: #3467b4;
}
.inline-wrap > p .colorfont {
  font-size: 16px;
  color: #e9954b;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.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;
}
.no-webp .inline-wrap table th {background-color:#7d9abc}
.webp .inline-wrap table th {background-color:#7d9abc}
.inline-wrap table th {
  color: #fff0c4;
  padding: 15px 0;
}
.no-webp .inline-wrap table td {background-color:#cfdcea}
.webp .inline-wrap table td {background-color:#cfdcea}
.inline-wrap table td {
  padding: 50px 0;
  color: #2b3f65;
  font-weight: bold;
}
.inline-wrap table .broadcaste-require,
.inline-wrap table .incentive-content {
  padding-left: 27px !important;
  padding-right: 27px !important;
  letter-spacing: 2px;
}
.inline-wrap table .broadcaste-require .detail,
.inline-wrap table .incentive-content .detail {
  padding: 34px 0 0 0;
}
.inline-wrap table .broadcaste-require .note,
.inline-wrap table .incentive-content .note {
  cursor: pointer;
  font-size: 16px;
  color: #bd955e;
  text-decoration: underline;
  font-family: 'fzcjljt';
}
.inline-wrap table .broadcaste-require {
  width: 310px;
  text-align: left;
}
.login-wrap {
  margin: 100px auto 0;
  width: 500px;
}
.yd-wrap {
  width: 500px;
  margin: auto;
}
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.no-webp .modal-wrap .mask {background-color:#000}
.webp .modal-wrap .mask {background-color:#000}
.modal-wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.no-webp .modal-wrap .modal-content-wrap {background:#dadada}
.webp .modal-wrap .modal-content-wrap {background:#dadada}
.no-webp .modal-wrap .modal-content-wrap {background-size:100% 100%}
.webp .modal-wrap .modal-content-wrap {background-size:100% 100%}
.modal-wrap .modal-content-wrap {
  position: absolute;
  width: 400px;
  height: 206px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  /* 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.modal-wrap .modal-content-wrap p {
  font-size: 20px;
  width: 80%;
  text-align: center;
  margin-bottom: 20px;
}
.no-webp .modal-wrap .modal-content-wrap .close {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2646px -616px}
.webp .modal-wrap .modal-content-wrap .close {background-image:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2646px -616px}
.no-webp .modal-wrap .modal-content-wrap .close {background-size:2698px 2082px}
.webp .modal-wrap .modal-content-wrap .close {background-size:2698px 2082px}
.no-webp .modal-wrap .modal-content-wrap .close {background-position:-2646px -616px}
.webp .modal-wrap .modal-content-wrap .close {background-position:-2646px -616px}
.modal-wrap .modal-content-wrap .close {
  position: absolute;
  top: -40px;
  right: -55px;
  cursor: pointer;
width:50px;
height:50px;

  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 .modal-content-wrap .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.modal-wrap .modal-content-wrap .btns-wrap {
  position: relative;
}
.no-webp .modal-wrap .modal-content-wrap .btns-wrap .btn {background-position-y:top}
.webp .modal-wrap .modal-content-wrap .btns-wrap .btn {background-position-y:top}
.no-webp .modal-wrap .modal-content-wrap .btns-wrap .btn {background-size:100% auto}
.webp .modal-wrap .modal-content-wrap .btns-wrap .btn {background-size:100% auto}
.no-webp .modal-wrap .modal-content-wrap .btns-wrap .btn {background-repeat:no-repeat}
.webp .modal-wrap .modal-content-wrap .btns-wrap .btn {background-repeat:no-repeat}
.modal-wrap .modal-content-wrap .btns-wrap .btn {
  display: inline-block;
  width: 239px;
  height: 54px;
  cursor: pointer;
}
.no-webp .modal-wrap .modal-content-wrap .btns-wrap .btn:hover {background-position-y:bottom}
.webp .modal-wrap .modal-content-wrap .btns-wrap .btn:hover {background-position-y:bottom}
.modal-wrap .modal-content-wrap .btns-wrap .btn:hover {
}
.no-webp #NIE-copyRight {background-color:#000}
.webp #NIE-copyRight {background-color:#000}
#NIE-copyRight {
  color: #fff;
}
#NIE-copyRight a {
  color: #fff;
}
.no-webp #g-footer {background:#6b0000}
.webp #g-footer {background:#6b0000}
.no-webp #g-footer {background-size:cover}
.webp #g-footer {background-size:cover}
#g-footer {
  width: 100%;
  padding: 30px 0;
}
#g-footer .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
}
#g-footer .content .logo {
  margin: 5px 15px;
  width: 136px;
}
#g-footer .content p {
  color: rgba(255, 255, 255, 0.5);
}
#g-footer .content a {
  text-decoration: underline;
}
.no-webp .el-message-box {background:#757575}
.webp .el-message-box {background:#757575}
.el-message-box {
  border-radius: 0;
  border: 1px solid #e2e2e2;
  padding-top: 30px;
}
.el-message-box .el-message-box__header {
  display: none;
}
.el-message-box .el-message-box__content {
  font-size: 18px;
  color: #d0cfcf;
}
.no-webp .el-message-box .el-message-box__btns .el-button {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2498px -1572px}
.webp .el-message-box .el-message-box__btns .el-button {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2498px -1572px}
.no-webp .el-message-box .el-message-box__btns .el-button {background-size:2698px 2082px}
.webp .el-message-box .el-message-box__btns .el-button {background-size:2698px 2082px}
.no-webp .el-message-box .el-message-box__btns .el-button {background-position:-2498px -1572px}
.webp .el-message-box .el-message-box__btns .el-button {background-position:-2498px -1572px}
.el-message-box .el-message-box__btns .el-button {
  width: 86px;
  height: 26px;
  line-height: 26px;
  color: #565656;
  border-radius: 0;
  padding: 0;
  border: none;

}
.no-webp .el-message-box .el-message-box__btns .el-button.el-button--primary {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.png);background-size:2698px 2082px;
background-position:-2586px -1572px}
.webp .el-message-box .el-message-box__btns .el-button.el-button--primary {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-d92d80_d92d8056.webp);background-size:2698px 2082px;
background-position:-2586px -1572px}
.no-webp .el-message-box .el-message-box__btns .el-button.el-button--primary {background-size:2698px 2082px}
.webp .el-message-box .el-message-box__btns .el-button.el-button--primary {background-size:2698px 2082px}
.no-webp .el-message-box .el-message-box__btns .el-button.el-button--primary {background-position:-2586px -1572px}
.webp .el-message-box .el-message-box__btns .el-button.el-button--primary {background-position:-2586px -1572px}
.el-message-box .el-message-box__btns .el-button.el-button--primary {
  color: #d9d9d9;
width:86px;
height:26px;

}


.rule-classify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rule-classify .classify-left {
  width: 70%;
}
.rule-classify .classify-right {
  width: 30%;
}
.rule-classify .classify-right span {
  cursor: pointer;
  display: block;
  width: 100%;
  font-style: 21px;
  text-decoration: underline;
  color: #c39b64;
  text-align: center;
  letter-spacing: 1px;
}







.recommendPage .swiper-container[data-v-35f65bb1] {
  position: relative;
  width: 95%;
  height: 413px;
}
.no-webp .recommendPage .swiper-container .swiper-slide[data-v-35f65bb1] {background:#fff}
.webp .recommendPage .swiper-container .swiper-slide[data-v-35f65bb1] {background:#fff}
.recommendPage .swiper-container .swiper-slide[data-v-35f65bb1] {
  width: 100%;
  line-height: 200px;
  color: #000;
  font-size: 16px;
  text-align: center;
}
.no-webp [data-v-35f65bb1] .swiper-pagination-bullet-active {background:#f0dab4}
.webp [data-v-35f65bb1] .swiper-pagination-bullet-active {background:#f0dab4}
[data-v-35f65bb1] .swiper-pagination-bullet-active {
}
.swiper-slide[data-v-35f65bb1] {
  position: relative;
}
.swiper-slide a[data-v-35f65bb1] {
  width: 100%;
  height: 100%;
}
.swiper-slide a img[data-v-35f65bb1] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-webp .swiper-slide .banner-title[data-v-35f65bb1] {background:rgba(0, 0, 0, 0.3)}
.webp .swiper-slide .banner-title[data-v-35f65bb1] {background:rgba(0, 0, 0, 0.3)}
.swiper-slide .banner-title[data-v-35f65bb1] {
  width: 100%;
  height: 92px;
  position: absolute;
  bottom: 0;
}
.swiper-slide .banner-title span[data-v-35f65bb1] {
  font-size: 24px;
  position: absolute;
  top: -60px;
  left: 10px;
  color: #fff;
}
.swiper-pagination[data-v-35f65bb1] {
  width: 8%;
}
.no-webp .swiper-button-next[data-v-35f65bb1] {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-fdfa0f_fdfa0f1c.png);background-size:52px 32px;
background-position:-0px -0px}
.webp .swiper-button-next[data-v-35f65bb1] {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-fdfa0f_fdfa0f1c.webp);background-size:52px 32px;
background-position:-0px -0px}
.no-webp .swiper-button-next[data-v-35f65bb1] {background-size:52px 32px}
.webp .swiper-button-next[data-v-35f65bb1] {background-size:52px 32px}
.no-webp .swiper-button-next[data-v-35f65bb1] {background-position:-0px -0px}
.webp .swiper-button-next[data-v-35f65bb1] {background-position:-0px -0px}
.swiper-button-next[data-v-35f65bb1] {
width:25px;
height:32px;
}
.no-webp .swiper-button-prev[data-v-35f65bb1] {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-fdfa0f_fdfa0f1c.png);background-size:52px 32px;
background-position:-27px -0px}
.webp .swiper-button-prev[data-v-35f65bb1] {background:url(https://yjwujian.res.netease.com/pc/zt/20220106152738621/img/sprite-fdfa0f_fdfa0f1c.webp);background-size:52px 32px;
background-position:-27px -0px}
.no-webp .swiper-button-prev[data-v-35f65bb1] {background-size:52px 32px}
.webp .swiper-button-prev[data-v-35f65bb1] {background-size:52px 32px}
.no-webp .swiper-button-prev[data-v-35f65bb1] {background-position:-27px -0px}
.webp .swiper-button-prev[data-v-35f65bb1] {background-position:-27px -0px}
.swiper-button-prev[data-v-35f65bb1] {
width:25px;
height:32px;
}


.final-table[data-v-cdc4f7a4] {
  width: 90%;
}

