@charset "utf-8";
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
}
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
select {
  margin: 0;
  padding: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
button,
a,
select {
  border: none;
  outline: none;
}
input,
textarea,
button,
a {
  font: inherit;
  color: inherit;
}
input,
textarea {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 999999s;
  -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}
#NIE-warning-dialog {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
#NIE-topBar {
  z-index: 999 !important;
}
#NIE-topBar * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@font-face {
  font-family: '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: 'notosanssc';
  src: url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansSC';
  src: url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-regular.woff2") format('woff2'), url("https://nie.res.netease.com/comm/js/leihuo/fonts/noto-sans-sc-v12-latin_chinese-simplified-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 1400px;
  min-height: 1080px;
  color: #eee;
}
.el-popup-parent--hidden {
  padding-right: unset !important;
}
body {
  max-width: 2560px;
  font-size: 16px;
}
.scroll-hide {
  overflow: hidden;
}
#copyright .footer {
  background: rgba(0, 0, 0, 0.7);
}
.red {
  color: #e16c5c;
}
#leihuo-top {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80%;
  z-index: 1;
}
#leihuo-top #logo {
  width: 210px;
  height: 70px;
}
#leihuo-top #logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#leihuo-top #leihuo_top_content {
  margin-left: 10px;
  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;
}
#leihuo-top #leihuo_top_content #btn_reg.btn {
  display: none;
}
#leihuo-top #leihuo_top_content .btn,
#leihuo-top #leihuo_top_content .j-btn-share {
  margin: 10px 0;
}
#leihuo-top #leihuo_top_content .btn .icon .border,
#leihuo-top #leihuo_top_content .j-btn-share .icon .border {
  border-color: #e7dcb8 !important;
}
#leihuo-top #leihuo_top_content .btn .icon .leihuotopiconfont,
#leihuo-top #leihuo_top_content .j-btn-share .icon .leihuotopiconfont {
  color: #e7dcb8;
}
#leihuo-top #leihuo_top_content .btn .label {
  display: none;
}
.container-index {
  margin: auto;
  position: relative;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  min-width: 300px;
  min-height: 300px;
  background: white;
  color: #6e6d6f;
}
.pop-bg .pop-close {
  position: absolute;
  top: 50px;
  right: 30px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}
.pop-bg .pop-close:before {
  content: '';
  display: inline-block;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png) no-repeat;background-size:1227px 762px;
background-position:-813px -98px;
width:31px;
height:31px;

}
.pop-bg .pop-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.leihuo-pop-media .swiper-button-prev,
.leihuo-pop-media .swiper-button-next {
  display: none;
}
.leihuo-pop-media .swiper-zoom-container img {
  border: 2px solid #76b795;
}
.leihuo-pop-media .media-close {
  width: 31px;
  height: 31px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/pop-close_d80657f7.png) no-repeat;
  background-size: 100%;
}
.leihuo-pop-media .media-close::before {
  display: none;
}
.msg-pop {
  padding: 40px 20px;
  color: black;
}
.msg-pop .message-title {
  text-align: center;
  font-size: 20px;
}
.msg-pop .message-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msg-pop .message-content.center {
  text-align: center;
}
.msg-pop .message-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.msg-pop .message-btns button {
  margin: 0 10px;
}
.bind-pop {
  width: 658px;
  height: 493px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/share-bg_805acee6.png) no-repeat;
  background-size: cover;
}
.bind-pop .pop-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-48%, -50%);
          transform: translate(-48%, -50%);
}
.bind-pop .el-input__inner,
.bind-pop .el-input__inner:focus,
.bind-pop .el-input__inner:hover {
  border-color: #205141 !important;
}
.bind-pop .el-select-dropdown__item.hover,
.bind-pop .el-select-dropdown__item.selected {
  background-color: #76b795;
  color: #fff;
}
.bind-pop .hover .server,
.bind-pop .hover .grade {
  color: #fff !important;
}
.bind-pop .leihuo-bind-captcha {
  margin: 0 auto;
  margin-top: 50px;
  width: 350px;
}
.bind-pop .leihuo-role-select {
  margin: 0 auto;
  margin-top: 50px;
  width: 350px;
}
.bind-pop .btn-group {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 350px;
}
.bind-pop .el-button--primary {
  background-color: #e9d997;
  border-color: #e9d997;
  color: #54555b;
  font-family: 'fzcjljt', sans-serif;
  font-size: 22px;
}
.bind-pop .el-button--primary:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.bind-pop .leihuo-bind-info p {
  margin-bottom: 10px;
  color: #e16c5c;
}
.apply-success-pop {
  padding: 20px;
  padding-top: 30px;
  height: 150px;
  min-height: 150px;
  border-radius: 5px;
  font-size: 16px;
}
.apply-success-pop .btn-copy {
  margin-top: 10px;
  padding: 3px;
  padding-bottom: 5px;
  width: 120px;
  background: #409eff;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.apply-success-pop .confirm {
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding: 3px;
  padding-bottom: 5px;
  width: 80px;
  background: #409eff;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.apply-success-pop .pop-close::before {
  background: unset;
  width: 0;
  height: 0;
}
.sidebar-wrap {
  text-align: center;
  z-index: 99;
  width: 225px;
  height: 536px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/nav-bg_98a60b6b.png) no-repeat;
  background-size: 100%;
  position: fixed;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar-wrap .link-list {
  padding-left: 10px;
  padding-top: 30px;
}
.sidebar-wrap .link-list .link-item {
  display: block;
  font-size: 24px;
  height: 70px;
  margin: auto;
  color: #55565b;
  font-family: "fzcjljt", serif;
  text-align: center;
  line-height: 70px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sidebar-wrap .link-list .link-item-3 {
  display: none;
}
.sidebar-wrap .link-list .link-item.on {
  font-size: 30px;
}
.sidebar-wrap .link-list .link-item:hover,
.sidebar-wrap .link-list .link-item.active {
  letter-spacing: 0.05em;
  color: #3c6c58;
}
.sidebar-wrap .link-list .link-item.active {
  font-size: 30px;
}
.sidebar-wrap .link-list .link-item.active span {
  color: #3c6c58;
}
.sidebar-wrap .link-list img {
  display: block;
  width: 135px;
  height: 135px;
  margin: 40px auto 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-wrap .qrcode-wrap {
  margin-top: 40px;
  font-size: 13px;
  color: #fff;
  padding-left: 11px;
}
.sidebar-wrap .qrcode-wrap img {
  margin: 0 auto;
  display: block;
  width: 135px;
  height: 135px;
  border-radius: 5px;
}
.sidebar-wrap .qrcode-wrap .text {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #55565b;
}
.sidebar-wrap .go-top-btn {
  width: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  bottom: 40px;
  color: #5c6580;
  font-size: 24px;
  font-family: "fzcjljt", serif;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 8px;
  cursor: pointer;
}
.container-index {
  padding-top: 46.875%;
  width: 100%;
  height: 3537px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/bg-2560_65a06131.jpg) top center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.container-index.is-long .img-mask {
  display: none;
}
.container-index .video-mask {
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateY(32%);
          transform: translateY(32%);
  width: 100%;
  height: 1055px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/index-mask_740b8e09.png) no-repeat center top;
  background-size: cover;
}
.container-index .subtitle {
  position: absolute;
  left: 50%;
  top: 70.3125%;
  z-index: 11;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png) no-repeat;background-size:1227px 762px;
background-position:-0px -712px;
width:482px;
height:50px;

}
.container-index .video-box {
  width: 100%;
  position: absolute;
  top: 0;
}
.container-index .video-box .poster {
  height: 100%;
}
.container-index .video-box .poster img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-index .video-box .bg-video,
.container-index .video-box .enter-video {
  padding-bottom: 63.984375%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.container-index .video-box .bg-video video,
.container-index .video-box .enter-video video {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-index .slide-nav {
  display: none;
  width: 225px;
  height: 536px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/nav-bg_98a60b6b.png) no-repeat;
  background-size: 100%;
  position: fixed;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.container-index .slide-nav .btn_top {
  display: none;
  width: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  bottom: 30px;
  color: #5c6580;
  font-size: 24px;
  font-family: 'fzcjljt', serif;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 8px;
  cursor: pointer;
}
.container-index .slide-nav .linkbox {
  padding-left: 10px;
  padding-top: 30px;
}
.container-index .slide-nav .linkbox .nav {
  display: block;
  font-size: 24px;
  height: 70px;
  width: 200px;
  margin: auto;
  color: #5c6580;
  font-family: 'fzcjljt', serif;
  text-align: center;
  line-height: 70px;
}
.container-index .slide-nav .linkbox .nav-3 {
  display: none;
}
.container-index .slide-nav .linkbox .nav.on {
  font-size: 30px;
}
.container-index .slide-nav .linkbox img {
  display: block;
  width: 135px;
  height: 135px;
  margin: 40px auto 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-index .content {
  margin-top: 120px;
  position: relative;
  z-index: 2;
}
.container-index .plate {
  margin: 20px auto;
  font-family: 'NotoSansSC', serif;
  position: relative;
  z-index: 3;
}
.container-index .plate1 .apply-btn {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-780px -0px;
width:447px;
height:96px;

  color: #505567;
  font-size: 0;
  margin: 0 auto 30px;
  cursor: pointer;
}
.container-index .plate1 .apply-btn:hover {
  opacity: 0.85;
}
.container-index .plate1 .page1-content {
  width: 1294px;
  height: 537px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/page1-bg_4f3b0e25.png) no-repeat;
  background-size: 100%;
  margin: auto;
  padding: 80px 100px 50px 150px;
}
.container-index .plate1 .page1-content p,
.container-index .plate1 .page1-content h3 {
  font-size: 18px;
  color: #404862;
}
.container-index .plate1 .page1-content h3.title {
  font-weight: bold;
  margin-bottom: 20px;
}
.container-index .plate1 .page1-content p {
  line-height: 1.8em;
}
.container-index .plate1 .page1-content p.broken {
  margin-top: 15px;
}
.container-index .plate2,
.container-index .plate3,
.container-index .plate4 {
  width: 1267px;
  height: 455px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/page2-bg_b928835b.png) no-repeat;
  background-size: 100%;
  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;
}
.container-index .plate2 .plate-left,
.container-index .plate3 .plate-left,
.container-index .plate4 .plate-left {
  width: 530px;
  height: 100%;
  padding-top: 35px;
}
.container-index .plate2 .plate-left .title,
.container-index .plate3 .plate-left .title,
.container-index .plate4 .plate-left .title {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-0px -188px;
width:416px;
height:140px;

  margin: 40px 80px 20px;
}
.container-index .plate2 .plate-left p.tips,
.container-index .plate3 .plate-left p.tips,
.container-index .plate4 .plate-left p.tips {
  font-size: 18px;
  color: #55565b;
  width: 80%;
  margin: auto;
  padding-left: 40px;
  white-space: nowrap;
  line-height: 1.8em;
}
.container-index .plate2 .plate-right,
.container-index .plate3 .plate-right,
.container-index .plate4 .plate-right {
  width: 730px;
  height: 100%;
  padding: 16px 20px 22px 13px;
  position: relative;
}
.container-index .plate2 .plate-right .swiper-container,
.container-index .plate3 .plate-right .swiper-container,
.container-index .plate4 .plate-right .swiper-container {
  width: 100%;
  height: 100%;
}
.container-index .plate2 .plate-right .swiper-container .swiper-slide,
.container-index .plate3 .plate-right .swiper-container .swiper-slide,
.container-index .plate4 .plate-right .swiper-container .swiper-slide {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/daiding_e6edb5e6.png) no-repeat;
  background-size: cover;
  position: relative;
}
.container-index .plate2 .plate-right .swiper-container .swiper-slide .video-img,
.container-index .plate3 .plate-right .swiper-container .swiper-slide .video-img,
.container-index .plate4 .plate-right .swiper-container .swiper-slide .video-img {
  cursor: pointer;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-846px -98px;
width:25px;
height:25px;

  position: absolute;
  bottom: 0;
  left: 3px;
  z-index: 11;
}
.container-index .plate2 .plate-right .swiper-container .swiper-pagination,
.container-index .plate3 .plate-right .swiper-container .swiper-pagination,
.container-index .plate4 .plate-right .swiper-container .swiper-pagination {
  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;
  position: absolute;
  bottom: 20px;
}
.container-index .plate2 .plate-right .swiper-container .swiper-pagination .swiper-pagination-bullet,
.container-index .plate3 .plate-right .swiper-container .swiper-pagination .swiper-pagination-bullet,
.container-index .plate4 .plate-right .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-897px -98px;
width:11px;
height:11px;

  opacity: 1;
}
.container-index .plate2 .plate-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.container-index .plate3 .plate-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.container-index .plate4 .plate-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-873px -98px;
width:22px;
height:21px;

}
.container-index .plate2 .plate-right .swiper-button-next,
.container-index .plate3 .plate-right .swiper-button-next,
.container-index .plate4 .plate-right .swiper-button-next,
.container-index .plate2 .plate-right .swiper-button-prev,
.container-index .plate3 .plate-right .swiper-button-prev,
.container-index .plate4 .plate-right .swiper-button-prev {
  display: none;
}
.container-index .plate2 .plate-right::after,
.container-index .plate3 .plate-right::after,
.container-index .plate4 .plate-right::after {
  content: '';
  display: block;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-0px -0px;
width:778px;
height:186px;

  position: absolute;
  z-index: 2;
  bottom: -15px;
  right: -45px;
  pointer-events: none;
}
.container-index .plate2 .plate-right {
  padding: 16px 18px 22px 13px;
}
.container-index .plate2 .plate-right .swiper-container .swiper-wrapper {
  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-index .plate2 .plate-right .swiper-container .swiper-slide-0 {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/plate2-img-1_04a0b9cf.jpg) no-repeat;
  background-size: cover;
}
.container-index .plate3 .plate-left .title {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-0px -472px;
width:416px;
height:140px;

}
.container-index .plate3 .plate-right .swiper-container .swiper-slide-0 {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/plate-img-4_0e942d38.jpg) no-repeat;
  background-size: cover;
}
.container-index .plate3 .plate-right .swiper-container .swiper-slide-1 {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/plate-img-1_f6ab07d9.jpg) no-repeat;
  background-size: cover;
}
.container-index .plate3 .plate-right .swiper-container .swiper-slide-2 {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/plate-img-3_0b24ac12.jpg) no-repeat;
  background-size: cover;
}
.container-index .plate3 .plate-right .swiper-container .swiper-slide-3 {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/plate-img-2_8385bd58.jpg) no-repeat;
  background-size: cover;
}
.container-index .plate4 {
  position: relative;
  width: 1265px;
  height: 455px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/page4-bg_5895e3a7.png) no-repeat;
  background-size: 100%;
}
.container-index .plate4 .plate-left .title {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-0px -330px;
width:416px;
height:140px;

  margin: 55px 30px 30px;
}
.container-index .plate4 .plate-left p.tips {
  font-size: 18px;
  color: #55565b;
  width: 80%;
  padding-left: 15px;
  margin-left: 50px;
}
.container-index .plate4 .plate-right {
  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;
  padding: 17px 9px 22px 25px;
}
.container-index .plate4 .plate-right .swiper-container .swiper-slide-0 {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/plate3-img-1_d47a3d94.jpg) no-repeat;
  background-size: cover;
}
.container-index .plate4 .plate-right::after {
  left: 5px;
}
.container-index .apply-btn {
  display: block;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-780px -0px;
width:447px;
height:96px;

  margin: 40px auto 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.container-index .apply-btn:hover {
  opacity: 0.85;
}
.container-apply {
  padding-top: 46.875%;
  width: 100%;
  height: 3846px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/bg-2560_fa212fb5.jpg) no-repeat center top;
  background-size: cover;
}
.container-apply .intro-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-bottom: 63.984375%;
  margin: 0 auto;
}
.container-apply .intro-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container-apply .intro-wrap .subtitle {
  position: absolute;
  top: 70.3125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png) no-repeat;background-size:1227px 762px;
background-position:-0px -712px;
width:482px;
height:50px;

  z-index: 9;
}
.container-apply .video-mask {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(32%);
          transform: translateY(32%);
  width: 100%;
  height: 1055px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/mask-2560_45ca6b1f.png) no-repeat center top;
  background-size: cover;
}
.container-apply .btn {
  margin: 0 auto;
  width: 447px;
  height: 96px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/back_cd6a08bf.png) no-repeat;
  background-size: cover;
  color: #505567;
  font-size: 30px;
  font-family: 'fzcjljt', sans-serif;
  text-align: center;
  line-height: 83px;
  letter-spacing: 10px;
  cursor: pointer;
}
.container-apply .btn:hover {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/back-h_1fcc3ca9.png) no-repeat;
}
.container-apply .submit {
  margin-top: 50px;
}
.container-apply .dec-bg {
  position: relative;
  top: 200px;
  margin: 0 auto;
  width: 1295px;
  height: 645px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/dec-bg_f7f14e6c.png) no-repeat;
  background-size: cover;
  color: #404862;
  font-size: 18px;
}
.container-apply .strong {
  font-weight: 700;
}
.container-apply .apply-dec {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  width: 1000px;
  text-align: justify;
  line-height: 1.8em;
}
.container-apply .apply-dec p {
  margin-bottom: 15px;
}
.container-apply .apply-dec .m {
  display: none;
}
.container-apply .apply-dec .zs {
  margin-bottom: 0;
}
.container-apply .apply-dec .zs::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png) no-repeat;background-size:1227px 762px;
background-position:-910px -98px;
width:11px;
height:11px;

}
.container-apply .form-bg {
  margin: 0 auto;
  margin-top: 260px;
  width: 1283px;
  height: 1649px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/form-bg_802afd07.png) no-repeat;
  background-size: cover;
  color: #6e6d6f;
}
.container-apply .form-bg .form-title {
  position: relative;
  top: 80px;
  margin: 0 auto;
  width: 738px;
  height: 29px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/form-title_25d45681.png) no-repeat;
  background-size: cover;
}
.container-apply .form-bg .login-info {
  position: relative;
  top: 95px;
  text-align: center;
  color: #4b526b;
  font-size: 18px;
}
.container-apply .form-bg .logout {
  color: #77b386;
  cursor: pointer;
}
.container-apply .form-bg .con {
  margin: 0 auto;
  width: 1100px;
}
.container-apply .form-bg .con-1 {
  margin-top: 110px;
}
.container-apply .form-bg .con-2 {
  margin-top: 40px;
}
.container-apply .form-bg .con-3 {
  margin-top: 40px;
}
.container-apply .form-bg .con-3 label {
  width: unset;
}
.container-apply .form-bg .title-1 {
  width: 344px;
  height: 90px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/title-1_7deaaebc.png) no-repeat;
  background-size: cover;
}
.container-apply .form-bg .title-2 {
  width: 546px;
  height: 90px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/title-2_d064027d.png) no-repeat;
  background-size: cover;
}
.container-apply .form-bg .title-3 {
  width: 264px;
  height: 90px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/title-3_3196f8ec.png) no-repeat;
  background-size: cover;
}
.container-apply .form-bg .inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container-apply .form-bg label {
  display: inline-block;
  width: 90px;
}
.container-apply .form-bg .input {
  width: 375px;
  height: 32px;
  border: 1px solid #8fc3d8;
}
.container-apply .form-bg .form-item,
.container-apply .form-bg .form-radio {
  margin-top: 15px;
}
.container-apply .form-bg .el-radio {
  width: unset;
  margin-right: 20px;
}
.container-apply .form-bg .el-radio__inner {
  border-color: #8fc3d8;
}
.container-apply .form-bg .el-radio__label {
  padding-left: 3px;
}
.container-apply .form-bg .is-checked .el-radio__inner {
  border-color: #8fc3d8;
  background: #fff;
}
.container-apply .form-bg .is-checked .el-radio__inner::after {
  width: 8px;
  height: 8px;
  background-color: #dbb48a;
}
.container-apply .form-bg .is-checked .el-radio__label {
  color: #dbb48a;
}
.container-apply .form-bg .phone-item {
  margin-top: 40px;
}
.container-apply .form-bg .tips {
  margin-top: 5px;
  font-size: 16px;
}
.container-apply .form-bg .left,
.container-apply .form-bg .info {
  margin-left: 50px;
}
.container-apply .form-bg .left {
  position: relative;
}
.container-apply .form-bg #gender {
  position: absolute;
  top: -20px;
  right: 312px;
}
.container-apply .form-bg #address {
  position: absolute;
  top: 20px;
  right: 35px;
}
.container-apply .form-bg #address.have-address {
  right: 110px;
  width: 400px;
}
.container-apply .form-bg .info {
  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;
  margin-top: 15px;
}
.container-apply .form-bg .info .radio {
  margin-left: 10px;
}
.container-apply .form-bg .info label {
  margin-bottom: 6px;
}
.container-apply .form-bg .info p {
  margin-top: 10px;
}
.container-apply .form-bg .right {
  margin-left: 70px;
}
.container-apply .form-bg .phone {
  position: relative;
  margin-top: -20px;
}
.container-apply .form-bg #yidun {
  margin-left: 4px;
}
.container-apply .form-bg .btn-code {
  position: absolute;
  left: 354px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  background: #5b7593;
  color: #fff;
}
.container-apply .form-bg .btn-code:hover {
  background: #688bb9;
}
.container-apply .form-bg .radio-span {
  margin-right: 13px;
}
.container-apply .form-bg .age-radio:last-child {
  margin-right: 0;
}
.container-apply .form-bg .address {
  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;
}
.container-apply .form-bg .address label {
  width: 110px;
}
.container-apply .form-bg .area-select {
  display: none;
}
.container-apply .form-bg .advice {
  margin-top: 10px;
  padding: 10px;
  width: 1009px;
  height: 226px;
  border: 1px solid #83bdd4;
}
.container-apply .form-bg textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
.container-apply .form-bg textarea::-moz-placeholder {
  color: #b7b7b7;
}
.container-apply .form-bg textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
.container-apply .form-bg textarea::-ms-input-placeholder {
  color: #b7b7b7;
}
.container-apply .form-bg textarea::placeholder {
  color: #b7b7b7;
}
.container-apply .form-bg .urs::-webkit-input-placeholder {
  padding-left: 10px;
  color: #b7b7b7;
}
.container-apply .form-bg .urs::-moz-placeholder {
  padding-left: 10px;
  color: #b7b7b7;
}
.container-apply .form-bg .urs:-ms-input-placeholder {
  padding-left: 10px;
  color: #b7b7b7;
}
.container-apply .form-bg .urs::-ms-input-placeholder {
  padding-left: 10px;
  color: #b7b7b7;
}
.container-apply .form-bg .urs::placeholder {
  padding-left: 10px;
  color: #b7b7b7;
}
.container-apply .form-bg .detail {
  margin-top: 20px;
}
.container-apply .form-bg .wide {
  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;
}
.texie {
  color: #e16c5c;
}
.district-item {
  width: 182px !important;
}
.district-item input::-webkit-input-placeholder {
  color: #6e6d6f;
}
.district-item input::-moz-placeholder {
  color: #6e6d6f;
}
.district-item input:-ms-input-placeholder {
  color: #6e6d6f;
}
.district-item input::-ms-input-placeholder {
  color: #6e6d6f;
}
.district-item input::placeholder {
  color: #6e6d6f;
}
.el-input__inner {
  border: 1px solid #8fc3d8;
  border-radius: unset;
}
.el-input__inner:hover {
  border: 1px solid #8fc3d8 !important;
}
#leihuo-share .leihuo-share-modal {
  width: 659px;
  height: 493px;
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/share-bg_805acee6.png) no-repeat;
  background-size: 100%;
  padding: 120px 70px 110px 100px;
  color: #55565b;
}
#leihuo-share .leihuo-share-close {
  background: url(https://h.res.netease.com/pc/zt/20231201093534/assets/sprite-dca795_dca795f8.png);background-size:1227px 762px;
background-position:-813px -98px;
width:31px;
height:31px;

  right: 25px;
  top: 45px;
}
#leihuo-share .leihuo-share-close::before {
  display: none;
}
#leihuo-share .leihuo-share-title {
  display: none;
}
#leihuo-share .leihuo-share-block {
  margin: 25px 0;
}
#leihuo-share .leihuo-share-desc {
  margin-bottom: 5px;
}
#leihuo-share .leihuo-share-copy-box {
  margin-top: 0.8em;
}
#leihuo-share .leihuo-share-input {
  border: 1px solid #205141;
  border-radius: 0;
  border-right: none;
  background: transparent;
  color: #999;
}
#leihuo-share .leihuo-share-copy-btn {
  margin-left: 0;
  border-radius: 0;
  background: #76b795;
}
#leihuo-share .leihuo-share-channel-item {
  margin: 5px 20px;
}
#leihuo-share .leihuo-share-channel-item .leihuo-share-iconfont {
  color: #76b795;
  margin-bottom: 5px;
}
#leihuo-share .leihuo-share-channel-item:hover {
  color: rgba(85, 86, 91, 0.8);
}
#leihuo-share .leihuo-share-channel-item:hover .leihuo-share-iconfont {
  color: #cfebd2;
}
.leihuo-share-qrcode.has-bg #leihuo-share-qrcode {
  width: 20% !important;
  left: auto !important;
  right: 20%;
}







