/* 录像回放的详情 */
.xu-video_detail {
    box-sizing: border-box;
    padding: 16px 10px;
    color: #fff;
    font-size: 14px;
}

.xu-video_detail-text {
    margin-top: 14px;
    color: #A2A2A2;
}

.xu-video_detail-url {
    margin-top: 14px;
    width: 100%;
    height: 200px;
    background-color: #4C4C4C;
    padding: 20px 10px;
    box-sizing: border-box;
}

.xu-video_detail-url__item {
    width: 100%;
    border-bottom: 1.6px dashed #C7C7C7;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.xu-video_detail-url__item>img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: cover;
    margin-right: 7px;
}

.xu-video_detail-url__item .video_detail_url_time {
    font-size: 13px;
    color: #C7C7C7;
    margin-right: 10px;
}

.xu-video_detail-url__item #location1 {
    flex: 1;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}