/* .supplier {
    padding-bottom: 40px;
  } */
  
  .supplier .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
  }
  
  .supplier .form li {
    position: relative;
    margin-bottom: 20px;
  }
  
  .supplier .label {
    position: absolute;
    left: 35px;
    top: 0;
    height: 65px;
    line-height: 65px;
    color: #666;
  }
  
  .supplier .label .need {
    color: #ff0000;
  }
  
  .supplier .inputxt {
    display: block;
    width: 100%;
    line-height: 35px;
    background: #f8f8f8;
    font-size: 16px;
    color: #666;
  }
  
  .supplier .inputxt1 {
    padding: 15px 10px 15px 100px;
  }
  
  .supplier .inputxt2 {
    padding: 15px 10px 15px 75px;
  }
  
  .supplier .mes-text {
    display: block;
    width: 100%;
    height: 215px;
    background: #f8f8f8;
    padding: 15px 10px 15px 135px;
    line-height: 35px;
    color: #666;
    font-size: 16px;
  }
  
  .supplier .submit-btn {
    display: block;
    width: 295px;
    height: 55px;
    line-height: 55px;
    background: #333;
    color: #fff;
    border-radius: 5px;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    font-size: 18px;
  }
  
  .supplier .Validform_error {
    background-color: #ffe7e7;
  }

  @media only screen and (max-width: 1040px) {
    .supplier .title {
        font-size: .6rem;
        line-height: 1;
        margin-bottom: .6rem;
      }
      .supplier .form li {
        margin-bottom: .3rem;
      }
      .supplier .inputxt {
        line-height: .7rem;
        font-size: .36rem;
      }
      .supplier .inputxt1 {
        padding: .15rem .1rem .15rem 1.6rem;
      }
      .supplier .inputxt2 {
        padding: .15rem .1rem .15rem 1.6rem;
      }
      .supplier .label {
        left: .35rem;
        top: 0;
        height: 1rem;
        line-height: .4rem;
        padding: .3rem 0;
        font-size: .36rem;
      }
      .supplier .mes-text {
        height: 4rem;
        padding: .3rem .1rem .3rem 2.4rem;
        line-height: .4rem;
        font-size: .36rem;
      }
      .supplier .submit-btn {
        width: 5rem;
        height: 1rem;
        line-height: 1rem;
        border-radius: .05rem;
      }
      .Validform_checktip{
        font-size: .28rem;
      }
  }
  @media only screen and (max-width: 767px) {
    .supplier .title{
      font-size: .4rem;
      margin-bottom: 0.3rem;
    }
    .supplier .label,
    .supplier .inputxt,
    .supplier .mes-text{
      font-size: .28rem;
    }
    .supplier .inputxt1,.supplier .inputxt2 {
      padding: 0.15rem 0.1rem 0.15rem 1.4rem;
    }
    .supplier .mes-text{
      padding: 0.3rem 0.1rem 0.3rem 2.1rem;
    }
    .supplier .submit-btn{
      font-size: .3rem;
    }
  }