.wheelPlant{
    width:100vw;
    height:25vh;
    overflow: hidden;
    position:relative;
}
.wheelPlant-grounp>img{
    width:100vw;
    height:25vh;
}
.wheelPlant-button{
    position: absolute;
    z-index: 99999;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0.2rem;
    background: initial;
}
.wheelPlant-button>p{
    width:0.2rem;
    height: 0.2rem;
    background: #ffffff;
    border-radius: 50%;
    margin:0px .1rem;
}
.active{
    background:#00f!important;
}