.navPop a,.nav-b nav a{
  color: #FFFFFF;
}
.navPop a,.nav-w nav a{
  color: #000;
}
.navPop a:hover,.nav-b nav a:hover {
  opacity: 0.5;
}
.navPop a:hover,.nav-w nav a:hover {
  opacity: 0.5;
}
/*导航*/
.nav-b nav {
  width: 100%;
  height: 80px;
  background: #020202;
  backdrop-filter: blur(10px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.nav-b nav > section {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  /*background: yellow;*/
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
.nav-b nav .logo {
  width: 144px;
  height: 100%;
  background-image: url("../img/logo.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.nav-b nav .navItemBox_pc {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 64px;
  display: flex;
  align-items: center;
}
.nav-b nav .navItemBox_pc .navItem {
  padding: 0px 24px;
  cursor: pointer;
}
.nav-b nav .navItemBox_pc .navItem_active a {
  color: #A848D2;
}

.nav-w nav {
  width: 100%;
  height: 80px;
  background: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.nav-w nav > section {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  /*background: yellow;*/
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
.nav-w nav .logo {
  width: 144px;
  height: 100%;
  background-image: url("../img/logo_b.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.nav-w nav .navItemBox_pc {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 64px;
  display: flex;
  align-items: center;
}
.nav-w nav .navItemBox_pc .navItem {
  padding: 0px 24px;
  cursor: pointer;
}
.nav-w nav .navItemBox_pc .navItem_active a {
  color: #A848D2;
}
nav .navItemBox_mobile {
  display: none;
}
nav .navItemBox_mobile_content {
  display: none;
}
nav .navItemBox_mobile_content .navItem {
  height: 64px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #1E1E1E;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*导航*/
/*container*/
.container {
  margin-top: 64px;
  /*webkit-transform: translate3d(0, 0, 0);*/
}
@media (min-width: 640px) and (max-width: 1139px) {
  .container {
    margin-top: 56px;
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .container {
    margin-top: 56px;
  }
}
/*container*/
