body {
    background: #f5f5f5;
}

.search-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 1.13rem;
    width: 100%;
    background: #FFFFFF;
    margin-top: 0.25rem;
}
.search-header > a {
    width: 0.7rem;
    height: 0.58rem;
    text-align: center;
}
.search-header img {
    width: 0.3rem;
    height: 0.4rem;
    margin-top: 0.09rem;
}
.search-header > input {
    width: 4.85rem;
    height: 0.58rem;
    background-image: url('../img/search/search-icon.png');
    background-repeat: no-repeat;
    background-size: 0.37rem 0.35rem;
    padding-left: 1rem;
    background-position: 0.4rem 0.07rem;;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 245, 124, 16 );
    background-color: rgb( 237, 237, 237 );
    flex: 1;
    color: #878686
}
.search-header > button{
    width: 0.91rem;
    height: 0.47rem;
    border-radius: 8px;
    background-color: rgb( 245, 124, 16 );
    margin: 0 0.5rem;
    border: none;
    color: #FFFFFF;
}
.search-header > button:active {
    background-color: rgb(150, 77, 13);
}

.search-recommend {
    display: flex;
    flex-flow: column nowrap;
}
.search-recommend > img {
    width: 5.42rem;
    height: 0.44 rem;
    margin: 0.1rem 0;
    align-self: center;
}

.search-recommend-item {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 0.1rem;
}
.search-recommend-item > a:first-child {
    margin-left: 0.69rem;
    margin-right: 0.38rem;
}
.search-recommend-item > a:first-child > img {
    width: 1rem;
    height: 1rem;
    border-radius: 13px;  
}

.search-recoitem-info {
    display: flex;
    flex-flow: column nowrap;
    font-size: 0.25rem;
    flex: 1;
}

.search-recoitem-info div:first-child{
    display: flex;
    align-items: center;
}

.search-tips-yellow {
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.14rem;
    border-radius: 3px;
    background-color: rgb( 255, 149, 0 );
    width: 0.55rem;
    height: 0.28rem; 
    margin-left: 0.07rem;
    line-height: .28rem;
}

.search-recoitem-type {
    font-size: 0.16rem;
    color: rgb( 0, 0, 0 );
    line-height: 2;
}
.search-tips-hot {
    font-size: 0.14rem;
    color: rgb( 245, 75, 14 ); 
}
.search-recoitem-hot {
    font-size: 0.14rem;
}
.search-recoitem-start {
    border-radius: 8px;
    background-color: rgb( 245, 124, 16 );
    width: 0.91rem;
    height: 0.47rem;
    border: none;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.47rem;
}
.search-recommend-item > img {
    width: 1.16rem;
    height: 0.29rem;
    transform: translate(0,-0.4rem);
}
.search-recoitem-subdeco {
    width: 4.82rem;
    height: 0.41rem;
    align-self: center;
}

.search-notfound {
    text-align: center;
    padding-top: 0.2rem;
    color: #808080;
}