.bossgoo-index-inquiry18 {
  position: relative;
  height: 450px;
  padding-bottom: 100px;
}

.bossgoo-index-inquiry18 .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bossgoo-index-inquiry18 .contactbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bossgoo-index-inquiry18 .contacttext {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.bossgoo-index-inquiry18 form {
  display: flex;
  justify-content: center;
}

.bossgoo-index-inquiry18 .contactbar {
  display: flex;
  width: 680px;
  height: 60px;
  border-radius: 30px;
  justify-content: center;
  overflow: hidden;
}

.bossgoo-index-inquiry18 .contactbar input {
  width: 560px;
  padding: 0 30px 0 60px;
  height: 60px;
  background: #fff;
  font-size: 16px;
}

.bossgoo-index-inquiry18 .contactbar button {
  background: var(--themeColor);
  width: 120px;
  border: 0px;
  cursor: pointer;
}

.bossgoo-index-inquiry18 .contactbar button span {
  font-size: 30px;
  color: #fff;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-inquiry18 {
    height: 6.4rem;
    padding-bottom: .6rem;
  }
  .bossgoo-index-inquiry18 .contacttext {
    font-size: .36rem;
    padding: 0 .2rem;
  }
  .bossgoo-index-inquiry18 .contactbar {
    display: flex;
    width: 6.4rem;
    height: .8rem;
    border-radius: .4rem;
    justify-content: center;
    overflow: hidden;
  }
  .bossgoo-index-inquiry18 .contactbar input {
    height: .8rem;
    padding: 0 .6rem;
  }
  .bossgoo-index-inquiry18 .contactbar button span {
    font-size: .4rem;
    color: #fff;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-inquiry18 {
    height: 4.8rem;
    padding-bottom: .6rem;
  }
  .bossgoo-index-inquiry18 .contacttext {
    font-size: .36rem;
    padding: 0 .2rem;
  }
  .bossgoo-index-inquiry18 .contactbar {
    display: flex;
    width: 6.4rem;
    height: .6rem;
    border-radius: .3rem;
    justify-content: center;
    overflow: hidden;
  }
  .bossgoo-index-inquiry18 .contactbar input {
    height: .6rem;
    padding: 0 .6rem;
    font-size: .28rem;
  }
  .bossgoo-index-inquiry18 .contactbar button span {
    font-size: .36rem;
    color: #fff;
  }
}