.search-list1 {
    padding: 2.65rem 0 1.325rem;
    background: #f2f8f5;
}
.search-list1 .tit-52 {
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    line-height: normal;
}
 .searchbox {
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.6rem;
    padding-right: 1.3rem;
}

.search-list1 form {
    width: 100%;
    background: #fff;
    height: 2.5rem;
    border-radius: 1.25rem;
    line-height: 1;
    border: 1px solid #007f41;
    margin-bottom: .525rem;
}

.searchbox form .input1 {
    height: 100%;
    width: 70%;
    background: transparent;
    border: none;
    font-size: .55rem;
}
.searchbox form .input1::placeholder {
    color: #007f41;
}
.searchbox .input2 {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background: #007f41;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-list1 .hot_keywors {
    display: flex;
    align-items: center;
}
.search-list1 .hot_keywors  .hot_key  {
    text-transform: capitalize;
}
.search-list1 .hot_keywors  .hot_key p{
    font-weight: 450;
}
.search-list2 {
    padding: .675rem 0 3.25rem;
    background: #fff;
    position: relative;
}
.search-list1 .hot_keywors .hot_key p span{
    cursor: pointer;
}
.search-list1 .hot_keywors .hot_key p span:hover{ 
    font-weight: 600;

}
.search-list2 span {
    color: #ff0000;
    font-weight: 600;
}

.search-list2 .tip {
    text-align: right;
    padding-bottom: .6rem;
    border-bottom: 1px solid rgba(0, 127, 65, .2);
    text-transform: capitalize;
}

.search-list2 .ulbox {
    z-index: 1;
    position: relative;
    font-weight: 600;
}

.search-list2 .ulbox .li {
    width: 100%;
    padding: 1.025rem 0;
    border-bottom: 1px solid rgba(0, 127, 65, .2);
    position: relative;
    transition: all .6s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.search-list2 .ulbox .li:hover .t2{
    color: #007f41;
}

.search-list2 .click_more {
   
   margin-top: 1.25rem;
   transition: all 0.5s;
}
.search-list2 .click_more:hover{
    background-color: #007f41;
    color: #fff;
}
.search-list2 .click_more svg{
    fill: #007f41;
    transition: all 0.5s;
}
.search-list2 .click_more:hover svg{
    fill: #fff;
    transform: rotate(306deg);
}