.header1input {
  display: none;
}

.see {
  max-width: 1040px;
  margin: 0px auto;
  justify-content: space-between;
  padding: 24px 0;
  display: flex;
}
.heaput {
  display: flex;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  padding: 12px 48px;
  width: 79%;
  margin-left: 20px;
  align-items: center;
}
.heaput input {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-left: 10px;
  width: 80%;
}

.icon-search:before {
  color: #666666;
}

.see .search_btn_bubu {
  display: flex;
  width: 16%;
  border-radius: 4px 4px 4px 4px;
  align-items: center;
  justify-content: center;
}

.see .search_btn_bubu i {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  padding: 12px 40px;
     background: #ffffff;
  margin: 2px;
  border-radius: 4px 4px 4px 4px;
}
.maeatar {
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
}
.mian_east dl {
  width: 100%;
}
.search .icon-search:before {
  color: #ffffff;
}
.ullist {
   
  flex-direction: row;
}











@media (max-width: 1020px) {
  .see {
    width: 95%;
  }
  .see .search_btn_bubu {
    width: 23%;
  }
  .heaput {
    padding: 12px 8px;
    width: 70%;
  }
  .search,.ullist {
    display: none;
  }
}
@media (max-width: 765px) {
  .heaput {
    padding: 0px 8px;
    width: 58%;
  }
  .see .search_btn_bubu {
    width: 26%;
  }
  .see .search_btn_bubu i {
    padding: 5px 7px;
  }
  .icon-search:before {
    margin: 0px 10px;
  }
  .heaput input {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    width: 80%;
  }
  .heaput {
    width: 64%;
  }
  .maeatar {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 345px) {
  .heaput {
    width: 60%;
  }
  .see .search_btn_bubu {
    width: 31%;
  }
}
