#TOPBANNER {
  display: block;
  height: 2rem;
  width: 300px;
  padding: 0 20px;
  line-height: 0.1rem;
  top: 0;
}
#TOPBANNER p {
  margin: auto;
  height: 100%;
  padding: 0.5rem 0;
}
#TOPBANNER a {
  margin: auto 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
#TOPBANNER {
  z-index: 999;
  /*   box-shadow: 0 2px 4px rgb(0 0 0 / 15%), inset 0 -1px 0 0 #fcfcfc;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 #fcfcfc;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 15%), inset 0 -1px 0 0 #fcfcfc; */
  border-top: 4px solid #67ad03;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  height: 80px;
  background-color: #fff !important;
}
#title {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  font-size: 20px;
}
#title a {
  text-decoration: none;
}
#title img {
  content: url(http://www.sptong.cn/image/logo.png);
  margin-right: 10px;
  width: 50px;
}
