#kkpager-box{
	width: 100%;
	overflow-x: auto; 
	
}
#kkpager{
	width: -webkit-max-content;
	clear:both;
	color:#999;
	padding:20px 0px 20px 0px;
	font-size:14px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 auto;
}

#kkpager>div:first-child, .pageBtnWrap, .infoTextAndGoPageBtnWrap{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	white-space: nowrap;
	margin:0 auto;
}
#kkpager a{
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	text-decoration:none;
	color:#ff3535;
	line-height: 40px;
	margin-right: 10px;
	background-color: #fff;
	box-shadow:0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}

#kkpager a:last-child{
	margin-right: 0;
}

#kkpager a.firstPage,
#kkpager a.prePage,
#kkpager a.nextPage,
#kkpager a.lastPage{
	width: 60px;
}

#kkpager span.disabled{
	width: auto;
	height: auto;
	float: left;
	display: inline;
	padding: 0 12px;
	margin-right: 12px;
	background-color: #fff;
	box-shadow:0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
	color:#DFDFDF;
	line-height: 40px;
	width: 40px;
	cursor: not-allowed;
}

#kkpager span.curr{
	float: left;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #ff3535;
	color: #fff;
	line-height: 40px;
	margin-right: 10px;
}
#kkpager a:hover{
	background-color: #ff3535;
	color: #fff;
}

#kkpager a.firstPage:hover,
#kkpager a.prePage:hover,
#kkpager a.nextPage:hover,
#kkpager a.lastPage:hover{
	color: #ff3535;
	background-image: unset;
}

#kkpager span.normalsize{
}
#kkpager_gopage_wrap{
	/*position:relative;*/
	left:0px;
	top:0px;
}
/*确认按钮*/
#kkpager_btn_go {      
	width:54px;
	height:30px;
	border:0px;
	overflow:hidden;
	padding:0px 10px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	background-color:#ff3535;
	color:#FFF;
	position:absolute;
	/*top:0;
	bottom: 0;*/
	/*right: -70px;*/
	display:none;
	border-radius: 6px;
}
#kkpager_btn_go_input{
	display: inline-block;
	width:34px;
	height:30px;
	color:#333;
	line-height: 30px;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	font-size: 16px;
	border:1px solid #DFDFDF;
	position:relative;
	top:0;
	left: 0;
	outline:none;
	vertical-align: top;
	border-radius: 6px;

}

#kkpager_btn_go_input.focus{
	border-color: #ff3535;
}

#kkpager .pageBtnWrap{
	float:left;
}

#kkpager .infoTextAndGoPageBtnWrap{
	float:right;
	padding-top: 0 !important;
	line-height: 30px !important;
}
#kkpager .infoTextAndGoPageBtnWrap span{
	position: relative;
	display: inline-block;
	line-height:30px;
}
#kkpager .spanDot{
	float:left;
	margin-right:12px;
	height: 30px;
	line-height: 30px;
}

#kkpager .currPageNum{
	color:#666666;
}

#kkpager .infoTextAndGoPageBtnWrap{
	padding-top:5px;
}
.totalText{
	margin: 0 10px;
	white-space: nowrap;
	display: none;
}
.goPageBox{
	margin-left: 12px;
	white-space: nowrap;
}
