html {
    background: #f5f5f5;
}

body {
    opacity: 0;
    background: #fff;
}

.search-top {
    overflow: hidden;
}

.search-top > div {
    float: left;
    width: 6.05rem;
    height: .7rem;
    margin-top: .2rem;
    margin-left: .3rem;
    background-color: #fff;
    border-radius: .35rem;
    border: solid 1px #e5e5e5;
}

.search-top > span {
    display: inline-block;
    margin-top: .34rem;
    margin-left: .2rem;
    font-size: .28rem;
    color: #333;
}

.search-top > div img {
    float: left;
    width: .3rem;
    height: .3rem;
    margin-top: .2rem;
    margin-left: .2rem;
}

.search-top > div input {
    width: 4.5rem;
    margin-left: .13rem;
    margin-top: .2rem;
    border: none;
    outline: none;
}

.search-content {
    padding-bottom: .3rem;
}

.search-content .title {
    margin-left: .29rem;
    font-family: PingFang-SC-Medium;
    font-size: .32rem;
    color: #333;
}

.search-content .delete {
    float: right;
    width: .29rem;
    height: .31rem;
    margin-right: .3rem;
}

.search-content > div {
    margin-top: .6rem;
}

.search-content > div .title,
.recent-search > div .title {
    margin-bottom: .4rem;
    line-height: 1;
    font-weight: 700;
}

.recent-search, .search-query {
    width: 6.9rem;
    margin: 0 auto;
    overflow: hidden;
}

.search-query {
    width: 6.4rem
}

.recent-search span {
    float: left;
    display: inline-block;
    height: .5rem;
    margin-bottom: .2rem;
    margin-right: .2rem;
    padding-left: .25rem;
    padding-right: .25rem;
    line-height: .5rem;
    font-size: .26rem;
    color: #333;
    background-color: #f5f5f5;
    border-radius: .28rem;
    cursor: pointer;
}

.search-query span {
    float: left;
    display: block;
    width: 50%;
    height: .3rem;
    padding-top: .02rem;
    margin-bottom: .34rem;
    line-height: .3rem;
    text-align: left;
    font-size: .28rem;
    color: #333;
    cursor: pointer;
}
.hide{
    display: none;
}

.no-data {
    position: fixed;
    top: .9rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.no-data img {
    display: block;
    width: 3.4rem;
    margin: 1.94rem auto .49rem;
}

.no-data p {
    text-align: center;
    font-size: .3rem;
    color: #999;
}

.have-data .title {
    margin-top: .38rem;
    margin-bottom: .32rem;
    font-family: PingFang-SC-Medium;
    font-size: .32rem;
    color: #333;
}

.search-result {
    padding-left: .3rem;
    padding-right: .3rem;
}

.result-top ul {
    height: 3.2rem;
    min-height: 1.62rem;
    overflow: hidden;
}

.result-top li {
    float: left;
    width: 3.35rem;
    height: 1.42rem;
    margin-bottom: .2rem;
    background: url(../../img/search/product-bg.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.result-top li:nth-child(even) {
    float: right;
}

.result-top li:nth-child(odd) {
    float: left;
}

.result-top li img {
    float: left;
    width: .8rem;
    height: .8rem;
    margin-top: .32rem;
    margin-left: .21rem;
    margin-right: .19rem;
}

.result-top li p:nth-child(2) {
    margin-top: .37rem;
    margin-bottom: .1rem;
    line-height: 1;
    font-size: .28rem;
    color: #333
}

.result-top li p:nth-child(3) {
    font-size: .24rem;
    color: #02562c;
}

.get-more {
    display: inline-block;
    margin: .32rem 0 0 2.93rem;
    padding-right: .27rem;
    /*width: 1rem;*/
    text-align: center;
    font-size: .24rem;
    color: #999;
}

.down {
    background: url(../../img/search/down.png) no-repeat right center/.2rem .11rem;
}

.top {
    background: url(../../img/search/top.png) no-repeat right center/.2rem .11rem;
}
/*.get-more img {*/
/*    width: .2rem;*/
/*    height: .11rem;*/
/*    margin-left: .07rem;*/
/*}*/

.title-two {
    display: block;
    margin: .56rem auto .36rem;
    width: 6.87rem;
    height: .3rem;
}

.result-bottom ul {
    box-sizing: border-box;
    width: 6.9rem;
    padding-left: .2rem;
    padding-right: .2rem;
    background-color: #fff;
    border-radius: .1rem;
}

.result-bottom ul li {
    box-sizing: border-box;
    width: 100%;
    height: 2rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-bottom: dashed 1px #e0e0e0;
    cursor: pointer;
}

.result-bottom li > div {
    float: left;
    width: 2.31rem;
    height: 100%;
    margin-right: .31rem;
}
.result-bottom li > div > img {
    width: 100%;
    height: 100%;
}
.result-bottom div p {
    display: inline-block;
    width: 4rem;
    line-height: 1;
}

.product-name {
    margin-bottom: .2rem;
    font-family: PingFang-SC-Regular;
    font-size: .28rem;
    color: #333;
}

.office-price {
    margin-bottom: .15rem;
    font-family: PingFang-SC-Regular;
    font-size: .26rem;
    color: #999;
}
.price{
    margin-left: -.02rem;
    font-family: PingFang-SC-Regular;
    font-size: .26rem;
    color: #ff4223;
}
.price em{
    font-size: .34rem;
}
.price i{
    position: relative;
    top: -.05rem;
    display: inline-block;
    padding: 0 .1rem 0 .1rem;
    height: .35rem;
    margin-left: .19rem;
    text-align: center;
    line-height: .35rem;
    font-size: .22rem;
    font-style: normal;
    color: #fff;
    background-image: linear-gradient(90deg, #ff6929 0%, #ffaf68 100%, #ffa268 100%, #ff9568 100%), linear-gradient( #ffa500, #ffa500);
    background-blend-mode: normal, normal;
    border-radius: .15rem .15rem .15rem 0;
}

#inputWall {
    position: relative;
}

#searchClose {
    position: absolute;
    right: .31rem;
    top: 50%;
    transform: translate(0, -50%);
    width: .28rem;
    height: .28rem;
    background: url(../../img/search/x.png) 0 0/100% 100% no-repeat;
}


#toast {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: center;
}

#toast div {
    display: inline-block;
    font-size: .28rem;
    padding: .15rem .3rem;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    border-radius: .1rem;
    margin-top: 60%;
    max-width: 50%;
}