.common-banner video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.group-title{
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}
.contact-wrap {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    overflow: hidden;
}

.contact-box {
    margin: 0 auto;
    display: flex;
    padding-top: 0.6rem;
    margin-bottom: 1.3rem;
}

.contact {
    width: 50%;
    flex-shrink: 0;
}

.contact:last-of-type {
    padding-left: 0.6rem;
}

.contact-fankui {
    margin-top: 0.27rem;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    padding: 0.12rem 0.74rem;
    border: 0.01rem solid #D5D5D5;
}

.contact-input-box {
    height: 0.8rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C6C6C6;
}

.contact-fankui-title {
    width: 1.3rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-Bold,
        MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    flex-shrink: 0;
}

.contact-fankui-title span {
    color: #B30000;
}

.contact-input {
    flex: 1;
    height: 100%;
}

.contact-input input {
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-Bold,
        MicrosoftYaHei;
}

.contact-textarea-box {
    display: flex;
    /* align-items: center; */
    margin: 0.3rem 0;
}

.contact-textarea {
    flex: 1;
    height: 2rem;
    border: 0.01rem solid #CBCBCB;
    padding: 0.15rem;
    background: #fff;
}

.contact-textarea textarea {
    width: 100%;
    height: 100%;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-Bold,
        MicrosoftYaHei;
}

.contact-code {
    width: 1.28rem;
    height: 0.4rem;
    background: #FFFFFF;
    border: 0.01rem solid #CBCBCB;
    padding: 0 0.1rem;
}

.contact-code input {
    width: 100%;
    height: 100%;
}

.contact-code-img {
    margin-left: 0.3rem;
    width: 1.28rem;
    height: 0.4rem;
}

.contact-code-img img {
    width: 100%;
    height: 100%;
}

.contact-fankui-bt {
    margin: 0.6rem auto;
    width: 1.62rem;
    height: 0.4rem;
    background: #000;
    border-radius: 0.2rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
}

.contact-us-box {
    margin-top: 0.27rem;
}

.contact-us-p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-bottom: 0.2rem;
}
.contact-us-bt{
    display: flex;
    align-items: center;
    margin: 0.45rem 0;
}
.contact-us-bt img{
    width: 0.61rem;
}
.contact-us-bt p{
    width: 1.89rem;
    height: 0.57rem;
    background: #000000;
    border-radius: 0.08rem;
    margin-left: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}
.contact-banner {
    margin: 0 auto;
    margin-top: 1rem;
    padding-bottom: 0.8rem;
    position: relative;
}
.contact-map{
    width: 100%;
    height: 4.86rem;
    margin-top: 0.3rem;
}



















/* 媒体查询 */
@media all and (max-width: 1024px) {
   
    .w1600 {
        width: 100% !important;
      }
    
    
    
  /* 顶部开始 */
  .common-banner {
    height: auto !important;
  }
  /* 顶部结束 */

  /* 内容区 结束*/
  .contact-box {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-fankui {
    padding: 10px 10px;
  }

  .contact-input-box {
    /* flex-direction: column; */
    /* align-items: flex-start; */
  }
  .contact-fankui-title {
    width: auto;
    font-size: 14px;
    font-weight: normal;
  }

  .contact-input input {
    padding-left: 15px;
    font-size: 14px;
  }
  .contact-textarea {
    margin-top: 10px;
    width: 100%;
    min-height: 100px;
  }
  .contact-textarea-box:nth-child(5) {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-textarea-box {
    align-items: center;
  }

  .contact-code {
    margin-left: 15px;
    height: .6rem;
  }
  
  .contact-us-p {
      font-size: var(--mid);
  }
  
  .contact-us-bt p {
      font-size: var(--mid);
      margin-left: 0;
  }
  
  .contact-code-img {
      height: .6rem;
  }
  
  .contact-us-bt img {
      display: none;
  }

  .contact-code-img {
    border: 1px solid #eee;
  }

  .contact {
    width: 100%;
    padding-left: 0 !important;
  }

  .contact-box .contact + .contact {
    margin-top: 40px;
  }

  .contact-fankui-bt {
    margin: 25px auto;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
  }
    
    .common-banner video {
        vertical-align: bottom;
    }
  iframe {
  }

}











