@charset "UTF-8";
.contact-wx-content {
  /* 顶部信息 + 地图 */
  /* 移动端适配 */
}
.contact-wx-content .contact {
    min-height: 100vh;
    /*background: #f5f5f5;*/
}
.contact-wx-content .main-content {
    position: relative;
}
.contact-wx-content .hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}
.contact-wx-content .hero-text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.contact-wx-content .main-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 14px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}
.contact-wx-content .subtitle {
    font-size: 16px;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.contact-wx-content .page-header {
    background: #fff;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 40px;
}
.contact-wx-content .page-header h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}
.contact-wx-content .page-header p {
    font-size: 18px;
    color: #666;
}
.contact-wx-content .content {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 0 20px;
}
.contact-wx-content .contact-block {
    background: #fff;
    padding: 30px 0px 40px;
    margin-top: 30px;
}
.contact-wx-content .head-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.contact-wx-content .head-left {
    flex: 1;
}
.contact-wx-content .company-title span {
    font-size: 24px !important;
    color: #333;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 14px;
}
.contact-wx-content .kv-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #444;
    line-height: 2;
    font-size: 14px;
}
.contact-wx-content .k {
    color: #999;
    margin-right: 8px;
}
.contact-wx-content .head-right {
    flex: 0 0 auto;
}
.contact-wx-content .logo {
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
}
.contact-wx-content .map-box {
    margin-top: 24px;
    width: 100%;
    height: 420px;
    background: #f2f2f2;
    border: 1px solid #eee;
    overflow: hidden;
}
.contact-wx-content .map-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.contact-wx-content .contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.contact-wx-content .contact-form h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 24px;
}
.contact-wx-content .contact-info h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 24px;
}
.contact-wx-content .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.contact-wx-content .info-item i {
    color: #409eff;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 5px;
}
.contact-wx-content .info-item h4 {
    color: #333;
    margin-bottom: 5px;
    font-size: 16px;
}
.contact-wx-content .info-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
@media (max-width: 768px) {
.contact-wx-content .main-title {
      font-size: 32px;
}
.contact-wx-content .subtitle {
      font-size: 14px;
}
.contact-wx-content .hero-section {
      height: 40vh;
}
.contact-wx-content .hero-overlay {
      width: 200px;
      height: 200px;
}
.contact-wx-content .content {
      padding: 0 15px;
}
.contact-wx-content .contact-block {
      padding: 20px 15px 30px;
}
.contact-wx-content .head-row {
      flex-direction: column;
      gap: 20px;
      text-align: center;
}
.contact-wx-content .company-title {
      font-size: 24px;
}
.contact-wx-content .kv-list {
      font-size: 13px;
}
.contact-wx-content .logo {
      width: 80px;
      height: 80px;
}
.contact-wx-content .map-box {
      height: 300px;
}
.contact-wx-content .contact-form {
      padding: 30px 20px;
}
.contact-wx-content .contact-info {
      padding: 30px 20px;
}
.contact-wx-content .info-item {
      margin-bottom: 20px;
}
.contact-wx-content .info-item i {
      font-size: 18px;
      margin-right: 12px;
}
.contact-wx-content .info-item h4 {
      font-size: 14px;
}
.contact-wx-content .info-item p {
      font-size: 13px;
}
}
@media (max-width: 480px) {
.contact-wx-content .main-title {
      font-size: 28px;
}
.contact-wx-content .hero-section {
      height: 35vh;
}
.contact-wx-content .hero-overlay {
      width: 150px;
      height: 150px;
}
.contact-wx-content .company-title {
      font-size: 20px;
}
.contact-wx-content .kv-list {
      font-size: 12px;
}
.contact-wx-content .logo {
      width: 60px;
      height: 60px;
}
.contact-wx-content .map-box {
      height: 250px;
}
.contact-wx-content .contact-form {
      padding: 20px 15px;
}
.contact-wx-content .contact-info {
      padding: 20px 15px;
}
.contact-wx-content .info-item {
      margin-bottom: 15px;
}
.contact-wx-content .info-item i {
      font-size: 16px;
      margin-right: 10px;
}
.contact-wx-content .info-item h4 {
      font-size: 13px;
}
.contact-wx-content .info-item p {
      font-size: 12px;
}
}
@media (max-width: 768px) {
.contact-wx-content .content .el-col {
      margin-bottom: 30px;
}
}

