 * {
 	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 {
 	margin: 1.2rem auto 0.2rem;
 	font-size: 0.28rem;
 	font-weight: 500;
 	color: #333333;
 	line-height: 0.55rem;
 	display: flex;
 	justify-content: space-around;
 	align-items: center;
 }

 .tabsBoxs .on {
 	font-size: 0.3rem;
 	font-weight: bold;
 	color: #2777DD;
 	position: relative;
 }

 .tabsBoxs .on::after {
 	content: '';
 	position: absolute;
 	left: 0;
 	right: 0;
 	margin: auto;
 	bottom: 0rem;
 	width: 0.32rem;
 	height: 0.06rem;
 	background: #2777DD;
 	border-radius: 0.03rem;
 }

 .bigCountsBoxs {}

 .bigCountsBoxs .countBoxs {
 	width: 6.9rem;
 	margin: 0 auto;
 	display: none;
 }

 .bigCountsBoxs .countBoxs:nth-child(1) {
 	display: block;
 }

 .excel_box {
 	width: 6.9rem;
 	height: 2.95rem;
 	margin-bottom: 0.2rem;
 	background: #FFFFFF;
 	border-radius: 0.1rem;
 	display: flex;
 	justify-content: space-around;
 }

 .excel_box .leftExce {
 	/* width: 0.91rem; */
 	/* height: 0.91rem; */
 	margin-top: 0.2rem;
 	font-size: 0.22rem;
 	font-weight: 500;
 	color: #000000;
 }

 .excel_box .leftExce .zwh {
 	width: 1rem;
 	height: 0.7rem;
 	overflow: hidden;
 	margin-top: 0.6rem;
 }

 .excel_box .leftExce img {
 	width: 0.91rem;
 	height: 0.91rem;
 	border: 1px solid #F2F2F2;
 	border-radius: 50%;
 	overflow: hidden;
 }

 .excel_box .rightExce {
 	width: 5.27rem;
 	margin-top: 0.2rem;
 }

 .excel_box .rightExce a {
 	display: block;
 }

 .excel_box .rightExce a .exceTetx {
 	display: flex;
 	justify-content: space-between;
 }

 .excel_box .rightExce a .exceTetx .title {
 	width: 5.2rem;
 	height: 0.4rem;
 	font-size: 0.28rem;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	font-family: PingFang SC;
 	font-weight: 500;
 	color: #000000;
 }

 .excel_box .rightExce a .exceTetx .jump {
 	width: 1.06rem;
 	height: 0.42rem;
 	line-height: 0.42rem;
 	font-size: 0.22rem;
 	background: #2577E3;
 	border-radius: 0.2rem;
 	text-align: center;
 	color: #fff;
 }

 .excel_box .rightExce a .principal {
 	width: 5.27rem;
 	height: 0.4rem;
 	line-height: 0.4rem;
 	font-size: 0.24rem;
 	margin-top: 0.18rem;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	font-family: PingFang SC;
 	font-weight: 500;
 	color: #999999;
 }

 .excel_box .rightExce .shopBoxs {
 	margin-top: 0.28rem;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 }

 .excel_box .rightExce .shopBoxs .shops {
 	width: 1.19rem;
 	height: 1.19rem;
 	border: 1px solid #F2F2F2;
 	border-radius: 0.1rem;
 }

 .excel_box .rightExce .shopBoxs .shops a {
 	width: 1.19rem;
 	height: 1.19rem;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }

 .excel_box .rightExce .shopBoxs .shops a img {
 	width: 0.87rem;
 	height: 0.87rem;
 }


 .zglxBoxs {
 	position: fixed;
 	top: 30%;
 	left: 0;
 	width: 1.73rem;
 	background-color: #fff;
 	box-shadow: 0 0.03rem 0.16rem 0 rgba(0, 0, 0, 0.17);
 	font-size: 0.26rem;
 	font-weight: 500;
 	color: #000000;
 	padding: 0.2rem 0;
 }

 .zglxBoxs .tit {
 	text-align: center;
 	line-height: 0.8rem;
 }

 .zglxBoxs ul li {
 	line-height: 0.8rem;
 	text-align: center;
 }

 /* 展品 */
 .zpCounts {}

 .zpBigBox {
 	width: 6.9rem;
 	display: flex;
 	justify-content: space-between;
 	flex-wrap: wrap;
 }

 .zpListBoxs {
 	width: 3.35rem;
 	margin-bottom: 0.2rem;
 	background-color: #fff;
 	border-radius: 0.1rem;
 }

 .zpListBoxs a {
 	display: block;
 	width: 3.35rem;
 	padding-bottom: 0.3rem;
 	border-radius: 0.1rem;
 	border: 1px solid transparent;
 }

 .zpListBoxs a .zpImgBox {
 	width: 3rem;
 	height: 3rem;
 	background: #F7F7F7;
 	border: 1px solid #FFFFFF;
 	border-radius: 0.1rem;
 	border: 1px solid transparent;
 	margin: 0.2rem auto;
 	position: relative;
 }

 .zpListBoxs a .zpImgBox .titText {
 	font-size: 0.2rem;
 	font-weight: 500;
 	color: #FFFFFF;
 	width: 1.3rem;
 	height: 0.46rem;
 	line-height: 0.46rem;
 	text-align: center;
 	background: #EC0000;
 	border-top-left-radius: 0.1rem;
 	position: absolute;
 	top: 0;
 	left: 0;
 }

 .zpListBoxs a .zpImgBox img {
 	width: 3rem;
 	height: 3rem;
 }

 .zpListBoxs a .zpText {
 	width: 3rem;
 	height: 1rem;
 	margin: 0 auto;
 	font-size: 0.28rem;
 	font-weight: 500;
 	color: #000000;
 	line-height: 0.48rem;
 	overflow: hidden; //超出盒子宽度内容，便溢出隐藏  
 	text-overflow: ellipsis; //用...省略号显示
 	display: -webkit-box; //将对象作为弹性伸缩盒子模型显示
 	-webkit-box-orient: vertical; //从上到下垂直排列子元素
 	-webkit-line-clamp: 2; //显示的行数
 }