
.matching-number-zoo{
    width: 100%;
    overflow: visible;
    margin-top: 35px;
}
.matching-number,.ready_zoo .matching-number-readys{
    width: -webkit-calc(5% - 1px);
    width: calc(5% - 1px);
    float: left;
    overflow: visible;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 0.16rem;
    color: #262626;
    text-align: center;
    border-right:1px solid transparent;
    background: #fff;
}
.border-right{
    border-right:1px solid #262626!important;
}
.matching-row-list{
    width: -webkit-calc(100% - 74px);
    width: calc(100% - 74px);
}
.remember .matching-number-zoo{
    position: relative;
}