.header1 {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.header1 ul {
    display: flex;
    align-items: center;
    margin: 0 50px;
}
.header1 ul li {
    margin-right: 40px;
}
.header1input {
    display: flex;
    align-items: center;

    border-radius: 100px 100px 100px 100px;
    border: 2px solid #852eff;
}
.log a {
    font-family: Sriracha, Sriracha;
    font-weight: 400;
    font-size: 40px;
    color: #0154d8;
    line-height: 47px;
}
.header1 ul li {
    font-family: Nunito, Nunito;
    font-weight: 800;
    font-size: 20px;
    color: #908a99;
    line-height: 28px;
}
.header1input input {
    margin: 12px 0px 12px 60px;
}
.search_btn {
    width: 24px;
    height: 24px;
    margin-right: 28px;
}
.header1inputyidong {
    display: none;
}
@media (max-width: 1500px) {
    .header1inputyidong {
        display: block;
        display: flex;
    }
    .header1inputname {
        display: none;
    }
    .header1 {
        justify-content: space-between;
    }
    .header1 {
        width: 95%;
        margin: 0 auto;
        padding-top: 40px;
    }

    .header1 ul {
        margin: 20px;
        width: 100%;
        flex-wrap: wrap;
    }

    .header1 ul li {
        padding-top: 12px;
    }
}
@media (max-width: 660px) {
    .header1 ul {
        margin: 20px;
    }
    .header1 ul li {
        margin-right: 40px;
    }
}

@media (max-width: 560px) {
    .log a {
        font-size: 20px;
        line-height: 24px;
    }
    .header1input input {
        font-size: 12px;
        color: #8a9099;
        line-height: 16px;
        margin: 4px 0px 4px 16px;
    }
    .search_btn {
        width: 12px;
        height: 12px;
        margin-right: 14px;
    }
        .header1 ul li {
            font-size: 12px;
color: #908A99;
line-height: 14px;
        margin-right: 0px;
    }
        .header1 {
        padding-top: 12px;
    }
    .header1 ul {
        margin: 0px 0 12px 0;
    justify-content: space-around;
    }
}
@media (max-width: 344px) {
    .header1input input {
     
        max-width: 110px;
       
    }
}




.icon-right:before ,.icon-left:before{
   
    font-size: 46px;
    background: #fff;
    border-radius: 20px;
    color: #0154d8;
   
}



















