.Index_Main_cont{
	max-width:640px;
	margin:auto;
	background:#F5F5F5;
}
.Index_Main_cont .MainMenu{
	display:table;
	width:100%;
	background:#FFF;
	font-size:18px;
}
.Index_Main_cont .MainMenu li{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:20px 0;
	width:25%;
}
.Index_Main_cont .MainMenu li i{
	display:inline-block;	
	background:#999;
	color:#FFF;
	text-align:center;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:15px;
	font-size:26px;
	margin-bottom:3px;
	box-shadow: 1px 1px 1px #666;/**块阴影**/
}
.Index_Main_cont .MainMenu li i.fa-photo{
	background:#FB8C32;
}
.Index_Main_cont .MainMenu li i.fa-tags{
	background:#08B2FF;
}
.Index_Main_cont .MainMenu li i.si-handbag{
	background:#73DB29;
}
.Index_Main_cont .MainMenu li i.fa-file-text{
	background:#FB6F67;
}
.Index_Main_cont .MainMenu li:hover i{
	background:#F30;
}
/****/
.Index_Main_cont .ModConts{
	margin-top:15px;
	background:#FFF;
	padding:0 15px;
}
.Index_Main_cont .ModConts .head{
	text-align:center;
	padding:10px 0;
}
.Index_Main_cont .ModConts .head .tag{
	line-height:40px;
	font-size:24px;
}
.Index_Main_cont .ModConts .head .more{
	font-size:18px;
	color:#888;
}	
.ListShops .lists{
	border-bottom:#DDD solid 1px;
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
}
.ListShops .lists ul ol{
	width:100%;
	overflow:hidden;
	max-height:600px;
}
.ListShops .lists ul ol img{
	width:100%;
}
.ListShops .lists ul .title{
	padding-top:10px;
	line-height:30px;
	font-size:24px;
}
.ListShops .lists ul .time{
	padding:5px 0;
	line-height:25px;
	font-size:18px;
	color:#666;
}
.ListShops .lists ul .time em{
	display:none;
}
.ListShops .lists ul .time span{
	color:#FFA800;
	display:inline-block;
	padding-left:8px;
}
.ListShops .lists ul .time span p{
	color:#F00;
}
.ListShops .lists ul .time span i{
	display:inline-block;
	background:#FFA800;
	font-style:normal;
	padding:0 5px;
	color:#FFF;
	border-radius:3px;
}
.ListShops .lists ul .fname{
	width:50%;
	height:40px;
	position:absolute;
	right:30%;
	top:0;
}
.ListShops .lists ul .fname a{
	display:block;
	float:right;
	line-height:40px;
	background:rgba(255,0,0,0.5);
	color:#FFF;
	padding:0 10px;
}
.ListShops .lists ul .price{
	position:absolute;
	width:28%;
	height:90px;
	right:0;
	top:-5px;
	background:url(bgicon.png) no-repeat;
	background-size:100% 100%;
}
.ListShops .lists ul .price:before{
	content:'';
	display:block;
	width:0;
	height:0;
	border:4px solid transparent;
	border-top: 4px solid #E19400;
	border-bottom:0;
	position:absolute;
	left:-5px;
	top:2px;
	transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
}
.ListShops .lists ul .price div{
	padding:15px 15px 0 15px;
	text-align:center;
	font-size:24px;
	line-height:25px;
	height:60px;
	overflow:hidden;
	color:#FFF;
}
.ListShops .lists ul .price div span{
	display:block;
}
.ModConts .butters{
	text-align:center;
	padding-bottom:20px;
}
.ModConts .butters button{
	width:50%;
	line-height:40px;
	background:#FFA800;
	color:#FFF;
	border:0;
	font-size:20px;
	border-radius:5px;
	box-shadow: 1px 1px 1px #333;/**块阴影**/
	outline:none;
}
.ModConts .butters1 button{
	background:#40BDB9;
}
.ModConts .butters button:hover{
	background:#F30;
}
.ListArticles .lists{
	border-bottom:#DDD solid 1px;
	margin-bottom:15px;
	padding-bottom:15px;
}
.ListArticles .lists div{
	line-height:25px;
	overflow:hidden;
	height:25px;
	font-size:16px;
}
@media (max-width: 640px) and (min-width:501px) {
	.Index_Main_cont .MainMenu{
		font-size:16px;
	}
	.Index_Main_cont .MainMenu li i{
		width:50px;
		height:50px;
		line-height:50px;
		border-radius:12px;
		font-size:24px;
	}
}
@media (max-width: 500px) {
	.Index_Main_cont .MainMenu{
		font-size:14px;
	}
	.Index_Main_cont .MainMenu li i{
		width:45px;
		height:45px;
		line-height:45px;
		border-radius:10px;
		font-size:20px;
	}
	.Index_Main_cont .ModConts .head .tag{
		line-height:30px;
		font-size:20px;
	}
	.Index_Main_cont .ModConts .head .more{
		font-size:16px;
	}
	.ListShops .lists{
		padding-bottom:6px;
		margin-bottom:15px;
	}
	.ListShops .lists ul .title{
		padding-top:8px;
		line-height:25px;
		font-size:18px;
	}
	.ListShops .lists ul .time{
		padding:3px 0;
		line-height:20px;
		font-size:16px;
	}
	.ListShops .lists ul .time span i{
		padding:0 3px;
		font-size:14px;
	}
	.ListShops .lists ul .fname a{
		line-height:32px;
		padding:0 8px;
		font-size:14px;
	}
	.ListShops .lists ul .price{
		height:70px;
	}
	.ListShops .lists ul .price div{
		padding:10px 10px 0 10px;
		font-size:18px;
		line-height:20px;
		height:40px;
	}
	.ListArticles .lists div{
		line-height:20px;
		height:20px;
		font-size:14px;
	}
}