 * {
 	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;
 }
 .tabsBoxs{
	 width: 100vw;
	 height: 1rem;
	 line-height: 1rem;
	 background-color: #fff;
	 position: fixed;
	 top: 1rem;
	font-size: 0.28rem;
	font-weight: 500;
	color: #333333;
 }
 .tabsBoxs ul{
	 display: flex;
	 justify-content: space-around;
	 align-items: center;
 }
 .tabsBoxs ul .on{
	 font-size: 0.3rem;
	 font-weight: bold;
	 color: #2777DD;
	 position: relative;
 }
 .tabsBoxs ul .on::after{
	 content: '';
	 position: absolute;
	 left: 0;right: 0;
	 bottom: 0.15rem;
	 margin: auto;
	 width: 0.5rem;
	 height: 0.06rem;
	 background: #2777DD;
	 border-radius: 0.03rem;
 }
 .tabsCounts{
	 margin-top: 2rem;
 }
 .tabsCounts .tabsList{
	 display: none;
 }
 .tabsCounts .tabsList:nth-child(1){
	 display: block;
 }
 .zhjsBigBoxs{
	 width: 7rem;
	 margin: 0.4rem auto;
	 font-size: 0.28rem;
	 font-weight: 500;
	 color: #333333;
	 line-height: 0.55rem;
 }
 .zhjsBigBoxs .title{
	padding: 0.2rem 0;
 }
 .czsqCountBoxs,.gzsqCountBoxs{
	 width: 7rem;
	 margin: 0.3rem auto;
	 
 }
  .czsqCountBoxs form,.gzsqCountBoxs form{
	 width: 6.4rem;
	 padding: 0.2rem;
	 margin-top: 2.2rem;
	 background: #FFFFFF;
	 border-radius: 0.14rem;
 }
 .czsqCountBoxs label,.gzsqCountBoxs label{
	 width: 1.6rem;
	 height: 1rem;
	 font-size: 0.3rem;
	 font-weight: 500;
	 color: #000000;
	 margin: 0 0.2rem;
 }
 .czsqCountBoxs .czFormBox,.gzsqCountBoxs .czFormBox{
	 height: 1rem;
	 line-height: 1rem;
	 margin: 0;
	 padding: 0;
	 display: flex;
	 align-items: center;
 }
 .czsqCountBoxs .czFormBox input,.gzsqCountBoxs .czFormBox input{
	 width: 4rem;
	 height: 0.6rem;
	 outline: none;
	 border: 0;
	 text-indent: 0.2rem;
 }
 .czTjBtn,.gzTjBtn{
	 width: 100vw;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	background: #2777DD;
	position: fixed;
	bottom: 0;
	left: 0;right: 0;
	 outline: none;
	 border: 0;
	 font-size: 0.34rem;
	 font-weight: 500;
	 color: #FFFFFF;
 }