.store {
    background: #fff;
}

.search-wrap {
    display: flex;	margin:0 auto;
	  border-radius:5px;
		height: 0.8rem;
	border: 1px solid #A50034;
		align-items: center;
    justify-content: space-between;
	width: 6.86rem;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.search-wrap .input {
    height: 0.7rem;
    width: 5.65rem;
    overflow: hidden;
	
}

.search-wrap .input input {
    color: #000;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0.1rem;
    padding-left: 0.2rem;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    font-size: 0.26rem;
	border: 0;
}

.search-wrap .btn {
    /* width: 1.1rem; */
	height: 0.4rem;
width: 0.4rem;
display: block;
}

.search-wrap .btn button {
    outline: none;
    border: none;
    text-align: center;
    border-radius: 0.1rem;
	color: rgba(0,0,0,0);
	background:  url('../mimg/search.png') no-repeat left top;
	background-size: 100% 100%;
	width: 0.4rem;
	height: 0.4rem;	
}

.area {
    display: flex;
    /* padding: 0 0.3rem 0.3rem;
    border-bottom: 1px solid #b6b6b6; */
	padding: 0.2rem 0.32rem 0;
	display: flex;
	justify-content: space-between;
}

.area .area-cell {
    width: 32%;
    font-size: 0.3rem;
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
	border-bottom: 1px solid #6B6B6B;	height: 0.64rem;
	line-height: 0.64rem;
	justify-content: space-between;
	padding: 0 0.2rem;
	align-items: center;
}

.area .area-cell::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #b6b6b6;
    position: absolute;
    right: 0.3rem;
	display: none;
}

.area .area-cell:last-child:after {
    width: 0;
}

.area .area-cell .name {
    max-width: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #6B6B6B;
}

.area .area-cell .icon {
    margin-left: 0.2rem;
}

.list {
    margin-top: 0.25rem;
    max-height: 7.8rem;
    overflow-y: auto;
}.area .area-cell .icon{
	width: 0.32rem;
	height: 0.32rem;
}

.area .area-cell .icon img{
width: 0.32rem;
	height: 0.32rem;	
	display: block;
}

.list .list-cell {
    padding: 0.3rem 0;
	margin: 0 0.32rem;
    display: flex;
    /* background-color: #fff; */
    /* margin: 0.2rem; */
	position: relative;
}

.list .list-cell::after{
	content: "";
	display: block;
	width: 100%;
	/* background: linear-gradient(90deg, #B68131 0%, #F6EFB4 97%); */
	background: #A50034;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.list .list-cell:nth-last-child(1)::after{
	display: none;
}

.list .list-cell .img {
   /* min-width: 1.44rem;
    max-width: 1.44rem;
    height: 1.02rem; */	width: 1.56rem;
	height: 1.12rem;
	display: block;
}

.list .list-cell .img img{
    width: 100%;
    height: 100%;
	display: block;
    object-fit: cover;
}

.list .list-cell .wrap {
    position: relative;
    padding: 0 0 0 0.3rem;
	max-width: 75%;
}

.list .list-cell .wrap .title {
    font-size: 0.32rem;
    color: #121212;
}

.list .list-cell .wrap .icon {
    color: #999;
    font-size: 0.4rem;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.list .list-cell .wrap .address {
    font-size: 0.24rem;
    color: #121212;
}

.modal-area {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.modal-area-wrap {
    height: 7rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    padding: 0 0.3rem;
}

.modal-area-wrap .name {
    padding: 0.3rem 0 0.4rem 0;
    font-size: 0.34rem;
    border-bottom: 1px solid #eee;
    color: #A50034;
    font-weight: 400;
}

.modal-area-wrap .name .close {
    position: absolute;
    right: 0.3rem;
    top: 0rem;
    font-size: 0.8rem;
    font-weight: 300;
    transform: rotate(45deg);
    color: #fff;
}

.modal-area-wrap .tab {
    display: flex;
    border-bottom: 1px solid #eee;
}

.modal-area-wrap .tab .tab-cell {
    font-size: 0.3rem;
    color: #fff;
    width: 1.5rem;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
}

.modal-area-wrap .tab .tab-cell.active {
	color: #A50034;    border-bottom: 2px solid #A50034;
}


.modal-area-wrap .swiper-slide {
    padding-top: 0.2rem;
    overflow-y: scroll;
    height: 6.8rem;
}

.modal-area-wrap .swiper-slide .cell {
    font-size: 0.26rem;
    color: #333;
    height: 0.65rem;
    line-height: 0.65rem;
    padding-left: 0.3rem;
}

.modal-area-wrap .swiper-slide .cell.active {
    /* background-color: #f5f5f5; */
}


.footer{
	background: #fff;
}

.footer .link .link-cell{
	color: #A50034;
	border-color: #A50034;
}

/* .footer .company{
	opacity: 0;
} */
.modal-area-wrap .tab .tab-cell{
	color: #333;
}
.area .area-cell .icon img{
	width: 10px;
	height: 6px;
}
.area .area-cell .icon{
	width: 10px;
	height: 6px;
}

.footer .link{
	display: none;
}