	.headerView {
			width: 46.875rem;
			display: flex;
			/* padding-left: 1.875rem; */
			padding-right: 1.875rem;
			height: 8.125rem;
			background: white;
			align-items: center;
			justify-content: space-between;
		}
		.tanchuView{
			width: 100%;
			height: 100vh;
			background: white;
			position: fixed;
			top: 0;
			z-index: 10;
			display: none;
		}

		.headerName {
			font-size: 2rem;
			font-family: Alibaba PuHuiTi;
			font-weight: bold;
			color: #000000;
			margin-left: -3.875rem;
		}
		.tanchuView a{
			display: block;
			width: 92%;
			margin-left: 4%;
			text-align: left;
			font-size: 2rem;
			height: 5.15rem;
			line-height: 5.15rem;
			border-bottom: 1px solid #e3e3e3;
		}
		
		.tableBtn>div{
			margin-top: 0.9375rem;
			margin-left: 0.3125rem;
			margin-right: 0.3125rem;
		}
		.tableBtn{
			justify-content: center !important;
		}
		.pagination li{
			/* padding: 0.625rem 1.25rem !important; */
		}
		.bannerView img {
			width: 100%;
			/* height: 26.25rem; */
		}
		.bannerView2 img {
			width: 100%;
			/* height: 26.25rem; */
		}
		
		    [v-cloak] {
			display: none;
			}
			
			.pagination {
			    font-size: 2rem !important;
			}
			.huazhuangView>div>div:nth-child(2){
				font-size: 1.85rem !important;
			}
