@charset "utf-8";
/*wlGuide-jquery插件样式*/

.cGuide_blank{
	display:none;
	position:absolute !important;
	left:0;
	top:0;
	z-index:998;
}
.cGuide_blank_t,.cGuide_blank_r,.cGuide_blank_b,.cGuide_blank_l{
	display:block;
	line-height:0px;
	background:#000;
	border:0px solid #000;
	position:absolute;
	font-size:0px !important;
	/*filter:alpha(opacity=0);
	opacity:0; 
	*/
	zoom:1;
	width:0;
	height:0;
	left:0;
	top:0;
	z-index:998;
}

.cGuide_box{
	display:none;
	position:absolute;
	background: #000;
	background: rgba(0,0,0,0.7);
	
	color: #fff !important;
	width: 300px;

	font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
	font-weight: normal !important;
	 -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
		  border-radius: 4px;
	z-index:999;
}
.cGuide_box .cGuide_arrow{
	display: block;
	position:absolute;
	line-height:0;
	left: 22px;
	width: 0;
	height: 0;
	border: solid 14px;
	border: solid 14px;
	border-color: #000;
	border-color: rgba(0,0,0,0.8);
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	filter: chroma(color = #ffffff);/*ie6 的效果*/
	top: -28px;
	bottom: none;
}
.cGuide_title{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin: 0;
}
.cGuide_scount{
	position: absolute;
	right: 10px;
	top: 10px;
	color: rgba(255,255,255,0.4) !important;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.cGuide_content{
	position:relative;
	margin:0 10px;
	padding:10px 0;
	overflow:auto;
	clear:both;
	zoom:1;
}
.cGuide_content_text{
	margin: 0 10px;
	padding:10px 0;
	font-size: 14px;
	line-height: 18px;
}
.cGuide_button,.cGuide_button_unable{
	display:block;
	float:left;
	width: 80px;
	padding: 0;
	margin:0;
	height:30px;
	line-height:30px;
	outline:none;
	font-size: 13px;
	text-align:center;
	text-decoration: none !important;
	color: #FFF !important;
	border: solid 1px rgb(0,60,180);
	background: rgb(0,99,255);
	background: -moz-linear-gradient(top, rgb(0,99,255) 0%, rgb(0,85,214) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,99,255)), color-stop(100%,rgb(0,85,214)));
	background: -webkit-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
	background: -o-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
	background: -ms-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0055d6',GradientType=0 );
	background: linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	zoom:1;
}
/* .cGuide_button_unable{ */
	/* opacity:0.3; */
	/* filter:Alpha(Opacity=30); */
	/*100为不透明，0为全透明*/
	/* cursor:default; */
/* } */

.tmp {
	display: block;
	position: absolute;
	height: 30px;
	line-height: 30px;
	width: auto;
	margin: 0 auto;
	cursor: pointer;
}

.button {
	height: 37px;
	width: 200px;
	margin: 16px;
	color: #FFFFFF !important;
	font-size: 16px;
	display: block;
	background: #0063ff;
	line-height: 37px !important;
	text-align: center;
	vertical-align: middle;
	text-decoration: none !important;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
}