/* course */
main>.courses{
	width: 100%;
	margin-bottom:20px;
	overflow: hidden;
}
main>.courses:hover{
	cursor: pointer;
}
main>.courses .title{
	width: 100%;
	height: 6vw;
	line-height: 6vw;
	color: #0090ff;
	top: 0;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
main>.courses .title .more{
	color: #666;
}
main>.courses .course{
	position: relative;
}

main>.courses .lists,main>.courses .lists .course img{
	width: 100%;
}
main>.courses .lists .course .detail{
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
main>.courses .lists .course .detail>span:nth-of-type(1){
	color: darkorange;
}
main>.courses .lists .course .detail>span:nth-of-type(2){
	color: #0090ff;
}

main>.courses.pro{
	margin-bottom: 3vw;
}

/* 流程 */
main>.courses .process .title{
	color: #121212;
	text-align: center;
}

main>.courses .process .sort .num{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-color: #0072FF;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
}

main>.courses .process .detail{
	width: 100%;
	margin-top: 2vw;
}
main>.courses .process .detail>li{
	line-height: 25px;
}
main>.courses .process .detail>li.fl{
	width: 50%;
}

/* pc */
@media screen and (min-width: 768px) {
    .courses .lists .course .detail{
    	/*font-size: 1.2vw;*/
		font-size: 16px;
    }
	.courses .title,main>.courses .go a,main>.courses .process .title{
		/*font-size: 1.5vw;*/
		font-size: 20px;
	}

	main>.courses .process .detail>li{
		font-size: 1vw;
	}
	
	main>.courses .title img{
		/*height:3vw*/
		height: 25px;
	}
	
	main>.courses .go{
		position: absolute;
		top: 0;
		left: 15px;
		width: calc(100% - 30px);
		text-align: center;
		background-color: rgba(0,0,0,0.4);
	}
	main>.courses .go.unshow{
		display: none;
	}
	main>.courses .go a{
		padding: 10px 15px;
		color: #fff;
		display: inline-block;
		margin-top: 20%;
		border: 1px solid #fff;
		border-radius: 10px;
	}
	
	main>.courses .lists .course img,main>.courses .go{
		height: 12.2vw;
	}
	/* 流程 */
	main>.courses .process{
		width: 20%;
	}
	main>.courses .process .sort{
		width: 100%;
		height: 2px;
		background-color: #0072FF;
		position: relative;
	}
	
	
}

/* app */
@media screen and (max-width: 768px) {
	main>.courses .title,main>.courses .go a,main>.courses .process .title{
		font-size: 14px;
	}
	main>.courses .title img{
		line-height: 30px;
	}
	main>.courses .lists .course .detail{
		font-size: 12px;
	}
	main>.courses .title{
		height: 45px;
		line-height: 45px;
	}
	main>.courses .lists .course{
		height: 40vw;
	}
	main > .courses .lists .course .detail{
		margin-bottom: 0;
	}
	main > .courses .lists .course .go{
		text-align: right;
	}
	main > .courses .lists .course .go a{
		padding: 2px 5px;
		border: 1px solid #0072FF;
		color: #0072FF;
		border-radius: 3px;
	}
	/* 流程 */
	main>.courses .process{
		width: 100%;
		height: 50vw;
		position: relative;
	}
	main>.courses .process .sort{
		position: absolute;
		top: 0;
		left: 20px;
		width: 2px;
		height: 100%;
		background-color: #0072FF;
	}
	main>.courses .process .title{
		padding-left: 35px;
		font-weight: bold;
	}
	main>.courses .process .detail{
		width: 90%;
		height: 100%;
		margin-left: 60px;
	}
}