button{
	border: none;
	background: none;
}
.dl-body{
	font-family:"微软雅黑";
}
/*加速器栏*/
.dl-speed{
	width: 100%;
	height: 476px;
	margin-top: 60px;
	background: url(../../img/download/red.png) no-repeat;
	background-position:center center;
}
.dl-btn{
	display: inline-block;
	width: 200px;
	height: 50px;
	margin-top: 40px;
	border-radius: 4px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.dl-btn i{
	margin-right: 5px;
}
.spd-body{
	width: 1200px;
	height: 476px;
	padding-top: 90px;
	margin: 0 auto;
	color: white;
}
.spd-left{
	float: left;
	width: 420px;
}
.spd-title{
	font-size: 60px;
}
.spd-left p{
	margin-top: 40px;
	font-size: 20px;
}
#dl-speed{
	border: solid 1px white;
	background-color: white;
	color: #ff5858;
	font-size: 18px;
	text-decoration: none;
}
.spd-cross{
	float: left;
	width: 2px;
	height: 300px;
	background-color: white;
	margin: 0 40px 0 138px;
}
.spd-right{
	float: left;
	width: 600px;
}
.spd-right p{
	font-size: 14px;
}
.spd-h{
	margin: 15px 0;
	font-size: 16px;
}
/*直播栏*/
.dl-live{
	width: 100%;
	height: 800px;
	text-align: center;
	padding-top: 60px;
}
.lv-head{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
.lv-title{
	float: left;
	width: 66%;
	color: rgb(51,51,51);
	font-size: 48px;
}
.lv-sub{
	float: left;
	width: 34%;
	color: rgb(51,51,51);
	font-size: 48px;
}
.lv-main{
	width: 1200px;
	height: 620px;
	margin: 0 auto;
	text-align: center;
}
.lv-li{
	float: left;
	width: 400px;
	text-align: center;
}
.lv-qrcode{
	width: 280px;
	height: 280px;
	margin: 10px 0 0;
}
.lv-tip{
	color: rgb(102,102,102);
	font-size: 14px;
	margin-bottom: 30px;
}
.li-title{
	text-align: left;
	margin-left: 60px;
	font-size: 20px;
	color: rgb(51,51,51);
}
.lv-li h4{
	text-align: left;
	font-size: 16px;
	color: rgb(51,51,51);
	margin-left: 60px;
	margin-bottom: 20px;
}
.lv-li p{
	margin-left: 60px;
	text-align: left;
	font-size: 16px;
	color: rgb(102,102,102);
}
/*尖叫采集器*/
.dl-collect{
	width: 100%;
	height: 317px;
	padding-top: 60px;
	background: url(../../img/download/gray.png) no-repeat;
	background-position:center center;
}
.clt-body{
	width: 1200px;
	height: 250px;
	margin: 0 auto;
}
.clt-left{
	float: left;
	width: 580px;
}
.clt-title{
	margin-bottom: 30px;
	font-size: 48px;
	color: rgb(51,51,51);
}
.clt-sub{
	font-size: 20px;
	color: rgb(102,102,102);
}
#clt-btn{
	border: solid 1px #ff5858;
	background-color: #FF5858;
	color: white;
}
.clt-cross{
	float: left;
	width: 2px;
	height: 200px;
	margin: 0 40px 0 138px;
	background-color: #b0b0b0;
}
.clt-right{
	float: left;
	width: 440px;
	padding-top: 50px;
}
.clt-right h4{
	font-size: 16px;
	color: rgb(51,51,51);
	margin-bottom: 20px;
}
.clt-right p{
	font-size: 14px;
	color: rgb(102,102,102);
}
.dl-doc{
	width: 100%;
	height: 300px;
	padding-top: 60px;
	background-color: #efefef;
}
.doc-body{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	padding-top: 60px 0;
	text-align: center;
}
.doc-title{
	color: rgb(51,51,51);
	font-size: 48px;
	margin-bottom: 20px;
}
.doc-link{
	display: inline-block;
	width: 350px;
	font-size: 20px;
	color: rgb(51,51,51);
	cursor: pointer;
	margin: 0 10px;
	margin-bottom: 30px;
}
.doc-link:hover{
	color: rgb(57,185,242);
}
