.kickoff-container{
	width: 742px;
	margin: 60px auto 93px;
	color: #2a2a2a;
}
@media screen and (max-width: 768px){
	.kickoff-container{
		width: 90%;
		margin: 60px auto 93px;
		color: #2a2a2a;
	}
}
.kickoff-text{
	margin-bottom: 40px;
}
.kickoff-content-title{
	font-size: 20px;
}
.kickoff-title{
	font-size: 18px;
	margin: 15px 0;
	font-family: 'Segoe UI', Arial, 'Microsoft Yahei', Simsun, sans-serif;
}
.kickoff-ul{
	margin-bottom: 30px;
}
.list-title{
	font-size: 14px;
}
.kickoff-list{
	color: #2a2a2a;
	font-size: 14px;
	margin: 10px 0;
	line-height: 24px;
}
.kickoff-child-list{
	margin: 10px 30px;
}
.download-btn{
	color: rgb(0,0,255);
	cursor: pointer;
}
.download-btn:hover{
	 text-decoration: underline;
}
.kickoff-span{
	display: inline-block;
	font-size: 16px;
	margin-bottom:10px;
	color: #E62117;
}
.kickoff-num{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 14px;
	text-align: center;
	border-radius: 16px;
	border: 1px solid #a2a2a2;
}
.font-color{
	color: #000;
	font-weight: bold;
}
.text-tip-color{
	color: #ff6600;
}
.text-href-color{
	color: #438bc5;
}
#footer .copyRight .container {
    margin-bottom: 0;
}
.kickoff-tip{
	font-size: 14px;
	margin: 15px 0;
}