.lr-radius {
    position: relative;
    padding-left: 50px;
    line-height: 50px;
    border: solid 1px #ffffff;
    width: 210px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .lr-radius img {
    display: inline-block;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 6px !important;
    top: 4px !important;
  }

  /* inquiry-quote样式 */
  .inquiry-quote-form {
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -36%);
    z-index: 99;
  }

  .close-getquote {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: -55px;
    z-index: 99;
  }

  .close-getquote>img {
    width: 100%;
    height: 100%;
  }

  .close-getquote:hover {
    cursor: pointer;
    transform: scale(1.05);
  }

  .close-getquote>img:hover {
    cursor: pointer;
    transform: scale(1.05);
  }

  .close-getquote>img:nth-of-type(1) {
    display: inline-block;
  }

  .close-getquote>img:nth-of-type(2) {
    display: none;
  }

  .inquiry-quote-form-box {
    position: relative;
    padding: 37px 68px;
    height: 500px;
    max-width: 840px;
    width: 85%;
    border-radius: 12px;
    background-color: #ffffff;
    /* margin-top: -8px; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .inquiry-quote-form-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .inquiry-quote-form-left-tel{
    display: flex;
    align-items: center;
    margin: 15px 0;
  }
  .inquiry-quote-form-left>p:last-child {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
  }

  .inquiry-quote-form-right {
    height: 80%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
  }
  .inquiry-quote-form-right>.input-group:nth-of-type(1){
    margin-bottom: 25px !important;
  }
  .inquiry-quote-form-right input,
  .inquiry-quote-form-right textarea {
    background-color: #F6F7F9;
  }

  .inquiry-quote-form-right textarea {
    width: 100%;
    resize: none;
  }

  .inquiry-quote-form-right input:nth-of-type(1) {
    margin-right: 20px;
  }

  .inquiry-quote-form-right>div:last-child {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 48px;
    padding-left: 42px;
    width: 240px;
  }

  .input-group>input {
    width: 360px;
    height: 44px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 4px !important;
  }

  .input-group>textarea {
    width: 740px;
    height: 74px;
    background: #F6F7F9;
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 8px;
  }

  .inquiry-quote-form-box .lr-radius {
    color: #ffffff;
    background-color: #7CBC26;
    padding-bottom: 15px;
    margin-top: 41px;
  }

  .inquiry-quote-form-box .lr-radius span {
    margin-bottom: 10px;
  }
  .inquiry-quote-form-left>p:nth-of-type(1),.inquiry-quote-form-left>p:nth-of-type(2){
    font-size: 20px;
color: #333333;
font-weight: 600;
  }
  .inquiry-quote-form-left-tel>img{
    width:30px;
    height: 30px;
  }
  .inquiry-quote-form-left-tel>span{
    font-size: 30px;
color: #7CBC26;
font-weight: 600;
  }

  @media(max-width:768px) {
    .inquiry-quote-form-box{
      padding:20px
    }
  }

  @media(max-width:531px) {
    .close-getquote {
    width: 24px;
    height: 24px;
  }
    .close-getquote>img:nth-of-type(1) {
    display: none;
  }

  .close-getquote>img:nth-of-type(2) {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
    .inquiry-quote-form-left>p:nth-of-type(1), .inquiry-quote-form-left>p:nth-of-type(2){
      font-size: 16px;
    }
    .inquiry-quote-form-left-tel>span{
      font-size: 26px;
    }
    .inquiry-quote-form-left-tel>img{
      width: 24px;
      height: 24px;
    }
    .inquiry-quote-form-box{
      padding:20px
    }
    .inquiry-quote-form-right>.input-group:nth-of-type(1){
      display: flex;
      flex-direction: column;
    }
    .inquiry-quote-form-right>.input-group:nth-of-type(1)>input{
      width: 100%;
      margin-top: 16px;
    }
    .inquiry-quote-form-left>p:last-child{
      font-size: 12px;
    }
    .inquiry-quote-form-right{
      padding-top: 0;
    }
    .inquiry-quote-form-right>.input-group:nth-of-type(1){
      margin-bottom: 16px !important;
    }
    .inquiry-quote-form-box .lr-radius{
      margin-top: 25px;
      width: 172px !important;
      height: 40px;
      border-radius: 25px;
      line-height: 40px !important;
    padding-left: 20px !important;
    }
    .inquiry-quote-form-box .lr-radius img{
      width: 32px;
      height: 32px;
    }
    .inquiry-quote-form-right>div:last-child{
      font-size: 16px;
    }
    .inquiry-quote-form-box{
      height: auto;
    }
    .close-getquote{
      top:auto;
      right: auto;
      top: 10px;
      right: 0;
      transform: translateX(-50%);
    }
    .close-getquote:hover {
    cursor: pointer;
    transform: scale(1);
    transform: translateX(-50%);
  }

  .close-getquote>img:hover {
    cursor: pointer;
    transform: scale(1);
  }
  }

  .input-tipq {
    content: "";
    position: absolute;
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 0 8px 0 rgba(97, 97, 97, 0.3);
    z-index: 999;
    padding: 10px 15px;
    border-radius: 12px !important;
    cursor: default;
  }

  .input-tipq::before {
    content: "";
    display: block;
    border: 8px solid #ffffff;
    border-color: transparent transparent #ece3e3 transparent;
    position: absolute;
    left: 30%;
    top: 0px;
    transform: translate(-50%, -100%);
  }

  .input-tipq::after {
    content: "";
    display: block;
    border: 8px solid #ffffff;
    border-color: transparent transparent #ece3e3 transparent;
    position: absolute;
    left: 30%;
    top: 0;
    transform: translate(-50%, -100%);
    z-index: 1;
  }