/* .content {
  padding-top: 30px;
} */
.search-box {
  display: flex;
  justify-content: center;
  margin: 60px;
}
/* .common-title {
  margin-top: 0;
}
.common-title .left span {
  font-size: 20px;
  font-weight: bold;
} */
.search-box > div {
  display: flex;
  width: 750px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  background-color: #fff;
}
.search-box input {
  flex: 1;
  padding-left: 25px;
  font-size: 20px;
  border: 0;
  outline: none;
}
.search-box .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  background-color: #1444cc;
  border-radius: 0px 10px 10px 0px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.search-box .button span {
  margin-left: 10px;
}
.searchInp {
  width: 24px;
  height: 24px;
}
@media (max-width: 1299px) {
  .search-box {
    margin: 7vw 0;
  }
  .search-box > div {
    width: 80vw;
    height: 8vw;
    border-radius: 1.5vw;
    border: 0.3vw solid #ffffff;
    overflow: hidden;
  }
  .search-box input {
    padding-left: 3vw;
    font-size: 3vw;
  }
  .search-box .button {
    width: 16vw;
    border-radius: 0px 1.5vw 1.5vw 0px;
    font-size: 3vw;
  }
  .searchInp {
    width: 3vw;
    height: 3vw;
  }
  .search-box .button span {
    margin-left: 1.5vw
  }
  /* .common-title {
    height: 15vw;
  }
  .common-title .left span {
    font-size: 3vw;
  } */
}
