@charset "utf-8";

.entrepot-address{
    position: relative;
   width: 550px;
    margin: 5% auto 0;
    background: #fdfdfd;
    padding: 20px 0 70px;
    box-sizing: border-box;
    z-index: 100;
}





/**搜索**/



.search_box{
    width: 80%;
    margin:0 auto;
    background: url(https://ossfile.baibaocang.com/pc/item_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 60px;
    margin-top: 10px;
    display: flex;
	align-items: center;
	justify-content: space-around;
    box-shadow: 0 0 10px rgba(214,218,225,0.2);
    background: #fff;
}

.search_box #cityList{
    background:transparent;
    padding: 3px;
    /*border:0;
    appearance:none;
    -webkit-appearance: none;*/
    color:#000;
    line-height:1.2rem;
    width:100%;
    text-align:center;
    resize: none;
    outline: none;
}
.search_box #cityList-2{
    background:transparent;
    border:0;
    appearance:none;
    -webkit-appearance: none;
    color:#000;
    line-height:1.2rem;
    width:100%;
    text-align:center;
    resize: none;
    outline: none;
}



.keyword_box{
	width: 65%;
    height: 30px;
    border: 1px solid #b5b5b5;
    border-radius: 15px;
    position: relative;
}

.keyword_box input{
	border: 0;
    outline: none;
    background: none;
    display: block;
    width: 80%;
    text-align: center;
	height:30px;
    line-height: 30px;
    margin-left: 5%;
    resize: none;
    -webkit-appearance: none;
	
}

.search_ico{
	position: absolute;
    right: 4%;
    top: 12%;
    width: 8%;
    display: inline-block;
}

.search_box .return{
	line-height: 16px;
	background-color: #e0e0e0;
    padding: 7px;
    border-radius: 10px;
}

.cang_list{margin-top:2%;}

.cang_list li{
	position: relative;
    box-sizing: border-box;
    background: url(https://ossfile.baibaocang.com/pc/item_bg.png) no-repeat;
    background-size: cover;
    height: 3rem;
    margin-top: .6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: left;
	box-shadow: 0 0 10px rgba(214,218,225,0.2);
    padding-left: 11%;
    background: #fff;
}

.cang_list li .store_name{line-height:1rem;color:#000;}

.cang_list li .store_add{line-height:1rem;color:#8a8a8a;font-size: 0.6rem;}

.cang_list li .add_ico{
	display: block;
    width: 0.625rem;
    position: absolute;
    left: 5%;
    top: 24%;
}

.map-box{
    width: 100%;
    margin-top:40px;
    height: 300px;
}
.address-list{
    width: 100%;
    height: 240px;
    overflow-y: scroll;
}
.address-list li{
    position: relative;
    width: 100%;
    padding: 15px 30px 15px 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
}.address-list li.on{	 background: #e3e3e3;}
.address-list li:hover{
    background: #f0f0f0;
}
.address-name{
    width: 100%;
    line-height: 24px;
}
.address-detail{
    width: 100%;
    font-size: 87.5%;
    line-height: 24px;
}
.address-icon{
     position: absolute;
     top:20px;
     left: 30px;
     width: 18px;
}
.sort-list-box{

    float: right;
    margin: 10px;
    position: relative;

}

.sort-list {

    padding: 0 30px;

}

.sort-list li{

    float: left;

    width: 24px;

    height: 24px;

    line-height: 24px;


    color: #526267;

    text-align: center;

}

.sort-list li.sort-list-y{

   color:#ff2727;

}

.back-btn{

    position: absolute;

    top:0;

    left: 0;

    width: 24px;

}

.goto-btn{

    position: absolute;

    top:0;

    right: 0;

    width: 24px;

}

.sort-btn{

    position: relative;

    float: right;

    margin-right: 180px;

    padding-right: 30px;

    

}