.wrap .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.inpt {
    display: flex;
    width: 5.12rem;
    height: .56rem;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    border-radius: .28rem;
    position: relative;
}
.wrap .header img{
    margin: 0;
}
.inpt span{
    width: 1.2rem;
    font-size: .24rem;
    color: #323232;
    text-align: center;
    line-height: .56rem;
    border-right: 1px solid #D9D9D9;
    padding-left: .1rem;
}
.inpt span img{
    width: .24rem;
    height: .24rem;
}
.wrap .header input{
    width: 3.2rem;
    height: .5rem;
}
.inpt-text {
    display: flex;
    align-items: center
}
.inpt-text input {
    padding-left: .24rem;
    font-size: .24rem;
    color: #C4C4C4;
}
.wrap .inpt-text img{
    width: .4rem;
    height: .4rem;
    margin-right: .1rem;
}
/* 搜索 */
.hunt-for {
    font-size: .28rem;
    color: #FFFFFF;
    margin-left: .2rem;
}
/* 热门搜索 */
.hot-hunt-for {
    padding: 1.2rem .32rem 0;
}
.hot-hunt-for p{
    font-size: .28rem;
    color: #000000;
    margin-bottom: .2rem;
}
.hot-hunt-for ul {
    display: flex;
    flex-wrap: wrap;
}
.hot-hunt-for ul li {
    width: 50%;
    font-size: .24rem;
    color: #909090;
    margin-bottom: .16rem;
}
.hunt-for-history {
    padding: .5rem .32rem;
}
.hunt-for-history p{
    font-size: .28rem;
    color: #000000;
    display: flex;
    justify-content: space-between;
}
.hunt-for-history ul li{
    height: .74rem;
    font-size: .24rem;
    color: #909090;
    line-height: .74rem;
    border-bottom: 1px solid #D9D9D9;
}
.cut-none {
    width: 1.1rem;
    background: #FFFFFF;
    position: absolute;
    top: .6rem;
    left: .06rem;
    display: none
}
.cut-none span{
    border: none;
    width: 1.1rem;
    padding: 0%;
    height: .56rem;
    display: block;
    margin: 0;
    z-index: 999;
}
/* title */
.pops {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 80%;
    left: 50%;
    width: 4rem;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding:2px 10px;
    display: none;
    border-radius: 8px;
    color: white;
    font-size: .32rem
}