@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.locationWidget09 {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #f6f6f6; }
  .locationWidget09 .caption {
    padding: 64px 24px 24px 24px;
    text-align: center; }
    .locationWidget09 .caption h2 {
      font-size: 2.143em;
      color: #2b2b2b;
      font-weight: initial; }
    .locationWidget09 .caption p {
      font-size: 1em;
      padding-top: 16px;
      color: #666; }
  .locationWidget09 .amap-container {
    height: 400px !important; }
  .locationWidget09 .amap-toolbar {
    z-index: 8; }
  .locationWidget09 .amap-copyright {
    z-index: 8; }
  .locationWidget09 .amap-logo {
    z-index: 8; }
  .locationWidget09 .amap-info-outer, .locationWidget09 .amap-menu-outer {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }
  .locationWidget09 .amap-info-content {
    padding: 12px 20px 12px 20px; }
    .locationWidget09 .amap-info-content .mapName, .locationWidget09 .amap-info-content .mapAddress, .locationWidget09 .amap-info-content .mapTel {
      color: #666;
      line-height: 1.5em; }
  .locationWidget09 .amap-info div:nth-of-type(2) {
    max-width: 90%; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .locationWidget09 .amap-container {
    height: 300px !important; } }
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .locationWidget09 .caption {
    padding: 40px 24px 24px 24px; }
    .locationWidget09 .caption h2 {
      font-size: 22px; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */
@media (max-width: 576px) {
  .locationWidget09 .amap-container {
    height: 240px !important; } }

/*# sourceMappingURL=locationWidget09.css.map */
