@charset "gb2312";

/*ÏÂÔØµ¯²ã*/
.download-mask-bg {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9998;
	background-color: rgb(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	z-index:998;
}
.download-mask-box {
	width: 465px;
	position: fixed;
	z-index: 10000;
	display: block;
	overflow: hidden;
	top: 50%;
	left: 50%;
	height: 250px;
	margin-top: -135px;
	background: #fff;
	border-radius: 12px;
	margin-left: -232px;
	padding: 15px 35px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.download-mask-title {
	line-height:40px;
	font-weight:bold;
	color:#333;
	position:relative;
	font-size: 18px;
}
.download-close-btn {
	display:block;
	position:absolute;
	right:-12px;
	top:3px;
	z-index:999;
	background: url(../images/close_icon.png) no-repeat center;
	padding: 5px;
	width:20px;
	height:20px;
	cursor: pointer;
}
.download-close-btn:hover {
	opacity: .75;
}
.download-mask-text {
	font-size: 16px;
    color: #444;
    margin-top: 20px;
    line-height: 28px;
}
.dw-btn {
	width:215px;
	height:52px;
	margin:0 auto;
	margin-top: 30px;
	background: #d73f3e;
	border-radius: 10px;
}
.dw-btn:hover{
	opacity: .9;
}
.dw-btn a {
	display:block;
	height:100%;
	background:#d54444;
	color:#fff;
	font-size:20px;
	text-align:center;
	border-radius: 10px;
	line-height:51px;
	font-weight:bold;
	position:relative;
	text-indent: 25px;
}

.dw-btn a img {
	border-radius: 8px;
    width: 154px;
    margin: 0 auto;
    display: block;
    padding-top: 3px;
}
