* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
html {
  font-size: 50px;
  background-color: #f8f9f9;
}
.content .topBoxs {
  width: 100vw;
  height: 1rem;
  position: fixed;
  top: 0;left: 0;
  z-index:2;
  background-color: #fff;
}
.content .topBoxs .topBox {
  width: 6.9rem;
  line-height: 0.6rem;
  margin: 0 auto;
  padding-top: 0.2rem;
  box-sizing: border-box;
  font-size: 0.34rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .topBoxs .topBox .toLeft {
 width: 0.45rem;
}
.content .topBoxs .topBox .toLeft img{
 width: 0.45rem;
 vertical-align: middle;
}
.content .topBoxs .topBox .title {
  text-align: center;
}
.countsBoxs{
	width: 7rem;
	margin: 1.3rem auto 0;
}
.countsBoxs .contsTop{}
.countsBoxs .contsTop .wkTitle{
	font-size: 0.4rem;
	font-weight: bold;
	
}
.countsBoxs .contsTop .canshuBox{
	margin-top: 0.3rem;
	font-size: 0.26rem;
	color: #878b99;
}
.countsBoxs .contsDetails{
	font-size: 0.28rem;
}