.fen-ye-con {
    display: flex;
    align-items: center;
    padding-top: 30px;
    justify-content: flex-end;
    padding-bottom: 38px;
    background-color: #fff;
}

.fen-ye {
    display: flex;
    align-items: center;
}

.fen-ye-fir {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    border: 1px solid #E5E5E5;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 4px;
}

.fen-ye-fir img {
    width: 20px;
}

.fen-ye-num {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    color: #333;
    margin: 0 4px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #E5E5E5;
}

.fen-ye-sheng {
    margin: 0 12px;
}

.fen-ye-nums {
    font-size: 12px;
    color: #A4A4A4;
    line-height: 20px;
    margin-left: 22px;
}

.fen-ye-go {
    font-size: 12px;
    color: #333333;
    margin-left: 20px
}

.fen-ye-go input {
    width: 76px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

.fen-ye-go span {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: rgba(255, 185, 60, 0.24);
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-size: 12px;
    color: #F85900;
}

.fen-ye-num.active {
    color: #fff;
    background: #F85900;
    border-color: #F85900;
}