@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; border:none; border:0px; font-size:12px;}

/*分页*/
a{text-decoration:none;font-family:"微软雅黑";}
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc;text-align:center;}
.tcdPageCode a{display: inline-block;color:#505050;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #f47264;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #f47264;border: 1px solid #f47264;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
.page_div{width:100%;bottom:33px;}
.page_div ul{width:240px;margin:0 auto;}
.page_wrap li{float: left;}
.page_div .prev{width:30px;height:30px;background:url(https://cdn.5igupiao.com/static/pc/img/index/prev_ico.v1.png) no-repeat center center;cursor:pointer;}
.page_div .next{width:30px;height:30px;background:url(https://cdn.5igupiao.com/static/pc/img/index/next_ico.v1.png) no-repeat center center;cursor:pointer;}
.page_div ul li a,.page_div ul li input{float:left;background:#fff;width:28px;height:28px;border:1px solid #e8e8e6;margin:0 5px;text-align:center;font:14px/28px "微软雅黑";color:#505050;}
.page_div .page_active{background:#f47264;color:#fff;}

