

@charset "utf-8";

/*tab切換*/
.tab-switch {
    width: 450px;
    height: auto;
    background: #202020;
    font-family: sans-serif;
    font-size: 16px;
}

.tab-title {
    width: 100%;
    position: relative;
    padding-left: 45px;
    height: 40px;
}

.tab-title li {
    float: left;
    width: 90px;
    height: 100%;
    line-height: 40px;
    margin: 0 auto;
    list-style: none;
}

.tab-title>li>a {
    color: #FFFFF0;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    /*margin-left: 30px;*/
    font-size: 0.75em;
    display: block;
    position: relative;
    bottom: 0;
    text-decoration: none;
}

.tab-title>li>a:hover {
    border-bottom: 3px solid orange;
    color: #FFFFFF;
}

.tab-content {
    width: 100%;
    height: auto;
    list-style: none;
}

.show {
    display: block;
}

.hidden {
    display: none;
}


/*信息列表*/

.list-item {
    width: 100%;
    height: 40px;
    background: #FCFCFC;
}

.list-item:hover {
    background: #EFF8FF;
}

.flight-record-left2 {
    background: url(../img/leftbar.png) 0 0 no-repeat;
    width: 5px;
    height: 35px;
    display: inline-block;
    margin-top: 3px;
}

.flight-record-left2:hover {
    background-position: -5px 0;
}

.air-model {
    height: 100%;
    color: #122B40;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*margin: 0 auto;*/
}

.air-cinfor {
    height: 100%;
    line-height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.air-name {
    color: #122B40;
    height: 100%;
    font-size: 0.75em;
    width: auto;
}

.air-buttom {
    height: 100%;
    float: right;
    margin: 0 auto;
    padding-top: 9px;
}

.air-detail {
    width: 64px;
    height: 22px;
    font-size: 0.75em;
    background: gray;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
    display: inline-block;
    float: left;
}

.air-detail:hover {
    background: gainsboro;
}

.air-record {
    display: inline-block;
    margin-left: 20px;
}

.record-icon {
    background: url(../img/record.png) 0 0 no-repeat;
    height: 23px;
    width: 64px;
    display: block;
}

.record-icon:hover {
    background-position: 0 -23px;
}

.air-detail span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}


/*底部回放*/

.container-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 70px;
    /*background-color: #221f21;*/
    background-color: rgba(20,18,19,0.9);
    padding: 0;
    margin: 0;
    font-size: 1em;
    z-index: 100000;
}
/*左*/

.slide-left {
    position: absolute;
    width: 203px;
    background: #0A0707;

    height: 70px;
    left: 0;
    bottom: 0;
}

.btn-rewind {
    float: left;
    cursor:pointer;
}

.toggle-rewind {
    height: 70px;
    width: 36px;
    background: url("../img/timeline/rewind.png");
}

.toggle-rewind:hover {
    background-position: -40px 0;
}

.btn-play {
    float: left;
    cursor:pointer;
}

.toggle-play {
    height: 70px;
    width: 71px;
    background: url("../img/timeline/play.png");
}

.toggle-stop {
    background: url("../img/timeline/stop.png") !important;
}
.toggle-stop:hover {
    background-position: -72px 0;
}


.toggle-play:hover {
    background-position: -72px 0;
}

.btn-forward {
    float: left;
    cursor:pointer;
}

.toggle-forward {
    height: 70px;
    width: 36px;
    background: url("../img/timeline/forward.png");
}

.toggle-forward:hover {
    background-position: -40px 0;
}

.speed-bar {
    float: left;
    width: auto;
    background: #0A0707;
    padding-left: 11px;
}

.speed-bar p {
    height: 70px;
    float: left;
    vertical-align: middle;
    color: #ffffff;
    font-size: 0.75em;
    line-height: 70px;
    margin: 0 auto;
}

.speed-bar .speed-text {
    float: left;
    color: #ffffff;
    width: 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 0.75em;
}

.to-left {
    margin-left: 18px;
    float: left;
    cursor:pointer;
}

.toggle-left {
    height: 70px;
    width: 39px;
    background: url("../img/timeline/toleft.png");
}

.toggle-left:hover {
    background-position: -40px 0;
}

/*进度条*/

/*.progress {
    float: left;
    width: 175px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    !*background: #474b4e;*!
    background: #0A0707;
}*/

.light-progress .range-bar{
    height: 10px;
}

.light-progress .range-handle {
    background-color: #fff;
    height: 14px;
    top: -2px;
    width: 14px;
}

.light-progress .range-bar {
    background-color: #a4a1a1;
}
/*.range-max{
	display: none;
}*/

/*中*/

.slide-center {
    /*background-color: #141213;*/
    /*opacity: 0.5;*/
    position: relative;
    margin-left: 203px;
    margin-right: 168px;
    bottom: -70px;


}

#visualization {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.play-back {
    position: absolute;
    left: 20px;
    bottom: 70px;
}

.play-back p {
    color: orange;
}

.to-right {
    float: right;

    cursor:pointer;
}

.toggle-right {
    height: 70px;
    width: 39px;
    background: url("../img/timeline/toright.png");
}

.toggle-right:hover {
    background-position: -40px 0;
}


/*右*/

.slide-right {
    background: #0A0707;
    width: 167px;
    height: 70px;
    /*margin-top:-70px;*/
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
}

.add-icon {
    float: right;
    cursor:pointer;
}

.toggle-add {
    height: 70px;
    width: 43px;
    background: url("../img/timeline/add.png");
}

.toggle-add:hover {
    background-position: -52px 0;
}

.less-icon {
    float: right;
    cursor:pointer;
}

.toggle-less {
    height: 70px;
    width: 52px;
    background: url("../img/timeline/less.png");
}

.toggle-less:hover {
    background-position: -52px 0;
}

.back-close {
    float: right;
    cursor:pointer;
}


/*增减侧边栏样式*/

.sidel-style {
    position: relative;
    margin-bottom: 130px;
    margin-top: 0px;
    left: 0
}
.sidel-barBottom-style{
    position: absolute;
    bottom: 70px;
}
.sidebar-content-addstyle{
    margin-bottom: 70px;
}

/*公司信息*/

.company-inform {
    width: 100%;
    height: 40px;
    background: #ececec;
    font-family: sans-serif;
}

.company-icon {
    height: 100%;
}

.company-name {
    height: 100%;
}

.com-icon>img {
    padding-top: 8px;
}

.company-name>span {
    height: 100%;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}

.tab-companyinfor {
    height: 100%;
    padding-top: 11px;
    padding-left: 40px;
}


/*---旋转---*/

.rotate-icon {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.vis-timeline{
    border: 0;
}


/* 重绘 timeline 的样式 */
.vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right {
    border-bottom: 2px solid #f8c023;
    overflow: hidden;
}

.vis-time-axis .vis-text {
    color: #ddd;

}

.vis-time-axis .vis-grid.vis-vertical {
    position: absolute;
    border-left: 0;
}


.vis-item .vis-item-content {
    cursor: pointer;
}

.vis-item {
    position: absolute;
    color: #ffffff;
    border-color: #296fb3;
    background-color: #286fb3;
    z-index: 1;
}

.vis-item.vis-selected {
    border-color: #f8c023;
    background-color: #f8c023;
    z-index: 2;
}


/** 清除 百度样式 **/

/*
.BMap_pop .BMap_center,.BMap_shadow {
    border: 0 !important;
    display: none !important;
}

.BMap_pop .BMap_top,.BMap_top>div {
    border: 0 !important;
    display: none !important;
}

.BMap_pop .BMap_bottom {
    border: 0 !important;
    display: none !important;
}*/

.replay-info-windows {
    width: 62px;
    height: 24px;
    display: block;
    float: right;
    margin: 28px 10px 0 0;
    background: url("../img/infoWin/record.svg");
}

.line-info-windows{
    background-color: #f8c023;
    position: absolute;
    height: 44px;
    width: 2px;
    left: 166px;
    bottom: -45px;
}


.infoLabel-address,.infoLabel-km,.infoLabel-time,.infoLabel-record{
    height: 16px;
    width: 16px;
    vertical-align: middle;
    display: inline-block;
}

.infoLabel-address{
    background: url("../img/infoWin/addr.svg");
}

.infoLabel-km{
    background: url("../img/infoWin/km.svg");
}

.infoLabel-time{
    background: url("../img/infoWin/time.svg");
}

.infoLabel-record{
    background: url("../img/infoWin/record.svg");
}

.line-info-windows:hover{
    background: url("../img/infoWin/record-select.svg");
}

.vis-group{
 display: none;
}


.infoLabel-wrapper{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 66px;
    width: 125px;
}











