@charset "utf-8";	
/* 載入 */
#mask {
    background-color: #1a1a1a;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 999;
	filter:alpha(opacity=80);  /*支持 IE 浏览器*/
	-moz-opacity:0.8; /*支持 FireFox 浏览器*/
	-khtml-opacity:0.8; 
	opacity:0.8;  /*支持 Chrome, Opera, Safari 等浏览器*/
}
#mask {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
}
.window-popup {
	display: none;
	position: fixed;
	z-index: 9999;
	padding: 0 ;
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 20%;	
	max-height: 70%;
	overflow-x: hidden;
    overflow-y: auto; 
}
.window-popup .reel  {
	margin: 0;
	z-index: 99999;
	background-color: #fff;
	padding: 30px 30px 20px 30px;
	font-size: 16px;
	border-radius: 4px;
}
.window-popup .close_ {
	position: absolute;
	top: 0px;
	right: 0px;
}
.window-popup .reel .btn-success  {
	font-weight: bold;
	margin-top: 30px;
}

