.search-content {
    width: 321px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border-radius: 14px;
    position: relative;
    border: 1px solid #E5650E;
    margin-left:30px;
}
.navbar-item .back-ico:before, .navbar-item .next-ico:before {
    display: block;
    font-size: 20px;
    color: #E5650E;
}

.navbar-item {
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    float: left;
    margin-left: 12px;
    text-align: center;
    padding: 0;
    flex: 0;
}
.navbar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right:0;
}

.search_body {
    width: auto;
    margin: 20px 0 0 0;
    height: 30px;
    line-height: 30px;
}

.body {
    background: white;
}

/*搜索历史*/
/* 标题部分 */
.read-in {
    padding: 0 12px 12px 12px;
}

.head-headline {
    width: 100%;
    height: 28px;
    color: #333333;
    position: relative;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
}

/* 历史搜索内容部分 */
.lately-main {
    margin-top: 10px;
    overflow: hidden;
}

    .lately-main .chunk {
        display: inline-block;
        font-size: 12px;
        line-height: 24px;
        padding: 4px 14px;
        background: #F1F1F1;
        margin-right: 10px;
        border-radius: 50px;
        color: #999999;
        margin-bottom: 13px;
		min-width: 20px;
		text-align: center;
    }
/*热门搜索*/
.hotsearch {
    background: linear-gradient(#FFEFE3,#FFFDF9,#FFFEFD,#FFFFFF);
    border-radius: 10px;
    padding-bottom: 50px
}

    .hotsearch .hot_goods {
        padding: 22.5px 15px;
        width: 351px;
    }

        .hotsearch .hot_goods .pname {
            font-size:12px;
            float: left;
            height: 22px;
            line-height: 22px;
            margin-left: 10px;
            max-width: 300px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .hotsearch .head-headline {
        padding: 0 10px;
    }

        .hotsearch .head-headline .headline-size {
            color: #E5650E;
			font-size: 16px;
        }

.rank {
    background: #B7996D;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    text-align: center;
    line-height: 22px;
    float: left;
	font-size: 12px;
}

.one {
    background: linear-gradient(#FF6F30, #FF3503);
}

.two {
    background: linear-gradient(#FFA200, #FF5C00);
}

.three {
    background: linear-gradient(#FED734, #FEAC02);
}
.tip {
    width: 40px;
    float: left;
    height: 22px;
    line-height: 22px;
    font-style: italic;
    font-weight: 700;
	font-size: 10px;
    margin-left:5px;
}
.hot {
    color: #E10707;
}
.new {
    color: #F5A314;
}



.orange {
	background: #FFF3E9;
	color: #E5650E;
}

.headline{
    padding-top: 12px;
}