/** mixins **/
.video-pop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.video-pop .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.video-pop .video-cnt {
  width: 1200px;
  height: 677px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-pop .video-cnt video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-pop .close-btn {
  position: absolute;
  top: -50px;
  right: 0;
  text-indent: -9999em;
  font-size: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}
.video-pop .close-btn::before,
.video-pop .close-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 50px;
  border-right: 1px solid #fff;
}
.video-pop .close-btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.video-pop .close-btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.video-pop .close-btn:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/** mixins **/
#feedback,
.btn-kefu {
  position: fixed;
  font-size: 14px;
  font-family: inherit;
  width: 100px;
  height: 28px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 102;
}
#feedback .leihuo-feedback-icon,
.btn-kefu .leihuo-feedback-icon {
  display: none;
}
#feedback .leihuo-feedback-text,
.btn-kefu .leihuo-feedback-text {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.6);
  font-weight: lighter;
}
#feedback:hover,
.btn-kefu:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.65);
}
#feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 10px;
  bottom: 57px;
}
.btn-kefu {
  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;
  right: 116px;
  bottom: 57px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: lighter;
}
#copyright .btn-copyright {
  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;
}
#copyright .btn-copyright i {
  margin-right: 2px;
}
#copyright .btn-copyright span {
  line-height: 1;
}
#appInfoNew {
  display: none;
}
#appInfoNew .normal-wrap,
#appInfoNew .open-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px 40px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  width: 100%;
  color: #fff;
}
#appInfoNew .normal-wrap a,
#appInfoNew .open-wrap a {
  color: #ffd98f;
}
#appInfoNew .normal-wrap p,
#appInfoNew .open-wrap p {
  margin-left: 40px;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}

/** mixins **/
.container-index .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-index .bg-video video {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-index .bg-video .on {
  display: block;
}
.container-index .page-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-index .slogan {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: -400px;
  background: url(https://h.res.netease.com/pc/gw/20231012200834/assets/sprite-dd6cb2_dd6cb2ec.png);background-size:672px 498px;
background-position:-0px -0px;
width:326px;
height:494px;

}
.container-index .slogan .btn-video {
  position: absolute;
  top: 380px;
  left: 83px;
  background: url(https://h.res.netease.com/pc/gw/20231012200834/assets/sprite-dd6cb2_dd6cb2ec.png);background-size:672px 498px;
background-position:-566px -0px;
width:102px;
height:103px;

}
.container-index .slogan .btn-video:hover {
  background: url(https://h.res.netease.com/pc/gw/20231012200834/assets/sprite-dd6cb2_dd6cb2ec.png);background-size:672px 498px;
background-position:-566px -107px;
width:102px;
height:103px;

}
.container-index .top-download-wrap {
  bottom: 140px;
}
.container-index .btn-activity {
  position: fixed;
  bottom: 140px;
  right: 0;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.container-index .btn-activity a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.container-index .btn-activity a:hover {
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
}
.container-index .btn-activity a.activity-ip {
  margin-top: 10px;
  background: url(https://h.res.netease.com/pc/gw/20231012200834/assets/sprite-dd6cb2_dd6cb2ec.png);background-size:672px 498px;
background-position:-330px -316px;
width:224px;
height:158px;

}
.container-index .btn-satellite {
  position: fixed;
  bottom: 330px;
  right: 0;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.container-index .btn-satellite a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.container-index .btn-satellite a:hover {
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
}
.container-index .btn-satellite a.activity-satellite {
  margin-top: 10px;
  background: url(https://h.res.netease.com/pc/gw/20231012200834/assets/sprite-dd6cb2_dd6cb2ec.png);background-size:672px 498px;
background-position:-330px -0px;
width:232px;
height:154px;

}
.container-index .btn-taphelp {
  position: fixed;
  bottom: 330px;
  right: 0;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.container-index .btn-taphelp a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.container-index .btn-taphelp a:hover {
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
}
.container-index .btn-taphelp a.activity-taphelp {
  margin-top: 10px;
  background: url(https://h.res.netease.com/pc/gw/20231012200834/assets/sprite-dd6cb2_dd6cb2ec.png);background-size:672px 498px;
background-position:-330px -158px;
width:232px;
height:154px;

}
.container-index .scroll-tip {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -45px;
  width: 89px;
  height: 100px;
  cursor: pointer;
}
.container-index .scroll-tip .tip-text {
  margin: 0 auto 2px;
  height: 60px;
  background: url(https://h.res.netease.com/pc/gw/20231012200834/assets/sprite-dd6cb2_dd6cb2ec.png);background-size:672px 498px;
background-position:-566px -214px;
width:89px;

  -webkit-animation: scroll-tip 1s alternate infinite ease-in-out;

          animation: scroll-tip 1s alternate infinite ease-in-out;
}
.container-index .scroll-tip .mouse {
  margin: 0 auto;
  background: url(https://h.res.netease.com/pc/gw/20231012200834/assets/sprite-dd6cb2_dd6cb2ec.png);background-size:672px 498px;
background-position:-566px -278px;
width:27px;
height:37px;

}
.container-index .scroll-tip:hover .tip-text {
  -webkit-animation: none;
          animation: none;
}

