﻿.contact-content { 
  opacity: 0;
}
.contact-content .imgBox {
  height: 53vh;
  width:100%; 
  background-size: 100% 100%;
  position: relative;
}
.contact-content .imgBox .cantact-text {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  height: 100px;
  margin-top: -50px;
  z-index: 10;
  text-align: center;
  font-size:26px;
}
.contact-content .imgBox .cantact-text p {
  color:#fff;
  font-family: 'avantgrade-demi';
  line-height: 50px;
}

.footer {
  height: 23vh;
  position: fixed;
  width:100%;
  padding: 0 1.1rem;
  left:0;
  bottom:0;
}
.footer >div{
  float: left;
}
.footer >div p.title{
  font-size:14px;
  color:#666;
  font-weight: 700;
  margin-bottom:16px;
}
.footer >div p.normal-text{
  font-size:14px;
  color:#999;
  line-height: 24px;
}
.footer .address{
  width:3.97rem;
}
.footer .address-eng{
  width:4.73rem;
}
.footer .qrcode{
  position: absolute;
  right:1.1rem;
  top:0;
  width: 100px;
  height: 100px;
  background: url(../images/qrcode.png) 0 0 no-repeat;
  background-size: 100% 100%;
}


/* 移动端布局 */
@media screen and (max-width: 750px){
  .contact-content .imgBox {
    height: 53vh;
    width:100%;
    background: url(../images/mobile-contact.jpg) 0 0;
    background-size: 100% 100%;
    position: relative;
  }
  .contact-content .imgBox {
    height: 4rem;
  }
  .contact-content {
    padding: 0 0;
  }
  .contact-content .cantact-text {
    display: none;
  }
  .mobileText {
    width:6.7rem;
    margin: 0 auto;
    padding: 0.92rem 0 0.37rem 0;
    position: relative;
  }
  .mobileText span{
    display: inline-block;
    width:100%;
    font-size: 0.38rem;
    color:#333;
    text-transform: uppercase;
    font-family: 'avantgrade-demi';
  }
  .mobileText:before{
    content: '';
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #dbdbdb 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%,#f5f5f5 100%);
    position: absolute;
    top: 1px;
    left: 0;
    z-index:10;
  }
  .footer {
    height: auto;
    padding: 0 0.4rem;
    padding-bottom: 1rem;
    margin-top: 0.6rem;
    position: static;
  }
  .footer >div p.title {
    font-size: 0.28rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 0.18rem;
    font-family: 'avantgrade-demi';
  }
  .footer >div p.normal-text {
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #666;
  }   
  .footer >div.address-eng {
    margin-top: 0.13rem;
    margin-bottom: 0.71rem;
    line-height: 0.4rem;
    width:5.7rem;
  }
  .footer.animated.delay-1s {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }


}




        /* 表单容器 */
        .form-container {
          background-color: #f3f3f3;
          padding: 40px 60px;
          margin-bottom: 40px;
      }

      .form-row {
          display: flex;
          justify-content: space-between;
          margin-bottom: 25px;
      }

      .form-group {
          width: 48%;
      }

      .form-group label {
          display: block;
          margin-bottom: 8px;
          font-size: 15px;
          color: #333;
      }

      .form-group label .required {
          color: #d9534f;
      }

      .form-group input {
          width: 100%;
          height: 40px;
          border: 1px solid #efefef;
          padding: 0 10px;
          font-size: 14px;
      }

      .form-full {
          margin-bottom: 25px;
      }

      .form-full label {
          display: block;
          margin-bottom: 8px;
          font-size: 15px;
          color: #333;
      }

      .form-full textarea {
          width: 100%;
          height: 120px;
          border: 1px solid #efefef;
          padding: 10px;
          font-size: 14px;
          resize: none;
      }

      .submit-btn {
          width: 100%;
          height: 50px;
          background-color: #444;
          color: #fff;
          border: none;
          font-size: 16px;
          cursor: pointer;
          margin-bottom: 15px;
      }

      .form-tip {
          font-size: 13px;
          color: #666;
      }

      /* 联系信息模块 */
      .contact-info {
          border: 1px solid #e1e1e1;
          padding: 30px 15%; 
          /* 关键：从上到下的白色→浅灰渐变 */
          background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
          margin-bottom:30px;
      }

      .contact-title {
          font-size: 20px;
          color: #333;
          margin-bottom: 20px;
          padding-bottom: 10px;
          border-bottom: 1px solid #e1e1e1;
      }

      .contact-list {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px;
          line-height:30px;
          font-size:16px;
      }
.contact-list img{
  width:18px;
}
      .contact-item {
          display: flex;
          align-items: center;
          font-size: 14px;
          color: #333;
      }

      .contact-item .icon {
          margin-right: 8px;
      }

      .contact-address {
          display: flex;
          align-items: center;
          font-size: 14px;
          color: #333;
      }

      .contact-address .icon {
          margin-right: 8px;
      }