.search-section .search-input {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.search-section .search-input .search-icon {
  width: 54px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.search-section .search-input .search-icon .icon {
  font-size: 18px;
}
.search-section .search-input .input {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  color: #fff;
  border: 0 none;
  border-right: 0 none;
  padding: 0 20px 0 44px;
  outline: none;
  float: left;
  box-sizing: border-box;
}
.search-section .search-input .input::placeholder {
  color: #fff;
}
.search-section .search-input .button {
  width: 100px;
  height: 48px;
  background: #16b1a4;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  text-align: center;
  border: 0 none;
  outline: none;
  border-radius: 0 6px 6px 0;
  float: left;
  cursor: pointer;
}
.search-section .search-input .button:hover {
  background: #3280eb;
}
