@charset "UTF-8";
.demo-image{
    width: 100%;
}
.M-box-wrap,.Tab{
    text-align: center;
    padding-top: 20px;
}
.M-box,.M-box1,.M-box2,.M-box3,.M-box4{
    position: relative;
    zoom: 1;
    text-align: center;
    font-size: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.M-box:before,.M-box:after,.M-box1:before,.M-box1:after ,.M-box2:before,.M-box2:after ,.M-box3:before,.M-box3:after,.M-box4:before,.M-box4:after{
    content:"";
    display:table;
}
.M-box:after,.M-box1:after,.M-box2:after,.M-box3:after,.M-box4:after{
    clear:both;
    overflow:hidden;
}
.M-box span,.M-box1 span,.M-box2 span,.M-box3 span,.M-box4 span,.M-box a,.M-box1 a,.M-box2 a,.M-box3 a,.M-box4 a{
    display: inline-block;
    margin:0 3px;
    min-width: 20px;
    width: auto;
    height: 20px;
    line-height: 20px;
    color: #7c7c7c;
    background: #fff;
}
.M-box a,.M-box1 a,.M-box2 a,.M-box3 a,.M-box4 a{
    border: 1px solid #dbdbdb;
    cursor: pointer;
}
.M-box a:hover,.M-box1 a:hover,.M-box2 a:hover,.M-box3 a:hover,.M-box4 a:hover{
    border-color: #b40f19;
    color: #fff;
    background: #b40f19;
}
.M-box .active,.M-box1 .active,.M-box2 .active,.M-box3 .active,.M-box4 .active{
    background: none;
    color: #b40f19;
    border: 1px solid transparent;
}
.M-box .jump-btn,.M-box1 .jump-btn,.M-box2 .jump-btn,.M-box3 .jump-btn,.M-box4 .jump-btn{
    width: 34px;
}
.M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
    font-family: "Simsun";
    font-size: 14px;
    font-weight: bold;
}
.now,.count{
    padding:0 5px;
    color:#f00;
}
.eg img{
    max-width: 800px;
    min-height: 500px;
}
input.jump-ipt{
    display: inline-block;
    margin:0 5px;
    width: 38px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #dbdbdb;
    outline: none;
    color: #7c7c7c;
    font-size: 12px;
}
