.question-player {
    margin-top: 0;
    width: 100%;
    padding-right: 165px;
}

.question-player .time_box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55px;
    margin: auto;
    height: 30px;
    line-height: 30px;
}

.question-player .time_box .icon_text {
    font-size: 16px;
    color: #595bb2;
}

.question-player .current-time {
    font-size: 16px;
    color: #595bb2;
}

.question-player .record-time {
    font-size: 16px;
    height: auto;
    line-height: normal;
    color: #595bb2;
    position: static;
    margin: auto;
}