* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

  .banner {
    background: url(../image/PC-banner.png) no-repeat;
    background-size: cover;
    height: 215px;
    position: relative;
  }
  .banner .contactusHeaderText {
    position: absolute;
    top: 70px;
    left: 26%;
    transform: translateX(-50%);
    margin-left: 3rem;
  }
  .banner .contactusHeaderText h2 {
    font-size: 30px;
    line-height: 1.75;
    font-weight: bold;
  }
  .banner .contactusHeaderText h3 {
    font-size: 26px;
    line-height: 1.75;
    font-weight: bold;
  }
  /* 主要------------------ */
  .contactusMainForm{
    margin: -45px auto 0;
    width: 750px;
    z-index: 1;
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    min-height: 450px;
    border-radius: 15px;
    background: #F6F6F6;
    margin-bottom: 50px;
  }
  .contactusMainForm .contactusForm {
    padding: 28px 45px 50px;
  }
  .contactusForm .formBanner{
    background: url(../image/form-banner.png) no-repeat;
    background-size: contain;
    height: 93px;
    position: relative;
    margin-bottom: 40px;
  }
  .contactusForm .formBanner .btn {
    position: absolute;
    top: 25px;
    left: 24px;
    color: #fff;
    background-color: #2995e0;
    padding: 8px 36px;
    border-radius: 23px;
    font-size: 13px;
  }
  .contactusForm .formMain {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
  }

/* 经销商公司 ---------------------------------*/
  .formMain .formMainCen{
    width: 40%;
    /* background-color: rgb(116, 203, 29); */
  }
  .formMain .formMainCen .companyInfo{
    position: relative;
    margin-top: 8px;
    height: 40px;
  }
  .formMain .formMainCen .companyInfo .companyInfoName{
    position: relative;
    height: 100%;
  }
  .formMain .formMainCen .companyInfo .companyInfoName .ipt-text{
    width: 100%;
    border-radius: 4px;
    
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 5px 7px;
    font-size: 14px;
    height: 100%;
  }
  .formMain .formMainCen .companyInfo .companyInfoName .ipt-text:focus {
    outline: none;
  }

  /* 搜索按钮------------------------------ */
  .formMain .formMainRight{
    width: 17%;
    /* background-color: black; */
    color: #fff;
    /* padding: 5px 0; */
   
    /* text-align: center; */
    /* margin-top: 10px; */
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .formMain .formMainRight .searchBtn{
    padding: 10px 0;
    background-color: #2d2929;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
  }
  /* 搜索按钮完结------------------------------ */
  .title{
    font-size: 15px;
    display: flex;
    justify-content: space-between;
  }
  .title .titleText {
    font-size: 10px;
    color: #999;
    position: relative;
  }
  .title .titleText::before {
    content: '*';
    position: absolute;
    left: -5px;
    top: 0px;
    color: red;
    font-weight: 600;
  }
  /* form 样式完结---------------------- */
  /* 是否 是授权经销商公司 --------------------*/
  .contactusMainForm .contactusForm .isDealer {
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 13px;
    line-height: 13px;
  }
  .isDealer .dealerInfo{
    text-align: center;
    background-color: #fff;
    padding: 50px 0;
    width: 100%;
  }
  .dealerInfo .dealerName{
    margin-top: 15px;
  }
  .dealerInfo .image {
    width: 30px;
    height: 30px;
  }
  .dealerInfo .dealerText .text {
    font-size: 13px;
  }
  /* .dealerTrue, */
  .dealerTrue,.dealerFalse {
    display: none;
  }



  /* @media (max-width: 1200px) {
    .banner .contactusHeaderText {
      width: 100%;
    }
  } */
  @media (max-width: 768px) {
    .banner {
        background: url(../image/banner-mb.png) no-repeat;
        height: 57.3vw;
        background-size: contain;
      }
    .banner .contactusHeaderText {
      position: absolute;
      top: 39.5%;
      left: 4.3vw;
      transform: translateY(-50%);
      margin-left: 0;
    }
    .banner .contactusHeaderText h3 {
      font-size: 4.4vw;
      line-height: 1.75;
      font-weight: bold;
    }
    .contactusMainForm{
      width: 91vw;
      margin: -22vw auto 0;
      min-height: 75vh;
    }
    .contactusMainForm .contactusForm {
      padding: 4.5vw;
    }
    .contactusForm .formBanner{
      background: url(../image/form-banner-mb.png) no-repeat;
      background-size: contain;
      height: 22vw;
      margin-bottom: 0;
    }
    .contactusForm .formBanner .btn {
      position: absolute;
      top: 5.4vw;
      left: 5.4vw;
      padding: 1.5vw 7.5vw;
      border-radius: 5vw;
      font-size: 3.4vw;
    }
    .contactusForm .formMain {
      display: block;
    }
    /* 请选择产品类别--------------------------------- */
    .contactusForm .formMain > div{
      width: 100%;
      margin-top: 5vw;
    }
    
    /* 经销商公司 ---------------------------------*/
    .formMain .formMainCen .companyInfo{
      height: 12vw;
      
    }
    .formMain .formMainCen .companyInfo .companyInfoName .ipt-text{
      border-radius: 0.8vw;
      background: #fff;
      padding: 1vw 1.4vw;
      font-size: 3.4vw;
    }
    /* 搜索按钮------------------------------ */
    .contactusForm .formMain .formMainRight{
      margin-top: 7vw;
    }
    .formMain .formMainRight .searchBtn{
      padding: 3vw 0;
      font-size: 4.6vw;
    }

    .title{
      font-size: 4.4vw;
    }
    .title .titleText {
      font-size: 2.8vw;
    }
  /* 是否 是授权经销商公司 --------------------*/
    .contactusMainForm .contactusForm .isDealer{
      margin-top: 6vw;
      font-size: 3.89vw;
      line-height: 3.89vw;
    }
    .isDealer .dealerInfo{
      padding: 7vw 0;
    }
    .dealerInfo .dealerName{
      margin-top: 4.2vw;
      margin-bottom: 1.2vw;
    }
    .dealerInfo .image{
      width: 10vw;
      height: 10vw;
    }
    .dealerInfo .dealerText .text {
      font-size: 3.4vw;
    }

  }