.new_car_img_left_titleMsg,
    .new_car_img_right_titleMsg {
        position: relative;
    }

    .new_car_img_right_titleMsg .video_state {
        left: 63%;
    }

    .video_state {
        position: absolute;
        top: 0;
    }

    .video_state>div {
        display: flex;
    }

    .video_state span {
        padding: .04rem .04rem;
        color: #fff;
        line-height: .12rem;
        font-size: 0.12rem;
        background: rgba(0, 0, 0, 0.3);
    }

    .progress .type {
        background: #f20013;
    }


    .playback .type {
        background: #f24f00;
    }

    .ended .type {
        background: #2165eb;
    }

    .playback .type {
        background: #f24f00;
    }