@font-face {
  font-family: 'MizukiMing-Regular';
  src: url('https://cdn.hfbeta.com/font/MizukiMing-Regular.ttf') format('truetype');
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #141414;
  font-size: 0.20rem;
  font-family: 'MizukiMing-Regular';
  /* MizukiMing-Regular, FZLanTingHeiS-EL-GB, FZLanTingHeiS-R-GB, PingFangSC-Light, sans-serif, Microsoft Yahei; */
  background-color: #F4F3ED;
}

body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #141414;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

b {
  margin: 0;
  padding: 0;
  font-weight: 300;
  letter-spacing: 1px;
}

.hfp-tac {
  text-align: center;
}

.hfp-opacity-0,
.hfp-opacity-phone {
  opacity: 0;
  position: absolute;
  z-index: -99;
  width: 100%;
  height: auto;
}

.hfp-flex {
  display: flex;
}

.hfp-flex-sb {
  justify-content: space-between;
}

.hfp-flex-ai {
  align-items: center;
  padding: 0 0.9rem;
}

/* 滚动条透明 */
#pc::-webkit-scrollbar,
#phone::-webkit-scrollbar {
  height: 0;
  width: 0;
  color: transparent;
}

#pc,
#phone {
  position: relative; 
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #F4F3ED;
  scroll-behavior: smooth;
}
/* nav */
.hfp-fixed-nav {
  position: fixed;
  /* top: 0; */
  width: 100vw;
  height: 50px;
  background-color: #F4F3ED;
  z-index: 9;
  overflow: hidden;
  border-bottom: 1px solid #141414;
  opacity: 0;
}

.hfp-top-logo {
  width: 58px;
}

.hfp-nav-a {
  position: relative;
  height: 100%;
  width: 8.4rem;
}

.hfp-nav-a .a-jump {
  line-height: 50px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  flex: 1;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s;
}

.hfp-nav-a .a-jump > span {
  position: absolute;
  right: 50%;
  bottom: 0;
  height: 10px;
  width: 1px;
  background-color: #141414;
}

.hfp-fixed-nav .nav-active {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 14px;
  width: 2px;
  transition: all 0.6s;
  background-color: #EF3E08;
}

.hfp-main {
  position: relative;
  width: 100%;
  z-index: 2;
  /* scroll-snap-type: y; */
  scroll-behavior: smooth;
}

/* 开屏图 */
.hfp-load-screen-par {
  position: relative;
  width: 100%;
  height: 100vh;
}

.hfp-load-screen-par .hfp-load-screen {
  position: absolute;
  background-image: url(https://cdn.hfbeta.com/20250620/114714474500207769.jpg);
  background-size: 100%;
  /* background-size: contain; */
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.hfp-load-screen-par .hfp-load-screen2 {
  position: absolute;
  display: none;
  background-image: url(https://cdn.hfbeta.com/20241107/113440658574243687.jpg);
  background-size: 100%;
  /* background-size: contain; */
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.hfp-jump1 {
  border-top: 0.1rem solid #141414;
}

.hfp-jump1-l {
  font-size: 1rem;
  flex: 0 0 5.89rem;
  padding-top: 2.5rem;
  border-right: 1px solid #141414;
}

.hfp-jump1-r {
  padding: 1rem 1.3rem 1rem 1.3rem;
  text-align: justify;
  line-height: 0.48rem;
  color: #141414;
}

.hfp-jump1-r .hfp-pt6 {
  padding-top: 0.35rem;
}

.hfp-jump1-swiper {
  width: 100%;
  height: 8rem;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #141414;
  background-color: #141414;
}

.hfp-jump1-swiper .hfp-jump1-swiper-img-par {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -6.72rem;
}

.hfp-jump1-swiper .hfp-jump1-swiper-img {
  border-right: 1px solid #141414;
}

.hfp-jump1-swiper .jump1-swiper-img1 {
  width: 11.83rem;
}

.hfp-jump1-swiper .jump1-swiper-img2 {
  width: 6.71rem;
}

.hfp-jump1-swiper .jump1-swiper-dots {
  position: absolute;
  right: 0.8rem;
  bottom: 15px;
  display: flex;
  background: transparent;
}

.hfp-jump1-swiper .jump1-swiper-dot {
  width: 40px;
  height: 3px;
  margin-right: 1px;
  opacity: 0.3;
  background-color: #141414;
}

.hfp-jump1-swiper .dot-active {
  opacity: 0.8;
  background-color: #EF3E08;
  transition: all 0.5s;
}

.hfp-jump1-swiper .jump1-swiper-arrow {
  position: absolute;
  top: 45%;
  width: 0.6rem;
  cursor: pointer;
}

.hfp-jump1-swiper .arrow-prev {
  left: 0.5rem;
}

.hfp-jump1-swiper .arrow-next {
  right: 1rem;
}

.hfp-jump2 {
  border-top: 1px solid #141414;
}

.hfp-jump2-l {
  width: 7.38rem;
  border-right: 1px solid #141414;
  border-left: 1px solid #141414;
}

.hfp-jump2-m {
  width: 11.18rem;
  border-right: 1px solid #141414;
}

.hfp-jump2-m-top {
  padding: 0.46rem 0.79rem 0.46rem 0;
  font-size: 1rem;
  line-height: 1;
  text-align: right;
  border-bottom: 1px solid #141414;
}

.hfp-jump2-m-bot {
  padding: 1.9rem 0.86rem 0.86rem 0.86rem;
  line-height: 0.48rem;
  text-align: justify;
}

.hfp-jump3 {
  padding: 0.48rem 0.9rem;
  color: #fff;
  background-color: #141414;
}

.hfp-jump3-l {
  width: 7.3rem;
  font-size: 1rem;
  line-height: 1;
}

.hfp-jump3-r {
  font-size: 0.18rem;
  line-height: 1;
  padding-top: 0.2rem;
}

.hfp-jump3-r > div:first-child {
  padding-bottom: 0.3rem;
}

.hfp-jump4-t {
  padding: 0.48rem 0.9rem;
  color: #141414;
  font-size: 1rem;
  line-height: 1;
  background-color: #F4F3ED;
  border-bottom: 1px solid #141414;
}

.hfp-jump4-t .arrow {
  position: relative;
  width: 2rem;
  height: 1px;
  background-color: #141414;
}

.hfp-jump4-t .arrow::after {
  content: '';
  position: absolute;
  right: -0.2rem;
  bottom: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #141414;
  clip-path: polygon(0% 100%, 50% 100%, 0% 45%, -100% 100%);
}

.hfp-jump4-b {
  position: relative;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid #141414;
}

.hfp-jump4-b::-webkit-scrollbar {
  display: none;
}

.hfp-jump4-b .item-li {
  position: relative;
  display: table-cell;
  height: 100%;
  white-space: normal;
  border-right: 1px solid #141414;
}

.hfp-jump4-b .item-li:last-child {
  border-right: none;
}

.hfp-jump4-b .item-li .item-li-c1 {
  position: absolute;
  left: 30%;
  top: 0;
  height: 15px;
  width: 2px;
  background-color: #141414;
}

.hfp-jump4-b .item-li .item-li-c2 {
  position: absolute;
  right: 35%;
  top: 0;
  height: 10px;
  width: 1px;
  background-color: #141414;
}

.hfp-jump4-b .item-li-y {
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.8rem 0.9rem 0 0.9rem;
}

.hfp-jump4-b .item-li-x {
  width: 6.07rem;
  padding: 0.3rem 0.9rem 0.5rem 0.9rem;
  line-height: 0.48rem;
  text-align: justify;
}

.hfp-jump4 .hfp-jump4-b .item-li-x .tip {
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #666;
}

.hfp-jump5 .hfp-jump5-b .jump5-item-li {
  vertical-align: middle;
}

.hfp-jump5 .hfp-jump5-b .item-li-y {
  margin-top: 1.4rem;
}

.hfp-jump5 .hfp-jump5-b .item-li-x {
  padding-top: 1rem;
}

.hfp-jump5 .jump5-item-img {
  width: 5rem;
}

.hfp-jump5 .jump5-tip {
  display: inline-block;
  margin-top: 0.2rem 0.1rem 0 0;
  padding: 0 0.06rem;
  color: #fff;
  font-size: 0.10rem;
  background-color: #141414;
  border-radius: 0.03rem;
}

.hfp-footer-top {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #141414;
  z-index: 9;
  overflow: hidden;
  opacity: 0;
}

.hfp-footer-top .hfp-footer-top-l {
  width: 70px;
}

.hfp-footer-top .hfp-footer-top-r {
  width: 160px;
}

.hfp-footer-bot {
  padding: 0.16rem 0.9rem 50px 0.9rem;
  color: #fff;
  line-height: 0.30rem;
  background-color: #141414;
}

.hfp-footer-bot .hfp-footer-span {
  opacity: 0.3;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  body {
    min-width: auto;
  }
  /*这里书写手机端的css代码，手机端的css代码是在pc端的代码基础上书写，类似于补充*/
  .phone-top {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .phone-top .phone-top-swiper {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: -100vw;
  }
  
  /* .img-hcl {
    position: absolute;
    width: 100%;
    height: auto;
  }

  .img-cp {
    position: absolute;
    width: 100%;
    height: auto;
    display: none;
  } */

  .hfp-middle-img {
    width: 3.59rem;
    margin-top: 0.7rem;
    margin-bottom: 0.55rem;
    height: auto;
    display: inline-block;
  }

  .hfp-middle-btn {
    width: 2.4rem;
    height: auto;
    display: inline-block;
  }

  .hfp-pb5 {
    padding-bottom: 0.55rem;
  }
}

/* nav */
@keyframes action_translateY {
  0% {
    transform: translateY(-75px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* footer */
@keyframes action_botY {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


