 * {
 	margin: 0;
 	padding: 0;
 }

 a {
 	text-decoration: none;
 }

 li {
 	list-style: none;
 }

 html {
 	font-size: 50px;
 	background-color: #f8f9f9;
 }

 .content {}

 .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: #000;
 	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;
 }
 .zsCzCountBoxs{
	 width: 7rem;
	 margin: 1.2rem auto 0;
	 font-size: 0.28rem;
	 font-weight: 500;
	 color: #333333;
	 line-height: 0.55rem;
 }
 .zsCzCountBoxs p{
	 margin: 0.2rem 0;
	 text-indent: 0.28rem;
 }