* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
html {
  font-family: PingFang SC;
  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;
  height: 1rem;
  margin: 0 auto;
  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.2rem;
}
.content .topBoxs .topBox .toLeft img{
 width: 0.45rem;
 vertical-align: middle;
}
.content .topBoxs .topBox .title {
  text-align: center;
}
.zjtdNavBoxs{
	width: 7rem;
	margin: 1.4rem auto 0.2rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.zjtdNavBoxs .listBoxs{
	width: 1.3rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: 500;
}
.zjtdNavBoxs .listBoxs a{
	display: block;
	color: #666666;
}
.zjtdNavBoxs .listBoxs a .picBoxs{
	width: 0.9rem;
	height: 0.9rem;
	margin: 0 auto;
}
.zjtdNavBoxs .listBoxs a .picBoxs img{
	width: 0.9rem;
	height: 0.9rem;
}
.zjtdNavBoxs .listBoxs a .text{
	white-space: 0.9rem;
	margin-top: 0.13rem;
	height: 0.3rem;
	line-height: 0.3rem;
}
/*  */
.content .tabs {
  width: 100%;
  
  /* height: 1.28rem; */
  margin: 0 auto;
  color: #666;
  font-size: 0.29rem;
  margin-top: 0.35rem;
}
.content .tabs .tabUl {
  height: 1rem;
  line-height: 1rem;
  background-color: #fff;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
}
.content .tabs .tabUl::-webkit-scrollbar {
  display: none;
}
.content .tabs .tabUl li {
  margin: 0 0.31rem;
}
.content .tabs .tabUl li a {
  color: #333333;
  line-height: 0.52rem;
  text-decoration: none;
}
.content .tabs .tabUl .act {
  color: #2577E3;
  font-weight: bold;
}
.content .tabs .tabUl .act a{
	color: #2577E3;
}
.content .tabs .tabUl .act .redLine {
  display: block;
  width: 0.28rem;
  height: 0.06rem;
  font-size: 0.3rem;
  background: #2577E3;
  margin: -0.3rem auto;
  border-radius: 0.1rem;
}
.tj_box .tjBoxsBigCount{
	display: none;
}
.tj_box .tjBoxsBigCount:nth-child(1){
	display: block;
}
.tjBoxsBigCount .tjBoxsCounts{
	margin: 0.33rem 0 0 0.32rem ;
}
.thBoxs_title{
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	position: relative;
	text-indent: 0.2rem;
}
.thBoxs_title::after{
	content: '';
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0.02rem;
	width: 0.08rem;
	height: 0.35rem;
	background: #2577E3;
}
.counts_tjBoxs{
	margin-top: 0.32rem;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
}
.counts_tjBoxs::-webkit-scrollbar{
	height: 0;
}
.tj_listBoxs{
	width: auto;
	display: flex;
	align-items: center;
}
.tj_listBoxs .listTjBox{
	width: 2.84rem;
	height: 4rem;
	margin-right: 0.2rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
}
.tj_listBoxs .listTjBox a{
	width: 2.84rem;
	height: 4rem;
	display: block;
	text-align: center;
}
.tj_listBoxs .listTjBox a .picBoxs{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	overflow: hidden;
	margin: 0.31rem auto 0.24rem;
}
.tj_listBoxs .listTjBox a .picBoxs img{
	width: 1.4rem;
	height: 1.4rem;
	object-fit: cover;
}
.tj_listBoxs .listTjBox a .text_peo .name{
	font-size: 0.3rem;
	font-weight: bold;
	color: #333333;
}
.tj_listBoxs .listTjBox a .text_peo .details{
	width: 2.38rem;
	height: 1rem;
	margin: 0.24rem auto;
	font-size: 0.24rem;
	font-weight: 500;
	color: #999999;
	text-align: left;
	line-height: 0.34rem;
	overflow: hidden;
	
}