.header{
	width: 100%;
	height: 145px;
}
.header img{
	width: 100%;
	height: 100%;
}
.detail-list{
	width: 100%;
	height: auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.detail-item{
	width: 100%;
	height: auto;
}
.detail-item a{
	width: 100%;
	height: auto;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DEDEDE;
}
.item-left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.item-icon{
	width: 30px;
	height: 30px;
}
.item-text{
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
.item-right{
	width: 18px;
	height: 18px;
}
.item-right img{
	width: 100%;
	height: 100%;
}
