html{
	max-width: 640px;
	min-width: 320px;
	margin:0 auto;
	/* font-size: 40px; */
	font-family: Microsoft YaHei, '宋体', Tahoma;
	background-color:#F0EFF5;
}
img{
	display: block;
	width: 100%;
}
section{
	width: 100%;
	padding: 0 0.95rem 0.45rem!important;
	box-sizing: border-box;
	background-color: #F0EFF5!important;

}
h2{
	width: 14.5rem;
	/*height: 1.025rem;*/
	font-size: 0.8rem;
	line-height: 1.025rem;
	padding-top:0.65rem;
	margin-bottom: 3px;
}
ul{
	width: 100%;
}
ul li{
	width: 100%;
	font-size: 0.6rem;
	color: #727A8E;
	line-height:0.9rem;
}
ul li p{
	color: #FF7F00;
	padding: 0.45rem 0!important;
	margin: 0.45rem auto;
	border-top: 1px dashed #B5B5B6!important;
	border-bottom: 1px dashed #B5B5B6!important;
	/*padding: 0.45rem 0 ;*/
	/* text-align: center; */
}
nav a{
	display: block;
	width: 100%;
}
#shareCon{
	width: 95%;
	margin: 10px auto;
}
#shareCon p{
	font-size: 0.6rem;
	margin: 15px 2px;
}

.title{
	margin: 0.45rem 0;
	height: 0.725rem;
}
.title:before{
	content: "";
	display: inline-block;
	width:13px;
	height: 12px;
	/*background-position: 0 0;*/
	background: url("../img/spring.png") 0 0;
	background-size: 60px auto;
	position: relative;
	top: 2px;
	margin-right: 5px;

}
.title a{
	/* display: inline-block; */
	font-size:0.55rem;
	line-height: 0.725rem;
	color: #59A5F0;
	text-decoration: underline;
}
.main{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	/*border-bottom: 1px solid #C7C7C9;*/
	border-top: 1px solid #C7C7C9;
}

/* 往期众筹回顾的结构的样式开始 */
#condition01{
	width: 100%;
	display: none;
	margin: 10px 0;
}
.Btn{
	width: 14rem;
	height: 1.75rem;
	background-color: #FF9326;
	margin: 1rem auto;
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.75rem;
	border-radius: 3px;
	color: #fff;
	margin-bottom:0;
}
.record{
	width: 100%;
	height: 1.875rem;
	padding-left: 1rem;
	box-sizing: border-box;
	margin: 0.5rem 0;
	/*border-bottom: 1px solid #C7C7C9;*/
	/*border-top: 1px solid #C7C7C9;*/
	background-color: #F8F7FB;
}
.record h3{
	display: inline-block;
	font-size: 0.65rem;
	line-height: 1.875rem;
	color: #7D8999;
	font-weight: normal;
	width: 14rem;
}
.record h3:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../img/spring.png") -19px 0;
	background-size:60px auto;
	position: relative;
	top:2px;
	margin-right: 5px;
}
.record h3:after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url("../img/spring.png") -53px 0;
	background-size:60px auto;
	position: relative;
	margin-top:.7rem;
	float: right;
}
#qualification{
	width: 100%;
}
#qualification p{
	width: 100%;
	height: 1.75rem;
	background-color: #F8F7FB;
	font-size: 0.65rem;
	line-height: 1.75rem;
	/*border-top:1px solid #C7C7C9; */
	/*border-bottom:1px solid #C7C7C9; */
	color: #ABB1BE;
	text-align: center;
}
.list li{
	padding: 0 1.125rem;
	border-bottom: 1px dashed #C9C8CD;
	height: 1.7rem;
	line-height: 1.7rem;
	font-size: 0.55rem;
	color: #ABB1BE;
}
.list li a {
	display: block;
	color: #949FB0;
}
.list li span{
	float: right;
	color: #949FB0;
}
.list li span:after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url("../img/spring.png") -53px 0;
	background-size:60px auto;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.list li span.hot{
	color: #CCCCCC;

}
.list li:last-child{
	border-bottom: none;
}
.btn{
	width: 100%;
	text-align: center;
	background-color: #F0EFF5;
}
.btn.active{
	/*border-top: 1px solid #C7C7C9;*/
}
.btn a{
	/*background-color: #59A5F0;*/
	color: #FFF;
	width: 111px;
	height: 33px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: inline-block;
	position: relative;

}
.btn a:before{
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -5px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

}
.btn.active a:before{
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 往期众筹回顾的结构的样式结束 */
/* 众筹众筹结束情况的样式 */
#condition02{
	display: none;
}
/* 众筹众筹参加成功的样式*/
#condition03{
	display: none;
}
#condition03 .Btn{
	background-color: #59A5F0;
}
/* 开始抽奖啦 */
#condition04{
	display: none;
}
#condition04 p,#condition08 p,#condition09 p,#condition10 p{
	text-align: center;
	color: #A5B2BF;
	font-size: 0.6rem;
	line-height: 0.8rem;
}
#condition04 p strong{
	color: #59A5F0;
}
#condition04 .Btn,#condition08 .Btn,#condition10 .Btn{
	background-color: #59A5F0;
	margin-bottom: 1.75rem;
}
/* 抽到红包 */
#condition05{
	display: none;
	height:6.125rem; 
	padding: 1rem 1.125rem;
	box-sizing: border-box;
}
#condition05 img,#condition11 img{
	float: left;
	width: 4.15rem;
	height: 4.15rem;
}
#condition05 .right,#condition11 .right{
	float: right;
	height:4.15rem;
	width: 9.6rem;
	text-align: center;
	color: #525F77;
}
#condition05 .right h1,#condition11 .right h1{
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: center;
	color: #525F77;
}
#condition05 .right div,#condition11 .right div{
	font-size: 0.7rem;
	line-height: 1rem;
	
}
#condition05 .right div strong,#condition11 .right div strong{
	color: #FF7F00;
}
#condition05 .right div strong i{
	font-size: 0.85rem;
	font-weight: bold;
	
}
#condition05 .right p,#condition11 .right p{
	font-size: 0.55rem;
	line-height: 1rem;
	margin: 0 0 0 11px;
}

#condition11 .right p span,#condition05 .right p span{
	float: left;
}
#condition11 .right p a,#condition05 .right p a{
	float: right;
	color: #59A5F0!important;
}

#condition05 .right p strong{
	color: #59A5F0;
}
#condition05 .right p strong:after{
	content: "";
	display: inline-block;
	width:7px;
	height: 13px;
	background: url("../img/spring.png") -39px 0;
	background-size: 60px auto;
	position: relative;
	top: 2px;
	margin-left: 6px;
}
/* 添加Img类 */
#qualification p.Img{
	border-top: 0.25rem solid transparent;
	border-image:url(../img/bor-img.png) 30 0 stretch;
}
#qualification .list{
	overflow: hidden;
}
/* 众筹众筹失败参加过的情况的样式 */
#condition06{
	display: none;
}
#condition06 p{
	font-size: 0.55rem;
	line-height: 0.95rem;
	margin-top: 0.45rem;
	text-align: center;
	color: #A5B2BF;
}
/* 众筹众筹失败未参加的情况的样式 */
#condition07{
	display: none;
}
#condition07 p{
	font-size: 0.55rem;
	line-height: 0.95rem;
	margin-top: 0.45rem;
	text-align: center;
	color: #A5B2BF;
}
footer{
	width: 100%;
	height: 1.575rem;
	/*background-color: #F0EFF5;*/
	background-color: #FFF;
}

 /* 往期众筹回顾隐藏时尾部的高度样式*/

 footer.collect{
 	/*height: 0.325rem;*/
	 height: 3.1rem;
 }
 #downApp{
	 display: none;
	 width: 100%;
 }
 /*上三角*/
/*#up {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	position: relative;
	left: 48%;
}*/
.downBtn{
	width: 80%;
	height: 50px;
	line-height: 50px;
	margin: 10px 10%;
	font-size: 0.7rem;
	text-align: center;
	background-color: #009DD9;
	color: #fff;
	border-radius: 5px;
}
.actRulr{
	width: 100%;
	height: 2rem;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
	line-height: 2rem;
	margin: 0;
	padding: 0;
}