@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom:1
  }
  
  .m-style:before,.m-style:after {
    content: "";
    display: table
  }
  
  .m-style:after {
    clear: both;
    overflow: hidden
  }
  
  .m-style span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px
  }
  
  .m-style .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #e91e63;
    color: #fff;
    font-size: 14px;
    border: 1px solid #e91e63
  }
  
  .m-style a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px
  }
  
  .m-style a:hover {
    color: #fff;
    background: #fff
  }
  
  .m-style .next,.m-style .prev {
    font-family: simsun;
    font-size: 16px;
    font-weight: 700;
    width:60px;
  }
  
  .now,.count {
    padding: 0 5px;
    color: #2a5ea6
  }
  
  .eg img {
    max-width: 800px;
    min-height: 500px
  }
  
  input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px
  }
  
  
  .m-style span,.m-style a,input{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
  }
  .m-style{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .m-style a:hover{
    color: #2248BF;
    border: 1px solid #2248BF;
    background: #fff;
  }
  .m-style .page_active{
    border-radius: 4px;
    border: 1px solid #fff;
    line-height: 30px;
		width: 28px;
    height: 28px;
    background: #d30000;
    color: #fff;
  }