.info_card {
    position: fixed;
    top: 20px;
    /* 确保背景图像在容器中居中显示 */
    /* border-radius: 4px; */
    border-width: 0px 12px 12px 12px;
    /* 仅设置边框宽度 */
    border-style: solid;
    /* 必须加上边框样式 */
    border-color: black;
    /* 可选，设置边框颜色 */

    border-image-source: url('img/data-bg.png');
    border-image-slice: 27 27 27 27 fill;
    border-image-width: 27px;
    /* border-image-repeat: round; */
    box-sizing: border-box;
    width: 220px;
    height: 138px;
}

.info_card2 {
    position: fixed;
    top: 20px;
    /* 确保背景图像在容器中居中显示 */
    /* border-radius: 4px; */
    border-width: 0px 12px 12px 12px;
    /* 仅设置边框宽度 */
    border-style: solid;
    /* 必须加上边框样式 */
    border-color: black;
    /* 可选，设置边框颜色 */

    border-image-source: url('img/data-bg.png');
    border-image-slice: 27 27 27 27 fill;
    border-image-width: 27px;
    /* border-image-repeat: round; */
    box-sizing: border-box;
    /* width: 300px; */
    /* height: 138px; */
    /* height: 174px; */
    object-fit: cover;
}


a[href^="http://map.qq.com"] {
    display: none !important;
}
#tmap-container div[style*="display: flex"] {
    display: none !important;
}
.logo-text {
    display: none !important;
}

.info_card2 .title {
    /* padding: 12px; */
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* .info_card2 .content{
    padding: 0 13px 13px 13px;
} */

.info_card2 .content ul {
    font-size: 13px;
    line-height: 2;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.info_card2 .content ul li {
    display: flex;
    justify-content: space-between;
}

.circle-style {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-left: 7px;
    position: absolute;
    bottom: -6px;
    right: -1px;
}

.circle-style img {
    width: 16px;
    height: 16px;
}


.info_card .title {
    /* padding: 12px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car-title {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #E7F7FF;
    line-height: 28px;
}

.info_card .title .close_img .min {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    border-width: 10px;
}

.info_card2 .title .close_img .min {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    border-width: 10px;
}

/* 设置图标宽高和颜色 */
.icon-route {
    width: 18px;
    height: 18px;
    background-image: url('img/guiji.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
}

.icon-close {
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 16px;
}

/* 设置图标宽高和颜色 */
.icon-x {
    width: 20px;
    height: 20px;
}

/* 绘制叉 x */
.icon-x:before,
.icon-x:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    background-color: rgba(217, 252, 255, 1);
}

.icon-x:before {
    transform: rotate(45deg);
}

.icon-x:after {
    transform: rotate(-45deg);
}

/* .info_card .content{
  padding: 0 13px 13px 13px;
} */

.info_card .content ul {
    font-size: 13px;
    line-height: 2;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.info_card .content ul li {
    display: flex;
    justify-content: space-between;
}

.li-left {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #14D0FC;
    text-align: left;
}

.li-right {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #E7F7FF;
    text-align: right;
}

.info_card .content ul a {
    color: #de8624;
    font-weight: 600;
}

.info_card2 .content ul a {
    color: #de8624;
    font-weight: 600;
}

.right-container {
    position: absolute;
    top: 12px;
    right: 19px;
    z-index: 1001;
    width: 159px;
    height: 200px;
    background-image: url('img/legend.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.vector {
    display: flex;
    margin-bottom: 10px;
}

.footer-right-container {
    display: flex;
    justify-content: flex-start;
    /* 向左对齐 */
    align-items: flex-start;
    /* 向上对齐 */
    position: absolute;
    bottom: 19px;
    /* 修改为距离底部19px */
    right: 450px;
    /* 保持距离右边缘450px */
    z-index: 1001;
    background-color: rgba(255, 255, 255, 0);
    /* 背景颜色，确保面板背景显示清晰 */
    /* border-radius: 8px; 给面板圆角 */
    padding: 10px;
    /* 给整个面板添加内边距 */
    /* width: auto; /* 自动宽度，适应内容 */
    /* height: auto; /*自动高度，适应内容 */
    background-image: url('img/legend.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.legend-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.legend-title {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
    color: #00A0E9;
}

.legend-list {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #B7DAFC;
}

.legend-list img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.vector,
.satellite {
    cursor: pointer;
    margin-right: 10px;
    /* 控制按钮和图例之间的间距 */
}

.vector img,
.satellite img {
    width: 30px;
    /* 控制图标的大小 */
    height: 30px;
}