@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;
    -ms-user-select: none;
    -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: 40px;
    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: 4px;
    /*padding-bottom: 5px;*/
    color: #333333 !important;
    border: none;
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.20);
}

.maptalks-msgBox .maptalks-msgContent {
    padding-top: 5px;
    word-break: break-all;
}

.maptalks-msgBox h2 {
    /*margin-top: 3px;*/
    /*margin-right: 18px;*/
    margin: 12px 18px 12px 10px;
    line-height: normal;
    height: auto;
    padding: 2px 10px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

div:has(.ttx-msgBox) {
    z-index: 1;
}

div:has(.ttxmap-custom-menu) {
    z-index: 2;
}

.ttxmap-custom-menu {
    color: #000000;
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
}

/*v9*/
.ttxmap-custom-menu.light .ttxmap-custom-menu-item > div i {
    color: var(--themeColor);
}

.ttxmap-custom-menu li, .ttxmap-custom-menu .ttxmap-custom-menu-item .ttxmap-custom-menu-item-three {
    padding: 0 10px;
    font-size: 12px;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    min-width: 75px;
    text-align: left;
}

.ttxmap-custom-menu li.ttxmap-custom-menu-item span {
    margin: 0 5px;
    flex: 1;
}

.ttxmap-custom-menu li.ttxmap-custom-menu-item i.icon-ttx-you3,#changemap_box #mapSelect .tc_box>li{
    font-size: 12px;
}

.map_btn .tc_box li a {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.map_btn .map_select .tc_box span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.ttxmap-custom-menu li > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ttxmap-custom-menu li:hover {
    background: var(--themeColor);
    color: var(--themeFontColor);
    cursor: pointer
}

.ttxmap-custom-menu .ttxmap-custom-menu-item .ttxmap-custom-menu-item-three:hover {
    background: var(--themeColor);
    color: var(--themeFontColor);
    cursor: pointer
}

.ttxmap-custom-menu li:hover i {
    color: #FFFFFF;
    cursor: pointer
}

/*v9*/
.ttxmap-custom-menu.light .ttxmap-custom-menu-item:hover > div i {
    color: #FFFFFF;
}

.ttxmap-custom-menu .ttxmap-custom-menu-item .ttxmap-custom-menu-item-three:hover i {
    color: #FFFFFF;
    cursor: pointer
}

.ttxmap-custom-menu .ttxmap-custom-menu-item .ttxmap-custom-menu-three {
    display: none;
    position: absolute;
    left: 55px;
    top: 1px;
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    color: #000000;
    min-width: 60px;
    text-align: center;
}


.ttxmap-menu {
    height: 35px;
    display: flex;
    border-top: 1px solid #dbdbdb;
    cursor: pointer;
    background-color: #fff;
}

.ttxmap-menu.doubleRow {
    height: 58px;
    flex-wrap: wrap;
    align-content: space-around;
}

.ttxmap-menu-item {
    width: 64px;
    margin: 0 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ttxmap-menu-item:hover i {
    opacity: 0.85;
}

.ttxmap-menu-item:hover span {
    color: var(--themeColor);
}

/*.ttxmap-menu.notText .ttxmap-menu-item{
    width: 26px;
}*/

.ttxmap-menu-item.doubleRow {
    width: 100px;
}

.ttx-msgBox.police .ttxmap-menu-item.doubleRow {
    width: 77px;
}

.ttxmap-menu-item i {
    font-size: 15px;
}

.ttxmap-menu-item span {
    font-size: 12px;
    padding-left: 4px;
    line-height: 100%;
}

.ttxmap-menu .ttxmap-menu-item i.emptyI {
    width: 14px;
}

.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;*/
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    padding: 5px 0 5px 0;
    font-size: 12px;
    color: #333;
    z-index: 2;
    max-width: 300px;
}

.ttxmap-hover-list.left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.ttxmap-hover-list.right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

.ttxmap-hover-list .hover-container {
    max-height: 210px;
    overflow-y: auto;
    padding: 0 10px;
}

.ttxmap-hover-list .hover-container > div {
    margin: 3px 0;
}

.ttxmap-hover-list .hover-container > div {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.ttxmap-hover-list > div.more {
    text-align: center;
    color: var(--themeColor);
    cursor: pointer;
}

.ttxmap-hover-list .hover-container > div:hover {
    background-color: var(--themeColor) !important;
    color: var(--themeFontColor);
}

.ttxmap-hover-list .hover-container > div img {
    height: 20px;
    width: 20px;
}

.ttxmap-hover-list .hover-container > div span {
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ttxmap-hover-list .hover-container > div:nth-child(even) {
    background-color: #F4F5F7;
}

.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 8px;
}

.maptalks-menu .maptalks-menu-items li:hover i {
    color: #FFF;
}

.maptalks-menu .maptalks-menu-items li > div {
    display: flex;
    align-items: center;
}

.maptalks-menu .maptalks-menu-items li > div.weather {
    align-items: baseline;
}

.maptalks-menu .maptalks-menu-items li > div span {
    margin-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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;
    color: #fff;
    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: 20px 0 10px 0;
    z-index: 100000000;
}

.ttxmap-nav-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #777c87 !important;
    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;
    left: -30px;
    width: 18px;
    height: 18px;
    bottom: 50%;
}

.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: 15px;
    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: 14px;
    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-item {
    width: 64px;
    height: 30px;
    margin: 15px 20px 0 0;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(233,235,241,1);
    color: rgba(153,153,153,1);
    font-size: 12px;
    border-radius: 2px;
}

.ttxmap-nav-btn-item-active {
    background: var(--themeColor);
    color: var(--themeFontColor);
}

.ttxmap-nav-btn-item-active:hover {
    color: var(--themeFontColor);
    opacity: 0.7;

}

.ttxmap-nav-btn {
    width: 100%;
}


/*.ttxmap-nav-btn-item:hover {*/
/*    color: #FFFFFF;*/
/*}*/

.ttxmap-nav-plan {
    margin-top: 10px;
    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: 15px;
    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);
    user-select: none;
}

#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-search {
    top: 128px;
    z-index: 100000001;
}

#tangram-suggestion-main{
    top: 158px;
    z-index: 100000001;
}

#tangram-suggestion-end {
    /*left: 70px;*/
    /*top: 42px;*/
    top: 199px;
    z-index: 100000001;
}

#tangram-suggestion-top {
    left: 626px;
    top: 33px;
}

.tangram-suggestion {
    left: 70px;
    position: absolute;
    width: 270px;
    display: none;
    z-index: 100000001;
}


.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;
}

.maptalks-control i.iconfont {
    font-size: 19px !important;;
}

.zIndex1 {
    z-index: 1;
}

.ttx-msgBox {
    width: 432px;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(1, 15, 25, 0.15);
    border-radius: 5px;
}

.ttx-msgBox.en {
    width: 500px;
/*    height: 340px;*/
}

.ttx-msgBox.police {
    width: 342px;
}

.ttx-msgBox:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    border-width: 12px 0 0 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(135deg);
    box-shadow: 1px -1px 0 0 #ccc;
}

.ttx-msgBox.transparentPop:after,.ttx-web-shape-msgBox.transparentPop:after{
    border-color: rgba(255, 255, 255, 0.75) transparent transparent transparent;
}

.ttx-msgBox .ttx-header {
    height: 32px;
    line-height: 32px;
    background-color: var(--themeColor);
    color: var(--themeFontColor);
    font-weight: bold;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ttx-msgBox.transparentPop .ttx-header,.ttx-web-shape-msgBox.transparentPop .web-custom-head {
    opacity: 0.85;
}

.ttx-msgBox .ttx-header .ttx-title {
    text-indent: 10px;
    display: flex;
    align-items: center;
}

.ttx-msgBox .ttx-header .ttx-title .title {
    max-width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ttx-msgBox .ttx-header .ttx-title .riskLevel {
    text-align: center;
    margin-left: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    align-items: center;
    text-indent: 0px;
    height: 20px;
    line-height: 20px;
    border-radius: 11px;
    padding: 1px 5px;
}

.ttx-msgBox .ttx-header .ttx-title .riskLevel i {
    margin-right: 5px;
    cursor: pointer;
}

.ttx-msgBox .ttx-header .ttx-title .riskLevel div {
    margin-top: 2px;
    cursor: pointer;
}

.ttx-msgBox .ttx-header .ttx-title .riskLevel1, .ttx-msgBox .ttx-header .ttx-title .riskLevel1 i {
    color: #B5C500 !important;
}

.ttx-msgBox .ttx-header .ttx-title .riskLevel2, .ttx-msgBox .ttx-header .ttx-title .riskLevel2 i {
    color: #F67103 !important;
}

.ttx-msgBox .ttx-header .ttx-title .riskLevel3, .ttx-msgBox .ttx-header .ttx-title .riskLevel3 i {
    color: #D72F28 !important;
}

.ttx-msgBox .ttx-header .ttx-right {
    display: flex;
    justify-content: space-around;
}

.ttx-msgBox .ttx-header .ttx-right > div {
    width: 25px;
    cursor: pointer;
}

.ttx-msgBox .ttx-header .ttx-right i {
    color: var(--themeFontColor);
}


.ttx-msgBox .ttx-msgContent {
    padding: 5px;
    padding-top: 10px;
    word-break: break-all;
    font-size: 12px;
    font-family: "microsoft yahei", serif;
    background-color: #fff;
    color:#333;
}

.ttx-web-shape-msgBox.transparentPop{
    background-color: unset;
}

.ttx-msgBox.transparentPop .ttx-msgContent, .ttx-msgBox.transparentPop .ttxmap-menu,.ttx-web-shape-msgBox.transparentPop .web-custom-content{
    background-color: rgba(255, 255, 255, 0.75);
}

.ttx-msgBox .ttx-msgContent .b {
    font-weight: bold;
    color: var(--themeColor);
}

.red {
    color: var(--color-red);
}

.ttx-msgBox .ttx-msgContent .b.red {
    color: var(--color-red);
}

.ttx-msgBox .ttx-msgContent .row {
    margin-bottom: 6px;
}

.ttx-msgBox .ttx-msgContent .row.empty {
    height: 16px;
}


.ttx-msgBox .ttx-msgContent .row, .ttx-msgBox .ttx-msgContent .col {
    display: flex;
    align-items: center;
    flex: 1;
}

.ttx-msgBox .ttx-msgContent .row.space > div, .ttx-msgBox .ttx-msgContent .col > div {
    flex-shrink: 0;
}

.ttx-msgBox .ttx-msgContent .row > div.b, .ttx-msgBox .ttx-msgContent .col > div.b {
    width: 75px;
    text-align: right;
    margin-right: 8px;
    flex-shrink: 0;
}

.ttx-msgBox .ttx-msgContent .left2 .row .col:first-child > div.b {
    width: 30px;
}

.ttx-msgBox .ttx-msgContent .right2 .row .col:nth-child(2) > div.b {
    width: 30px;
}

.ttx-msgBox .ttx-msgContent .left3 .row .col:first-child > div.b {
    width: 42px;
}

.ttx-msgBox .ttx-msgContent .right3 .row .col:nth-child(2) > div.b {
    width: 42px;
}

.ttx-msgBox .ttx-msgContent .left4 .row .col:first-child > div.b {
    width: 53px;
}

.ttx-msgBox .ttx-msgContent .right4 .row .col:nth-child(2) > div.b {
    width: 53px;
}

.ttx-msgBox .ttx-msgContent .left5 .row .col:first-child > div.b {
    width: 66px;
}

.ttx-msgBox .ttx-msgContent .right5 .row .col:nth-child(2) > div.b {
    width: 66px;
}

.ttx-msgBox .ttx-msgContent .left6 .row .col:first-child > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .right6 .row .col:nth-child(2) > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .left7 .row .col:first-child > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .right7 .row .col:nth-child(2) > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .left8 .row .col:first-child > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .right8 .row .col:nth-child(2) > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .left9 .row .col:first-child > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .right9 .row .col:nth-child(2) > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .left10 .row .col:first-child > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .right10 .row .col:nth-child(2) > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .left11 .row .col:first-child > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .right11 .row .col:nth-child(2) > div.b {
    width: 77px;
}

.ttx-msgBox .ttx-msgContent .left12 .row .col:first-child > div.b {
    width: 87px;
}

.ttx-msgBox .ttx-msgContent .right12 .row .col:nth-child(2) > div.b {
    width: 87px;
}

.ttx-msgBox .ttx-msgContent .left_13 .row .col:first-child > div.b {
    width: 90px;
}

.ttx-msgBox .ttx-msgContent .right_13 .row .col:nth-child(2) > div.b {
    width: 90px;
}

.ttx-msgBox .ttx-msgContent .row .col > div:last-child {
    width: 126px;
}

.ttx-msgBox .ttx-msgContent .row.singleRow .col > div:last-child {
    width: calc(100% - 85px);
}

.ttx-msgBox .ttx-msgContent .left2 .row .col:first-child > div:last-child {
    width: calc(100% - 40px);
}

.ttx-msgBox .ttx-msgContent .right2 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 40px);
}

.ttx-msgBox .ttx-msgContent .left3 .row .col:first-child > div:last-child {
    width: calc(100% - 53px);
}

.ttx-msgBox .ttx-msgContent .right3 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 53px);
}

.ttx-msgBox .ttx-msgContent .left4 .row .col:first-child > div:last-child {
    width: calc(100% - 64px);
}

.ttx-msgBox .ttx-msgContent .right4 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 64px);
}

.ttx-msgBox .ttx-msgContent .left5 .row .col:first-child > div:last-child {
    width: calc(100% - 77px);
}

.ttx-msgBox .ttx-msgContent .right5 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 77px);
}

.ttx-msgBox .ttx-msgContent .left6 .row .col:first-child > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .right6 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .left7 .row .col:first-child > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .right7 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .left8 .row .col:first-child > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .right8 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .left9 .row .col:first-child > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .right9 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .left10 .row .col:first-child > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .right10 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .left11 .row .col:first-child > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .right11 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 88px);
}

.ttx-msgBox .ttx-msgContent .left12 .row .col:first-child > div:last-child {
    width: calc(100% - 90px);
}

.ttx-msgBox .ttx-msgContent .right12 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 90px);
}

.ttx-msgBox .ttx-msgContent .left_13 .row .col:first-child > div:last-child {
    width: calc(100% - 92px);
}

.ttx-msgBox .ttx-msgContent .right_13 .row .col:nth-child(2) > div:last-child {
    width: calc(100% - 92px);
}

.ttx-msgBox.police.light .ttx-msgContent, .ttx-msgBox.police.light .container {
    color: #000;
}

.ttx-msgBox.police.light .ttxmap-menu, .ttx-msgBox.police.light .ttxmap-menu i {
    color: #485EA2;
}

.ttx-msgBox.police.light.client-light .ttxmap-menu, .ttx-msgBox.police.light.client-light .ttxmap-menu i {
    color: var(--themeColor);
}

.ttx-msgBox.police.light .ttxmap-menu-item:hover i, .ttx-msgBox.police.light .ttxmap-menu-item:hover span {
    color: #01A0EA !important;
}

.maptalks-msgBox.cluster {
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
    border: none;
    max-height: 240px;
}

.maptalks-msgBox.cluster .maptalks-close {
    display: none;
}

.maptalks-msgBox.cluster .maptalks-msgContent {
    padding: 0;
    max-width: 400px;
    cursor: pointer;
}

.maptalks-msgBox.cluster .customClusterMenu .clusterMenu {
    max-height: 215px;
    overflow-y: auto;
}

.maptalks-msgBox.cluster .customClusterMenu .header {
    display: flex;
    height: 25px;
    line-height: 25px;
    color: var(--themeFontColor);
    justify-content: space-between;
}

.maptalks-msgBox.cluster .customClusterMenu .header > div:first-child {
    text-indent: 10px;
    font-weight: bold;
}

.maptalks-msgBox.cluster .customClusterMenu ul li {
    text-indent: 0;
    list-style: none;
    height: 30px;
    line-height: 30px;
}

.maptalks-msgBox.cluster .customClusterMenu ul li:nth-child(even) {
    background-color: #F4F5F7;
}

.maptalks-msgBox.cluster .customClusterMenu ul li:hover {
    background-color: var(--themeColor);
    color: var(--themeFontColor);
}

.maptalks-msgBox.cluster .customClusterMenu ul li > div {
    display: flex;
    align-items: center;
    padding: 0 5px 0 10px;
}

.maptalks-msgBox.cluster .customClusterMenu ul li > div > span {
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ttx-weather-msgBox, .ttx-riskRoad-msgBox, .ttx-web-shape-msgBox {
    width: 290px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

.ttx-weather-msgBox{
    color: black;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
}

.ttx-weather-msgBox:after, .ttx-riskRoad-msgBox:after, .ttx-web-shape-msgBox:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    border-width: 12px 0 0 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(135deg);
    box-shadow: 1px -1px 0 0 #ccc;
}

.ttx-weather-msgBox .weather-header, .ttx-riskRoad-msgBox .riskRoad-header, .ttx-web-shape-msgBox .web-custom-header {
    /*height: 35px;*/
    line-height: 35px;
    font-weight: bold;
    /*font-size: 14px;*/
}

.ttx-weather-msgBox .weather-header.level0 {
    color: #2D63FF;
}

.ttx-weather-msgBox .weather-header.level1 {
    color: #B5C500;
}

.ttx-weather-msgBox .weather-header.level2 {
    color: #F67103;
}

.ttx-weather-msgBox .weather-header.level3 {
    color: #D72F28;
}

.ttx-weather-msgBox .weather-content {
    min-height: 60px;
    margin-bottom: 10px;
}

.ttx-weather-msgBox .weather-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.ttx-weather-msgBox .weather-footer span:last-child {
    font-weight: bold;
}

.ttx-weather-msgBox .weather-footer .areaVehi span:last-child {
    font-weight: bolder;
}

.ttx-weather-msgBox .weather-footer .iconTool i:last-child {
    margin-left: 16px;
}

.ttx-riskRoad-msgBox .riskRoad-header.level1, .ttx-riskRoad-msgBox .riskRoad-content > div .right.level1 {
    color: #B5C500;
}

.ttx-riskRoad-msgBox .riskRoad-header.level2, .ttx-riskRoad-msgBox .riskRoad-content > div .right.level2 {
    color: #FF7100;
}

.ttx-riskRoad-msgBox .riskRoad-header.level3, .ttx-riskRoad-msgBox .riskRoad-content > div .right.level3 {
    color: #D72F28;
}

.ttx-riskRoad-msgBox, .ttx-web-shape-msgBox {
    word-break: break-all;
}

.ttx-riskRoad-msgBox .riskRoad-content > div {
    align-items: baseline;
    margin: 5px 0;
}

.ttx-web-shape-msgBox .web-custom-content > div{
    align-items: baseline;
    padding: 5px 0;
}

.ttx-riskRoad-msgBox .riskRoad-content .riskRoad-row {
    display: flex;
}

.ttx-riskRoad-msgBox .riskRoad-content > div .left, .ttx-riskRoad-msgBox .riskRoad-content > div .left2, .ttx-web-shape-msgBox .web-custom-content > div .left2 {
    font-weight: bold;
    margin-right: 5px;
}

.ttx-weather-msgBox {
    .weather-header, .weather-content {
        padding: 0 10px;
    }

    .weather-footer {
        padding: 0 10px 10px 10px;
    }

    .weather-head {
        height: 34px;
        line-height: 34px;
        display: flex;
        flex-direction: row;
        color: var(--themeFontColor);
        background: var(--themeLightColor);
        border-bottom: var(--themeColor);

        .weather-title {
            padding-left: 10px;
            flex: 1;
        }

        .weather-title-close a.ui_close {
            width: 22px;
            font-size: 22px;
            color: var(--themeFontColor);
            cursor: pointer;
        }
    }
}

.wethaerLevel0 {
    color: #2D63FF;
}

.wethaerLevel1 {
    color: #B5C500;
}

.wethaerLevel2 {
    color: #F67103;
}

.wethaerLevel3 {
    color: #D72F28;
}

.ttx-riskRoad-msgBox {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
    .riskRoad-header, .riskRoad-content {
        padding: 5px 10px 5px 10px;
    }

    .riskRoad-head {
        height: 34px;
        line-height: 34px;
        display: flex;
        flex-direction: row;
        color: var(--themeFontColor);
        background: var(--themeLightColor);
        border-bottom: var(--themeColor);

        .riskRoad-title {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-left: 10px;
            flex: 1;
        }

        .riskRoad-title-close a.ui_close {
            width: 22px;
            font-size: 22px;
            color: var(--themeFontColor);
            cursor: pointer;
        }
    }
}

.ttx-web-shape-msgBox {

    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.30);

    .web-custom-header, .web-custom-content {
        padding: 0 10px 1px 10px;
        color: black;
    }

    .web-custom-head {
        height: 34px;
        line-height: 34px;
        display: flex;
        flex-direction: row;
        color: var(--themeFontColor);
        background: var(--themeLightColor);
        border-bottom: var(--themeColor);

        .web-custom-title {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-left: 10px;
            flex: 1;
        }

        .web-custom-title-close a.ui_close {
            width: 22px;
            font-size: 22px;
            color: var(--themeFontColor);
            cursor: pointer;
        }
    }
}



.ttxmap-nav-btn-close-item {
    width: 64px;
    height: 30px;
    margin: 15px 20px 0 0;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black!important;
    font-size: 12px;
    border-radius: 2px;
    background-color: var(--buttonBgColor);
    border: 1px solid rgba(215,216,216,1);
    box-sizing: border-box;
}

.ttxmap-nav-btn-close-item:hover{
    color: #777!important;
}

.ttxmap-nav-search{
    padding-top: 20px;
}

.ttxmap-nav-search .ttxmap-nav-input{
    margin-bottom: 0;
}

.ttxmap-nav-input-icon:before{
    width: 16px;
    height: 16px;
    color: #B1B4BE;
}

.ttxmap-nav-input input#ttxmap_search{
    width: 248px;
}
#tangram-suggestion-search{
    top: 158px;
    z-index: 100000001;
    width: 332px;
    left: 39px;
}

.ttxmap-nav-search .ttxmap-nav-btn .ttxmap-nav-btn-close-item{
    margin-top: 16px;
    margin-bottom: 6px;
}
.maptalks-msgBox a.maptalks-close{
    /*top: 15px;*/
    background:#FFF;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.maptalks-msgBox a.maptalks-close:before{
    font-family: "iconfont" !important;
    content: "\e6e3";
    font-size: 12px;
    color: #999999;
}

.maptalks-msgBox a.maptalks-close:hover{
    background:#FFF;
    opacity: 0.7;
}

.driver-detail{
    color: #0071C6;
    margin-left: 5px;
    cursor: pointer;
}