@charset "utf-8";
/*
[jingbiaoweb.COM System] Copyright (c) 2005-2022 www.jingbiaoweb.com.
Author: jingbiaoweb.com, QQ:536205792.
Special note: do not modify this document without permission.
*/

#mapContainer {width:740px;height:490px;}
#mapContainer img {border:none !important;box-shadow:none !important;}

@media(max-width:1000px){
  #mapContainer {width:100%;height:238px;min-height:238px;}
}


.map-cpy{z-index:1000;font-size:12px;line-height:15px;bottom: 2px;right: 5px;position: absolute;background: #ffffff;padding: 0 5px;}

/* 自定义信息窗口样式 */
.custom-infowindow {}
.custom-infowindow h3 {padding-top:6px;font-size:16px;font-weight:600;color:#0a0a0a;}
.custom-infowindow p {font-size:14px;}
.custom-infowindow i {display:inline-block;width:20px;height:18px;background:url('../images/mbox8rigico1.png') no-repeat 0px 0px;background-size:14px 14px;vertical-align:middle;}



/* 内容包装器样式 */
.tdt-infowindow-content-wrapper {
  border-radius: 0.75rem !important;
  overflow: hidden !important;
}

/* 确保箭头不变形且不影响内容区域 */
.tdt-infowindow-tip {
  background-color: white !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: -11px !important; /* 微调箭头位置 */
}

/* 信息窗口内容样式 */
.tdt-infowindow-content {
  padding: 0 !important;
}
/* 信息窗口关闭按钮样式 */
.tdt-infowindow-close-button {
  position: absolute !important;
  top: 8px !important; /* 调整顶部距离 */
  right: 8px !important; /* 调整右侧距离 */
  width: 24px !important;
  height: 24px !important;
  color: #94a3b8 !important;
  font-size: 16px !important;
}