@charset "utf-8";

#shSnb {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--primary);
}
#shSnb li a {
  display: block;
  min-width: 160px;
  height: 62px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 62px;
  text-align: center;
  color: #fff;
}
#shSnb li.on a {
  font-weight: 600;
  color: var(--primary);
  background: #fff;
}
