﻿.video video
{
    width: 100%;
}
.qzyArchives
{
    overflow: hidden;
    position: relative;
    height: 100%;
}
.qzyArchives_item
{
    position: absolute;
    z-index: 9;
}
.qzyArchives_item_title
{
    width: 30px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
}
.qzyArchives_item_title.left
{
    border-radius: 0 6px 6px 0;
}
.qzyArchives_item_title.right
{
    border-radius: 6px 0 0 6px;
}
.qzyArchives_item_body
{
    position: absolute;
    left: 32px;
    top: 0;
    width: 300px;
    background: #fff;
    min-height: 120px;
    -webkit-box-shadow: 0 0 2px rgba(0,21,41,.08);
    box-shadow: 0 0 2px rgba(0,21,41,.08);
    border-radius: 5px;
}
.qzyArchives_item_body.right
{
    left: auto;
    right: 32px;
}
.qzyArchives_item.ArchivesCircle
{
    top: 10px;
    right: 10px;
    width: 254px;
}
.qzyArchives_item.RealTimeVideo
{
    top: 100px;
    right: 0;
}
.qzyArchives_item.RealTimeVideo .itemCrad_title
{
    background: #0eacf2;
}
.qzyArchives_item.RealTimeVideo .itemCrad_title:hover
{
    background: #0fbdff;
}
.qzyArchives_item.RealTimeVideo .itemCrad_body
{
    width: 700px;
    padding-bottom: 10px;
}
.qzyArchives_item.RealTimeVideo .itemCrad_body .videoList
{
    padding: 10px 10px 0;
    overflow: hidden;
}
.qzyArchives_item.RealTimeVideo .itemCrad_body .videoList_li
{
    padding: 2px;
    width: 50%;
    float: left;
}
.qzyArchives_item.RealTimeVideo .itemCrad_body .videoList video
{
    width: 100%;
    display: block;
}
.qzyArchives_item.DrivingRoute
{
    top: 100px;
    left: 0;
}
.qzyArchives_item.DrivingRoute .itemCrad_title
{
    background: #f90;
}
.qzyArchives_item.DrivingRoute .itemCrad_title:hover
{
    background: #ffa800;
}
.qzyArchives_item.DrivingRoute .ivu-select-selection
{
    background: #0c88e8;
    color: #fff;
    border: 0;
}
.qzyArchives_item.DrivingRoute .ivu-select-selection *
{
    color: #fff;
}
.qzyArchives_item.DrivingRoute .navtrans-res
{
    overflow: auto;
    max-height: 300px;
}
.qzyArchives_item.Archives
{
    top: 240px;
    left: 0;
}
.qzyArchives_item.Archives .itemCrad_title
{
    background: #13bd6c;
}
.qzyArchives_item.Archives .itemCrad_title:hover
{
    background: #15d077;
}
.qzyArchives_item.Archives .itemCrad_body
{
    width: 500px;
}
.qzyArchives_item.Archives .itemCrad_body .ivu-tabs-bar
{
    margin-bottom: 0;
}
.qzyArchives_item.Archives .archivesList
{
    padding: 10px 20px 20px;
    max-height: 400px;
    overflow: auto;
}
.qzyArchives_item.Archives .archivesList_noData
{
    text-align: center;
    padding-top: 20px;
}
.qzyArchives_item.Archives .archivesItem
{
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
    line-height: 20px;
}
.qzyArchives_item.Archives .archivesItem_name
{
    font-size: 14px;
    padding-bottom: 5px;
}
.qzyArchives_item.Archives .archivesItem_text
{
    color: #888;
}
.qzyArchives_item.Archives .archivesItem_btn
{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    cursor: pointer;
}
.driving-title
{
    padding: 2px 8px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #fafafa;
    font-size: 14px;
}
.driving-route, .driving-title
{
    position: relative;
    cursor: pointer;
}
.driving-route
{
    margin: 0;
    margin-left: 35px;
    line-height: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 3px;
    padding-top: 3px;
}
.driving-route-box
{
    overflow: auto;
    max-height: 500px;
}
.driving-route-beforedt
{
    color: #fff;
    border-radius: 50%;
    text-indent: 0;
    text-align: center;
    z-index: 10;
    border: 1px solid #ddd;
    position: absolute;
    top: 3px;
    left: -31px;
    width: 21px;
    height: 21px;
    background-image: url(../image/diricon.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: -46px -23px;
}
.driving-route-afterdt
{
    position: absolute;
    background-color: #e5e7e8;
    left: -22px;
    top: 20px;
    height: 100%;
    width: 4px;
    z-index: 9;
}
.driving-route.start .driving-route-beforedt
{
    background-position: -47px -104px;
}
.driving-route.end .driving-route-beforedt
{
    background-position: -126px -104px;
}