.maxfenye {
    width: 8rem;
    margin: auto;
    height: 0.64rem;
    display: flex;
  }
  .fenye {
    width: 6rem;
    margin: auto;
    height: 0.64rem;
    overflow: hidden;
  }
  .fenyecon {
    width: 1000%;
    height: 0.64rem;
    position: relative;
    left: 0;
    transition: all .5s;
  }
  .prev,.next{
    width: 0.64rem;
    height: 0.64rem;
    background: #BFBFBF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
  }
  .prev img,.next img{
   width: 0.11rem;
   height: 0.19rem;
  }
  .fenyecon span{
    width: 1.2rem;
    display: inline-block;
    line-height: .64rem;
    font-size: .24rem;
    cursor: pointer;
    text-align: center;
   
  }