.download{
	padding:89px 0 0 0;
	z-index: 99;
	position: relative;
	overflow: hidden;
	background:url(../images/bg-down.png) no-repeat top;
	background-size: cover;
	height:800px;
}
.download .c-wrap{
	width: 1000px;
	margin: 0 auto;
	background-color: white;
	font-size: 12px;
	color: #666666;
}
.d-header{
	padding:0 30px;
	height: 80px;
	line-height: 80px;
	background-color: #773f28;
	color: white;
	font-size: 20px;
}
.d-box{
	overflow: hidden;
	padding: 0 30px 150px 30px;
	background-color: white;
}
.d-box .title{
	padding-bottom: 7px;
	margin-top: 30px;
	border-bottom: 2px solid #eeeeee;
}
.d-box .title .h3{
	padding:0 30px 7px 30px;
	font-size: 34px;
	color: #a8391f;
	border-bottom: 4px solid #a8391f;
}
.update-time{
	overflow: hidden;
	padding:24px 0 42px;
	color: #333333;
}
.d-full img{margin-right: 10px; width: 28px;height: 27px;}
.d-full-title{font-size: 28px;color: #8c2f18;font-weight: 700;}
.d-guide{
	overflow: hidden;
	padding: 16px 0 24px;
	font-size: 24px;
}
.btn-guide{
	float: right;
	text-decoration: underline;
	font-size:22px;
	color: #8c2f18;
}
.full-down img{
	width: 417px;
	height: 92px;
}
.downloader{
	font-size: 20px;
}
.color-brown{color: #8d583c;}
.d-size{
	overflow: hidden;
	padding:18px 0 50px;
}
.headline{
	overflow: hidden;
	padding: 20px 0 30px 30px;
}
.c-title{
	font-size: 40px;
	line-height: 1;
	color: #a8391f;
	padding-left: 16px;
	border-left: 4px solid #a8391f;
}
.forum{
	font-size: 24px;
	text-align: center;
}
.prompt{
	margin-bottom: 22px;
	font-size: 28px;
	color: #333333;
	font-weight: 700;
}
.maintain{
	overflow: hidden;
	padding: 62px 0 50px;
}
.maintain img{
	width: 157px;
	height: 143px;
}
.center-box{
	overflow: hidden;
}
.center-box .item{
	float: left;
	padding:15px 26px 0 26px;
	margin-left: 30px;
	width: 290px;
	height: 320px;
	border: 2px solid #eeeeee;
	box-sizing: border-box;
}
.center-box .item .item-header{
	width: 170px;
	padding-bottom: 10px;
	border-bottom: 2px solid #a8391f;
	font-size: 24px;
	color: #333333;
}
.item-header .icon-qq,.item-header .icon-plain{
	display: inline-block;
	margin: 2px 10px 0 0;
	vertical-align: top;
	width: 22px;
	height: 26px;
}
.item-header .icon-qq{
	background: url(../images/icon-qq.png) no-repeat center center;
}
.item-header .icon-plain{
	background: url(../images/icon-plain.png) no-repeat center center;
}
.item-list{overflow: hidden;margin-top: 8px;}
.item-list li{
	font-size: 20px;
	color: #333333;
	line-height:2;
}
.remark{font-size: 18px;color: #999999;}
.c-remark{
	overflow: hidden;
	margin-top: 53px;
	padding:0 30px 140px 30px;
}
.c-remark p{line-height: 1.8;color: #333333;font-size: 20px;}
.c-remark .prompt{margin-bottom: 10px;}
#notice{
	position: fixed;
	z-index: 101;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	background-color: #fff;
	width: 400px;
	margin: -122px 0 0 -210px;
	padding: 10px 10px 30px;
}
 .car-main {
    width: 85%;
    margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.caa-head {
    text-align: center;
    border-bottom: 1px dotted #eee;
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    color: #333;
    margin: 0 60px;
}
.icon-close{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	width: 16px;
	height:16px;
	background:url(../images/icon-close.png) no-repeat center center;
}