@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
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: #62a1c9;
}
html,
body {
  width: 100%;
  min-height: 930px;
  height: auto;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}
/*宽度限制板块*/
.wbox {
  width: 1400px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
body {
  width: 100%;
  min-width: 1400px;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hide {
  display: none;
}
/**** DEMO单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
@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;
}
body,
html {
  position: relative;
  color: red;
  height: 100%;
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#app {
  width: 100%;
  height: 100%;
}
#leihuo_top_content {
  position: absolute;
  width: 200px !important;
}
#test-top {
  position: absolute;
  top: 20px;
  left: 3px;
  z-index: 20;
  width: 99.8%;
}
#test-top img {
  position: absolute;
  display: block;
  left: 18px;
  top: -5px;
  width: 136px;
}
#test-top #leihuo_top_content {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 200px !important;
}
#test-top #leihuo_top_content a {
  margin: 0 3px;
}
.footer {
  background: #fff;
}
.page-main {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-main .icon-scroll {
  position: fixed;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  margin-left: -97px;
  width: 194px;
  height: 44px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/icon-scroll_ef10b356.png) center no-repeat;
}
.page-main .icon-scroll.ani {
  -webkit-animation: translate-ani 1.2s alternate infinite 300ms 0 ease;
  -moz-animation: translate-ani 1.2s alternate infinite 300ms 0 ease;
  -ms-animation: translate-ani 1.2s alternate infinite 300ms 0 ease;
  animation: translate-ani 1.2s alternate infinite 300ms 0 ease;
  -moz-animation: translate-ani 1.2s alternate infinite;
  -webkit-animation: translate-ani 1.2s alternate infinite;
  -o-animation: translate-ani 1.2s alternate infinite;
  -ms-animation: translate-ani 1.2s alternate infinite;
  animation: translate-ani 1.2s alternate infinite;
}
@-webkit-keyframes translate-ani {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@-moz-keyframes translate-ani {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@-ms-keyframes translate-ani {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@-o-keyframes translate-ani {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@keyframes translate-ani {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
.page-main .dh-all {
  position: fixed;
  z-index: 30;
  right: -180px;
  top: 50%;
  margin-top: -170px;
  width: 159px;
  height: 339px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/dh-bg_e8aa6753.png) center no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page-main .dh-all.ani {
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}
.page-main .dh-all a {
  position: relative;
  width: 151px;
  height: 56px;
  line-height: 56px;
  display: block;
  margin: 0 auto;
  color: #51546f;
  font-size: 20px;
  text-align: center;
}
.page-main .dh-all a.on,
.page-main .dh-all a:hover {
  color: #fff;
  width: 151px;
  height: 56px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/dh-btn-bg_on_552315e5.png) center no-repeat;
}
.page-main .dh-all a.on .code_nav_cons,
.page-main .dh-all a:hover .code_nav_cons {
  display: block;
}
.page-main .dh-all a:first-child {
  margin-top: 30px;
}
.page-main .dh-all a:last-child {
  margin-top: 10px;
  width: 139px;
  height: 44px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/btn-download_507102e0.png) center no-repeat;
}
.page-main .dh-all a .code_nav_cons {
  position: absolute;
  top: 200%;
  margin-top: -230px;
  left: -208px;
  display: none;
}
.page-main .dh-all a .code_nav_cons .code_img {
  position: relative;
  width: 156px;
  height: 339px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/code_hzgt_c8681818.png) center no-repeat;
  height: 176px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
.page-main .dh-all a .code_nav_cons .code_img img {
  display: block;
  width: 124px;
  height: auto;
}
.page-main .dh-all a .code_nav_cons .code_img .code_name {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #51546f;
}
.page-main .dh-all a .code_nav_cons .arrow {
  position: absolute;
  left: 160px;
  bottom: 94px;
  display: block;
  width: 38px;
  height: 26px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/nav_arrow_6397eb01.png) center no-repeat;
}
.page-main .pageSwiper {
  width: 100%;
  height: 100%;
}
.page-main .pageSwiper .page-item {
  position: relative;
  width: 100%;
  min-height: 100%;
  color: #999;
}
.page-main .pageSwiper .page-item.bg0 {
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/bg1_a7c3caa7.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page-main .pageSwiper .page-item.bg0 video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-main .pageSwiper .page-item.bg1 {
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/bg2_45cf4741.jpg) center no-repeat;
  background-size: cover;
}
.page-main .pageSwiper .page-item.bg2 {
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/bg3_c056503b.jpg) center no-repeat;
  background-size: cover;
}
.page-main .pageSwiper .page-item .slogan {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -15px;
  width: 745px;
  height: 446px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/slogan_e82aa049.png) center no-repeat;
}
.page-main .pageSwiper .page-item .slogan .p0-video {
  position: absolute;
  left: 565px;
  top: 180px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.page-main .pageSwiper .page-item .page-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-475px, -50%);
  -moz-transform: translate(-475px, -50%);
  -ms-transform: translate(-475px, -50%);
  -o-transform: translate(-475px, -50%);
  transform: translate(-475px, -50%);
  width: 950px;
}
.page-main .pageSwiper .page-item .page-center p {
  width: 860px;
  margin: 0 auto;
  color: #334168;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.page-main .pageSwiper .page-item .page-center p.end {
  color: #786b4d;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
.page-main .pageSwiper .page-item .page-center .code_cons {
  display: flex;
  justify-content: center;
}
.page-main .pageSwiper .page-item .page-center .code_cons .code_items {
  width: 168px;
  margin: 10px 30px;
}
.page-main .pageSwiper .page-item .page-center .code_cons .code_items img {
  display: block;
  width: 100%;
  margin: 10px auto 0;
}
.page-main .pageSwiper .page-item .page-center .code_cons .code_items p {
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.page-main .pageSwiper .page-item .page-center .line-s {
  margin: 20px auto;
  display: block;
  width: 275px;
  height: 7px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/line_f6225559.png) center no-repeat;
}
.page-main .pageSwiper .page-item .page-center .page-img-list {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.page-main .pageSwiper .page-item .page-center .page-img-list .page-img-item {
  display: inline-block;
  width: 50%;
}
.page-main .pageSwiper .page-item .page-center .page-img-list .page-img-item .page-img-cont {
  position: relative;
  margin: 30px auto 15px;
  width: 378px;
  height: 226px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/img-cont_d6f8670d.png) center no-repeat;
}
.page-main .pageSwiper .page-item .page-center .page-img-list .page-img-item .page-img-cont .video-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -109px 0 0 -185px;
  z-index: 5;
  width: 370px;
  height: 218px;
  background: rgba(0, 0, 0, 0.6);
}
.page-main .pageSwiper .page-item .page-center .page-img-list .page-img-item .page-img-cont img {
  margin: 4px auto;
  width: 370px;
}
.page-main .pageSwiper .page-item .page-center .page-img-list .page-img-item .page-img-cont .video-btn {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin: -39px 0 0 -38.5px;
  width: 77px;
  height: 78px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/btn-video_dc5ee86f.png) center no-repeat;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.page-main .pageSwiper .page-item .page-center .page-img-list .page-img-item .page-img-cont .video-btn:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.page-main .pageSwiper .page-item .page-center .page-img-list .page-img-item p {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.page-main .pageSwiper .page-item .page-center .line-l {
  margin: 40px auto 10px;
  display: block;
  width: 868px;
  height: 1px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/line_long_19b0140e.png) center no-repeat;
}
.bilibili-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.bilibili-wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.bilibili-wrap .close-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: 460px;
  width: 33px;
  height: 33px;
  cursor: pointer;
  background-image: url(https://n.res.netease.com/pc/zt/20210519103401/img/close_aea09367.png);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.bilibili-wrap .close-btn:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bilibili-wrap .frame-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bilibili-wrap .frame-wrap iframe {
  width: 916px;
  height: 603px;
}
.bilibili-wrap .close-btn {
  margin-top: -230px;
  margin-left: 360px;
}
.bilibili-wrap .frame-wrap iframe {
  width: 700px;
  height: 461px;
}
.leihuo-share .leihuo-share-modal {
  width: 640px;
  height: 595px;
  padding: 60px 32px 72px;
  background-image: url(https://n.res.netease.com/pc/zt/20210519103401/img/leihuo-share-modal_5c56ba01.jpg);
  background-size: 100% 100%;
  border-radius: 0;
}
.leihuo-share .leihuo-share-modal .leihuo-share-close {
  top: 18px;
  left: 567px;
  width: 48px;
  height: 48px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/sprite-8edbcb_8edbcbb3.png) no-repeat;background-size:152px 99px;
background-position:-0px -51px;

}
.leihuo-share .leihuo-share-modal .leihuo-share-close::before {
  display: none;
}
.leihuo-share .leihuo-share-modal .leihuo-share-title {
  line-height: 30px;
  margin: 0;
  font-family: 'fzcjljt', sans-serif;
  font-size: 28px;
  text-align: center;
  color: #444;
  letter-spacing: 1px;
  padding-left: 46px;
}
.leihuo-share .leihuo-share-modal .leihuo-share-block {
  display: block;
  line-height: 21px;
  margin: 40px 0 0 0;
  font-family: NotoSansSC, 'Microsoft Yahei', serif;
  font-size: 24px;
  color: #333;
  white-space: nowrap;
}
.leihuo-share .leihuo-share-modal .leihuo-share-block + .leihuo-share-block {
  margin-top: 20px;
}
.leihuo-share .leihuo-share-modal .leihuo-share-desc {
  font-family: NotoSansSC, 'Microsoft Yahei', serif;
  font-size: 24px;
  color: #333;
}
.leihuo-share .leihuo-share-modal .leihuo-share-desc small {
  font-family: NotoSansSC, 'Microsoft Yahei', serif;
  font-size: 20px;
  color: #444;
}
.leihuo-share .leihuo-share-modal .leihuo-share-input {
  flex: 0 0 415px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  border: none;
  border-radius: unset;
  font-family: NotoSansSC, 'Microsoft Yahei', serif;
  font-size: 20px;
  color: #ffebda;
  background: #384F6A;
}
.leihuo-share .leihuo-share-modal .leihuo-share-copy-box {
  justify-content: space-between;
}
.leihuo-share .leihuo-share-modal .leihuo-share-copy-btn {
  margin-left: 0;
  font-family: 'fzcjljt', sans-serif;
  font-size: 24px;
  width: 152px;
  height: 49px;
  background: url(https://n.res.netease.com/pc/zt/20210519103401/img/sprite-8edbcb_8edbcbb3.png);background-size:152px 99px;
background-position:-0px -0px;

  border-radius: 0;
}
.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-img {
  width: 576px;
  height: 240px;
}
.leihuo-share-qrcode.has-bg div#leihuo-share-qrcode {
  bottom: 5%;
  right: 2.5%;
  transform: none;
  width: 156px;
  height: 156px;
}

