@charset "UTF-8";
.header {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.contact {
  width: 100%;
  height: auto;
  padding: 70px 0 60px;
  background: #fff;
}

.contact .fs48 {
  margin-top: 29px;
}

.contact .contact_synopsis {
  color: #999;
  margin-top: 20px;
  width: 85%;
  margin-bottom: 52px;
  text-align: left;
}

.contact .contact_form {
  padding: 0;
  width: 100%;
  height: auto;
}

.contact .contact_form .frame input {
  font-size: 16px;
  width: 100%;
  height: 56px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  font-family: 'OPPOSansR';
}

.contact .contact_form .frame textarea {
  font-size: 16px;
  background-color: #fff;
  font-family: 'OPPOSansR';
}

.contact .contact_form .contact_form_button button {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
}

.contact .contact_bot {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.contact .contact_bot .layui-col-md3 {
  padding-right: 2%;
}

.contact .contact_bot .item_box {
  width: 100%;
  height: 210px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  position: relative;
  padding: 52px 30px 0 40px;
}

.contact .contact_bot .item_box > img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.contact .contact_bot .item_box .item_title {
  color: #9E9E9E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact .contact_bot .item_box .item_text {
  margin-top: 24px;
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.contact .contact_bot .item_box .item_text_box {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact .contact_bot .item_box .item_text_box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.contact .contact_bot .item_box .item_text_box a:last-child {
  margin-right: 0;
}

.contact .contact_bot .item_box .item_text_box a img {
  width: 100%;
  height: 100%;
}

.store-distribution {
  width: 100%;
  height: auto;
  padding: 60px 0 60px;
  background: #fff;
}

.store-distribution .layui-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*justify-content: space-between;*/
}

.store-distribution .layui-row .fs48 {
  margin: 0;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 50px;
}

.store-distribution .distribution-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.store-distribution .distribution-filters button {
  cursor: pointer;
  min-width: 140px;
  border-radius: 40px;
  padding: 12px 30px;
  border: 1px solid #E0E0E0;
  background: transparent;
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}

.store-distribution .distribution-filters button.active {
  color: #fff;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  border-color: #009CDC;
}

.header {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.contact {
  width: 100%;
  height: auto;
  padding: 70px 0 60px;
  background: #fff;
}

.contact .fs48 {
  margin-top: 29px;
}

.contact .contact_synopsis {
  color: #999;
  margin-top: 20px;
  width: 85%;
  margin-bottom: 52px;
  text-align: left;
}

.contact .contact_form {
  padding: 0;
  width: 90%;
  height: auto;
}

.contact .contact_form .frame input {
  font-size: 16px;
  width: 100%;
  height: 56px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  font-family: 'OPPOSansR';
}

.contact .contact_form .frame textarea {
  font-size: 16px;
  background-color: #fff;
  font-family: 'OPPOSansR';
}

.contact .contact_form .contact_form_button button {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
}

.contact .contact_bot {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.contact .contact_bot .layui-col-md3 {
  padding-right: 2%;
}

.contact .contact_bot .item_box {
  width: 100%;
  height: 210px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  position: relative;
  padding: 52px 30px 0 40px;
}

.contact .contact_r_img {
  width: 75%;
}

.contact .contact_bot .item_box > img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.contact .contact_bot .item_box .item_title {
  color: #9E9E9E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact .contact_bot .item_box .item_text {
  margin-top: 24px;
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.contact .contact_bot .item_box .item_text_box {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact .contact_bot .item_box .item_text_box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.contact .contact_bot .item_box .item_text_box a:last-child {
  margin-right: 0;
}

.contact .contact_bot .item_box .item_text_box a img {
  width: 100%;
  height: 100%;
}

.contact .contact_top_left {
  width: 58%;
  height: auto;
}

.contact .contact_top_right {
  width: 41%;
  height: auto;
}

.contact .contact_top_right img {
  width: 100%;
  height: auto;
}

.store-distribution {
  width: 100%;
  height: auto;
  padding: 60px 0 60px;
  background: #fff;
}

.store-distribution .layui-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*justify-content: space-between;*/
}

.store-distribution .layui-row .fs48 {
  margin: 0;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 50px;
}

.store-distribution .distribution-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap:  wrap;
}

.store-distribution .distribution-filters button {
  cursor: pointer;
  min-width: 140px;
  border-radius: 40px;
  padding: 12px 30px;
  border: 1px solid #E0E0E0;
  background: transparent;
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}

.store-distribution .distribution-filters button.active {
  color: #fff;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  border-color: #009CDC;
}

/* 交互式地图样式 */
.store-distribution .interactive-map {
  position: relative;
  width: 100%;
  margin-top: 40px;
  border-radius: 12px;
  /*overflow: hidden;*/
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);*/
}

.store-distribution .map-background {
  width: 100%;
  height: auto;
  display: block;
}

/* 区域筛选相关样式 */
.store-distribution .distribution-filters button.active {
  color: #fff;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
}

/* 地图标记点动态显示的过渡效果 */
.store-distribution .map-marker {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.store-distribution .map-marker:not([style*="display: none"]) {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* 地图标记点样式 */
.store-distribution .map-marker {
  position: absolute;
  width: 66px;
  height: 66px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  transform: translate(-50%, -50%);
  /*position: relative;*/
}

.store-distribution .marker-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #009CDC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 156, 220, 0.3);
  position: relative;
  z-index: 2;
}

/* 光波动画效果 */
.store-distribution .marker-circle::before,
.store-distribution .marker-circle::after {
  content: '';
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 20px solid rgba(0, 156, 220, 0.6);
  background: transparent;
  animation: wave-animation 2s infinite ease-out;
  z-index: -1;
  /*transform: translate(-50%, -50%);*/
  box-sizing: border-box;
}

.store-distribution .marker-circle::after {
  animation-delay: 0.6s;
}

.store-distribution .map-marker::after {
  animation-delay: 0.6s;
}

.map-marker-thrid .marker-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #009CDC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 156, 220, 0.3);
  position: relative;
  z-index: 2;
}

.map-marker-thrid .marker-circle::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(0, 156, 220, 0.6);
  background: transparent;
  animation: wave-animation 2s infinite ease-out;
  z-index: -1;
  /*transform: translate(-50%, -50%);*/
  box-sizing: border-box;
}

.map-marker-thrid .marker-circle::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateZ(0); /* 或 translate3d(0,0,0) */
  backface-visibility: hidden;
  border: 2px solid rgba(0, 156, 220, 0.6);
  background: transparent;
  animation: wave-animation 2s infinite ease-out;
  z-index: -1;
  /*transform: translate(-50%, -50%);*/
  box-sizing: border-box;
  will-change: transform;
  transform-origin: center center;
}

@keyframes wave-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* 图片放大弹窗样式 */
.image-zoom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateZ(0);
}

.image-zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.image-zoom-container {
  position: relative;
  max-width: 25%;
  /* max-height: 70%; */
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-zoom-close {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10001;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#zoom-image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.store-distribution .marker-circle:hover::before,
.store-distribution .marker-circle:hover::after,
.store-distribution .map-marker.active .marker-circle::before,
.store-distribution .map-marker.active .marker-circle::after {
  border: 20px solid rgba(246, 154, 51, 0.3);
}

/* 标记点悬停效果 */
.store-distribution .map-marker:hover .marker-circle {
  background: #F69A33;
  /*transform: scale(1.1);*/
  /*box-shadow: 0 6px 20px rgba(157, 146, 255, 0.4);*/
}

.store-distribution .map-marker:hover .marker-circle,
.store-distribution .map-marker.active .marker-circle ,
.store-distribution .marker-circle-city.active_mar .marker-circle {
  background: #F69A33;
  
}
.store-distribution .map-marker.actice_mar .marker-circle{
  background: #F69A33 !important;
 
}
.store-distribution .map-marker.actice_mar .marker-circle::after ,
.store-distribution .map-marker.actice_mar .marker-circle::before {
  border: 2px solid rgba(246, 154, 51, 0.3) !important;
}
.marker-area {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  margin-top: 5px;
  white-space: nowrap;
}

.store-distribution .marker-text {
  position: relative;
  z-index: 2;
}

/* 弹出框样式 */
.store-distribution .marker-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
  width: 480px;
  padding: 20px 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 20;
}
.location-web{
    text-align: right;
    color: #009bdb;
}
/* Tooltip关闭按钮样式 */
.tooltip-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.tooltip-close:hover {
  color: #ff0000;
  transform: scale(1.1);
}

/* 确保激活状态下弹窗可见且可点击 */
.store-distribution .map-marker.active .marker-tooltip {
  opacity: 1;
  visibility: visible;
}

/* 只禁用触摸，但允许鼠标 */
@media (hover: none) and (pointer: coarse) {
    .store-distribution .map-marker:hover .marker-tooltip {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(-10px);
    }
}


.store-distribution .tooltip-content {
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
  padding: 20px 20px 0;
}

.store-distribution .tooltip-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.store-distribution .tooltip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.store-distribution .map-marker:hover .tooltip-image img {
  transform: scale(1.05);
}

.store-distribution .tooltip-info {
  padding: 16px;
}

.store-distribution .tooltip-info h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: bold;
  color: #009CDC;
  display: flex;
  align-items: center;
  gap: 6px;
}

.store-distribution .tooltip-info h4::before {
  content: "📍";
  font-size: 14px;
}

.store-distribution .location-name {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: bold;
  color: #111111;
}

.store-distribution .location-address {
  margin: 0 0 6px 0;
  font-size: 14px;
  font-size: 16px;
  color: #231815;
  line-height: 1.4;
}

.store-distribution .location-tel {
  margin: 0;
  font-size: 16px;
  color: #231815;
  margin-top: 10px;
}

/* 弹出框底部箭头 */
.store-distribution .tooltip-content::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
}

.store-distribution {
  width: 100%;
  height: auto;
}

.store-distribution .layui-row {
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.store-distribution .layui-row .fs48 {
  margin-right: 0;
  width: 470px;
}

.store-distribution .layui-row .distribution-filters .filter-btns {
  padding: 12px 27px;
}

.store-distribution .interactive-map {
  width: 100%;
  height: auto;
  position: relative;
}

.store-distribution .interactive-map .map_marker_0 {
  top: 46%;
  left: 77%;
}

.store-distribution .interactive-map .map_marker_1 {
  top: 52%;
  left: 18%;
}

.store-distribution .interactive-map .map_marker_2 {
  top: 71%;
  left: 33%;
}

.store-distribution .interactive-map .map_marker_s_Chinapc {
  top: 60%;
  left: 52%;
}

.store-distribution .interactive-map .map_marker_s_Mexicopc {
  top: 82%;
  left: 44%;
}

.store-distribution .interactive-map .map_marker_s_Brazilpc {
  top: 33%;
  left: 59%;
}

.store-distribution .interactive-map-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  transform: translateZ(0); /* 开启硬件加速 */
  will-change: transform; /* 提示浏览器优化 */
}

.store-distribution .map-marker-thrid {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-distribution .map-marker-thrid .marker-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #009CDC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 156, 220, 0.3);
  position: relative;
  z-index: 2;
  flex: none;
}
.store-distribution .map-marker-flagship .marker-circle 
{
  width: 12px !important;
  height: 12px !important;
  
}
.store-distribution .map-marker-flagship .marker-circle span ,.map-marker-thrid .marker-area {
  display: none;
}
.map-marker-flagship .marker-area {
  display:  block;
}
 .map-marker-thrid .marker-text{
  font-size: 10px;
}
.store-distribution .map-marker-thrid .marker-circle::before {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(0, 156, 220, 0.6);
  background: transparent;
  animation: wave-animation 2s infinite ease-out;
  z-index: -1;
  box-sizing: border-box;
}

.store-distribution .map-marker-thrid .marker-circle::after {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(0, 156, 220, 0.6);
  background: transparent;
  animation: wave-animation 2s infinite ease-out;
  z-index: -1;
  box-sizing: border-box;
}
.store-distribution .map-marker-flagship .marker-circle::before,
.store-distribution .map-marker-flagship .marker-circle::after {
  width: 20px;
  height: 20px;
}
/* .store-distribution .map-marker-thrid .marker-circle .marker-text{
  display: block;
} */
.store-distribution .map-marker-thrid .marker-circle:hover::before, .store-distribution .map-marker-thrid .marker-circle:hover::after {
  border: 2px solid rgba(246, 154, 51, 0.3);
}

.store-distribution .map-marker-thrid .marker-area {
  font-size: 12px;
}

.store-distribution .map-marker-thrid .marker_no_store {
  width: 20px;
  height: 20px;
  background: url(/themes/yuanding/public/asset/images/contact/no_ding.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.store-distribution .map-marker-thrid .marker_no_store .no_ding {
  width: 50%;
  height: auto;
}

.store-distribution .map-marker-thrid .marker_no_store .no_ding img {
  width: 100%;
  height: auto;
}

.store-distribution .map-marker-thrid .marker_no_store .no_ding img:first-child {
  display: block;
}

.store-distribution .map-marker-thrid .marker_no_store .no_ding img:last-child {
  display: none;
}

.store-distribution .map-marker-thrid .marker_no_store:hover {
  background: url(/themes/yuanding/public/asset/images/contact/no_ding_active.png) no-repeat;
  background-size: 100% 100%;
}

.store-distribution .map-marker-thrid .marker_no_store:hover .no_ding {
  width: 50%;
  height: auto;
}

.store-distribution .map-marker-thrid .marker_no_store:hover .no_ding img {
  width: 100%;
  height: auto;
}

.store-distribution .map-marker-thrid .marker_no_store:hover .no_ding img:first-child {
  display: none;
}

.store-distribution .map-marker-thrid .marker_no_store:hover .no_ding img:last-child {
  display: block;
}

.store-distribution .map-marker-thrid .marker_no_store:hover::before, .store-distribution .map-marker-thrid .marker_no_store:hover::after {
  border: none;
}

.store-distribution .map-marker-thrid .marker_no_store::before, .store-distribution .map-marker-thrid .marker_no_store::after {
  display: none;
}

.store-distribution .map-marker-thrid.active {
  z-index: 3;
}

.store-distribution .map-marker-thrid.active .marker-circle::before, .store-distribution .map-marker-thrid.active .marker-circle::after {
  border: 2px solid rgba(246, 154, 51, 0.3);
}

.store-distribution .map-marker-thrid.active .marker_no_store {
  background: url(/themes/yuanding/public/asset/images/contact/no_ding_active.png) no-repeat;
  background-size: 100% 100%;
}


.store {
  width: 100%;
  height: auto;
  padding: 0 0 136px;
}

.store .layui-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store .layui-row .filter-buttons {
  margin-left: 87px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store .layui-row .filter-buttons button {
  margin-right: 30px;
  cursor: pointer;
  min-width: 140px;
  border-radius: 80px;
  padding: 13px 31px;
  border: 1px solid #999;
  background: transparent;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.store .layui-row .filter-buttons button.active {
  color: #fff;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
}

.store .stores-grid {
  margin-top: 47px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
}

.store .stores-grid .store-card {
  width: 31%;
  height: auto;
}

.store .stores-grid .store-card:hover .item_img img {
  transform: scale(1.05);
}

.store .stores-grid .store-card .item_img {
  width: 100%;
  height: 318px;
  border-radius: 10px;
  overflow: hidden;
}

.store .stores-grid .store-card .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.store .stores-grid .store-card .item_address {
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store .stores-grid .store-card .item_address img {
  width: 20px;
  height: 20px;
}

.store .stores-grid .store-card .item_address p {
  font-weight: 600;
  margin-left: 5px;
  color: #009CDC;
}

.store .stores-grid .store-card .fs22 {
  padding: 0 20px;
  margin-top: 13px;
  color: #111;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 136.364% */
}

.store .stores-grid .store-card .fs16 {
  height: 76px;
  padding: 10px 20px 20px;
  border-bottom: 1px solid #E5E5E5;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .contact {
    width: 100%;
    height: auto;
    padding: 3.71875vw 0 3.1875vw;
    background: #fff;
  }
  .contact .layui-col-sm12 > img {
    width: 100%;
    height: auto;
  }
  .contact .fs48 {
    margin-top: 1.54062vw;
  }
  .contact .contact_synopsis {
    color: #999;
    margin-top: 1.0625vw;
    width: 85%;
    margin-bottom: 2.7625vw;
    text-align: left;
  }
  .contact .contact_form {
    padding: 0;
    width: 45.6875vw;
    height: auto;
  }
  .contact .contact_form .frame input {
    font-size: 0.85vw;
    width: 100%;
    height: 2.975vw;
    border-radius: 0.31875vw;
    border: 0.05312vw solid #D9D9D9;
    background: #FFF;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .frame textarea {
    font-size: 0.85vw;
    background-color: #fff;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .contact_form_button button {
    width: 100%;
    border-radius: 0.31875vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .contact .contact_bot {
    width: 100%;
    height: auto;
    margin-top: 3.1875vw;
  }
  .contact .contact_bot .layui-col-md3 {
    padding-right: 2%;
  }
  .contact .contact_bot .item_box {
    width: 100%;
    height: 11.15625vw;
    border-radius: 0.31875vw;
    border: 0.05312vw solid #D9D9D9;
    background: #FFF;
    position: relative;
    padding: 2.7625vw 1.59375vw 0 2.125vw;
  }
  .contact .contact_bot .item_box > img {
    width: 2.125vw;
    height: 2.125vw;
    position: absolute;
    top: 1.59375vw;
    right: 1.59375vw;
  }
  .contact .contact_bot .item_box .item_title {
    color: #9E9E9E;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact .contact_bot .item_box .item_text {
    margin-top: 1.275vw;
    color: #282828;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.275vw;
    /* 150% */
  }
  .contact .contact_bot .item_box .item_text_box {
    margin-top: 1.275vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contact .contact_bot .item_box .item_text_box a {
    display: inline-block;
    width: 2.125vw;
    height: 2.125vw;
    margin-right: 1.0625vw;
  }
  .contact .contact_bot .item_box .item_text_box a:last-child {
    margin-right: 0;
  }
  .contact .contact_bot .item_box .item_text_box a img {
    width: 100%;
    height: 100%;
  }
  .store {
    width: 100%;
    height: auto;
    padding: 3.1875vw 0 7.225vw;
  }
  .store .layui-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .layui-row .filter-buttons {
    margin-left: 4.62188vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .layui-row .filter-buttons button {
    margin-right: 1.59375vw;
    cursor: pointer;
    min-width: 7.4375vw;
    border-radius: 4.25vw;
    padding: 0.69062vw 1.64687vw;
    border: 0.05312vw solid #999;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .store .layui-row .filter-buttons button.active {
    color: #fff;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .store .stores-grid {
    margin-top: 2.49687vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.65625vw;
  }
  .store .stores-grid .store-card {
    width: 31%;
    height: auto;
  }
  .store .stores-grid .store-card:hover .item_img img {
    transform: scale(1.05);
  }
  .store .stores-grid .store-card .item_img {
    width: 100%;
    height: 16.89375vw;
    border-radius: 0.53125vw;
    overflow: hidden;
  }
  .store .stores-grid .store-card .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .store .stores-grid .store-card .item_address {
    width: 100%;
    height: auto;
    padding: 0 1.0625vw;
    margin-top: 1.0625vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .stores-grid .store-card .item_address img {
    width: 1.0625vw;
    height: 1.0625vw;
  }
  .store .stores-grid .store-card .item_address p {
    margin-left: 0.26562vw;
    color: #009CDC;
  }
  .store .stores-grid .store-card .fs22 {
    padding: 0 1.0625vw;
    margin-top: 0.69062vw;
    color: #111;
    font-size: 1.16875vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 136.364% */
  }
  .store .stores-grid .store-card .fs16 {
    height: 4.0375vw;
    padding: 0.53125vw 1.0625vw 1.0625vw;
    border-bottom: 0.05312vw solid #E5E5E5;
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4875vw;
    /* 175% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}


.store {
  width: 100%;
  height: auto;
  padding: 0 0 136px;
}

.store .layui-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store .layui-row .filter-buttons {
  margin-left: 87px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store .layui-row .filter-buttons button {
  margin-right: 30px;
  cursor: pointer;
  min-width: 140px;
  border-radius: 80px;
  padding: 13px 31px;
  border: 1px solid #999;
  background: transparent;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.store .layui-row .filter-buttons button.active {
  color: #fff;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
}

.store .stores-grid {
  margin-top: 47px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
}

.store .stores-grid .store-card {
  width: 31%;
  height: auto;
}

.store .stores-grid .store-card:hover .item_img img {
  transform: scale(1.05);
}

.store .stores-grid .store-card .item_img {
  width: 100%;
  height: 318px;
  border-radius: 10px;
  overflow: hidden;
}

.store .stores-grid .store-card .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.store .stores-grid .store-card .item_address {
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store .stores-grid .store-card .item_address img {
  width: 20px;
  height: 20px;
}

.store .stores-grid .store-card .item_address p {
  font-weight: 600;
  margin-left: 5px;
  color: #009CDC;
}

.store .stores-grid .store-card .fs22 {
  padding: 0 20px;
  margin-top: 13px;
  color: #111;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 136.364% */
}

.store .stores-grid .store-card .fs16 {
  height: 76px;
  padding: 10px 20px 20px;
  border-bottom: 1px solid #E5E5E5;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .contact {
    width: 100%;
    height: auto;
    padding: 3.71875vw 0 3.1875vw;
    background: #fff;
  }
  .contact .layui-col-sm12 > img {
    width: 100%;
    height: auto;
  }
  .contact .fs48 {
    margin-top: 1.54062vw;
  }
  .contact .contact_synopsis {
    color: #999;
    margin-top: 1.0625vw;
    width: 85%;
    margin-bottom: 2.7625vw;
    text-align: left;
  }
  .contact .contact_form {
    padding: 0;
    width: 45.6875vw;
    height: auto;
  }
  .contact .contact_form .frame input {
    font-size: 0.85vw;
    width: 100%;
    height: 2.975vw;
    border-radius: 0.31875vw;
    border: 0.05312vw solid #D9D9D9;
    background: #FFF;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .frame textarea {
    font-size: 0.85vw;
    background-color: #fff;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .contact_form_button button {
    width: 100%;
    border-radius: 0.31875vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .contact .contact_bot {
    width: 100%;
    height: auto;
    margin-top: 3.1875vw;
  }
  .contact .contact_bot .layui-col-md3 {
    padding-right: 2%;
  }
  .contact .contact_bot .item_box {
    width: 100%;
    height: 11.15625vw;
    border-radius: 0.31875vw;
    border: 0.05312vw solid #D9D9D9;
    background: #FFF;
    position: relative;
    padding: 2.7625vw 1.59375vw 0 2.125vw;
  }
  .contact .contact_bot .item_box > img {
    width: 2.125vw;
    height: 2.125vw;
    position: absolute;
    top: 1.59375vw;
    right: 1.59375vw;
  }
  .contact .contact_bot .item_box .item_title {
    color: #9E9E9E;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact .contact_bot .item_box .item_text {
    margin-top: 1.275vw;
    color: #282828;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.275vw;
    /* 150% */
  }
  .contact .contact_bot .item_box .item_text_box {
    margin-top: 1.275vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contact .contact_bot .item_box .item_text_box a {
    display: inline-block;
    width: 2.125vw;
    height: 2.125vw;
    margin-right: 1.0625vw;
  }
  .contact .contact_bot .item_box .item_text_box a:last-child {
    margin-right: 0;
  }
  .contact .contact_bot .item_box .item_text_box a img {
    width: 100%;
    height: 100%;
  }
  .store {
    width: 100%;
    height: auto;
    padding: 3.1875vw 0 7.225vw;
  }
  .store .layui-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .layui-row .filter-buttons {
    margin-left: 4.62188vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .layui-row .filter-buttons button {
    margin-right: 1.59375vw;
    cursor: pointer;
    min-width: 7.4375vw;
    border-radius: 4.25vw;
    padding: 0.69062vw 1.64687vw;
    border: 0.05312vw solid #999;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .store .layui-row .filter-buttons button.active {
    color: #fff;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .store .stores-grid {
    margin-top: 2.49687vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.65625vw;
  }
  .store .stores-grid .store-card {
    width: 31%;
    height: auto;
  }
  .store .stores-grid .store-card:hover .item_img img {
    transform: scale(1.05);
  }
  .store .stores-grid .store-card .item_img {
    width: 100%;
    height: 16.89375vw;
    border-radius: 0.53125vw;
    overflow: hidden;
  }
  .store .stores-grid .store-card .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .store .stores-grid .store-card .item_address {
    width: 100%;
    height: auto;
    padding: 0 1.0625vw;
    margin-top: 1.0625vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .stores-grid .store-card .item_address img {
    width: 1.0625vw;
    height: 1.0625vw;
  }
  .store .stores-grid .store-card .item_address p {
    margin-left: 0.26562vw;
    color: #009CDC;
  }
  .store .stores-grid .store-card .fs22 {
    padding: 0 1.0625vw;
    margin-top: 0.69062vw;
    color: #111;
    font-size: 1.16875vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 136.364% */
  }
  .store .stores-grid .store-card .fs16 {
    height: 4.0375vw;
    padding: 0.53125vw 1.0625vw 1.0625vw;
    border-bottom: 0.05312vw solid #E5E5E5;
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4875vw;
    /* 175% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}


/* 右侧店铺列表面板样式 */
.store-list-panel {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 350px;
    max-height: 80vh;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 1000;
}
.store-panel-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.store-panel-header .close-btn {
    position: absolute;
    right: 20px;
    top: 22px;
    background:#fff;
}
.store-panel-header h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #333;
}
.region-selection {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}
.region-input {
    width: 60%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.region-select {
    padding: 8px 12px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    cursor: pointer;
}
.store-list-content {
    max-height: 60vh;
    overflow-y: auto;
}
.store-item {
    padding: 15px 20px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    transition: background-color 0.2s;
}
.store-item:hover {
    background-color: #f9f9f9;
}
.store-info {
    display: flex;
    gap: 15px;
}
.store-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}
.store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.store-details {
    flex: 1;
}
.store-location {
    font-size: 12px;
    color: #0066cc;
    margin-bottom: 5px;
}
.store-details h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #333;
}
.store-tel, .store-address {
    margin: 4px 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}
.map-marker.highlighted {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0,120,255,0.5);
    z-index: 100;
}
.back-btn{
    position: absolute;
    bottom: 20px;
    left: 20px;

    /* height: 40px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
   padding-bottom: 3px;
    border-bottom: 1px solid #666666;
}
.back-btn img{
    width: 10px;
    height: 13px;
}
.back-btn div{
    color: #666666;
    font-size: 14px;
    margin-left: 10px;
}
.store-distribution .map-marker-thrid{
    width: auto;
    height: auto;
  }
/* 响应式调整 */
@media (max-width: 768px) {
  .store-list-content {
    max-height: 36vh;
  }
  .store-distribution .map-marker{
    width: auto;
    height: auto;
  }
  .back-btn{
    position: static;
    width: 60px;
    margin: 20px 0 20px 10px ;
  }
  .back-btn img{
    width: 8px;
    height: 11px;
}
  .back-btn div{
  
    font-size: 12px;
   
}
  .store-distribution .marker-circle {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }

.marker-area{
  font-size: 14px;
}
  .store-distribution .marker-circle::before,
.store-distribution .marker-circle::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid rgba(0, 156, 220, 0.6);
  background: transparent;
  animation: wave-animation 2s infinite ease-out;
  z-index: -1;
  /*transform: translate(-50%, -50%);*/
  box-sizing: border-box;
}
  .store-distribution .map-marker {
    width: 20px;
    height: 20px;
  }
  .store-distribution .marker-tooltip {
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
  }
  .store-distribution .tooltip-image {
    height: 140px;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #fff;
  }
  .contact .layui-col-sm12 > img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .contact .fs48 {
    margin-top: 3.86667vw;
  }
  .contact .contact_synopsis {
    color: #999;
    margin-top: 2.66667vw;
    width: 85%;
    margin-bottom: 6.93333vw;
    text-align: left;
  }
  .contact .contact_form {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .contact .contact_form .frame input {
    font-size: 12px;
    width: 100%;
    height: 46px;
    border-radius: 0.8vw;
    border: 0.13333vw solid #D9D9D9;
    background: #FFF;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .frame textarea {
    font-size: 12px;
    background-color: #fff;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .contact_form_button button {
    width: 100%;
    border-radius: 0.8vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .contact .contact_bot {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
  }
  .contact .contact_bot .layui-col-md3 {
    margin-top: 5.33333vw;
    width: 100%;
    padding-right: 2%;
  }
  .contact .contact_bot .item_box {
    width: 100%;
    height: auto;
    border-radius: 0.8vw;
    border: 0.13333vw solid #D9D9D9;
    background: #FFF;
    position: relative;
    padding: 6.93333vw 4vw 5.33333vw;
  }
  .contact .contact_bot .item_box > img {
    width: 10.66667vw;
    height: 10.66667vw;
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
  .contact .contact_bot .item_box .item_title {
    color: #9E9E9E;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact .contact_bot .item_box .item_text {
    margin-top: 3.2vw;
    color: #282828;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 150% */
  }
  .contact .contact_bot .item_box .item_text_box {
    margin-top: 3.2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contact .contact_bot .item_box .item_text_box a {
    display: inline-block;
    width: 8vw;
    height: 8vw;
    margin-right: 2.66667vw;
  }
  .contact .contact_bot .item_box .item_text_box a:last-child {
    margin-right: 0;
  }
  .contact .contact_bot .item_box .item_text_box a img {
    width: 100%;
    height: 100%;
  }
  .contact .contact_top_left {
    width: 100%;
    height: auto;
  }
  .contact .contact_top_right {
    width: 100%;
    height: auto;
  }
  .contact .contact_top_right img {
    width: 100%;
    height: auto;
  }
  .store-distribution {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .store-distribution .layui-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .store-distribution .layui-row .fs48 {
    color: #111;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    width: 200px;
    /* 150% */
    text-transform: capitalize;
  }
  .store-distribution .layui-row .distribution-filters {
    width: 100%;
    margin-top: 20px;
    margin-left: 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 3.2vw;
    margin-bottom: 2px;
    width: fit-content;
  }
  .store-distribution .layui-row .distribution-filters .filter-btns {
    min-width: auto;
    cursor: pointer;
    border-radius: 21.33333vw;
    padding: 1.6vw 6.4vw;
    border: 1px solid #999;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
  }
  
  .store-distribution .layui-row .distribution-filters .filter-btns.active {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .store-distribution .interactive-map {
    width: 93vw;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 26.66667vw;
    padding-top: 6.66667vw;
  }
  .store-distribution .interactive-map .map-background {
    width:  139.5vw;
    height: auto;
  }
  .store-distribution .interactive-map .interactive-map-box {
    width: 139.5vw;
    height: 94.5vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* 弹出框样式 */
  .store-distribution .marker-tooltip {
    position: absolute;
    top: 100%;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2vw;
    width: 64vw;
    padding: 2.66667vw 2.66667vw 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 20;
  }
  .map_marker_2 .marker-tooltip, .map_marker_s_Mexicopc .marker-tooltip, .map-marker-top .marker-tooltip {
    top: unset;
    bottom: 100%;
  }
  /* 确保激活状态下弹窗可见且可点击 */
  .store-distribution .map-marker.active .marker-tooltip {
    opacity: 1;
    visibility: visible;
  }
  .store-distribution .map-marker:hover .marker-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-1.33333vw);
  }
  .store-distribution .tooltip-content {
    background: white;
    border-radius: 1.33333vw;
    box-shadow: 0 1.06667vw 3.2vw rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: left;
    padding: 2.66667vw 2.66667vw 0;
  }
  .store-distribution .tooltip-image {
    width: 100%;
    height: 34.66667vw;
    overflow: hidden;
  }
  .store-distribution .tooltip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .store-distribution .map-marker:hover .tooltip-image img {
    transform: scale(1.05);
  }
  .store-distribution .tooltip-info {
    padding: 2.13333vw;
    max-height: 162px;
    overflow-y: auto;
  }
  .store-distribution .tooltip-info h4 {
    margin: 0 0 1.06667vw 0;
    font-size: 3.2vw;
    font-weight: bold;
    color: #009CDC;
    display: flex;
    align-items: center;
    gap: 0.8vw;
  }
  .store-distribution .tooltip-info h4::before {
    content: "📍";
    font-size: 2.66667vw;
  }
  .store-distribution .location-name {
    margin: 0 0 0.8vw 0;
    font-size: 3.73333vw;
    font-weight: bold;
    color: #111111;
  }
  .store-distribution .location-address {
    margin: 0 0 0.8vw 0;
    font-size: 3.2vw;
    color: #231815;
    line-height: 1.4;
  }
  .store-distribution .location-tel {
    margin: 0;
    font-size: 3.2vw;
    color: #231815;
    margin-top: 1.33333vw;
  }
  /* 弹出框底部箭头 */
  .store-distribution .tooltip-content::after {
    content: '';
    position: absolute;
    bottom: -1.6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
    border-top: 1.6vw solid white;
  }
  .store {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .store .layui-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .store .layui-row .filter-buttons {
    width: 100%;
    margin-top: 20px;
    margin-left: 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
  }
  .store .layui-row .filter-buttons button {
    flex-shrink: 0;
    margin-right: 5.33333vw;
    cursor: pointer;
    min-width: 18.66667vw;
    border-radius: 10.66667vw;
    padding: 1.73333vw 4.13333vw;
    border: 0.13333vw solid #999;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .store .layui-row .filter-buttons button.active {
    color: #fff;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .store .stores-grid {
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5.33333vw;
  }
  .store .stores-grid .store-card {
    width: 100%;
    height: auto;
  }
  .store .stores-grid .store-card:hover .item_img img {
    transform: scale(1.05);
  }
  .store .stores-grid .store-card .item_img {
    width: 100%;
    height: 42.4vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .store .stores-grid .store-card .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .store .stores-grid .store-card .item_address {
    width: 100%;
    height: auto;
    padding: 0 2.66667vw;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .stores-grid .store-card .item_address img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .store .stores-grid .store-card .item_address p {
    margin-left: 0.66667vw;
    color: #009CDC;
  }
  .store .stores-grid .store-card .fs22 {
    padding: 0 2.66667vw;
    margin-top: 3.46667vw;
    color: #111;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 136.364% */
  }
  .store .stores-grid .store-card .fs16 {
    margin-top: 2.66667vw;
    height: 13.86667vw;
    padding: 1.33333vw 2.66667vw 2.66667vw;
    border-bottom: 0.13333vw solid #E5E5E5;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    /* 175% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 768px) {
  .layui-container {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #fff;
  }
  .contact .layui-col-sm12 > img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .contact .fs48 {
    margin-top: 3.86667vw;
  }
  .contact .contact_synopsis {
    color: #999;
    margin-top: 2.66667vw;
    width: 85%;
    margin-bottom: 6.93333vw;
    text-align: left;
  }
  .contact .contact_form {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .contact .contact_form .frame input {
    font-size: 12px;
    width: 100%;
    height: 46px;
    border-radius: 0.8vw;
    border: 0.13333vw solid #D9D9D9;
    background: #FFF;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .frame textarea {
    font-size: 12px;
    background-color: #fff;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .contact_form_button button {
    width: 100%;
    border-radius: 0.8vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .contact .contact_bot {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
  }
  .contact .contact_bot .layui-col-md3 {
    margin-top: 5.33333vw;
    width: 100%;
    padding-right: 2%;
  }
  .contact .contact_bot .item_box {
    width: 100%;
    height: auto;
    border-radius: 0.8vw;
    border: 0.13333vw solid #D9D9D9;
    background: #FFF;
    position: relative;
    padding: 6.93333vw 4vw 5.33333vw;
  }
  .contact .contact_bot .item_box > img {
    width: 10.66667vw;
    height: 10.66667vw;
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
  .contact .contact_bot .item_box .item_title {
    color: #9E9E9E;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact .contact_bot .item_box .item_text {
    margin-top: 3.2vw;
    color: #282828;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 150% */
  }
  .contact .contact_bot .item_box .item_text_box {
    margin-top: 3.2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contact .contact_bot .item_box .item_text_box a {
    display: inline-block;
    width: 8vw;
    height: 8vw;
    margin-right: 2.66667vw;
  }
  .contact .contact_bot .item_box .item_text_box a:last-child {
    margin-right: 0;
  }
  .contact .contact_bot .item_box .item_text_box a img {
    width: 100%;
    height: 100%;
  }
  .store {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .store .layui-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .store .layui-row .filter-buttons {
    width: 100%;
    margin-top: 20px;
    margin-left: 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
  }
  .store .layui-row .filter-buttons button {
    flex-shrink: 0;
    margin-right: 5.33333vw;
    cursor: pointer;
    min-width: 18.66667vw;
    border-radius: 10.66667vw;
    padding: 1.73333vw 4.13333vw;
    border: 0.13333vw solid #999;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .store .layui-row .filter-buttons button.active {
    color: #fff;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .store .stores-grid {
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5.33333vw;
  }
  .store .stores-grid .store-card {
    width: 100%;
    height: auto;
  }
  .store .stores-grid .store-card:hover .item_img img {
    transform: scale(1.05);
  }
  .store .stores-grid .store-card .item_img {
    width: 100%;
    height: 42.4vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .store .stores-grid .store-card .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .store .stores-grid .store-card .item_address {
    width: 100%;
    height: auto;
    padding: 0 2.66667vw;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .stores-grid .store-card .item_address img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .store .stores-grid .store-card .item_address p {
    margin-left: 0.66667vw;
    color: #009CDC;
  }
  .store .stores-grid .store-card .fs22 {
    padding: 0 2.66667vw;
    margin-top: 3.46667vw;
    color: #111;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 136.364% */
  }
  .store .stores-grid .store-card .fs16 {
    margin-top: 2.66667vw;
    height: 13.86667vw;
    padding: 1.33333vw 2.66667vw 2.66667vw;
    border-bottom: 0.13333vw solid #E5E5E5;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    /* 175% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .store-distribution .map-marker-thrid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .store-distribution .map-marker-thrid .marker-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #009CDC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 156, 220, 0.3);
    position: relative;
    z-index: 2;
  }
  .store-distribution .map-marker-thrid .marker-circle span {
    /* display: none; */
    font-size: 6px;
    white-space: nowrap;
  }
  .store-distribution .map-marker-thrid .marker-circle::before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid rgba(0, 156, 220, 0.6);
    background: transparent;
    animation: wave-animation 2s infinite ease-out;
    
    z-index: -1;
    /*transform: translate(-50%, -50%);*/
    box-sizing: border-box;
  }
  .store-distribution .map-marker-thrid .marker-circle::after {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0, 156, 220, 0.6);
    background: transparent;
    animation: wave-animation 2s infinite ease-out;
    z-index: -1;
    /*transform: translate(-50%, -50%);*/
    box-sizing: border-box;
  }


.store-distribution.map-marker-flagship .marker-circle::after {
  animation-delay: 0.5s;
}

  .store-distribution .map-marker-thrid .marker-circle:hover::before, .store-distribution .map-marker-thrid .marker-circle:hover::after {
    border: 2px solid rgba(246, 154, 51, 0.3);
  }
  .store-distribution .map-marker-thrid .marker-area {
    font-size: 6px;
  }
  .store-distribution .map-marker-thrid .marker_no_store {
    width: 15px;
    height: 15px;
    background: url(/themes/yuanding/public/asset/images/contact/no_ding.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .store-distribution .map-marker-thrid .marker_no_store .no_ding {
    width: 50%;
    height: auto;
  }
  .store-distribution .map-marker-thrid .marker_no_store .no_ding img {
    width: 100%;
    height: auto;
  }
  .store-distribution .map-marker-thrid .marker_no_store .no_ding img:first-child {
    display: block;
  }
  .store-distribution .map-marker-thrid .marker_no_store .no_ding img:last-child {
    display: none;
  }
  .store-distribution .map-marker-thrid .marker_no_store:hover {
    background: url(/themes/yuanding/public/asset/images/contact/no_ding_active.png) no-repeat;
    background-size: 100% 100%;
  }
  .store-distribution .map-marker-thrid .marker_no_store:hover .no_ding {
    width: 50%;
    height: auto;
  }
  .store-distribution .map-marker-thrid .marker_no_store:hover .no_ding img {
    width: 100%;
    height: auto;
  }
  .store-distribution .map-marker-thrid .marker_no_store:hover .no_ding img:first-child {
    display: none;
  }
  .store-distribution .map-marker-thrid .marker_no_store:hover .no_ding img:last-child {
    display: block;
  }
  .store-distribution .map-marker-thrid .marker_no_store:hover::before, .store-distribution .map-marker-thrid .marker_no_store:hover::after {
    border: none;
  }
  .store-distribution .map-marker-thrid .marker_no_store::before, .store-distribution .map-marker-thrid .marker_no_store::after {
    display: none;
  }
  .store-distribution .map-marker-thrid.active .marker-circle::before, .store-distribution .map-marker-thrid.active .marker-circle::after {
    border: 2px solid rgba(246, 154, 51, 0.3);
  }
  .store-distribution .map-marker-thrid.active .marker_no_store {
    background: url(/themes/yuanding/public/asset/images/contact/no_ding_active.png) no-repeat;
    background-size: 100% 100%;
  }
  .store-distribution .map-marker-flagship .marker-circle 
{
  width: 12px;
  height: 12px;
  
}
}

/* 响应式适配 */
@media screen and (max-width: 500px) {
    .store-distribution .map-marker-thrid .marker-circle span {
        transform: scale(0.7);
    }
}
@media screen and (max-width: 768px) {
  .image-zoom-container{
    max-width: 80%;
  }
    .store-list-panel {
        width: 91vw;
        overflow: hidden;
        right: 0px;
        left: 4.5vw;
        top: 20vh;
        bottom: 20px;
        max-height: 50vh;
        position: fixed;
        display: none;
    }
    .region-selection {
        flex-direction: column;
        align-items: stretch;
    }
    .region-input,
    .region-select {
        width: 100%;
    }
    .store-distribution  .map-marker-thrid .marker-circle {
      min-width: 20px !important;
      min-height: 20px !important;
      width: 20px;
      height: 20px;
    }
    .store-distribution .map-marker-thrid .marker-circle::after, .store-distribution .map-marker-thrid .marker-circle::before {
      width: 20px;
      height: 20px;
    }
    .store-distribution .map-marker-flagship .marker-circle::after, .store-distribution .map-marker-flagship .marker-circle::before {
      width: 15px;
      height: 15px;
    }
   .store-distribution  .map-marker-flagship .marker-circle {
      min-width: 10px !important;
      min-height: 10px !important;
     
    }
    .marker-text{
      /* display: none; */
    }
    /* .map-marker-thrid .marker-circle {
      min-width: 10px;
      min-height: 10px;
     
    } */
    /* .store-list-panel{
       position :relative;
      bottom : '20px';
      right : '0px';
      left : '0px';
      top : 'auto';
      width : 'calc(100% - 0px)';
    } */
}
