* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: PingFangSC-Regular, Arial, sans-serif;
  background: #fff;
  min-height: 100vh;
  color: #000;
  line-height: 1.6;
}

.container {
  min-width: 1155px;
  margin: 0 auto;
}

.header {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 1155px;
}

.header h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
}

.subtitle {
  font-size: 18px;
  color: #000;
  margin: 0 auto;
  line-height: 1.8;
  opacity: 0.65;
}

.contentBox {
  display: flex;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 1155px;
}
.component9 .contentBox {
  width: 1155px;
  position: relative;
}

.component9 .mapBox {
  position: relative;
  width: 1155px;
  height: 438px;
  flex-shrink: 0;
  overflow: hidden;
}

.component9 .map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.component9 .addressList {
  min-width: 560px;
  padding: 19px;
  position: absolute;
  right: 27px;
  top: 41px;
  opacity: 0.9;
  background: #ffffff;
  border-radius: 8px;
}

.component9 .address-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.component9 .address-item:last-child {
  margin-bottom: 0;
}
.component9 .location-icon {
  width: 30px;
  height: 30px;
  background: #f2fdfc;
  border-radius: 30px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./mapicon.png) no-repeat center center;
  background-size: 100%;
}

.component9 .address-info {
  flex: 1;
  line-height: 1.6;
}

.component9 .city {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  opacity: 0.65;
}

.component9 .address {
  color: #000;
  font-size: 14px;
  opacity: 0.65;
  margin-left: 3px;
}
