::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  scrollbar-width: thin;
  /**/
}
::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #333;
}
::-webkit-scrollbar-corner {
  background: #179a16;
}

* {
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
}
html,
body {
  background: #000;
  height: 100%;
  margin: 0 auto;
  font-family: "song";
}
.hide {
  display: none;
}
img {
  display: block;
  /* width: 100%; */
  margin: 0 auto;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow-y: auto;
}
.sl-part {
  position: relative;
}
.part1 .part-content {
  height: 100vh;
}

.part-content {
  position: relative;
  overflow: hidden;
}

.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.page-bg img {
  width: 100%;
}
.part1 {
  background: url(../img/1.png) top/100% no-repeat;
  width: 100%;
  height: 62.5rem;
}
.part1 .sl-logo {
  background: url(../img/first/logo.png) top/100% no-repeat;
  position: absolute;
  width: 11.75rem;
  height: 3.5rem;
  top: 2.5rem;
  left: 9.6875rem;
}
.part1 .btn-home {
  background: url(../img/first/go.png) top/100% no-repeat;
  width: 12.25rem;
  height: 3.75rem;
  position: absolute;
  top: 1.25rem;
  right: 9.6875rem;
}
.part1 .slogan {
  position: relative;
  margin: 1.25rem auto;
  width: 33.3125rem;
  height: auto;
}
.slogan img {
  width: 100%;
}
.part1 .download-box {
  width: 32.8125rem;
  height: 8.375rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  bottom: 6.5rem;
  justify-content: space-around;
  align-items: center;
}
.part1 .download-box .box {
  /* cursor: pointer; */
}
.part1 .download-box .box1 > img {
  width: 6.0625rem;
  height: 7.1875rem;
  /* margin-top: -0.3125rem; */
  /* height: 8.6875rem; */
}
.part1 .download-box .box1 a > img {
  width: 8.3125rem;
}
.part1 .download-box .box2 a > img {
  margin: 0 0.625rem;
  width: 10.625rem;
}
.part1 .download-box .box3 a > img {
  width: 7.0625rem;
}
.part1 .download-box .box4 {
  width: 5.5rem;
  margin-top: 0rem;
  margin-left: 0.625rem;
  cursor: pointer;
}
.firstPv {
  width: 100%;
}
.part2 .title {
  text-indent: -9999px;
  background: url("../img/second/t3.png") top/100% no-repeat;
  width: 35.5rem;
  height: 8.75rem;
  margin: 6rem auto 1rem;
}
.part2 .part-content {
  height: 54rem;
  margin: 1rem 0 3rem;
  transform-origin: center center;
}
.part2 .switch-tips {
  position: absolute;
  font-size: 0.9375rem;
  color: #cbc2a4;
  top: 11rem;
  left: 66%;
}
.part2 .wrap-rookie {
  width: 53.625rem;
  height: 52rem;
  position: absolute;
  left: 26rem;
  top: 0rem;
}
.wrap-rookie img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.part2 .wrap-switch {
  position: absolute;
  left: 66%;
  top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part2 .wrap-switch .switch {
  width: 5.25rem;
  height: 2.25rem;
  cursor: pointer;
}
.part2 .wrap-switch .switch1 {
  background: url(../img/second/d1.png) top/100% no-repeat;
}
.part2 .wrap-switch .switch1.curr {
  background: url(../img/second/d1c.png) top/100% no-repeat;
}
.part2 .wrap-switch .switch2 {
  background: url(../img/second/d2.png) top/100% no-repeat;
}
.part2 .wrap-switch .switch2.curr {
  background: url(../img/second/d2c.png) top/100% no-repeat;
}
.part2 .wrap-media {
  /* position: absolute; */
  /* left: 65.6%;
  bottom: 5rem; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.part2 .wrap-media .media-audio,
.part2 .wrap-media .media-video {
  cursor: pointer;
}
.part2 .wrap-media .media-audio1 {
  background: url(../img/second/y.png) top/100% no-repeat;
  width: 5.75rem;
  height: 2.25rem;
  /* margin-top: 3rem; */
}
.media-audio.media-audio1 {
  margin-left: 1rem;
}
.part2 .wrap-media .media-audio1.curr {
  background: url(../img/second/y.gif) top/100% no-repeat;
}
/* .part2 .wrap-media .media-audio2 {
  background: url(../img/second/z.png) top/100% no-repeat;
  width: 5.5625rem;
  height: 2.3125rem;
}
.part2 .wrap-media .media-audio2.curr {
  background: url(../img/second/z.gif) top/100% no-repeat;
} */
.part2 .media-video1 {
  background: url(../img/second/rookie1-video-btn.png) top/100% no-repeat;
  width: 8.75rem;
  height: 8.75rem;
  position: absolute;
  top: 1rem;
  right: -5rem;
  z-index: 1;
}
.part2 .media-video2 {
  background: url(../img/second/rookie2-video-btn.png) top/100% no-repeat;
  width: 8.75rem;
  height: 8.75rem;
  position: absolute;
  top: 1rem;
  right: -5rem;
  z-index: 1;
}
.part2 .media-video3 {
  width: 8.75rem;
  height: 8.75rem;
  margin-left: 2.5rem;
}
.part2 .media-video4 {
  width: 8.75rem;
  height: 8.75rem;
  margin-left: 2.5rem;
}

.part2 .wrap-state {
  position: absolute;
  top: 11.5rem;
  left: 65.5%;
  width: 29.375rem;
}
.part2 .wrap-tab {
  position: absolute;
  left: 16rem;
  top: 2.5rem;
}
.part2 .wrap-tab .tab {
  width: 14.25rem;
  height: 10.75rem;
  margin: 0 auto 2rem;
  cursor: pointer;
}
.part2 .wrap-tab .tab img {
  display: none;
  pointer-events: none;
}
.part2 .wrap-tab .tab.curr {
  background-image: none;
}
.part2 .wrap-tab .tab.curr img {
  width: 100%;
  display: block;
}
.part2 .wrap-tab .tab1 {
  background: url(../img/second/h1.png) top/100% no-repeat;
}
.part2 .wrap-tab .tab2 {
  background: url(../img/second/h2.png) top/100% no-repeat;
}
.part2 .wrap-tab .tab3 {
  background: url(../img/second/h3.png) top/100% no-repeat;
}
.part2 .wrap-tab .tab4 {
  background: url(../img/second/h4.png) top/100% no-repeat;
}
.rookie1-text {
  width: 100%;
}

.part3 .title {
  text-indent: -9999px;
  background: url("../img/third/5t.png") top/100% no-repeat;
  width: 35.5rem;
  height: 8.75rem;
  margin: 0rem auto 0rem;
}
.part3 .part-content {
  transform: scale(0.9);
}

.part3 ul {
  height: 41rem;
  width: 96.0625rem;
  padding: 0;
  position: relative;
  /* 水平居中 */

  /* 垂直居中 */
  list-style: none;
  margin: 0 auto 0;
}

/* 移入到轮播图区域把鼠标形状变成‘手’ */
.part3 ul:hover {
  cursor: pointer;
}

.part3 li {
  position: absolute;
  left: 8rem;
  /* 过渡属性，让轮播图切换更自然 */
  transition: 0.4s;
}
.part3 .page {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part3 .page .page-img {
  height: 100%;
  margin: 0 0.5rem;
  width: auto;
}

.part4 .title {
  text-indent: -9999px;
  background: url("../img/fourth/6t.png") top/100% no-repeat;
  width: 35.5rem;
  height: 8.75rem;
  margin: 3.5rem auto 0.2rem;
}
.part4 .link-box {
  width: 80rem;
  margin: 6rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part4 .link-box a {
  height: 100%;
}
.part4 .link-box img {
  width: 7.875rem;
  height: 7.875rem;
}
.part5 {
  /* margin-top: 13rem; */
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.pop-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.pop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: auto;
}
.pop-tips-content img {
  display: block;
  width: auto;
  height: 80%;
}
.pop-video video {
  width: 1000px;
  margin: 0 auto;
}

.pvVideo {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 103;
}
.pvVideo iframe {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overflow-hidden {
  overflow: hidden;
}

.box2 img:hover {
  filter: brightness(0.8);
}
.box3 img:hover {
  filter: brightness(0.8);
}
.box4 img:hover {
  filter: brightness(0.8);
}

/* @media screen and (max-width: 1919px) {
  .part2 .media-video1 {
    top: 6rem;
  }
} */

#cur_ul_change_left {
  left: -10.4375rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 18.8125rem;
  height: 13.4375rem;
  z-index: 999;
}
#cur_ul_change_right {
  right: -10.375rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 18.8125rem;
  height: 13.4375rem;
  z-index: 999;
}

#canvas {
  position: absolute;
}
