.see {
  max-width: 1040px;
  margin: 0px auto;
  justify-content: space-between;
  padding: 24px 0;
  display: flex;
}

.header1input {
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: -16px 16px 34px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 0px 0px;
  border: 2px solid rgba(255, 255, 255, 0.07);
  padding: 12px 48px;
  width: 79%;
  margin-left: 20px;
  align-items: center;
}

#search::placeholder {
  color: #fff; /* 占位文字颜色 */
}

#search {
  color: #fff; /* 占位文字颜色 */
}

.header1input input {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
      width: 80%;
}

.icon-search:before {
  color: #fff; /* 占位文字颜色 */
  font-size: 20px;
}

.search_btn {
  display: flex;
  width: 16%;
  background: #99ee2d;
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  clip-path: polygon(0 0, 87% 0, 100% 50%, 100% 100%, 0 100%);
  align-items: center;
  justify-content: center;
}

.search_btn img {
  width: 20px;
  height: 14px;
  margin-left: 12px;
}
@media (max-width: 1380px) {
  .see {
    width: 95%;
  }
}
@media (max-width: 1380px) {
  .search_btn {
    width: 24%;
  }
  .header1input {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .search{
   display: none;
  }
  .ul_lhome{
          display: block;
  }
  
  
}











@media (max-width: 740px) {
  .see {
    padding: 12px 0;
  }
  .header1input {
    padding: 9px 16px;

    margin-left: 0px;
    align-items: center;
  }
  .icon-search:before {
    font-size: 16px;
  }
  .header1input input {
    font-size: 14px;

    line-height: 18px;
  }
  .search_btn {
    width: 24%;
    clip-path: polygon(0 0, 66% 0, 100% 62%, 100% 100%, 0 100%);
  }

  .search_btn span {
    display: none;
  }

  .search_btn img {
    margin-right: 30px;
    margin-left: 0px;
  }
}
