#Head {
  width: 100%; }

#headerNav {
  height: 60px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1000; }
  #headerNav .phone-nav-btn {
    display: none; }
  #headerNav ul {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    #headerNav ul li {
      height: 100%;
      line-height: 60px;
      position: relative; }
      #headerNav ul li a {
        display: inline-block;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px;
        font-size: 16px;
        color: #333333; }
      #headerNav ul li::after {
        display: inline-block;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        width: 0;
        background: #fe5200; }
      #headerNav ul li svg {
        margin-top: 5px; }
    #headerNav ul .nav-text:hover::after {
      width: 100%;
      transition: all 0.36s cubic-bezier(0.4, 0.8, 0.74, 1); }
#search {
  width: 100%;
  position: relative;
  margin-top: 60px; }
  #search .bv-phone {
    display: none; }
  #search .img-100p {
    width: 100%; }
  #search .search-content {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #search .search-title {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    margin-bottom: 50px; }
  #search .input-box {
    display: flex;
    justify-content: center;
    width: 616px;
    max-width: 616px;
    margin: 0 auto;
    position: relative; }
  #search .search-result {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    border-radius: 5px; }
    #search .search-result .search-result-box {
      border-radius: 5px;
      background: #fff;
      overflow: hidden;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
    #search .search-result .search-result-inner {
      background: #fff;
      padding: 10px;
      cursor: pointer;
      position: relative; }
      #search .search-result .search-result-inner a {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0; }
    #search .search-result .search-result-inner:hover {
      background: #f2fbfd; }
    #search .search-result .search-result-item {
      font-size: 14px;
      color: #323232;
      }
      #search .search-result .search-result-item .search-key {
        color: #000;
        font-weight: 600; }
      #search .search-result .search-result-item svg {
      	vertical-align:middle;
        margin-right: 10px; }
    #search .search-result .result-type {
      font-size: 12px;
      color: #999999;
      display: flex;
      margin-top: 5px; }
  #search .ipt {
    padding: 0 20px;
    width: 500px;
    height: 50px;
    outline: none;
    appearance: none;
    border: none;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box; }
  #search .search-btn {
    height: 50px;
    font-size: 20px;
    color: #fff;
    background: #fe5200;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 0 5px 5px 0;
    cursor: pointer; }
  #search .tips-box {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #search .tips-box .tips-item {
      margin:5px 10px; }
    #search .tips-box a {
      text-transform: capitalize;
      display: inline-block;
      box-sizing: border-box;
      background-color: rgba(0, 0, 0, 0.3);
      border: solid 1px rgba(255, 255, 255, 0.3);
      color: #ffffff;
      height: 32px;
      padding: 8px 16px;
      border-radius: 24px;
      font-size: 12px;
      line-height: 1;
      max-width: 96vw;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      white-space: nowrap; }

@media screen and (max-width: 1201px) and (min-width: 200px) {
  #search .bv-pc {
    display: none; }
  #search .bv-phone {
    display: inline-block; }
  #search .search-content {
    width: 100%; }
  #search .search-title {
    font-size: 30px;
    margin-bottom: 20px; }
  #search .search-btn {
    padding: 0 15px;
    height: 40px;
    line-height: 40px; }
  #search .ipt {
    width: 100%;
    height: 40px; }
    #search .input-box{
      width: 96%;
    }
  #headerNav .phone-nav-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; }
    #headerNav .phone-nav-btn .close {
      display: none; }
  #headerNav ul {
    display: unset;
    position: relative;
    z-index: 2; }
    #headerNav ul .logo {
      text-align: center; }
    #headerNav ul .nav-text {
      display: none;
      transition: all .1s ease; }
    #headerNav ul .nav-text:hover::after {
      width: 0;
      transition: unset; }
    #headerNav ul .nav-text {
      border-bottom: 1px solid #f1f1f1;
      background: #f9f9f9; } }

/*# sourceMappingURL=header.css.map */
