@charset "utf-8";
.day-activity{
	height: 40px; 
	background: #ffc001;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #505050;
    font-weight: 600;
    line-height: 40px;
    font-size: 18px;
    padding-left: 20px;
}
.day-activity i{
	font-size: 44px;
	color: #ff7b30;
	float: left;
	margin-top: 17px;
	/*animation: star 2s infinite;
	animation-direction: alternate;	
	-webkit-animation: star 2s infinite;
	-webkit-animation-direction: alternate;*/
}
.day-activity a{
	display: inline-block;
	height: 30px;
	width: 60px;
	float: right;
	line-height: 30px;
	text-align: center;
	background: #fff;
	color: #ffc001;
	margin-top:8px;	
	font-weight: 500;
	font-size: 16px;
	border-radius: 10px;
	margin-right:10px;
	
}
.day-activity img{
	height: 60px;
}


.iphone-list{
	background: #fff;
	border-bottom: 1px solid #ffc001;
	padding: 20px 0;
	width:100%;
	height:24%;
}


.list-pro{
	padding: 0 20px;
	position: relative;
}
.list-pro dt span {
    display: inline-block;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 0px;
    display: block;
    width: 160px;
}
.list-pro dt{
	width: 25%;
	float: left;
}
.list-pro dt img{
	width: 100%;
}
.list-pro dd{
	width: 70%;
	float: left;
	margin-left:5%;
}
.list-pro .pro-name{
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.list-pro button{
	height: 30px;
	width: 90px;
	background: #F00801;
	color: #fff;
	border: 1px solid #F00801;
	font-size: 14px;
	border-radius: 32px;
	line-height:30px;
	padding:0px;
	float:right;
	margin-top:-20px;
}
.list-pro button i{margin-right: 1px;font-size: 15px;animation: act 10s infinite linear;-webkit-animation: act 10s infinite linear;}


.pro-price{
	font-size: 20px;
	color: #FF0000;
}


.timespan {color:#ff0000;font-size:16px; float:right; margin-left:10px;}
.timespan i{font-style:normal;margin:0 5px;color:#333;font-size:14px;}