html, body {
  height: 100%;
}
.jeg_search_box {
  margin-top: 10px;
}
.jeg_search_form {
  width: 100%;
  height: 40px;
  position: relative;
}
.jeg_input_box {
  width: 600px;
  height: 100%;
}
.jeg_input_box .jeg_search_ipt {
  width: 100%;
  height: 100%;
  padding: 10px 70px 10px 20px;
  font-size: 18px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
}
.jeg_btn_search {
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 0 4px 4px 0;
  background-color: #e6a93a;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.jeg_btn_search svg {
  color: #fff;
}
.jeg_content_wrapper .jeg_result_title {
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}
#jeg_results .jeg_result {
  padding: 10px 0;
  color: #777;
  font-size: 14px;
  line-height: 22px;
}
#jeg_results .jeg_result .result_title {
  margin-bottom: 4px;
  font-size: 20px;
}
#jeg_results .jeg_result a {
  color: #666;
  font-size: 16px;
}
#jeg_results .jeg_result a:hover {
  color: #e6a93a;
}
#jeg_results .jeg_result .result_url {
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#jeg_results .jeg_result .result_description {
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media only screen and (max-width: 1024px) {
  .jeg_header_wrapper .container .jeg_nav_right {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
  }
  .jeg_input_box {
    width: 100%;
  }
  .jeg_search_wrapper .jeg_search_box {
    padding: 10px;
    margin-top: 0;
  }
  .jeg_input_box .jeg_search_ipt {
    border: 1px solid #ddd;
  }
  .jeg_content_wrapper {
    margin-top: 60px;
  }
}