header {
  width: 100%;
  background: #0D776F;
  height: 100px;
  position: fixed;
  z-index: 1000;
  top: 0;
}

header .headerBg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

header>.inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  align-items: center;
}

header>.inner .logo {
  max-width: 368px;
  max-height: 60px;
}

header>.inner nav {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

header>.inner nav .nav-list:hover .nav-pup {
  display: block;
}

header>.inner nav .nav-list {
  position: relative;
}

header>.inner nav .nav-list>p {
  height: 100%;
  /* writing-mode: vertical-lr; */
  /* font-family: '宋体'; */
  /* letter-spacing: 2px; */
  font-size: 18px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #DCCDA6;
  /* width: 49px; */
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 5px;
}
header>.inner nav .nav-list:nth-child(3n):after{
  content: "";
  width: 1px;
  height: 50px;
  background: #dccda626;
  position: absolute;
  right: 0;
  top: calc(50% - 25px);

}
header>.inner nav .nav-list:last-child:after{
  display: none !important;
}
header>.inner nav .nav-list .nav-active {
  color: #0D776F;
  background-image: url(../images//nav-item-bg.png);
}

header>.inner nav .nav-list .nav-pup::after {
  /* content: "";
  width: 3px;
  height: 26px;
  background-color: #0D776F;
  position: absolute;
  top: -26px;
  left: calc(50% - 1.5px); */
}

header>.inner nav .nav-list .nav-pup::before {
  /* content: "";
  width: 100%;
  height: 26px;
  background-color: transparent;
  position: absolute;
  top: -26px;
  left: 0; */
}

header>.inner nav .nav-list .nav-pup {
  position: absolute;
  /* bottom: 0; */
  width: 170px;
  /* top: 150px; */
  left: calc(50% - 85px);
  display: none;
  background: #07726C;
}

header>.inner nav .nav-list .nav-pup p {
  height: 44px;
  line-height: 44px;
  color: #DCCDA6;
  height: 100%;
  /* writing-mode: vertical-lr; */
  /* font-family: '宋体'; */
  /* letter-spacing: 2px; */
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
}

header>.inner nav .nav-list .nav-pup p:hover {

  background: #EEE6D1;
  color: #07726C;
}

header>.inner .btns {
  display: flex;
}

header>.inner .btns img {
  max-width: 38px;
  max-height: 38px;
}

header>.inner .btns .mine {
  margin-right: 13px;
  display: none;
}
