.index1 {
  z-index: 1;
}

.bg-black {
  background: #000000;
}

.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flc {
  display: flex;
  justify-content: left;
  align-items: center;
}

.fls {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

.fsbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fle {
  display: flex;
  justify-content: left;
  align-items: flex-end;
}

.fsbs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hidden {
  display: none;
}

.navbar {
  background: transparent;
  backdrop-filter: blur(17px);
}

.text-black {
  color: #000 !important;
}

.nav-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.h_white .nav-item>.nav-link {
  color: #ffffff !important;
  opacity: 0.5;
}

.h_white .active>.nav-link {
  color: #ffffff !important;
  opacity: 1;
}

.nav-text {
  margin-left: 3px;
  line-height: 17px;
}

.nav-text:hover {
  color: #000;
}

.nav-item {
  text-align: center;
}

.navbar-toggler {
  border: none;
}

.dropdown-menu {
  min-width: 7rem;
}

.text {
  color: #ffffff;
  line-height: 0.89rem;
}

.font {
  font-size: 0.94rem;
  font-family: Noto Serif SC;
  line-height: 0.93rem;
  font-weight: 700;
}

.text_9 {
  color: #ffffff;
}

.font_4 {
  font-size: 0.5rem;
  font-family: PingFang SC;
  line-height: 0.37rem;
  font-weight: 600;
}

.zh-mt-8 {
  margin-top: 0.5rem;
}



.wap {
  display: none;
}

.pc {
  display: block;
}

.foot .group_110 {
  margin-top: 4rem;
}

.foot .text_59 {
  color: #000;
}

.foot .group_111 {
  padding-bottom: 0rem;
  justify-content: left;
  flex-wrap: wrap;
}

.foot .group_111 a {
  margin-bottom: 2rem;
  margin-right: 1rem;
}



@media screen and (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
    padding-right: 60px;
    padding-left: 60px;
  }

  html,
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {

  html,
  body {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1200px) {

  html,
  body {
    font-size: 14px !important;
  }

}

body,
html {
  height: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Dosis", arial, tahoma, verdana;
  font-weight: 500;
}


@media screen and (max-width: 768px) {
  #navbarNav {
    padding-bottom: 20px;
  }

  .pd0 {
    padding: 0;
  }

  .navbar {
    padding: 0 1rem;
    background: rgba(255, 255, 255) !important;
    backdrop-filter: blur(17px) !important;
  }

  .wap {
    display: block;
  }

  .pc {
    display: none !important;
  }

  html,
  body {
    font-size: 10px !important;
  }

  .flc,
  .fsbc {
    flex-wrap: wrap;
  }

  /* foot */
  .foot {
    flex-wrap: wrap;
  }

}