/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		color:#666;
		visibility:hidden;
		top:10%; 
		left:50%;
		margin-left:-3rem;
		width:5.2rem;
		background:#eee url(/help/images/modal-gloss.png) no-repeat -2rem -0.8rem;
		position:absolute;
		z-index:101;
		padding:0.3rem 0.4rem 0.34rem;
		-moz-border-radius:0.05rem;
		-webkit-border-radius:0.05rem;
		border-radius:0.05rem;
		-moz-box-shadow:0 0 0.1rem rgba(0,0,0,.4);
		-webkit-box-shadow:0 0 0.1rem rgba(0,0,0,.4);
		-box-shadow:0 0 0.1rem rgba(0,0,0,.4);
		}
	.reveal-modal .list_sezhi{margin-bottom:0.15rem;float:left;}
	.reveal-modal .list_sezhi h3{width:100%;color:#333;margin-bottom:0.05rem;float:left;text-align:left;}
	.reveal-modal .list_sezhi p{width:100%;line-height:0.26rem;float:left;}
	.reveal-modal .list_sezhi .xiangqing{width:100%;color:#09F;float:left;text-align:right;font-size:0.13rem;height:0.16rem;line-height:0.16rem;}
	
	
		
	.reveal-modal.small{ width: 2rem; margin-left: -1.4rem;}
	.reveal-modal.medium{ width: 4rem; margin-left: -2.4rem;}
	.reveal-modal.large{ width: 6rem; margin-left: -3.4rem;}
	.reveal-modal.xlarge{ width: 8rem; margin-left: -4.4rem;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 0.52rem;
		line-height: .5;
		position: absolute;
		top: 0.08rem;
		right: 0.11rem;
		color: #aaa;
		text-shadow: 0 -0.01rem 0.01rem rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 

