/* 大盒子 */
.list_box {
    max-width: 750px;
    min-height: 13.34rem;
    margin: 0 auto;
    background: #CC0700;
    position: relative;
    padding: 6.5rem .3rem 0;
}

/* 城市、搜索栏 */
.list_box .search_box {
    width: 6.8rem;
    height: 2.14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: .54rem .8rem 0;
	position: absolute;
	top:4rem;
	z-index: 3;
}

.list_box .search_box .left {
    width: 4rem;
    height: 1rem;
    display: flex;
    align-items: center;
}

.list_box .search_box .left .city {
    font-size: .24rem;
    color: #fff;
    margin-right: .2rem;
    display: flex;
}

.list_box .search_box .left .xiala {
    display: block;
    width: .2rem;
    height: .1rem;
}

.list_box .search_box .left .xiala img {
    width: 100%;
    height: 100%;
}

.list_box .search_box .right {
    width: 6rem;
    height: 1rem;
    padding-top: .1rem;
}

.list_box .search_box .right .my_input {
    width: 100%;
    height: .8rem;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: .6rem;
    padding: 0 .3rem;
}

.list_box .search_box .right .my_input input {
    border: 0;
    height: 90%;
    margin-left: .2rem;
    color: #333;
    font-size: .24rem;
}

.list_box .search_box .right .my_input .search_icon {
	float: left;
    display: block;
    width: .3rem;
    height: .34rem;
}

.list_box .search_box .right .my_input .search_icon img {
    width: 100%;
    height: 100%;
}
/* 商户列表 */
.list_box .shanghu_list{
    width: 100%;
    background: #F55904;
	position: relative;
	top:-0.6rem;
	z-index: 2;
}
.list_box .shanghu_list .list_s{
    width: 100%;
    height: 1.56rem;
    display: flex;
    justify-content: space-between;
    background: #FEE9A7;
    align-items: center;
    padding: 0 .24rem;
    margin-bottom: .1rem;
}
.list_box .shanghu_list .list_s .list_left{
    display: flex;
    align-items: center;
}
.list_box .shanghu_list .list_s .list_left .left_img{
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .24rem;
}
.list_box .shanghu_list .list_s .list_left .left_img img{
    width: 100%;
    height: 100%;
}

.list_box .shanghu_list .list_s .list_left .left_t{
    font-size: .28rem;
    color: #222222;
}
.list_box .shanghu_list .list_s .list_left .left_b{
    font-size: .2rem;
    color: #333333;
    margin-top: .08rem;
}



.list_box .shanghu_list .list_s .list_right .dh{
    width: 1.34rem;
    height: .5rem;
    display: block;
}
.list_box .shanghu_list .list_s .list_right .dh img{
    width: 100%;
    height: 100%;
}
.list_box .shanghu_list .list_s .list_right .right_b{
    display: flex;
    align-items: center;
    margin-top: .12rem;
}
.list_box .shanghu_list .list_s .list_right .right_b .adrrs{
    width: .22rem;
    height: .22rem;
    margin-right: .06rem;
}
.list_box .shanghu_list .list_s .list_right .right_b .adrrs img{
    width: 100%;
    height: 100%;
}
 .juli{
    font-size: .2rem;
    color: #333;
}