.search-form {
  position: relative;
  display: block;
  width: 80%;
  margin-left: 10px;
}

.search-form .search-input {
  display: block;
  background: #e5e9ef;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 15px;
  background-color: #fff;
  outline: none;
}

.search-form .search-input::placeholder {
  color: #d0deed
}

.search-form .search-input:focus {
  background-color: #fff
}

.search-form .search-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  border-radius: 0 5px 5px 0;
  background: transparent;
  cursor: pointer;
}

.search.search-box .title img.search-close {
  margin-left: 20px;
}

.search .title input.search-input {
  font-size: 16px;
  border: 1px solid #17aebc;
  color: #333;
  padding: 6px 45px 6px 10px;
}

.g-title {
  width: 100%;
  font-size: 20px;
  text-align: center;
  position: relative;
  font-weight: 700;
  top: 10px;
  color: #66a6ff;
}

.site-logo {
  height: 38px;
  width: auto;
  max-width: 180px;
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .header .label {
    padding: 0 12px 0 8px;
  }

  .header .label .label_icon {
    margin-left: 0px;
  }

  .header .label_name {
    width: 100%;
  }

  .g-title {
    font-size: 22px;
  }

  .site-logo {
    height: 40px;
    width: auto;
    max-width: 200px;
  }
}