.type-searchbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 16px 0;
  max-width: 320px;
}
.type-searchbox__input {
  width: calc(100% - 80px);
}
.type-searchbox__submit {
  width: 64px;
}
.type-searchbox__btn {
  border: 0;
  border-radius: 8px;
  width: 100%;
  line-height: 30px;
  background: #006F9A;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
