.ht-page {
    text-align: center;
    background: #EBEBEB;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
}

.ht-page span {
	vertical-align: middle
}

.ht-page a {
	text-decoration: none;
	color: #555;
	outline: 0
}

.ht-page .pagebtn {
	width: 52px;
	height: 30px;
	/* background: #32BFEF; */
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
    cursor: pointer;
    color: #929292;
    background: transparent;
}

.ht-page .pagebtn:hover {
	color: #32BFEF
}

.ht-page .previous {
	height: 30px;
	width: 30px;
    line-height: 30px;
    border: 1px solid #BFBFBF;
    margin: 0 5px;
    border-radius: 4px;
	display: inline-block;
	background: url(../images/page_left_img.png) no-repeat center
}

/* .ht-page .previous.disable {
	display: inline-block;
	padding: 0 15px;
	background: url(../images/page_left_disabled.png) no-repeat center;
	cursor: default
}

.ht-page .previous.disable:hover {
	background: url(../images/page_left_disabled.png) no-repeat center
} */

/* .ht-page .previous:hover {
	background: url(../images/page_left_hover_img.png) no-repeat center
} */

.ht-page .previous a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px
}

.ht-page .next {
    display: inline-block;
    width: 30px;
	height: 30px;
	line-height: 30px;
    border: 1px solid #BFBFBF;
    margin: 0 5px;
    border-radius: 4px;
	background: url(../images/page_right_img.png) no-repeat center
}
/* 
.ht-page .next:hover {
	background: url(../images/page_right_hover_img.png) no-repeat center
} */

/* .ht-page .next.disable {
	display: inline-block;
	padding: 0 15px;
	cursor: default;
	background: url(../images/page_right_disabled.png) no-repeat center
} */

/* .ht-page .next.disable:hover {
	background: url(../images/page_right_disabled.png) no-repeat center
} */

.ht-page .next a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px
}

.ht-page .num {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #BFBFBF;
    margin: 0 5px;
    border-radius: 4px;
}

.ht-page .num.current {
	padding: 0 15px;
    /* background: #f1f1f1 */
    background: #32BFEF;
    border:1px solid #32BFEF;
    color: #fff;
}

.ht-page .num a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
    padding: 0 15px;
    /* border: 1px solid #BFBFBF; */
}

.ht-page .num a:hover {
	/* color: #555;
    background: #f1f1f1 */
    background: #32BFEF;
    color: #fff;
}

.ht-page .dots {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	padding: 0 15px
}

.ht-page .total {
	margin-left: 20px;
	margin-right: 10px
}

.ht-page .total.total_page {
	margin-left: 5px;
	margin-right: 5px
}

.ht-page .page_jump {
	margin: 0 10px
}

.ht-page .pageInput {
	width: 50px;
	height: 30px;
	border: 1px solid #e9e9e9;
	outline: 0;
	border-radius: 4px;
    text-align: center;
    border: 1px solid #BFBFBF;
    background: transparent;
}

.ht-page .pageInput:focus {
	border: 1px solid #32BFEF
}

@media screen and (max-width:799px) {
	.ht-page {
		padding: 10px 0
	}

	.ht-page .num,.ht-page .dots,.ht-page .total {
		display: none
	}

	.ht-page .num.current {
		display: inline-block;
		padding: 0 10px
	}

	.ht-page .total.total_page {
		display: inline-block
	}

	.ht-page .pageInput,.ht-page .pagebtn {
		width: 40px
	}

	.ht-page .pagebtn {
		display: none
	}

	.ht-page .page_jump {
		margin: 0 5px
	}
}