﻿@charset "UTF-8";
.demo-image{
    width: 100%;
}
.pager{
	position: relative;
    text-align: center;
  	zoom: 1;
  	margin-top: 20px;
}
.pager:before{
    content:"";
    display:table;
}
.pager:after{
	clear:both;
	overflow:hidden;
}
.pager span{
	float: left;
	margin:0 5px;
	width: 30px;
    height: 30px;
    line-height: 30px;
    color: #bdbdbd;
    font-size: 14px;
}
.pager .active{
	float: left;
	margin:0 5px;
	width: 30px;
    height: 30px;
    line-height: 30px;
    background: #2ab8fa;
    color: #fff;
    font-size: 14px;
    border: 1px solid #2ab8fa;
}
.pager a{
	float: left;
	margin:0 5px;
	min-width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
    padding: 0 5px;
}
.pager a:hover{
	color:#fff;
    background: #2ab8fa;
}
.pager .next,.pager .prev{
	font-family: "Simsun";
    font-size: 12px;
    font-weight: bold;
}
.now,.count{
	padding:0 5px;
	color:#f00;
}
.eg img{
	max-width: 800px;
	min-height: 500px;
}
.pager input{
    float: left;
    margin:0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
    padding: 0;
}