  /******联系我们******/


.contact div.contact-one{
  margin-top: 50px;
  padding: 50px  50px;
  background: #fff;
}

.contact-one>span{
  display: block;
  line-height: 30px;
}

div.contact  .contact-form{
  margin-top: 50px;
  padding: 30px  50px;
  background: #fff;
  
}


div.contact-text{
    font-size: 0.3rem;
    color: #fff;
    position: absolute;
    top: 35%;
    left: 40%;
    z-index: 99;
}

div.contact  .contact-form h3{
  margin-bottom: 30px;

  
}
.contact  .contact-form .contact-input{
  background: #F3F4F6;
  padding: 20px;
  height: 52px;
  width:100%;
  border: 0px;
  margin-bottom: 30px;

}

.contact  .contact-form .contact-content{
  background: #F3F4F6;
  padding: 20px;
  border: 0px;
  margin-bottom: 30px;
}

.contact  .contact-form .contact-btn{
  margin:0 auto;
  width:168px;
  height: 50px;
  border-radius: 20px;
  background: #01A4EF;
  text-align: center;
  border: 0px;
  display: table;
}

.contact  .contact-form .contact-code{
  padding: 20px;
  width:100%;
  float: left;
  border: 0px;
  margin-bottom: 30px;
  background: #F3F4F6;
  height: 52px;
}
.contact  .contact-form .contact-another{
    display: inline-block;
    height: 52px;
    line-height: 52px;
}


  @media screen and (max-width: 769px) {
      .contact div.contact-one{
        margin-top: 30px;
        padding: 10px  10px;
        background: #fff;
      }

      .contact-one>span{
        font-size: 12px;
        display: block;
        line-height: 30px;
      }

      div.contact  .contact-form{
        margin-top: 20px;
        padding: 10px  10px;
        background: #fff;
        
      }

      .contact  .contact-form .contact-code{
        float: left;
        width:50%;
        border: 0px;
        margin-bottom: 20px;
        background: #F3F4F6;
        height: 50px;
        padding: 10px;
      }
      .contact  .contact-form img{
        float: right;
        height: 50px;
        width:45%;
      }

      .contact  .contact-form .contact-another{
          width:20%;
          float: right;
          height: 50px;
          line-height: 50px;
          overflow: hidden;
          text-overflow:ellipsis;
      }
      .contact  .contact-form .contact-content{
        background: #F3F4F6;
        padding: 20px;
        border: 0px;
        margin-bottom: 20px;
      }

      .contact  .contact-form .contact-input{
        background: #F3F4F6;
        padding: 20px;
        height: 52px;
        width:100%;
        border: 0px;
        margin-bottom: 20px;
      }

  }

