.search{
    width: 100%;
    height: 1.96rem;
    box-shadow: 0px 0px 10px #cccccc;
    position: fixed;
    top: 1.2rem;
    left: 0;
    padding: 0 0.25rem;
    box-sizing: border-box;
    background: #ffffff;
}
.search .sea-box{
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.28rem;
    box-sizing: border-box;
    border: 0.01rem solid #cccccc;
    border-radius: 0.1rem;
}
.sea-box .sea-img{
    width: 0.45rem;
    height: 0.45rem;
    margin-top: 0.18rem;
}

.sea-box .sea-input{
    width: 5.7rem;
    height: 0.77rem;
    overflow: hidden;
}
.sea-input input{
    display: block;
    width: 100%;
    height: 0.79rem;
}

.address{
    width: 100%;
    height: 0.78rem;
    background: #ffffff;
    display: flex;
    padding: 0 0.26rem;
    box-sizing: border-box;
    margin-top: 1.4rem;
}
.address .add-img{
    width: 0.34rem;
    height: 0.34rem;
    margin-top: 0.22rem;
}
.address .add-text{
    width: auto;
    height: 0.78rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.78rem;
    margin-left: 0.1rem;
}

.list{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* margin-top: 2.2rem; */
    background: #ffffff;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.list .list-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-ul .list-li{
    width: 100%;
    height: 2.4rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #cccccc;
    margin-top: 0.4rem;
    padding: 0 0.18rem;
    box-sizing: border-box;
}
.list-li:last-child{
    margin-bottom: 0.4rem;
}
.list-li .list-top{
    width: 100%;
    height: 0.48rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.34rem;
}
.list-top .list-name{
    width: auto;
    height: 0.48rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.48rem;
}
.list-top .list-price{
    width: auto;
    height: 0.48rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #27acff;
    line-height: 0.48rem;
}
.list-li .list-on{
    width: 100%;
    height: 0.42rem;
    margin-top: 0.18rem;
    display: flex;
    justify-content: space-between;
}
.list-on .list-address{
    width: auto;
    height: 0.42rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.42rem;
}
.list-on .list-time{
    width: auto;
    height: 0.42rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.42rem;
}
.list-li .list-post{
    width: auto;
    height: 0.32rem;
    margin-top: 0.24rem;
    display: flex;
}
.list-post .post-img{
    width: 0.34rem;
    height: 0.32rem;
}
.list-post .post-span{
    width: auto;height: 0.32rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.32rem;
    margin-left: 0.1rem;
}
