	*{
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	body{
		overflow-x: hidden;
		width: 100vw;
	}
	
	li{
		list-style: none;
	}
	a{
		text-decoration: none;
	}
	
	.full100{
		width: 100%;
		height: 100%;
	}
	
	.height_full{
		height: 100%;
	}
	
	.width_full{
		width: 100%;
	}
	
	.centers{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.item_center{
		align-items: center;
	}
	.content_center{
		justify-content:center;
	}
	.content_between{
		justify-content:space-between;
	}
	.text_center{
		text-align: center;
	}
	.flex{
		display: flex;
		
	}
	.column{
		flex-direction: column;
	}
	.wrap{
		flex-wrap: wrap;
	}
	
	.relative{
		position: relative;
	}
	.absolute{
		position: absolute;
	}
	.diynone{
		display: none;
		z-index: 0;
	}
	.none{
		display: none;
	}
	.pl10{
		padding-left: 10px;
	}
	.pl20{
		padding-left: 20px;
	}
	.pl30{
		padding-left: 30px;
	}
	.pl40{
		padding-left: 30px;
	}
	.xhidden{
		width: 100%;
		overflow-x: hidden;
	}
	
	/*分页 begin*/
	.pagination li span{
		
		     padding: 12px 16px;
		     border-radius: 4px;
		    
		     text-align: center;
		     background: #f4f4f4;
		     color: #666;
	}
	.pagination li a{
		   
		    line-height: 30px;
		    height: 30px;
		    padding: 12px 16px;
		    border-radius: 2px;
		    margin: 0 3px;
		    text-align: center;
		    background: #f4f4f4;
		    color: #666;
		
	}
	.pagination li span .disabled{
		
		    background-color: #f4f4f5;
		    font-size: 14px;
		    color: #c0c4cc;
		    border-style: solid;
		    border-width: 1px;
		    border-color: #f4f4f5;
		    border-top-left-radius: 2px;
		    border-top-right-radius: 2px;
		    border-bottom-left-radius: 2px;
		    border-bottom-right-radius: 2px;
	}
	.pagination li .current{
		    background-color: #222a35;
			font-size: 14px;
			font-family: Arial;
			color: #fff;
			border-style: solid;
			border-width: 0;
			border-color: #222a35;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			border-bottom-left-radius: 2px;
			border-bottom-right-radius: 2px;
	}
	.pagination li .active{
		    background-color: #222a35;
			font-size: 14px;
			font-family: Arial;
			color: #fff;
			border-style: solid;
			border-width: 0;
			border-color: #222a35;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			border-bottom-left-radius: 2px;
			border-bottom-right-radius: 2px;
	}
	/* .pagination .active{
		    background-color: #222a35;
			font-size: 14px;
			font-family: Arial;
			color: #fff;
			border-style: solid;
			border-width: 0;
			border-color: #222a35;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			border-bottom-left-radius: 2px;
			border-bottom-right-radius: 2px;
	} */
	
	.tcdNumber{
		    font-size: 14px;
		    color: #8a8a8a;
		    border-style: solid;
		    border-width: 1px;
		    border-color: #ebebeb;
		    border-top-left-radius: 2px;
		    border-top-right-radius: 2px;
		    border-bottom-left-radius: 2px;
		    border-bottom-right-radius: 2px;
		    font-family: Arial;
		    background-color: rgba(255,255,255,0);
	}
	/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
	.pagination li a:hover {background:#fff;color:#1f98fc;border: 1px solid #1f98fc; }
	
	
	/*分页 end*/