@charset "UTF-8";
.demo-image {
    width: 100%;
}

.M-box, .M-box1, .M-box2, .M-box3, .M-box4 {
    position: relative;
    text-align: right;
    zoom: 1;
    margin-top: 40px;
}

.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 {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #737580;
    border: 1px solid #737580;
    cursor: pointer;
}

.M-box .active, .M-box1 .active, .M-box2 .active, .M-box3 .active, .M-box4 .active {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #CCAA7A;
    color: #fff;
    border-color: #CCAA7A;
    font-size: 14px;
}

.M-box a, .M-box1 a, .M-box2 a, .M-box3 a, .M-box4 a {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    padding: 0px 12px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #737580;
    color: #737580;
    font-size: 14px;
}

.M-box a:hover, .M-box1 a:hover, .M-box2 a:hover, .M-box3 a:hover, .M-box4 a:hover {
    background: #CCAA7A;
    color: #fff;
    border-color: #CCAA7A;
}

.M-box .next, .M-box .prev, .M-box1 .next, .M-box1 .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.now, .count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.M-box input, .M-box1 input, .M-box2 input, .M-box3 input, .M-box4 input {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height:40px;
    line-height:40px;
    text-align: center;
    background: #fff;
    outline: none;
    border: 1px solid #737580;
    color: #737580;
}
