<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.showSearch{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#search{
    width: 100vw; max-width: 576px;
    height: 100%;background-color: #f2f2f2;
    position: absolute;
    top: 0;
    z-index: 999;
    display: none;
}
body.showSearch #search{ display: block; }

.searchHeader{
    width: 100%;height: 0.88rem;padding: 0 0.2rem;
    display: flex;align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.searchHeader .icon1_goback{position: static;transform: translateY(0); }
.search_con{
    width: 0;height: 0.58rem;flex-grow: 1;
    display: flex;align-items: center;
    margin-left: 0.21rem;
    background-color: #f2f2f2;
    padding: 0 0.22rem 0 0.16rem;
    border-radius: 0.29rem;
    font-size: 0.28rem;
}
.search2 .search_con{
    margin-left: 0.18rem;
    margin-right: 0.26rem;
    padding: 0 0.2rem;
}
.search2_line{
    margin-right: 0.26rem;
    width: 1px;height: 0.36rem;
    background-color: #e6e6e6;
}
.inp{
    width: 0;padding: 0 0.2rem;
    flex-grow: 1;font-size: 0.28rem;
    background-color: transparent;
}
.search2 .inp{ padding:  0rem; }
.icon1_clear{
    height: 0.28rem;width: 0.28rem;display: none;
    background-position: 0 -3.58rem;
}
.cancel{ color: #000000; position: relative;padding-left: 0.18rem;margin-left: 0.2rem;}
.cancel::after{
    content: '';
    width: 1px; height: 0.28rem;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;top: 50%;transform: translateY(-50%);
}
.icon1_del{
    height: 0.28rem;width: 0.28rem;
    background-position: 0 -3.28rem;
}
.history_list{
    display: flex;flex-wrap: wrap;
    padding: 0 0.29rem 0.11rem;
}
.history_item{
    line-height: 0.54rem;padding: 0 0.2rem;
	background-color: #f2f2f2;
    border-radius: 0.26rem;
    font-size: 0.24rem;
    margin:0 0.1rem 0.2rem;
}
.hot_list{
    display: flex;flex-wrap: wrap;
    padding: 0 0.39rem;
}
.hot_item{
    width: 50%;position: relative;
    font-size: 0.28rem;
    margin-bottom: 0.19rem;
}
.hot_list .hot_item:nth-child(even){
    padding-left: 0.4rem;
}
.hot_list .hot_item:nth-child(even)::after{
    content:  '';display: block;
    width: 1px;height: 0.24rem;background-color: #e6e6e6;
    position: absolute;left: 0;top: 50%;transform: translateY(-50%);
}
.noRes{
    width: 100%;background-color: #fff;
    text-align: center; font-size: 0.28rem;color: #666666;
    padding: 1.27rem 0 1.51rem;
}
.noRes img{
    width: 4.16rem;height: 2.52rem;
}
.result_tit{
    font-size: 0.32rem;font-weight: 600;line-height: 0.9rem;
    padding: 0 0.39rem;
}
.result_tit span{color: #ff680c;}
.result_list{width: 100%;padding: 0 0.39rem;}

.result_item{ width: 100%;display: flex;align-items: center; }
.result_item_l{ width: 1.4rem;height: 1.4rem;border-radius: 0.3rem; }
.result_item_r{
    flex-grow: 1; padding: 0.28rem 0; 
    margin-left: 0.37rem; border-bottom: 1px solid #e6e6e6;
}
.result_list .result_item:first-child { align-items: flex-start; }
.result_list .result_item:first-child .result_item_r{ padding-top: 0;}
.result_item_r h2{font-size: 0.32rem;padding-bottom: 0.1rem;}
.result_item_r p{
    color: #808080;
    font-size:0.24rem;
    padding-top: 0.06rem;height: 0.41rem;overflow: hidden;
}
.result_item_r .result_item_tags{
    line-height: 0.40rem;height: 0.44rem;padding-top: 0.13rem;
}
.result_item_r p em{
    font-style: normal;
}
.result_item_r p a{
    color: #808080; text-decoration: underline;
    margin-right: 0.1rem;
}
.mod_result .changePage{justify-content: space-between;padding: 0.39rem;}
.mod_result .changePage span{
    width: 3rem;flex-grow: 0; margin: 0;
}

.lianxiang{
    width: 100%;
    padding-left: 0.36rem;
    display: none;background-color: #fff;
}
.lianxiang_item{
    width: 100%;
    height: 0.78rem;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.38rem;
}
.lianxiang_l{
    font-size: 0.28rem;
}
.lianxiang_zt{
    padding-left: 0.2rem;margin-left: 0.2rem;
    position: relative;
    font-size: 0.24rem;color: #808080;
}
.lianxiang_zt::after{
    content: ' ';display: block;
    width: 0.06rem;height: 0.06rem;border-radius: 50%;background-color: #b3b3b3;
    position: absolute;
    left: 0; bottom: 0.11rem;
}
.lianxiang_r{font-size: 0.24rem; color: #808080;}</pre></body></html>