@charset "UTF-8";
@media screen and (max-width: 1919px){
    .demo-image{
        width: 100%;
    }
    .M-box,.M-box1,.M-box2,.M-box3,.M-box4{
        position: relative;
        text-align: center;
        zoom: 1;

    }
    .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{
        float: left;
        margin:0 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        color: #bdbdbd;
        font-size: 0.55em;
        border-radius: 3px;
    }
    .M-box .active,.M-box1 .active,.M-box2 .active,.M-box3 .active,.M-box4 .active{
        float: left;
        margin:0 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: #21A4FF;
        color: #fff;
        font-size: 0.55em;
        border: 1px solid #21A4FF;
    }
    .M-box a,.M-box1 a,.M-box2 a,.M-box3 a,.M-box4 a{
        float: left;
        margin:0 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: #EDEDED;
        border: 1px solid #ebebeb;
        color: #bdbdbd;
        font-size: 0.55em;
        border-radius: 3px;
    }
    .M-box a:hover,.M-box1 a:hover,.M-box2 a:hover,.M-box3 a:hover,.M-box4 a:hover{
        color:#fff;
        background: #21A4FF;
    }
    .M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
        text-decoration: none;
        font-family: "Simsun";
        font-size: 0.55em;
        font-weight: bold;
        border-radius: 3px;
    }
    .M-box .next{
        width: 40px !important;
    }
    .M-box .prev {
        width: 40px !important;
    }

    .now,.count{
        padding:0 5px;
        color:#21A4FF;
    }
    .eg img{
        max-width: 800px;
        min-height: 500px;
    }
    input{
        float: left;
        margin:0 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        /* text-align: center; */
        background: #fff;
        border: 1px solid #ebebeb;
        outline: none;
        color: #bdbdbd;
        font-size: 0.55em;
    }

}
@media screen and (min-width: 1920px) {
    .demo-image {
        width: 100%;
    }

    .M-box, .M-box1, .M-box2, .M-box3, .M-box4 {
        position: relative;
        text-align: center;
        zoom: 1;
    }

    .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 {
        float: left;
        margin: 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #bdbdbd;
        font-size: 14px;
        border-radius:4px;
    }

    .M-box .active, .M-box1 .active, .M-box2 .active, .M-box3 .active, .M-box4 .active {
        float: left;
        margin: 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #21A4FF;
        color: #fff;
        font-size: 14px;
        border: 1px solid #21A4FF;
    }

    .M-box a, .M-box1 a, .M-box2 a, .M-box3 a, .M-box4 a {
        float: left;
        margin: 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #EDEDED;
        border: 1px solid #ededed;
        color: #bdbdbd;
        font-size: 14px;
        border-radius:4px;
    }

    .M-box a:hover, .M-box1 a:hover, .M-box2 a:hover, .M-box3 a:hover, .M-box4 a:hover {
        color: #fff;
        background: #21A4FF;
    }

    .M-box .next, .M-box .prev, .M-box1 .next, .M-box1 .prev {
        text-decoration: none;
        font-family: "Simsun";
        font-size: 16px;
        font-weight: bold;
    }
    .M-box .next{
        width: 60px !important;
    }
    .M-box .prev{
      width: 60px !important;
    }

    .now, .count {
        padding: 0 5px;
        color: #21A4FF;
    }

    .eg img {
        max-width: 800px;
        min-height: 500px;
    }

    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;
    }
}