.search-div-outer{
    width: 100%;
    /*position: fixed;*/
    /*margin-top: 0;*/
    /*z-index: 999;*/
    background: #fff;
    /*top: 0;*/
    /*left: 0;*/
    /*overflow: hidden;*/
}
.ip_cont{
    overflow: hidden;
}
.search-div{
    display:  flex;
    align-items:  center;
    position: relative;
    background: rgb(247,247,247);
    padding: .4rem .5rem;
    width: 100%;
}
.search-label{
    position: absolute;
    font-size: .9rem;
    color: #b4b4b4;
    top: 50%;
    left: .8rem;
    -webkit-transform: translate3D(0,-50%,0);
    transform: translate3D(0,-50%,0);
    top: 52%;
}
.search-input{
    box-sizing: border-box;
    width: 100%;
    height: 1.4rem;
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    font-family: inherit;
    color: #3d4145;
    font-size: .7rem;
    font-weight: 400;
    padding: 0 .5rem;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    padding-left: 1.4rem;
    margin: 0;
    height: 1.4rem;
    border: 0;
    border-radius: 3px;
    line-height: 1.5rem;
}
.search-div-outer ul{
    display: flex;
    justify-content: space-between;
    background: rgb(247,247,247);
}
.search-div-outer ul li{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.2rem;
}
.search-div-outer ul li.active{
    /*border-bottom: 2px solid #f56c3e;*/
}
.xx-good-list{
    /*margin-top: 4.8rem;*/
}
.search-div-outer .mask{
    position: fixed;
    top: 4.3rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
}
.sort-item{
    line-height: 2rem;
    color: #333;
    font-size: .7rem;
    background: #fff;
    padding: .25rem .5rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.sort-item.active{
    color: #E63D59;
}
.search-div-outer ul li .iconfont{
    color: #999;
    font-size: .5rem;
}
.search-div-outer ul li a {
    display: flex;
    line-height: 1.2rem;
    /*border-right: 1px solid #ECECEC;*/
    color: #333;
    font-size: .7rem;
    justify-content: center;
    width: 100%;
}
.xx-good-list{
    z-index: 10;
}
.active a{
    font-weight: bold;
}
.search-input{
    border-radius: 30px;
}