@charset "UTF-8";

.demo-image{
    width: 100%;
}
.M-box{
	position: relative;
    text-align: center;
  	zoom: 1;
  	margin-top:10px;
}
.M-box:before,.M-box:after{
    content:"";
    display:table;
}
.M-box:after{
	clear:both;
	overflow:hidden;
}
.M-box span{
	float: left;
	margin:0 3px;
	width: 30px;
    height: 20px;
    line-height: 20px;
    color: #686868;
    font-size: 10px;
}
.M-box .active{
	float: left;
	margin:0 3px;
	width: 30px;
    height: 20px;
    line-height: 20px;
    background: #8dc6f6;
    color: #333;
    font-size: 10px;
    border: 1px solid #cacaca;
}
.M-box a{
	float: left;
	margin:0 3px;
	width: 30px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #cacaca;
    color: #686868;
    font-size: 10px;
}
.M-box a:hover{
	color:#333;
    background: #8dc6f6;
 }
.M-box .next,.M-box .prev{
	font-family: "Simsun";
    font-size: 10px;
   
    width: 40px;
    height: 20px;
     color: #686868;
}


.M-box input{
    float: left;
    margin:0 1px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #cacaca;
    outline: none;
    color: #686868;
    font-size: 10px;
}
