* {
  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: #2577E3;
}
.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: #fff;
  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;
}
.weeklyRanking{
	position: relative;
	width: 100%;
	height:2.5rem;
	margin-top: 1rem;
	padding-top: 0.2rem;
	background-color: #2577E3;
	
}
.content_box{
	position: absolute;
	left: 0;right: 0;
	top: 1.3rem;
}
.banner{
	position: absolute;
	top: 0;
	left: 0;right: 0;
	margin: auto;
	width: 7rem;
	height: 3.4rem;
	margin: 0.2rem auto;
	overflow: hidden;
	/* background: #C8CBCF; */
	border-radius:0.2rem;
	
}

.banner img {
	width: 7rem;
	height: 3.4rem;
	object-fit: cover;
}
.jftxBoxs_cont{
	position: absolute;
	top: 3.6rem;
}
.jftxBoxs{
	width: 7rem;
	height: 1rem;
	line-height: 1rem;
	margin: 0.32rem auto;
	background: #FFFFFF;
	border-radius:0.08rem;
	text-align: center;
	font-size: 0.34rem;
	font-weight: 600;
	color: #5A5A5A;
}
.constImg{
	width: 100%;
	margin: 0 auto;
}
.constImg img{
	width: 100%;
}
