*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
#wrap{
	width: 320px;
	height:400px;
}
#wrap ul li .a1 img{
	width: 320px;
	height: 400px;
}
#wrap ul li{
	width: 320px;
	height: 400px;
	list-style: none;
	position: relative;
	float: left;
	overflow: hidden;
} 
#wrap ul li .a1 .divA{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 280px;
	height: 46px;
	padding: 10px 20px;
	background: #f8f8f8;
}
#wrap ul li .a1 .divA>.p1{

	height: 25px;
	font-size: 18px;
    line-height: 25px;
    color: #DB0903;
}
#wrap ul li .a1 .divA>.p2{

	height: 21px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap ul li .a1 .divA>.p3{
	position: absolute;
	right: 0;
	bottom: 12px;
	width: 108px;
	height: 28px;
	color: #f60;
}
#wrap ul li .a1 .divA>.p3>span{
	font-size: 24px;
	font-weight:800;
}
/*遮罩*/
#wrap ul li .a2{
	position: absolute;
	top: 0;
	left:-320PX;
	width: 320px;
	height: 400px;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap ul li .a2 .p4{
	width: 320px;
	text-align: center;
	position: absolute;
	top: 100px;
	left: -320px;
	color: #ffe605;
	font-size: 24px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
}
#wrap ul li .a2 .p5{
	width: 300px;
	padding-left:10px;
	text-align: center;
	line-height:20px ;
	position: absolute;
	top: 120px;
	left: -320px;
	margin: 30px  0 10px;
	font-size: 14px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
}
#wrap ul li .a2 .p6{
	position: absolute;
	top: 230px;
	left: 160px;
	transform: scale(1.4);
	transition: all 0.3s 0.2s ;
}
#wrap ul li .a2 .p6 span{
	font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    color: white;
}
#wrap ul li .a2 .p7{
	position: absolute;
	bottom:-50px;
	left: 145px;
	width: 160px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	margin: 10px auto;
	border: 1px solid;
	transition: all 0.2s 0.5s ;
}
    

