

.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: 20px;
    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;
      border: 1px solid #ff6c24;
    border-image: linear-gradient(90deg, rgba(255, 106, 32, 1), rgba(12, 4, 1, 1), rgba(12, 4, 1, 1), rgba(255, 107, 32, 1)) 1 1;
}


.see .search_btn_bubu i {
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
       padding: 10px 40px;
    background: #ff6c24;
    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;
    }
    @media (max-width: 1020px) {
    .see {
    width: 95%;
    }
.see .search_btn_bubu {
    width: 23%;
}
  .heaput {
    padding: 12px 8px;
    width: 70%;
}
  .maeatar {
    grid-template-columns: repeat(3, 1fr);
}
      .search{
        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: 18px;
    margin-left: 10px;
    width: 80%;
    }
    .heaput {
    width: 64%;
    }
      
}    @media (max-width: 345px) {
    .heaput {
        width: 60%;
    }
    .see .search_btn_bubu {
        width: 31%;
    }
}
