.inquiry {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../images/partners-ecology/inquiry-bg.jpg) center center no-repeat;
  background-size: cover;
}

.inquiry-main {
  position: absolute;
  width: 100%;
  height: 210px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.inquiry-company-icon:hover{
  cursor: pointer;
}
.inquiry-title {
  font-size: 38px;
  color: #ffffff;
  margin: 70px 0 10px;
}

.inquiry-input-box {
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.inquiry-input-coding {
  width: 154px;
  height: 40px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 1);
  margin-right: 6px;
  border: 0;
}

.inquiry-input-company {
  width: 460px;
  height: 40px;
  padding-left: 10px;
  padding-right: 50px;
  background: rgba(255, 255, 255, 1);
  border: 0;
}

.inquiry-input-company-box {
  vertical-align: middle;
}
.inquiry-input-company-box img{
  width: 70px;
  height: 40px;
  object-fit: cover;
}
.result-before-icon {
  width: 150px;
  height: 150px;
  margin-top: 52px;
  margin-bottom: 30px;
}

.result-before-tips {
  font-size: 14px;
  margin-bottom: 160px;
}

.result-after-item {
  position: relative;
  width: 565px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.result-after-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

  .result-before-icon {
      width: 150px;
      height: 150px;
  }

  .result-before-tips {
      font-size: 20px;
  }

  .result-after {
      display: none;
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .result-after-info {
      position: absolute;
      padding: 0 90px;
      top: 290px;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-size: 26px;
      font-weight: bold;
      color: #192C6E;
  }

  .result-after-item {
      margin-bottom: 20px;
  }

  .result-info-title {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #192C6E;
  }

  .result-info-text {
      margin-bottom: 15px;
  }