@charset "utf-8";
/* CSS Document */


.cl {
	color: #14b9c8;
}

.imgh380 {
	max-height: 400px;
	max-width: 350px;
	margin: 8px auto;
	display: block;
}

/*-- 饿了么红包list--------------------------------------*/
#newdaytime{
	color: red;
}
.container {
	float: left;
	width: 600px;
	margin: auto;
	border: 1px solid #e6e6e6;
}

.hb-command {
	margin: 30px auto;
	width: 80%;
	border: 1px solid red;
}

.fzkl {
	text-align: center;
}

.sidebar {
	width: 380px;
	float: right;
	padding-left: 15px;
	border: 1px solid #e6e6e6;
}

@media screen and (max-width:768px) {
	.container {
		width: 90%;
		margin: auto;
	}
	.sidebar,
	.container {
		width: 100%;
		float: none;
		padding: 0px;
	}
}

/* --支付宝css----------------------- */
.zfb-fzkl{
	margin-bottom: 15px;
	text-align: center;
}
.zfb-ewm{
	clear: both;
}
.zfb-ewm div{
	display: inline-block;
	
}
.zfb-ewm img{
	max-height: 350px;
	max-width: 240px;
}
.new-title,.hot-title{
	margin: 10px auto;
	width: 45%;
	display: inline-block;
	/* height: 300px; */
	/* background-color: #14b9c8; */
}

@media screen and (max-width:768px) {
	.zfb-ewm img{
		max-height: 350px;
		max-width: 170px;
		margin: auto;
	}
	.new-title,.hot-title{
		width: 100%;
		display: block;
	}
}