@media (max-width: 640px){ 
	.container  .header{
      	display: none;
  	}
	.homePage .tabs{
	  	display: none;
	}
	.exhibitionPart>.desc:first-child{
		display: none;
	}
	.exhibitionPart{
		padding-top: 0;
		display: flex;
		flex-direction: column;
	}
	.exhibitionPart>.desc:last-child{
		margin-top: auto;
	}
	.exhibitionPart>.desc:last-child a{
		max-height: 88px;
	}
	.exhibitionBg{
		display: none;
	}
	/*****  会展会员 *****/
	
	.exhibitionMember{
		min-height: calc(100vh - 220px);
		display: flex;
		flex-direction: column;
	}
	.exhibitionMember.exhibitionMemberImage{
        display: none;
    }
	.exhibitionMember .imgdesc{
		margin-top: auto;
	}
	/*****  会展会员 *****/
}