* {
  box-sizing: border-box;
}

html {
  font-size: calc(100vw / 19.2);
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  min-width: 1200px;
  overflow: hidden;
  background: #06151d;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

img,
video {
  display: block;
}

.general_20220704{ transition: transform 0.3s;}
.generalBox_20220704{ display: none; height: 0!important;}
.header-hover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 0.25rem;
}

.pageSwiper,
.page-slide {
  width: 100%;
  height: 100vh;
}

.page-slide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-slide--hero {
  background-image: url("../images/bg1.jpg");
  background-size: cover;
}

.page-slide--role {
  background-image: url("../images/bg2.jpg");
  background-size: cover;
}

.page-slide--skill {
  background-image: url("../images/bg3.jpg");
  background-size: cover;
}

.page-slide--story {
  background-image: url("../images/bg4.jpg");
  background-size: cover;
}

.logo {
  position: absolute;
  left: .4rem;
  top: .72rem;
  width: 1.49rem;
  height: 1.49rem;
  z-index: 3;
}
.slogan {
  position: absolute;
  left: 50%;
  margin-left: -5.03rem;
  top: 5.8rem;
  width: 10.06rem;
  height: 3.65rem;
  z-index: 3;
}
.page-nav {
  position: fixed;
  left: .48rem;
  top: 37%;
  z-index: 50;
  width: 1.3rem;
  height: 5.28rem;
  transform: translateY(-50%);
}

.page-nav__bg {
  position: absolute;
  top: 1rem !important;
  left: 0.065rem !important;
  width: 1.3rem;
  height: 5.28rem;
}

.page-nav__item {
  position: absolute;
  left: .48rem;
  width: .48rem;
  height: .48rem;
}

.page-nav__item:nth-of-type(1) {
  top: 2.4rem;
}

.page-nav__item:nth-of-type(2) {
  top: 3.05rem;
}

.page-nav__item:nth-of-type(3) {
  top: 3.65rem;
}

.page-nav__item:nth-of-type(4) {
  top: 4.3rem;
}

.page-nav__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-nav__item .dot {
  width: .34rem;
  height: .34rem;
}

.page-nav__item .dot-on {
  display: none;
  width: .48rem;
  height: .48rem;
}

.page-nav__item.is-active .dot {
  display: none;
}

.page-nav__item.is-active .dot-on {
  display: block;
}

.section-title {
  position: absolute;
  left: 50%;
  z-index: 5;
  width: 2.65rem;
  height: 1.66rem;
  margin-left: -1.33rem;
  /*transform: translateX(-50%);*/
}

.section-title--role {
  top: .42rem;
}

.section-title--skill,
.section-title--story {
  top: .46rem;
}

.roleSwiper,
.skillSwiper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.role-slide,
.skill-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.role-slide__video {
  position: absolute;
  right: 0;
  top: 2.38rem;
  width: 10.67rem;
  height: 6rem;
  object-fit: cover;
  z-index: 2;
  /*opacity: .42;*/
}

.role_video_bg {
  position: absolute;
  left: 0rem;
  top: 2.38rem;
  width: 19.2rem;
  height: 6rem;
  pointer-events: none;
}
.role-slide__mask {
  position: absolute;
  left: 0rem;
  top: 2.38rem;
  z-index: 2;
  width: 11.37rem;
  height: 6rem;
  pointer-events: none;
}

.role-slide__text {
  position: absolute;
  left: 3.12rem;
  top: 2.8rem;
  z-index: 10;
  width: 4.03rem;
  height: 4.31rem;
}

.role-slide__person {
  position: absolute;
  left: .5rem;
  top: 0.38rem;
  z-index: 5;
  width: 14.12rem;
  height: 8rem;
  object-fit: contain;
}

.role-slide__name {
  position: absolute;
  left: 2.42rem;
  top: 2.45rem;
  z-index: 6;
}

.role-slide__name--one {
  width: .85rem;
  height: .86rem;
}

.role-slide__name--two {
  width: .86rem;
  height: .86rem;
}

.play-btn {
  position: absolute;
  right: 1.55rem;
  top: 4.48rem;
  z-index: 8;
  width: 1.49rem;
  height: 1.5rem;
  display: none;
}

.play-btn img {
  width: 100%;
  height: 100%;
}

.role-tabs {
  position: absolute;
  left: 3rem;
  bottom: 0.8rem;
  z-index: 10;
  display: flex;
  gap: .16rem;
}

.role-tab {
  position: relative;
  width: .86rem;
  height: .86rem;
}

.role-tab img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.role-tab .active {
  display: none;
}

.role-tab.is-active .normal {
  display: none;
}

.role-tab.is-active .active {
  display: block;
}

.skill-slide__img {
  position: absolute;
  left: 50%;
  margin-left: -4.11;
  top: 2.7rem;
  z-index: 2;
  width: 8.23rem;
  height: 4.5rem;
  transform: translateX(-50%);
}

.skill-slide__video {
  position: absolute;
  left: 50%;
  margin-left: -4rem;
  top: 2.8rem;
  z-index: 3;
  width: 8rem;
  height: 4.3rem;
  object-fit: cover;

}

.skill-slide__text {
  position: absolute;
  left: 50%;
  margin-left: -4.06rem;
  top: 7.3rem;
  z-index: 5;
  width: 8.13rem;
  height: .4rem;
  /*transform: translateX(-50%);*/
}

.skill-tabs {
  position: absolute;
  left: 50%;
  top: 8rem;
  z-index: 10;
  display: flex;
  gap: .42rem;
  transform: translateX(-50%);
}

.skill-tab {
  width: .75rem;
  height: 1rem;
  opacity: .72;
  transition: opacity .2s ease, transform .2s ease;
}

.skill-tab img {
  width: .75rem;
  height: 1rem;
}

.skill-tab.is-active {
  opacity: 1;
  /*transform: translateY(-.08rem);*/
}

.story-info {
  position: absolute;
  left: 50%;
  margin-left: -6.1rem;
  top: 2.64rem;
  z-index: 4;
  width: 12.2rem;
  height: 6.03rem;
  transform: translateX(-50%);
}
.page-slide--skill .bt_kuang{
  position: absolute;
  left: 0;
  top: 2.3rem;
  width: 19.2rem;
  height: 6rem;
}
.bt_kuang{
  position: absolute;
  left: 0;
  top: 2.64rem;
  width: 19.2rem;
  height: 6rem;
}

@media (max-aspect-ratio: 16 / 9) {
  html {
    font-size: calc(100vh / 10.8);
  }
}
