/* 页面顶部path导航 */
#pathline {
  height: 70px;
  background: #28302B;
  border-radius: 0px 0px 0px 0px;
}
#pathline .mainbox {
  max-width: 1680px;
  width: 100%;
  margin: auto;
}
#pathline .mainbox .pngbox {
  width: 70px;
  height: 70px;
  background: #FDD000;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  float: left;
}
#pathline .mainbox .pngbox img {
  width: 23px;
  height: 28px;
  display: block;
  margin: auto;
}
#pathline .mainbox .linkbox {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 70px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 40px;
  float: left;
}
#pathline .mainbox .linkbox a,
#pathline .mainbox .linkbox span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 70px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#pathline .mainbox .linkbox .sure {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 70px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
