@charset "utf-8";
/*店面样式*/
.dianmian_list{
    width: 100%;
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
}

.dianmian_list .store {

    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 7%);
    border-radius: 0.625rem;
    padding: 1rem;
	/*
    margin-top: 1rem;
	*/
    margin-right: auto;
    margin-left: auto;
	
	margin:10px 0;
    overflow: hidden;
}

.dm_header {
	height:37px;

	line-height:37px;
	margin:0 10px;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#000000;
}
.dm_header:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:200%;
	height:200%;
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	pointer-events:none;
	box-sizing:border-box;
	border:0 solid #e5e5e5;
	border-bottom-width:1px
}
.dm_info {
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	padding:8px 10px
}
.dm_detail {
	-webkit-box-flex:1;
	-webkit-flex:1;
	flex:1;

	line-height:16px;
	color:#333;
	margin-left:10px
}
.dm_detail p{
	line-height:25px;
}
.dm_dizhi {
	margin:5px 3px 2px;
	color:#333;

	line-height:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}

.dm_zhuying {
	position:relative;
	margin:5px 3px 2px;

	line-height:22px;
	
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dm_zhuying_biaoti{
	text-align:center; 

	line-height:40px;
}

.dm_zhuying_miaosu{
	text-indent:2ch;
}

.dm_zhuying_anliu{

	text-align:right;
	margin-top:20px;
}

.dm_zhuying_anliu .biaoti{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 35px;
	line-height:35px;
	
	background: #ff6501;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa201),
		to(#ff6501) ); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#ffa201, #ff6501);
	/* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#ffa201, #ff6501); /* FF3.6 */
	background-image: -ms-linear-gradient(#ffa201, #ff6501); /* IE10 */
	background-image: -o-linear-gradient(#ffa201, #ff6501);
	/* Opera 11.10+ */
	background-image: linear-gradient(#ffa201, #ff6501);
	border: 1px solid #ff6501;
	border-bottom: 1px solid #d35605;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	border-radius: 0.6em 0.6em 0.6em 0.6em;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	text-shadow: 0 0 2px #BE4205;

	padding:5px;
	width:110px;
	letter-spacing:5px;
}

.dm_thumb {
	width:100px;
	height:100px;
	text-align:center;
	position:relative
}
/*
.dm_thumb img {
	margin:auto;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position:absolute;
	
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges; 
	image-rendering: -webkit-optimize-contrast; 
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; 

	top:0;
	left:0;
	right:0;
	bottom:0
}
*/

.dm_gongsi {
	width:95%;;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	position:relative;
	padding-left:15px;
}
.dm_phone {
	width:58px;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	position:relative
}
.dm_phone:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:200%;
	height:200%;
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	pointer-events:none;
	box-sizing:border-box;
	border:0 solid #e5e5e5;
	border-left-width:1px
}
.dm_phone .van-icon {
	color:#4b0;

	margin:auto;
	text-align:center;
}

.dm_phone .van-icon img{
	margin-left:auto;
	margin-right:auto;
}
/*店面样式结束*/

.p_dm_button{
	background: #ff6501;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa201),
		to(#ff6501) ); 
	background-image: -webkit-linear-gradient(#ffa201, #ff6501);

	background-image: -moz-linear-gradient(#ffa201, #ff6501); 
	background-image: -ms-linear-gradient(#ffa201, #ff6501); 
	background-image: -o-linear-gradient(#ffa201, #ff6501);

	background-image: linear-gradient(#ffa201, #ff6501);
	color: #ffffff;
	padding:2px;
	padding-right:5px;
	padding-left:5px;
	margin-left:10px;
	letter-spacing:3px;
}