 
 a{text-direction: none;cursor: pointer;}
 
 
 /*弹出层地下遮罩层*/
 div #hbg{
 	width:100%;
 	height:100%;
 	position: absolute;
 	background:#000;
 	z-index:998;
 	top:0px;
 	left:0px;
 	display:none;
 	opacity:0.5;
 }
 
 
 /*弹出最外层div*/
 div #alertStyle.alertStyle{
 	width:400px;
 	height:200px;
 	position: absolute;
 	left:400px;
 	top:300px;
 	background:#FFFFFF;
 	border:1px solid #eee9e9;
 	box-shadow:0 0 10px #000;	
 	z-index:999;
	display:none;
 } 
 
 /*标题层*/
  div #alertTitle.alertTitle{
  	width:380px;
  	height:30px;
  	line-height:30px;
  	background:#e7f8f8;
  	padding-left:20px;
  	position: absolute;
  	left:0px;
  	top:0px;
  	font-size:14px;
 }
 
 /*关闭小图标*/
 div #alertClose.alertClose{
 	width:26px;
	height:26px;
	position: absolute;
	margin:2px;
	left:360px;
	top:0px;
	background:url(../../icons/alert/close_btn.png) no-repeat;
	cursor: pointer;
 }
 
 /*内容层*/
 div #alertContent.alertContent{
 	width:300px;
  	height:150px;
  	padding:20px 40px 0px 40px;
  	position: absolute;
 	left:0px;
  	top:30px;
  	font-size:14px;
  	color:#000000;
  	width:22em;
 }
 
 /*确认按钮层*/
 div #confirm.confirm{
 	width:80px;
 	height:30px;
 	line-height:30px;
 	background:green;
 	border:1px solid #000000;
 	border-radius:5px;
 	position: absolute;
 	left:300px;
 	top:150px;
 	cursor: pointer;
 }
 
 div #confirm.confirm a{
 	color:#FFFFFF;
 	font-size:12px;
 	letter-spacing:3px;
 	margin:0px 25px;
 	font-family:Times,TimesNR,'New Century Schoolbook',Georgia,'New York','serif';
}
 
 
 
 
 /*服务条款弹出层*/
div #privacy.privacy{width:800px;height:600px;position:absolute;z-index:999;border:1px solid #f0f0f0;box-shadow:0 0 10px #000;background-color: #e9f1f1;display: none;}

div .privacy .consentTitle{width:780px;height:50px;line-height:50px;padding:5px 10px;font-size:22px;font-family: 'New Century Schoolbook',Georgia,'New York','serif';letter-spacing:5px;margin-left:250px;}

div .privacy .consentClose{width:26px;height:26px;position: absolute;margin:2px;left:760px;top:0px;background:url(../../icons/alert/close_btn.png) no-repeat;cursor: pointer;}

div .privacy .consentContent{width:720px;height:440px;padding:20px 40px;overflow-y: scroll;/* border:1px solid #000000; */scrollbar-face-color:#000;}

/*服务条款弹出层确定*/
div #privacy.privacy #consentbtn.consentbtn{width:80px;height:30px;line-height:30px;background:#0080ff;border:1px solid #0080ff;border-radius:5px;position: absolute;left:350px;bottom:2%;cursor: pointer;}

div #privacy.privacy #consentbtn.consentbtn:HOVER {background-color:#42a0ff;}

.consentContent{font-size:16px;}
.consentContent p{font-size:14px;line-height:20px;}

div #privacy.privacy #consentbtn.consentbtn a{color:#FFFFFF;font-size:12px;letter-spacing:10px;margin:0px 25px;text-decoration: none;font-family:Times,TimesNR,'New Century Schoolbook',Georgia,'New York','serif';}



