.theme_color{
    color: #734811;
}
.search_bar{
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    -o-transform:translateX(-50%); 
    -ms-transform:translateX(-50%); 	
    -moz-transform:translateX(-50%); 	
    -webkit-transform:translateX(-50%);
    width: 95%;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #bba58a;
}
.search_tl{
    height: 100%;
    width: 2.5rem;
    text-align: center;
    color: #aeaeae;
    background: #e6e6e6;
}
.search_bar .get_val{
    padding-left: .3rem;
    height: 100%;
}
.search_bar .get_val::-webkit-input-placeholder{
    /* font-size: 13px; */
}
.search_bar .search_input{
    border-radius: 5px 0 0 5px;
    padding: 0 .5rem 0 0;
}

.search_bar .search_btn{
    padding: .3rem .75rem;
    background: #bba58a;
    height: 1.8rem;
    line-height: 1.6;
    right: -1px;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hot_dream .reload,
.history_search .delate{
    position: absolute;
    top: .5rem;
    right: .5rem;
}
.hot_dream .hot_item,
.history_search .history_item{
    border-radius: 5px;
    border: 1px dotted #734811;
    text-align: center;
    padding: .2rem .75rem;
    margin-bottom: .75rem;
    margin-right: .75rem;
    min-height: 1.5rem;
}
.history_search .history_item{
    border: 1px dotted #666;
    color: #666;
}
.dream_classify .cls_item{
    width: 25%;
    margin-bottom: .5rem;
}
.dream_classify .cls_item img{
    margin: 0 auto .2rem;
}
/*分类列表页*/
.act_banner .master{
    position: absolute;
    bottom: .5rem;
    left: 1rem;
}
.act_banner .ecode{
    position: absolute;
    bottom: 1rem;
    right: .8rem;
    width: 19%;
}

.act_banner .price{
    position: absolute;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    -o-transform:translateX(-50%); 
    -ms-transform:translateX(-50%); 	
    -moz-transform:translateX(-50%); 	
    -webkit-transform:translateX(-50%);
    line-height: 1.3;
}
.price .exp_font{
    font-family: cursive;
    color:#203b4e;
    font-weight: bold;
    background: #ffda96;
    border-radius: 5px 0 0 5px;
    padding: 0 .5rem;
}
.price .p_nmu{
    color:#ffda96;
    font-weight: bold;
    background: #203b4e;
    border-radius: 0 5px 5px 0;
    padding: 0 .3rem;
}
.act_banner .wx_code{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -o-transform:translateX(-50%); 
    -ms-transform:translateX(-50%); 	
    -moz-transform:translateX(-50%); 	
    -webkit-transform:translateX(-50%);
}

.they_test .tools_box {
    background:#7b5546;
}
.they_test .see_more {
    display: block;
    line-height: 2rem;
    width: 100%;
	background: transparent;
	font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 0;
    color: #ffd9a8 !important;
    text-align: center;
}
/*搜索页面*/
.search_list .list_item{
    padding: .5rem;
}
.search_list .list_item:not(:last-child){
    border-bottom: 1px solid #e9e9e9;
}
.search_list .key_word{
    color: #734811;
    font-weight: bold;
}
.search_box .empty_data{
    display: none;
    min-height: 10rem;
    padding: 2rem .5rem 0;
}
.search_box.emptydata .empty_data{
    display: block;
}
.search_box.emptydata .has_data{
    display: none;
}
.to_consult{
    display: block;
    text-decoration: underline !important;
    color: #734811 !important;
    margin:  .5rem auto 0;
}

/*结果页面*/
.check_more{
    display: block;
    width: 6rem;
    padding: .5rem 0;
    text-align: center;
    border-radius: 3px;
    background: #ba9485;
    color: #fff !important;
    margin: 3.5rem auto .5rem;
    font-size: 13px;
}