@font-face {
  font-family: HYXLSJ;
  src: url(../fonts/HYXLSJ.ttf);
  /* font-display: block; */
}

footer {
  position: relative;
  z-index: 1;
}

.wrap {
  background: url(/assets/img/pc/hero-bg.png) center top no-repeat;
  /* background-size: cover; */
  background-color: #f6f4f1;
}

.position,
.position a {
  margin-top: 50px !important;
}

.inner-title-box {
  margin-top: 50px !important;
}

.hero-head-box {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.hero-video {
  /* width: 100%; */
  width: calc(100% - 250px);
  height: 100%;
  object-fit: cover;
  object-position: left;
  background-color: black;
}

.hero-info-list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
}

.hero-info {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

.hero-info.active {
  display: block;
}

.hero {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-info-name-box{
  display: block;
  position: absolute;
  right: 171px;
  top: 176px;
}

.hero-name {
  /* width: 91px; */
  zoom: 0.85;
  transform-origin: center;
}

.hero-name-link{
  width: 47px;
  height: 230px;
  display: inline-block;
  background: url(/assets/img/251517/pc/fdj.png) center center no-repeat;
  position: absolute;
  right: -54px;
  top: 115px;
}

.hero-info-name-box:hover .hero-name-link{
  background: url(/assets/img/251517/pc/fdj-hl.png) center center no-repeat;
}
.hero-name-link .hero-name-icon{
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/assets/img/251517/pc/fdj-frame/UI_000.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}

/* 前进动画 - 播放17帧 */
@keyframes fdj-forward {
  0% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_000.png); }
  9.09% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_001.png); }
  18.18% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_002.png); }
  27.27% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_003.png); }
  36.36% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_004.png); }
  45.45% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_005.png); }
  54.55% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_006.png); }
  63.64% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_007.png); }
  72.73% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_008.png); }
  81.82% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_009.png); }
  90.91% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_010.png); }
  100% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_010.png); }
}

/* 后退动画 - 从最后一帧倒放到第一帧，帧率10fps */
@keyframes fdj-backward {
  0% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_010.png); }
  9.09% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_009.png); }
  18.18% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_008.png); }
  27.27% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_007.png); }
  36.36% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_006.png); }
  45.45% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_005.png); }
  54.55% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_004.png); }
  63.64% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_003.png); }
  72.73% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_002.png); }
  81.82% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_001.png); }
  90.91% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_000.png); }
  100% { background-image: url(/assets/img/251517/pc/fdj-frame/UI_000.png); }
}

/* 使用class控制动画 */
.hero-name-icon.play-forward {
  animation: fdj-forward 0.44s steps(1) forwards;
}

.hero-name-icon.play-backward {
  animation: fdj-backward 0.44s steps(1) forwards;
}

/* .hero-info-words:before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: -11px;
  width: 13px;
  height: 340px;
  background: url(/assets/img/251517/hero/words-left.png) center center no-repeat;
  background-size: contain;
}

.hero-info-words:after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: -11px;
  width: 13px;
  height: 340px;
  background: url(/assets/img/251517/hero/words-right.png) center center no-repeat;
  background-size: contain;
} */

.hero-info-text {
  position: absolute;
  left: 130px;
  /* top: 50%; */
  /* margin-top: 100px; */
  width: 660px;
  bottom: 130px;
}

.hero-level {
  vertical-align: top;
  margin-left: -20px;
}

.hero-name-line {
  display: block;
  margin-top: 22px;
  margin-bottom: 22px;
}

.hero-info-intr {
  color: #858585;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.hero-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.hero-head-list {
  width: 107px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 72px;
  text-align: center;
  z-index: 15;
}

.hero-head-list li {
  width: 107px;
  height: 107px;
  position: relative;
  margin-top: -2px;
}

.hero-head-list li div {
  width: 73px;
  height: 73px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
}



.hero-head-list li div::after{
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.hero-head-list li div img {
  width: 101px;
  height: 101px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.hero-head-list li.active div,
.hero-head-list li:hover div {
  width: 101px;
  height: 101px;
  border: 3px solid #ac9871;
}

.hero-head-list li:hover div::after,
.hero-head-list li.active div::after{
  display: none;
}

.kv-down {
  width: 364px;
  height: 30px;
  position: absolute;
  left: 50%;
  /* transform: translateX(-50%); */
  margin-left: -182px;
  bottom: 50px;
  background: url(/assets/img/251517/hero/down.png) center center no-repeat;
  background-size: contain;
  z-index: 2;
  /* 添加动画 */
  animation: float 1.5s ease-in-out infinite !important;
}

/* 定义浮动动画 */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.kv-down:before {
  content: "下滑查看更多内容";
  font-size: 12px;
  color: #858585;
  text-align: center;
  position: absolute;
  display: inline-block;
  left: 0px;
  width: 364px;
  line-height: 12px;
  top: -18px;
}

.hero-inner-content {
  width: 100%;
  min-height: 1680px;
  /* background: url(/assets/img/pc/inner-page-bg.jpg) center top no-repeat;
  background-size: cover;
  background-color: #f6f4f1; */
  margin-top: 100vh;
  /* margin-top: -278px; */
  position: relative;
  z-index: 9;

  background: url(/assets/img/251517/hero/hero-bg.png) center top no-repeat;
  /* background-size: cover; */
  background-color: #f6f4f1;
}

.hero-list-box {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 74px;
}

/* 导航 */
.hero-nav-list {
  width: 100%;
  border-bottom: 1px solid #e3e1de;
  line-height: 59px;
  height: 60px;
  margin-top: 20px;
  text-align: left;
}

.hero-nav-list li {
  display: inline-block;
  width: 110px;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #808080;
  height: 60px;
}

.hero-nav-list li:hover,
.hero-nav-list li.on {
  color: #b39273;
  border-bottom: 2px solid #b39273;
}

.hero-nav-list li span {
  position: absolute;
  right: 0px;
  opacity: 0.3;
}

.hero-card-list {
  width: 100%;
  margin: 0 auto;
  display: none;
  /* display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; */
  /* align-content: flex-start; */
}

.hero-card-list.on {
  /* display: block; */
  display: grid;
  /* grid-template-columns: repeat(6, 1fr); */
  grid-template-columns: repeat(auto-fill, 181px);
  column-gap: 42.5px; /* 设置列间距 */
  padding: 0;
}

.hero-card {
  width: 181px;
  height: 261px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 40px;
  /* margin-right: 34px;
    margin-bottom: 34px; */
}

.hero-card img.hero {
  /* min-height: 100%;
    min-width: 100%; */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -92px;
  transition: 0.3s;
  object-fit: cover;
}

.hero-zhezhao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.night-zhezhao {
  background: url(/assets/img/251517/hero/night-zhezhao.png) center bottom
    no-repeat;
  background-size: 100% 100%;
}

.light-zhezhao {
  background: url(/assets/img/251517/hero/light-zhezhao.png) center bottom
    no-repeat;
  background-size: 100% auto;
}

.hero-card img.hero:hover {
  scale: 1.1;
}

.hero-card:nth-child(6n) {
  margin-right: 0px;
}

.hero-card a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-label {
  position: absolute;
  z-index: 2;
  width: 27px;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.hero-label .hero-name-box {
  writing-mode: vertical-rl;
  font-family: "HYXLSJ";
  white-space: nowrap;
  letter-spacing: 3px;
  line-height: 27px;
  color: #f1e7d5;
}

.shu {
  background-color: #ad362d;
}

.wei {
  background-color: #3d599b;
}

.wu {
  background-color: #42752b;
}

.qun {
  background-color: #88857e;
}

.jin {
  background-color: #6d4f9d;
}

.shen {
  background-color: #a4803b;
}

.country {
  margin-top: 20px;
  /* font-size: 28px; */
  margin-bottom: 0px;
  /* font-family: HYXLSJ; */
  display: block;
  width: 100%;
  height: 23px;
}

.shu .country {
  background: url(/assets/img/pc/shu.png) center top no-repeat;
  background-size: 20px 14px;
}

.wei .country {
  background: url(/assets/img/pc/wei.png) center top no-repeat;
  background-size: 20px 14px;
}

.wu .country {
  background: url(/assets/img/pc/wu.png) center top no-repeat;
  background-size: 20px 14px;
}

.qun .country {
  background: url(/assets/img/pc/qun.png) center top no-repeat;
  background-size: 20px 14px;
}

.shen .country {
  background: url(/assets/img/pc/shen.png) center top no-repeat;
  background-size: 20px 14px;
}

.jin .country {
  background: url(/assets/img/pc/jin.png) center top no-repeat;
  background-size: 20px 14px;
}

.hero-label .sp {
  writing-mode: horizontal-tb;
  letter-spacing: -1px;
  font-size: 17px;
  line-height: 17px;
}

.hero-name-box {
  color: #e4a840;
  font-size: 19px;
  color: white;
}

.hero-life {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

.hero-life li {
  height: 14px;
  margin-bottom: 3px;
  font-size: 12px;
  color: white;
}

.hero-life li img {
  vertical-align: top;
  width: 9px;
}

.hero-life li.xue-plus {
  margin-bottom: 13px;
}

.hero-life li.xue-plus span {
  margin-top: -6px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1300px) {
  .hero-nav-list {
    min-height: 60px;
    height: auto;
    border-bottom: 0px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 750px) {
  .hero-card-list.on {
    justify-content: center;
  }
  .hero-list-box {
    padding: 0 30px;
  }
}

@media screen and (max-width: 750px) {
  .hero {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
  }

  .hero-info-text {
    left: 0.5rem;
    bottom: 3.6rem;
    width: 6.6rem;
  }

  .hero-info-name-box{
    left: 0.5rem;
    right: auto;
    bottom: 4.40rem;
    top: auto;
  }

  .hero-name {
    height: 0.94rem;
  }

  .hero-name-line {
    width: 6.6rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .hero-info-text .hero-info-intr {
    font-size: 0.22rem !important;
    line-height: 0.32rem;
    height: 0.64rem !important;
  }

  .kv-down {
    width: 3.64rem;
    height: 0.3rem;
    bottom: 1.0rem;
    text-align: center;
    margin-left: -1.82rem;
  }

  .kv-down::before {
    width: 3.64rem;
    font-size: 0.22rem;
  }

  .hero-head-list {
    width: 6.42rem;
    height: 1.07rem;
    display: flex;
    justify-content: space-between;
    right: auto;
    left: 50%;
    transform: translate(-50% , -0%);
    top: auto;
    bottom: 2.2rem;
  }

  .hero-head-list li {
    width: 1.07rem;
    height: 1.07rem;
  }

  .hero-head-list li div{
      width: 0.73rem;
      height: 0.73rem;
  }

  .hero-head-list li.active div, .hero-head-list li:hover div{
    width: 0.73rem;
    height: 0.73rem;
  }

  .hero-head-list li div img{
    width: 1.01rem;
    height: 1.01rem;
  }

  .hero-head-list li.active div,
  .hero-head-list li:hover div {
    width: 1.01rem;
    height: 1.01rem;
    border: 2px solid #ac9871;
  }

  .hero-zhezhao{
    display: none !important;
  }

  .night-zhezhao{
    /* background: url(/assets/img/251517/hero/m-night-zhezhao.png) center bottom no-repeat;
    background-size: 100% 10.45rem;
    z-index: 1; */
  }

  .light-zhezhao{
    /* background: url(/assets/img/251517/hero/m-night-zhezhao.png) center bottom no-repeat;
    background-size: 100% 10.45rem;
    z-index: 1; */
  }

  .hero-info-words{
    right: 0.45rem;
    top: 1.5rem;
    font-size: 0.22rem;
    width: 0.53rem;
    height: 3.03rem;
    line-height: 0.53rem;
    letter-spacing: 0.06rem;
    margin-top: 0px;
  }

  .hero-level{
    width: 1.08rem;
    margin-left: -0.2rem;
  }









  .hero-inner-content {
    /* padding-top: 0rem; */
    /* margin-top: -0.7rem; */
    background: url(/assets/img/h5/inner-page-bg.jpg) center top no-repeat;
    background-size: cover;
  }

  .hero-list-box {
    padding: 0 0.38rem;
  }

  .hero-nav-list {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .hero-nav-list li {
    width: 1.3rem;
    font-size: 0.26rem;
    height: 0.6rem;
    line-height: 0.6rem;
    vertical-align: top;
  }

  .hero-nav-list li:nth-child(5) span {
    display: none;
  }
  .hero-nav-list li.on {
    border-bottom: 0rem solid #b39273;
  }
  .hero-nav-list li:hover {
    border-bottom: 0px;
  }

  .hero-card {
    width: 2.17rem;
    height: 3.1rem;
    margin-bottom: 0.2rem;
  }

  .hero-list-box > div:nth-child(4) {
    margin-top: 0.5rem !important;
  }

  .hero-label {
    width: 0.33rem;
  }

  .hero-list-box .country {
    width: 100%;
    height: 0.24rem;
    margin-top: 0.18rem;
    /* margin-bottom: 0.13rem; */
    margin-bottom: 0.1rem;
  }
  .hero-list-box .shu .country {
    /* background: url(..//assets/img/pc/shu.png) center top no-repeat; */
    background-size: 0.26rem auto;
  }

  .hero-list-box .qun .country {
    background-size: 0.3rem auto;
  }

  .hero-list-box .shen .country {
    background-size: 0.26rem auto;
  }

  .hero-list-box .wei .country {
    background-size: 0.28rem auto;
  }

  .hero-list-box .wu .country {
    background-size: 0.26rem auto;
  }

  .hero-list-box .jin .country {
    background-size: 0.28rem auto;
  }

  .hero-list-box .sp {
    font-size: 0.2rem;
  }

  .hero-list-box .hero-name-box {
    letter-spacing: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .hero-list-box .hero-name-box {
    letter-spacing: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .hero-list-box .hero-life li {
    height: 0.14rem;
    margin-bottom: 5px;
  }

  .hero-card img.hero {
    margin-left: 0px;
    transform: translateX(-50%);
  }

  .hero-card-list.on {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.1rem;
  }
}
