.main_item_content li{margin-bottom: 15px;font-size: 0;}
.main_item_content li span{display: inline-block; font-size: 16px;color: #333;vertical-align: middle;}
span.aboutus_title{margin-right: 15px;width: 70px;}
.aboutus_content a{font-size: 13px;color: #fff;background-color: #1c95f2;display: inline-block;width: 90px;height: 28px;line-height: 28px; border-radius: 5px;text-align: center;margin-right: 10px;}
.aboutus_content a::before{display: inline-block;content: '';width: 15px;height: 15px;background: url(/image/shop/template/121/shop_contact_qq.png) no-repeat;background-size: cover;margin-right: 10px;transform: translateY(2px);}
/* 联系我们：map.php 嵌入地图（有 mappoint 时） */
.ma-store-contact-map-row{font-size: 16px;}
.ma-store-contact-map-row .ma-store-contact-map{
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  vertical-align: top;
}
.ma-store-contact-map__iframe{
  display: block;
  max-width: 100%;
  width: 730px;
  height: 420px;
  border: 0;
  margin-top: 4px;
  background: #f5f5f5;
}
@media (max-width: 900px){
  .ma-store-contact-map__iframe{
    width: 100% !important;
    height: min(50vh, 360px);
  }
}
/* 微信小程序 web-view：静态图 + 外链 */
.ma-store-contact-map__mp{line-height:1.5;}
.ma-store-contact-map__static{display:block;max-width:100%;width:100%;height:auto;min-height:200px;max-height:420px;object-fit:cover;margin-top:4px;background:#f5f5f5;border-radius:4px;}
.ma-store-contact-map__mp-hint{margin:8px 0;font-size:14px;line-height:1.55;color:#666;}
.ma-store-contact-map__open{display:inline-block;margin-top:8px;padding:10px 18px;font-size:15px;color:#fff;background:#3385ff;border-radius:6px;text-decoration:none;}
.ma-store-contact-map__open:active{opacity:.9;}