.content_wrap {
  width: 1200px;
  margin: auto;
  min-height: calc(100vh - 470px);
  padding: 70px 0;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 230px;
}
.content_wrap .user_address_info,.content_wrap .address_map {
  flex: 1;
  width: 0;
  height: 350px;
  border-top: 1px solid transparent;
}
.user_address_info .title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin-top: 52px;
}
.user_address_info p {
  font-size: 14px;
  color: #333;
  margin-top: 28px;
}
.user_address_info p img {
  width: 20px;
  margin-right: 10px;
}
.banner_title {
  width: 100%;
  height: 180px;
}
.banner_title img {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}