.design-text {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}
.design-text-title {
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 0;
}
.design-text-title .green {
    color: #8bc540;
}
 .contact-grid-2 {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 50px;
    }

    .message-form {
      flex: 1;
      margin-right: 50px;
    }

    .liuyan-img {
      width: 50%;
      height: auto;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      margin-bottom: 5px;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ccc;
      padding: 10px;
      font-size: 1rem;
    }

    .form-group input:focus,
    .form-group textarea:focus {
      outline: none;
      border-bottom: 1px solid #3bae3f;
    }

    .contact-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 50px;
      /* 卡片之间的间距 */
    }




    .contact-card {
      flex: 1 1 calc(33% - 20px);
      background: #f8f9f8;
      padding: 30px 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px #eee;
      text-align: left;
    }

    .contact-card img {
      height: 32px;
    }

    .contact-card img.qcode {
      width: 60px;
      height: 60px;
    }

    .qcode-text {
      line-height: 60px;
    }

    .contact-card .contact-content {
      font-size: 12px;
      padding-top: 10px;
    }

    .message-form {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 10px;
      color: #666
    }

    .message-form input,
    .message-form textarea {
      flex: 1 1 calc(50% - 20px);
      padding: 10px;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    .message-form button {
      padding: 10px 30px;
      background: #3bae3f;
      color: white;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      margin-top: 20px;
    }

    .image-right {
      width: 50%;
    }

   

    .contact-img {
      width: 40px;
      height: 40px;
      padding: 10px;
      border-radius: 50%;
      border: 1px solid #00de7d;
    }

    .contact-link-more {
      background-image: url('../images/contactjoinus.jpg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      /* 背景图片圆角 */
      border-radius: 15px;
      /* 设置圆角大小 */

      color: #fff;
      margin-bottom: 15px;
      height: 300px;

    }

    .contact-content-joinus {
      position: absolute;
      right: 25%;
      top: 50px;
      font-size: 14px;
      line-height: 24px;
    }

    .contact-title-joinus {
      padding-bottom: 30px;
      font-size: 32px;
    }
.contact-info-container {
    display: flex;

    border-radius: 8px;
    overflow: hidden;
    width:  1200px;
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 1em;
    align-items: stretch;
    gap:30px;
    margin-bottom: 2em;
}

.contact-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info-details {

    width: 55%;
}

.contact-info-details h2 {
    margin-top: 0;
    font-size: 24px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.contact-info-item:last-of-type {
  /* 样式 */
  margin-bottom: 0;
}

.contact-info-icon {
    background-color: #8bc540;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-info-text span {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.contact-info-text p {
    margin: 0;
    font-size: 0.8em;
    color: #000;
    font-weight: 500;
}
.contact-form
{
  display: flex;
  align-items: stretch;
  width: 1200px;
  gap: 2em;
  background-color: #F1F0EE;
  padding:2em;
 border-radius: 8px;
}
 .contact-form-left,
        .contact-form-right {
            width: 100%;
        }

        .contact-form-group input
        {
          width: 100%;
              border: none;
              background-color: transparent;
        }
        .tc{
          text-align: center;
        }
        .pb2
        {
          margin-bottom: 2em;
        }

        .contact-form-submit-btn {
    background-color: #8bc540;
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 2em;
    margin-top:2em ;
}
    .contact-form-left .contact-form-group
    {
      display: flex;
      border-bottom: 1px solid #e0e0e0;
      align-items: flex-end;
      margin-bottom: 2em;
    }
    .contact-form-left .contact-form-group label
    {
      display: flex;
      white-space: nowrap;
    }

   .contact-form-group textarea
   {
     font-size: 0.8em;
     height: 8em;
   }