@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    /*overflow: hidden;*/
}

input {
    outline: none;
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.ttxmap-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.ttxmap-container canvas {
    cursor: pointer;
}

.ttxmap-toolbar {
    width: calc(100% - 2px);
    height: 40px;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.ttxmap-toolbar-left {
    height: 100%;
    display: inline-flex;
    align-items: center;
    margin-left: 16px;
}

.ttxmap-toolbar-right {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.ttxmap-toolbar-left img {
    display: none;
    cursor: pointer;
    margin-right: 6px;
    border: 1px solid transparent;
}
#ttxmap-toolbar-searchVehi img {
    cursor: pointer;
    margin-right: 6px;
    border: 1px solid transparent;
}

.ttxmap-toolbar-left img:hover, #ttxmap-toolbar-searchVehi img:hover  {
    border: 1px solid #0171C5;
    border-radius: 2px;
}

.ttxmap-toolbar-left img:active, #ttxmap-toolbar-searchVehi img:active  {
    background-color: #DAE7FA;
}

.ttxmap-toolbar-left img.active, #ttxmap-toolbar-searchVehi img.active  {
    border: 1px solid #0171C5;
    background-color: #DAE7FA;
}

#map_toolbar_select_map {
    margin-right: 16px;
}

#map_toolbar_select_map .btn-group .y-btn {
    height: 26px;
    line-height: 26px;
    margin: 0;
    border-radius: 2px;
    border: 1px solid #0171C5;
    cursor: pointer;
    display: flex;
}

#map_toolbar_select_map .btn-group .y-btn .label {
    height: 26px;
    line-height: 26px;
    width: 70px !important;
    color: #0171C5;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

#map_toolbar_select_map .btn-group .y-btn .bg-icon {
    background: url("images/arrow.png") no-repeat 0 center;
}

#map_toolbar_select_map .btn-group .y-btn:hover {
    opacity: 0.7;
    background-color: #FFFFFF;
}

.ui-menu .scroll-content-with-hd .scroll-list {
    margin: 0;
}

.ui-menu .current {
    background-color: #0171C5;
}

.ui-menu .ui-menu-item {
    height: 28px;
    line-height: 28px;
}

.ui-menu .ui-menu-item:hover {
    background-color: #0171C5;
}

.ui-menu .ui-menu-item.current .text {
    color: #FFFFFF;
}

.ttxmap-toolbar-search {
    display: flex;
    align-items: center;
}

.ttxmap-toolbar-search-btn {
    margin-right: 24px;
    width: 64px;
    height: 28px;
    background: #0171C5;
    border-radius: 3px;
    font-size: 14px;
    font-family: SimHei, SourceHanSansCN, serif;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ttxmap-toolbar-search-btn:hover {
    opacity: 0.7;
}

.ttxmap-toolbar-search-input {
    margin-right: 14px;
    width: 304px;
    height: 28px;
    background: #F5FBFF;
    border-radius: 3px;
    border: 1px solid #DEDEDE;
    text-indent: 10px;
    color: #777777;
}

.ttxmap-toolbar-search-input::placeholder {
    color: #777777;
}

.ttxmap-toolbar-search-input:focus {
    border: 1px solid #0171C5;
}

.maptalks-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.maptalks-toolbar-hx {
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    border-radius: 5px;
}

.maptalks-toolbar-vertical li {
    padding: 0;
    background: none;
    width: 35px;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maptalks-toolbar-vertical li:hover {
    background: #FFFFFF;
    border-radius: 5px;
}

.maptalks-toolbar-vertical ul li + li:hover {
    border-radius: 0 0 5px 5px;
}

.maptalks-toolbar-vertical ul li + li {
    border-top: 1px solid #DEDEDE;
}

.maptalks-toolbar-vertical li div {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maptalks-toolbar-vertical li .ttxmap-control {
    width: 18px;
    height: 18px;
}

.maptalks-toolbar-vertical li div[disabled] {
    cursor: not-allowed;
    opacity: 0.3;
}

.maptalks-zoom .maptalks-zoom-zoomlevel {
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    transform: scale(1);
    -ms-transform: scale(1);
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #777777;
}

#mapcanvas .maptalks-zoom-slider a.maptalks-zoom-zoomin, #mapcanvas .maptalks-zoom-slider a.maptalks-zoom-zoomout {
    background: #FFFFFF;
    border: none;
    color: #777777 !important;
    margin: 0;
    padding: 0;
}

.maptalks-zoom-slider a.maptalks-zoom-zoomin, .maptalks-zoom-slider a.maptalks-zoom-zoomout {
    background: #FFFFFF;
    border: none;
    color: #777777 !important;
}

.maptalks-zoom-slider a.maptalks-zoom-zoomout {
    border-top: 1px solid #DEDEDE;
}

.maptalks-zoom-slider {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}

.b {
    font-weight: bold;
}

.maptalks-msgBox {
    border-radius: 10px;
    padding-bottom: 5px;
    color: #333333 !important;
}

.maptalks-msgBox .maptalks-msgContent {
    padding-top: 5px;
    word-break: break-all;
}

.maptalks-msgBox h2 {
    margin-top: 3px;
    margin-right: 18px;
    line-height: normal;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ttxmap-custom-menu {
    color: #000000;
    background-color: #F5FBFF;
    border: 1px solid #DEDEDE;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ttxmap-custom-menu li {
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
}

.ttxmap-custom-menu li:hover {
    background: #0171C5;
    color: #FFFFFF;
    cursor: pointer
}

.ttxmap-menu {
    margin-top: 5px;
}

.ttxmap-menu-item {
    width: 24px;
    height: 24px;
    margin: 0 4px;
    cursor: pointer;
    background-position: 4px !important;
    float: left;
    background: url(images/map-menu/device-info.png) no-repeat;
}

.ttxmap-menu-item:hover {
    background: url(images/map-menu/device-info-hover.png) no-repeat;
}

.ttxmap-menu-item:active {
    background: url(images/map-menu/device-info-active.png) no-repeat;
}

.ttxmap-menu-item-video {
    background: url(images/map-menu/video.png) no-repeat;
}

.ttxmap-menu-item-video:hover {
    background: url(images/map-menu/video-hover.png) no-repeat;
}

.ttxmap-menu-item-video:active {
    background: url(images/map-menu/video-active.png) no-repeat;
}

.ttxmap-menu-item-camera {
    background: url(images/map-menu/camera.png) no-repeat;
}

.ttxmap-menu-item-camera:hover {
    background: url(images/map-menu/camera-hover.png) no-repeat;
}

.ttxmap-menu-item-camera:active {
    background: url(images/map-menu/camera-active.png) no-repeat;
}


.ttxmap-menu-item-device-info {
    background: url(images/map-menu/device-info.png) no-repeat;
}

.ttxmap-menu-item-device-info:hover {
    background: url(images/map-menu/device-info-hover.png) no-repeat;
}

.ttxmap-menu-item-device-info:active {
    background: url(images/map-menu/device-info-active.png) no-repeat;
}


.ttxmap-menu-item-device-upgrade {
    background: url(images/map-menu/device-upgrade.png) no-repeat;
}

.ttxmap-menu-item-device-upgrade:hover {
    background: url(images/map-menu/device-upgrade-hover.png) no-repeat;
}

.ttxmap-menu-item-device-upgrade:active {
    background: url(images/map-menu/device-upgrade-active.png) no-repeat;
}


.ttxmap-menu-item-dianzisuo {
    background: url(images/map-menu/dianzisuo.png) no-repeat;
}

.ttxmap-menu-item-dianzisuo:hover {
    background: url(images/map-menu/dianzisuo-hover.png) no-repeat;
}

.ttxmap-menu-item-dianzisuo:active {
    background: url(images/map-menu/dianzisuo-active.png) no-repeat;
}


.ttxmap-menu-item-history-video {
    background: url(images/map-menu/history-video.png) no-repeat;
}

.ttxmap-menu-item-history-video:hover {
    background: url(images/map-menu/history-video-hover.png) no-repeat;
}

.ttxmap-menu-item-history-video:active {
    background: url(images/map-menu/history-video-active.png) no-repeat;
}


.ttxmap-menu-item-issued-file {
    background: url(images/map-menu/issued-file.png) no-repeat;
}

.ttxmap-menu-item-issued-file:hover {
    background: url(images/map-menu/issued-file-hover.png) no-repeat;
}

.ttxmap-menu-item-issued-file:active {
    background: url(images/map-menu/issued-file-active.png) no-repeat;
}


.ttxmap-menu-item-monitor {
    background: url(images/map-menu/monitor.png) no-repeat;
}

.ttxmap-menu-item-monitor:hover {
    background: url(images/map-menu/monitor-hover.png) no-repeat;
}

.ttxmap-menu-item-monitor:active {
    background: url(images/map-menu/monitor-active.png) no-repeat;
}


.ttxmap-menu-item-more {
    background: url(images/map-menu/more.png) no-repeat;
}

.ttxmap-menu-item-more:hover {
    background: url(images/map-menu/more-hover.png) no-repeat;
}

.ttxmap-menu-item-more:active {
    background: url(images/map-menu/more-active.png) no-repeat;
}

.ttxmap-menu-item-alarm-img {
    background: url(images/map-menu/alarm-img.png) no-repeat;
}

.ttxmap-menu-item-alarm-img:hover {
    background: url(images/map-menu/alarm-img-hover.png) no-repeat;
}

.ttxmap-menu-item-alarm-img:active {
    background: url(images/map-menu/alarm-img-active.png) no-repeat;
}


.ttxmap-menu-item-draw-line-img {
    background: url(images/markerLine.png) no-repeat;
}

.ttxmap-menu-item-draw-line-img:hover {
    background: url(images/markerLine.png) no-repeat;
    opacity: 0.8;
}

.ttxmap-menu-item-draw-line-img:active {
    background: url(images/markerLine.png) no-repeat;
}

.ttxmap-menu-item-detail {
    background: url(images/map-menu/detail.png) no-repeat;
}

.ttxmap-menu-item-detail:hover {
    background: url(images/map-menu/detail-hover.png) no-repeat;
}

.ttxmap-menu-item-detail:active {
    background: url(images/map-menu/detail-active.png) no-repeat;
}

.ttxmap-menu-item-setting {
    background: url(images/map-menu/setting.png) no-repeat;
}

.ttxmap-menu-item-setting:hover {
    background: url(images/map-menu/setting-hover.png) no-repeat;
}

.ttxmap-menu-item-setting:active {
    background: url(images/map-menu/setting-active.png) no-repeat;
}


.ttxmap-menu-item-talk {
    background: url(images/map-menu/talk.png) no-repeat;
}

.ttxmap-menu-item-talk:hover {
    background: url(images/map-menu/talk-hover.png) no-repeat;
}

.ttxmap-menu-item-talk:active {
    background: url(images/map-menu/talk-active.png) no-repeat;
}


.ttxmap-menu-item-trajectory {
    background: url(images/map-menu/trajectory.png) no-repeat;
}

.ttxmap-menu-item-trajectory:hover {
    background: url(images/map-menu/trajectory-hover.png) no-repeat;
}

.ttxmap-menu-item-trajectory:active {
    background: url(images/map-menu/trajectory-active.png) no-repeat;
}


.ttxmap-menu-item-tts {
    background: url(images/map-menu/tts.png) no-repeat;
}

.ttxmap-menu-item-tts:hover {
    background: url(images/map-menu/tts-hover.png) no-repeat;
}

.ttxmap-menu-item-tts:active {
    background: url(images/map-menu/tts-active.png) no-repeat;
}


.ttxmap-menu-item-vehicle-info {
    background: url(images/map-menu/vehicle-info.png) no-repeat;
}

.ttxmap-menu-item-vehicle-info:hover {
    background: url(images/map-menu/vehicle-info-hover.png) no-repeat;
}

.ttxmap-menu-item-vehicle-info:active {
    background: url(images/map-menu/vehicle-info-active.png) no-repeat;
}

.map-log {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 500px;
    height: 300px;
    background-color: #ffffff;
    opacity: 0.7;
    overflow: auto;
    color: #000000;
}

.map-log p {
    margin: 0;
    padding: 0;
}

.map-marker-address {
    font-size: 12px;
    padding-left: 10px;
    width: 100%;
}

.map-marker-address-title {
    font-weight: bold;
    white-space: nowrap;
}

.ttxmap-hover-list {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #b4b3b3;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    color: #333;
}

.ttxmap-hover-list div {
    margin: 3px 0;
}

.maptalks-ui .maptalks-menu {
    width: 120px !important;
}

.maptalks-menu .maptalks-menu-items {
    max-height: 200px;
    overflow: auto;
}

.maptalks-menu .maptalks-menu-items li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 0;
    padding: 0 15px;
}


/*滚动条整体部分,必须要设置*/
.maptalks-menu .maptalks-menu-items::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #DEDEDE;
}

/*滚动条的轨道*/
.maptalks-menu .maptalks-menu-items::-webkit-scrollbar-track {
    border-radius: 5px;
}

/*滚动条的滑块按钮*/
.maptalks-menu .maptalks-menu-items::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #999;
}

/*滚动条的上下两端的按钮*/
.maptalks-menu .maptalks-menu-items::-webkit-scrollbar-button {
    height: 0;
    background-color: #559995;
}

#map-toolbar_map_toolbar_select_map .btn-group .y-btn-gray:hover {
    background: #0171C5;
}

#map-toolbar_map_toolbar_select_map .btn-group .y-btn-gray:hover .label {
    background: #0171C5;
    cursor: pointer;
}

.map-toolbar_map_toolbar_select_map_type-disabled {
    cursor: not-allowed;
}

.ttxmap-nav {
    position: relative;
    width: 370px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px 0;
}

.ttxmap-nav-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #777c87;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: 500;
    font-family: tahoma, arial, \5b8b\4f53, sans-serif;
    letter-spacing: normal;
    text-align: center;
}

.ttxmap-nav-switch {
    background: url(images/switch.png) no-repeat 0 0;
    position: absolute;
    top: 61px;
    left: 15px;
    width: 18px;
    height: 18px;
}

.ttxmap-nav-add {
    background: url(images/plus.png) no-repeat 0 0;
    position: absolute;
    top: 61px;
    right: 15px;
    width: 18px;
    height: 18px;
}

.ttxmap-nav-input {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #eaebed;
}

.ttxmap-nav-input input[type='text']:not(.no-input) {
    height: 30px;
    width: 210px;
    color: #777777;
    font-size: 12px;
    border: none !important;
    border-right: 60px solid transparent !important;
}

.ttxmap-nav-input input[type='text']:not(.no-input):focus {
    border: none !important;
    border-right: 60px solid transparent !important;
}

.ttxmap-nav-input input::placeholder {
    color: #777777;
    font-size: 12px;
}

.ttxmap-nav-input-clear {
    position: absolute;
    top: 8px;
    right: 30px;
    color: #ffffff;
    font-size: 14px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: tahoma, arial, \5b8b\4f53, sans-serif;
    letter-spacing: normal;
    text-align: center;
    border-radius: 8px;
    background: rgba(119, 124, 135, 0.6);
    display: none;
}

.ttxmap-nav-input-remove {
    position: absolute;
    top: 8px;
    right: 5px;
    color: #ffffff;
    font-size: 14px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: tahoma, arial, \5b8b\4f53, sans-serif;
    letter-spacing: normal;
    text-align: center;
    border-radius: 8px;
    background: rgba(119, 124, 135, 0.6);
}

.ttxmap-nav-btn {
    width: 100%;
}

.ttxmap-nav-btn-item {
    width: 64px;
    height: 28px;
    margin: 15px 20px 0 0;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0171C5;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
}


.ttxmap-nav-btn-item:hover {
    color: #FFFFFF;
}

.ttxmap-nav-plan {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ttxmap-nav-plan-way {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4%;
    margin-bottom: 15px;
}

.ttxmap-nav-plan-way-item {
    position: relative;
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #777777;
    height: 28px;
}


.ttxmap-nav-plan-way-item.current {
    color: #0171C5;
}

.ttxmap-nav-plan-way a.ttxmap-nav-plan-way-item-line:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 28px;
    background: #eeeeee;
}

.ttxmap-nav-plan-rlt {
    font-size: 12px;
    padding: 0 4%;
}

.ttxmap-nav-plan-rlt.mini {
    height: 80px;
    overflow: auto;
}

.ttxmap-nav-plan-item {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
}

.ttxmap-nav-plan-item.current {
    background-color: #f1f1f1;
}

.ttxmap-nav-plan-tag {
    position: absolute;
    top: 5px;
    left: 10px;
    background-color: #0171C5;
    padding: 3px 8px;
    color: #FFFFFF;
}

.ttxmap-nav-plan-info {
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: 90%;
}


.ttxmap-nav-plan-info span {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    position: relative;
}

.ttxmap-nav-plan-info .red {
    font-weight: 400;
    color: red;
}

.ttxmap-nav-line:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 15px;
    background: #333333;
}

.ttxmap-nav-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    cursor: wait;
    z-index: 1;
    background: #999;
    display: none;
}

.ttxmap-hide {
    display: none !important;
}

input::-ms-clear {
    display: none;
}

.dialog_direction_box {
    position: absolute;
    width: 650px;
    height: 500px;
    border: solid 1px;
    bottom: calc(50% - 250px);
    display: flex;
    flex-direction: column;
    z-index: 99999999999;
    left: 5px;
    float: left;
    margin-left: 262px;
}

.dialog_direction_box_column {
    display: flex;
    flex-direction: row;
}

.dialog_direction_box_row {
    width: 250px;
    height: 150px;
    overflow: auto;
    border-bottom: solid 1px;
    border-right: solid 1px;
    opacity: 0.6;
    font-size: 14px;
    word-break: break-word;
    background-color: var(--themeColor) !important;
    color: var(--themeFontColor);
}
#dialog-direction-toolbar-btn .item .label{
    width: 104px!important;
}
.dialog_direction_box_row.icon_dir_2,
.dialog_direction_box_row.icon_dir_5,
.dialog_direction_box_row.icon_dir_8 {
    border-right: none;
}

#tangram-suggestion-main,#tangram-suggestion-search{
    top: 128px;
}

#tangram-suggestion-end{
    /*left: 70px;*/
    /*top: 42px;*/
    top: 169px;
}

#tangram-suggestion-top{
    left: 626px;
    top: 33px;
}

.tangram-suggestion {
    left: 70px;
    position: absolute;
    width: 270px;
    display: none;
}


.tangram-suggestion1 {
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid #e4e6e7;
    background: #fff;
    cursor: default;
}

.tangram-suggestion1 table {
    width: 100%;
    font-size: 12px;
    cursor: default;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
}

.tangram-suggestion1 tbody {
    width: 100%;
    cursor: default;
    background: white;
    border: 0px solid #ffffff;
}

.tangram-suggestion1 tr {
    width: 100%;
    cursor: default;
    font-size: 12px;
}

.tangram-suggestion-item {
    overflow: hidden;
    height: 32px;
    padding: 0 10px;
    font-style: normal;
    line-height: 32px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

.tangram-suggestion-grey {
    color: #c0c0c0;
}

.tangram-suggestion tr:hover {
    background: #ebebeb;
}


#tangram-suggestion-top {
    width: 306px;!important;
}




