* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.tcdPageCode {
	display: inline-block;
	padding: 15px 20px;
	color: #ccc;
	text-align: center;
	/*float: right;*/
}

.tcdPageCode a {
	display: inline-block;
	color: #BD4B53;
	display: inline-block;
	height: 25px;
	width: 25px;
	padding-top: 3px;
	border: 1px solid #BD4B53;
	margin: 0 2px;
	vertical-align: middle;
	margin-right: 10px;
}

.tcdPageCode .PageText{
	width: 50px;
	border: 1px solid #A6A6A6;
	color: #A6A6A6;
}

/*.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #BD4B53;
	color: #BD4B53;
}*/

.tcdPageCode span.current {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #fff;
	background-color: #BD4B53;
	border: 1px solid #BD4B53;
	vertical-align: middle;
	padding-top: 3px;
	margin-right: 10px;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	color: #A6A6A6;
	border: 1px solid #A6A6A6;
	vertical-align: middle;
}

.tcdPageCode .pre {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/上一页.png) no-repeat center center;
	border: 1px solid #a6a6a6;
	margin-right: 10px;
}

.tcdPageCode .next {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/下一页.png) no-repeat center center;
	border: 1px solid #a6a6a6;
	margin-right: 10px;
}

.divPageCode {
	width: 90%;
	/*border: 1px solid #ccc;*/
	margin: auto;
	overflow: hidden;
	text-align: center;
}
@media (max-width: 768px) {
	.tcdPageCode .next,.tcdPageCode .pre,.tcdPageCode span.current,.tcdPageCode a{
		margin-right: 5px;
	}
}