* {
  margin: 0;
  padding: 0;
}

ul{
  list-style: none;
}

html,
body,
#transitPage {
  width: 100%;
  height: 100%;
  position: relative;
}

.public-header {
  width: 100%;
  height: 28px;
  background: #000;
  position: relative;
}
.special-align {
  text-align: right !important;
}
.content {
  width: 100%;
  height: calc(100% - 65px);
  background: #ccc;
}

.public-header-img {
  width: 16px;
  height: 16px;
  line-height: 28px;
  display: inline-block;
  margin-top: 6px;
}
/* .public-header ul {
  position: absolute;
  right: 200px;
} */
.public-header ul li {
  float: left;
  color: #fff;
  list-style: none;
}
.public-header ul li span {
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  line-height: 28px;
}
.public-footer {
  width: 100%;
  height: 37px;
  background: #000;
  position: relative;
}
/* .public-footer-left {
  width: 50%;
  height: 100%;
  float: left;
  color: #fff;
  line-height: 37px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 200px;
} */
.public-footer-left {
  float: left;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #ffffff;
  line-height: 37px;
  text-align: left;
  margin-left: 58px;
}
/* .public-footer-right {
  width: 50%;
  height: 100%;
  float: right;
  color: #fff;
  text-align: right;
  line-height: 37px;
  font-size: 14px;
  position: absolute;
  right: 200px;
} */
.public-footer-right {
  float: right;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #ffffff;
  line-height: 37px;
  text-align: right;
  margin-right: 58px;
}
