@charset "UTF-8";
.M-box{
	position: relative;
    text-align: center;
  	zoom: 1;
    margin-left: 206px;
}
.M-box:before,
.M-box:after{
    content:"";
    display:table;
}
.M-box:after{
	clear:both;
	overflow:hidden;
}
.M-box span{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    color: #313131;
    background-color: #dfdfdf;
    font-size: 12px;
}
.M-box .active{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    background-color: #df0007;
}
.M-box a{
	float: left;
	margin:0 5px;
	width: 38px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    color: #313131;
    background-color: #dfdfdf;
    font-size: 12px;
    text-decoration: none;
}
.M-box a:hover{
	color:#fff;
    background-color: #df0007;
}
.M-box .next,
.M-box .prev{
	font-family: "Simsun";
    font-size: 12px;
    font-weight: bold;
    width: 50px;
}
.M-box .now,
.M-box .count{
	padding:0 5px;
	color:#f00;
}

.M-box input{
    float: left;
    margin:0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}