body {
  color: #000 !important;
  font-family: "Alibaba PuHuiTi 2.0";
}

h1 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Alibaba PuHuiTi 2.0";
}

h2 {
  font-size: 32px;
  font-weight: 800;
  font-family: "Alibaba PuHuiTi 2.0";
}

h3 {
  font-size: 28px;
  font-weight: 800;
  font-family: "Alibaba PuHuiTi 2.0";
}

h4 {
  font-size: 24px;
  font-weight: 800;
  font-family: "Alibaba PuHuiTi 2.0";
}

h5 {
  font-size: 20px;
  font-weight: 800;
  font-family: "Alibaba PuHuiTi 2.0";
}

h6 {
  font-size: 18px;
  font-weight: 800;
  font-family: "Alibaba PuHuiTi 2.0";
}

.fh5co-nav {
  position: absolute;
  background: transparent;

}

#fh5co-about {
  border-top: none !important;
  padding-top: 50px;
  padding-bottom: 0;
  margin-top: -100px;
}

#fh5co-about h2.title {

  color: rgba(0, 0, 0, 0.85);
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.8px;

}

.text-left {
  text-align: left;
}

.update_time {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}



.bannerbg {
  position: absolute;
  width: 100vw;
  height: 300px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #F2E5F9, #E5FEFA);
  z-index: -1;
}

#fh5co-about .container {
  width: 800px;
  padding: 100px 0 160px;
}

.container>div>strong>span {
  font-size: 36px !important;
}

img {
  width: 100%;
  height: auto;

}

p.widthauto {
  text-align: center;
}

p.widthauto img {
  width: auto;
  max-width: 100%;
}

p.text-indent {
  text-indent: 2em;
}

.scroll {
  display: flex;
  overflow-x: scroll;
  gap: 20px;
}

p.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;

}

p.scroll::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 20px;
}

p.scroll img {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  max-width: 770px;
  object-fit: cover;
}

.scroll-width {
  display: flex;
  overflow-x: scroll;
  gap: 20px;
}

p.scroll-width::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;

}

p.scroll-width::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 20px;
}

p.scroll-width img {
  flex: 0 0 auto;
  width: auto;
  height: 513px;
  max-width: 770px;
  object-fit: contain;
}

.flex-widthauto {
  display: flex;
  justify-content: center;
  gap: 20px;
}

p.flex-widthauto img {
  flex: 0 0 auto;
  width: auto;
  height: 513px;
  max-width: 770px;
  object-fit: contain;
}

#fh5co-about .container {
  padding: 20px 0 60px;
}

#fh5co-about {
  padding-top: 100px;
  margin-top: 0;
}

pre {
  padding: 0;
}

.article-footer {
  margin-top: 80px;
}

.article-footer a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;

}

.article-footer .prev {
  margin-bottom: 20px;
}



.banner {
  background: url(/imgs/news-banner.webp)no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/500;

}

.banner .container {
  padding: 179px 0 99px;

  width: 800px;
}

.banner .container h2 {

  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #FFFFFF;

}

video {
  position: relative;
}

@media (max-width: 800px) {
  .banner {
    background: url(/imgs/news-banner-phone.webp)no-repeat;
    aspect-ratio: 0;
    background-size: 100%;
    background-position: 0;
  }

  .banner .container {
    width: 100vw;
    padding: 56px 0;
  }

  #fh5co-about .container {
    width: 100vw;

  }

  .banner .container h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;

  }

  .update_time {


    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    display: block;


  }

  #fh5co-about {
    padding-top: 40px;
  }

  .fh5co-nav {
    position: relative;
    background: #FFFFFF;

  }

  .fh5co-nav-toggle.fh5co-nav-white>i {
    color: #000;
    background: #000;
  }

  .fh5co-nav-toggle.fh5co-nav-white>i::before,
  .fh5co-nav-toggle.fh5co-nav-white>i::after {
    background: #000;
  }
}

@media (max-width: 375px) {
  .banner {
    background-size: 100% 100%;
    background-position: 0 0;
  }
}