/* 页面头部样式 */
.contact-header {
  background-image: url("../img/contact/banner.jpg");
  height: 40vh;
  margin-top: 0;
  background-position: center 30%;
}

.contact-content {
  padding: 0;
}

.contact-section {
  min-height: 60vh;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.contact-info {
  background-color: #f8f9fa;
  padding: 2.5rem;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-intro {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.contact-item {
  margin-bottom: 1rem;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.6;
}

.contact-label {
  color: #333;
  font-weight: 500;
}

.qrcode-container {
  text-align: center;
  padding: 2.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qrcode-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
}

.qrcode-title {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0;
}

/* 工作机会部分 */
.career-box {
  padding: 3rem;
}

.career-box h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

.career-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 2rem;
}

.career-email {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
}

.career-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 地图部分 */
.map-section {
  padding: 60px 0;
  background-color: #fff;
}

.map-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

.map-container {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#company-map {
  width: 100%;
  height: 100%;
}

.info-window {
  padding: 10px;
  max-width: 300px;
}

.info-window h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #333;
}

.info-window p {
  margin-bottom: 0;
  color: #666;
}

@media (max-width: 768px) {
  .map-container {
    height: 350px;
  }
}
