.guideArea{
	background:#fff;
	padding:0 0% 3%;
}

.guideArea .tab_img{
	border-top:2px solid #000;
	padding-top:50px;
}
.guideArea .guide_example{
	width:100%;
}
.guideArea .guide_example li{
  width:100%;
	margin-bottom:16%;
	font-size:20px;
	line-height:150%;
	color:#6b6a6a;
	font-weight:600;
 	word-break:keep-all;
}
.guideArea .guide_example li:last-of-type{
	margin-bottom:40px;
}
.guideArea .guide_example .number{
	display: block;
	width:40px;
	height:40px;
	text-align:Center;
	line-height:40px;
	font-size:20px;
	color:#fff;
	background:#2b43af;
	border-radius: 50%;
	margin-bottom:14px;
}
.guideArea .guide_example .example_img{
	margin:10px 0 0;
}
.guideArea .guide_example .example_img > img{
	width:100%;
}
.guideArea .icon-playOpteion{
	width:42px;
	height:14px;
	display:inline-block;
	vertical-align:middle;
	background:url('/_skin/sidae/images/cscenter_new/common/l_play.png') left center no-repeat,
	url('/_skin/sidae/images/cscenter_new/common/r_play.png') right center no-repeat;	
}


@media screen and (max-width: 680px) {
	.guideArea .tab-menu li a{
		font-size:13px;
	}
	.guideArea .guide_example li{
		font-size:16px;
	}
	.guideArea .guide_example .number{
		font-size:16px;
		width:35px;
		height:35px;
		line-height:35px;
	}
}