@charset "utf-8";
/* 
	@名称: ShopDetail3.0.css
	@功能: 周边商家详情
	@时间：2015.3.11
*/
body{
	background:#f4f5f6;
}
.shop-title{
	background: #fff;
}
.shop-title .title-info{
	padding: 10px;
	box-sizing: border-box;
}
.shop-title .pic,.shop-title .info{
	padding: 5px;
	box-sizing: border-box;
}
.shop-title .pic img{
	width: 100%;
	max-height: 106px;
	border-radius: 10px;
}	
.shop-title h1{
	font-size: 16px;
	padding: 15px 15px 0;
	box-sizing: border-box;
}
.shop-title .info{
	-webkit-box-orient: vertical;
}
.shop-title .icons p{
	padding-left: 5px;
	box-sizing: border-box;
	line-height: 23px;
	color: #626262;
}
.shop-title .info i{
	padding: 0 8px;
	background: url(../../images/system/shop/shop_icon_01.png) no-repeat;
	background-size: 15px auto;
}
.shop-title .icons p:nth-of-type(1) i{
	background-position: 0 2px;
}
.shop-title .icons p:nth-of-type(2) i{
	background-position: 0 -23px;
}
.shop-title .icons p:nth-of-type(3),.shop-title .icons p:nth-of-type(4){
	color: #999;
}
.shop-title .des{
	border-top: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
}
.shop-title .des a{
	width: 50%;
	height: 45px;
	font-size: 15px;
	color: #626262;
}
.shop-title .des a span{
	color: #999;
}
.shop-title .des a.active span{
	color: #8bc34a;
}
.shop-title .des a:nth-of-type(1){
	border-right: #d9d9d9 1px solid;
}

.but-list .tel,.but-list .address{
	background: #fff;
	border-top: #d9d9d9 1px solid;
	color: #878787;
	font-size: 15px;
	padding: 10px;
}
	.but-list .tel a{
		color: #262b2f;
	}
	.but-list i{
		padding: 0 10px;
		background: url(../../images/system/goods/icon_03.png) no-repeat;
		background-size: 14px auto;
		background-position: 0 -2px;
	}
	.but-list .tel i:nth-of-type(2){
		background-position: 5px -92px;
	}
	.but-list .address a{
		color: #262b2f;
	}
	.but-list .address i:nth-of-type(1){
		background-position: 0 -48px;
	}
	.but-list .address i:nth-of-type(2){
		background-position: 5px -92px;
	}


h4{
	padding: 15px 0;
	position: relative;
	color: #262b2f;
	font-size: 16px;
	}
h4 span{
	padding: 0 5px 0 15px;
	position: relative;
	z-index: 2;
	background: #fff;
	}
h4 em{
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	background: #e1e1e1;
	z-index: 1;
	}
h4 label{
	font-size: 12px;
	color: #999;
}
.more-list{
	background: #fff;
	border-top: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
}
	.more-list .list{
		padding: 0 15px;
	}
	.more-list .text{
		-webkit-box-orient: vertical;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.more-list li{
		display: none;
		padding: 10px 0;
		border-bottom: #d9d9d9 1px solid;
	}
	.more-list li:nth-of-type(1){
		padding-top: 0;
		display: block;
	}
	.more-list li:nth-of-type(2){
		display: block;
	}
	.more-list li:nth-of-type(3){
		display: block;
	}
	.more-list li.show{
		display: block;
	}
	.more-list h2{
		color: #000;
	}
	.more-list .text p{
		padding: 5px 0;
	}
	.more-list .text strong{
		color: #ff6100;
		font-size: 15px;
	}
	.more-list .text span{
		color: #999;
		padding: 0 10px;
	}
	.more-list .text span em{
		text-decoration: line-through;
	}
	/*.more-list .more a{
		display: block;
		color: #626262;
		padding: 10px 0;
		text-align: center;
	}*/
	.text-content{
		background: #fff;
	}
	.text-content .text{
		color: #626262;
		padding: 0 15px 15px;
		box-sizing: border-box;
	}	
/*plate-5*/
.plate-5{
	background: #fff;
}	
	.plate-5 h2{
		background: #fff;
		padding: 10px;
		color: #b5b5b5;
	}
	.plate-5 h2 span{
		padding-right: 5px;
		font-size: 14px;
		color: #828999;
	}
	.plate-5 .but{
		padding: 10px 0 20px;
		border-bottom:none;
	}
	.plate-5 .but a{
		background: #6dabde;
	}
	
	.comments-cont {
		padding:0 10px;
		box-sizing: border-box;
	}
	.comments-cont li {
		/*margin: 0 10px;*/
		padding: 10px 0;
		border-bottom: #e2e2e2 1px solid;
	}
	.comments-cont li .user-pic {
		padding: 5px;
	}
	.comments-cont li .user-pic img {
		width: 20px;
		height: 20px;
		-webkit-border-radius: 3px;
	}
	.comments-cont li .reply-text {
		font-size: 14px;
		color: #545454;
	}
	.comments-cont li .reply-text span {
		font-size: 12px;
		color: #b5b5b5;
		padding: 0 5px;
	}
	.comments-cont li .reply-text a {
		color: #000;
	}
	.comments-cont li .reply-text p.info {
		padding: 10px 0;
		color: #545454;
	}
	.comments-cont li .reply-text p.time {
		position: relative;
	}
	.comments-cont li .reply-text a.reply-but {
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 1;
		cursor: pointer;
		color: #6dabde;
	}
	.comments-cont .reply-list{
		padding-left: 20px;
	}	
	.more a {
		display: block;
		text-align: center;
		color: #626262;
		font-size: 12px;
		padding: 10px 0;
		background: #fff;
	}
/*tebbar start*/
.tabbar{
	padding: 0;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 9;
	background: none;
}
.tabbar .bar-icons{
	background: url(../../images/system/destination/tabbar_icons.png) no-repeat;
	background-size: 20px auto;
}
.tabbar .bar-menu{
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: #8bc34a;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.tabbar .bar-menu.active{
	background: #8e8f93;
}
.tabbar .bar-menu span{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 11px -80px;
}
.bar-list{
	/*width: 140px;*/
	min-width: 160px;
	position: absolute;
	left: 0;
	bottom: 50px;
}
.bar-list li{
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(-100%, 0, 0);
}
.bar-list li:nth-of-type(1){
	padding-left: 40px;
	-webkit-transition-delay: .4s;
}
.bar-list li:nth-of-type(2){
	padding-left: 30px;
	-webkit-transition-delay: .3s;
}
.bar-list li:nth-of-type(3){
	padding-left:20px;
	-webkit-transition-delay: .2s;
}
.bar-list li:nth-of-type(4){
	padding-left:10px;
	-webkit-transition-delay: .1s;
}
.bar-list li a{
	background: #8bc34a;
	font-size: 15px;
	color: #fff;
	padding: 6px 15px;
	border-radius: 15px;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.bar-list li a.active{
	background: #f78e57;
}
.bar-list li i{
	padding: 1px 10px;
}
.bar-list li:nth-of-type(1) i{
	background-position: left 3px;
}
.bar-list li:nth-of-type(3) i{
	background-position: left -25px;
}

.tabbar .open li{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}		
/*tebbar end*/	

/*弹出层*/
#boxId {
	position: fixed;
	width:100%;
	height:100%;
	z-index:999;
	background:rgba(0,0,0,0.5)
	}
#pop_box{
	/*position:fixed;
	bottom:0;
	width:100%;
	background: #fff;*/
	}
#pop_box .box-content{
	padding:10px 0;
	background:#f8f8f8;
	}
.box-content{
	top: 10%;
	left: 5%;
	right: 5%;
}	
#pop_box ul{
	display: -webkit-box;
	display: -moz-box;
	}
#pop_box ul li{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;

	}	
#pop_box ul li a{
	padding:0 10px;
	}
#pop_box ul li.close{
	text-align:left;
	line-height:30px;
	}
#pop_box ul li.title{
	text-align: center;
	color:#545454;
	line-height: 30px;
	}
#pop_box ul li.enter{
	text-align: right;
	line-height:30px;
	}
#pop_box ul li a{
	color: #6991d5;
}						
#pop_box .editor{
	text-align:center;
	padding:10px;
	}
#pop_box .editor textarea{
	text-indent:10px;
	padding:10px 0;
	background:#FFF;
	width:100%;
	border:#e5e5e5 1px solid;
	box-sizing: border-box;
	}		