.address-container {
  width: 100%;
  background-color: #f3f3f3;
  padding-bottom: 60px;
}
.address-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  padding: 40px;
}
.address-content {
  width: 1200px;
  min-height: 400px;
  border-radius: 20px;
  background: #fff;
  margin: 0 auto;
  padding: 40px;
}
.address-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; 
}
.address-list {
  width: 320px;
  height: 320px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  border-radius: 20px;
}

.address-icon {
  width: 192px;
  height: 192px;
  margin-bottom: 20px;
}
.address-item {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  padding-top: 30px;
  padding-bottom: 10px;
}
.address-item::before {
  content: "";
  width: 3px;
  height: 22px;
  background: #ff8a19;
}
.address-title{
  padding:0 5px;
}
.address-link{
  cursor: pointer;
}
.address-link:hover{
  color: #ff8a19;
  
}
.map-content {
  height: 360px;
  width: 100%;
}