.search-head ul{
    display: flex;
    justify-content: center;
}
.search-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.search-head ul li:nth-child(2){
    margin: 0 50px;
}

.search-head ul li{
    width: 80px;
    height: 38px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0084FF;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    line-height: 32px;
    justify-content: center;
}
.search-head ul .Acitive{
    background: url("/dist/imgs/home/searchTypeBgc.png");
    background-size: 100% 100%;
    color: #fff;
}
.searchIpt{
    margin-bottom: 31px;
    margin-top: 14px;
}
.searchIpt input{
    flex: 1;
    outline: none;
    padding-left: 26px;
    border: 2px solid #0084FF;
    border-radius: 26px 0 0 26px;
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #999999;
}
.searchIpt span{
    width: 120px;
    background: #0084FF;
    border-radius: 0px 100px 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 20px;
    cursor: pointer;
}
.searchIpt span:hover{
    opacity: 0.9;
}
.searchIpt span img{
    width: 19px;
    height: 18px;
    margin-right: 9px;
}
.searchIpt{
    width: 800px;
    height: 52px;
    display: flex;
    border-radius: 26px;
}