@charset "utf-8";
*{margin:0; padding:0;}
ul li,ol li { list-style:none;line-height: 25px;} 
img{ border:0;}
a{ text-decoration:none;}
h1,h2,h3,h4,h5{ font-weight: normal;}
body{ font:16px "微软雅黑""Arial"; color:#202224; background:#f5f5f6;}


/*弹出框*/
.overlay{
	display:block;
}
.overlay .shade-black{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index:10000;
	width:100%; 
	height:100%;
}
.overlay .pop-up{
	z-index:100001;
	width: 680px;
	height:325px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	top:30%;
    left:32%;
    text-align: center;
    
}
.overlay .pop-up dl{
	text-align: center;
}
.overlay .pop-up dl dt{
    font-size: 24px;
	line-height:100px;
	margin-top:40px;
	font-weight: bold;
	}
.overlay .pop-up dl dt img{
	vertical-align: middle;
	margin-right: 10px;
}
.overlay .pop-up dl dd{
	line-height:50px;
	margin: auto;
}
.overlay .pop-up button{
	border: 0;
	width: 120px;
	height:45px;
	border-radius: 5px;
	background: #2abcb8;
	color: #fff;
	margin: 30px auto;
}

.overlay .pop-up-big{
	z-index:100001;
	width: 680px;
	height:400px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	top:30%;
	left:32%;
	text-align: center;
	white-space: pre-line;
}

.overlay .pop-up-big dl{
	text-align: center;
}
.overlay .pop-up-big dl dt{
	font-size: 24px;
	line-height:100px;
	margin-top:20px;
	font-weight: bold;
}
.overlay .pop-up-big dl dt img{
	vertical-align: top;
	margin-right: 10px;
}
.overlay .pop-up-big dl dd{
	line-height:30px;
	margin: auto;
}
.overlay .pop-up-big button{
	border: 0;
	width: 120px;
	height:45px;
	border-radius: 5px;
	background: #2abcb8;
	color: #fff;
	margin: 30px auto;
}

.overlay .pop-up-bigplus{
	z-index:100001;
	width: 720px;
	height:600px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	top:30%;
	left:32%;
	text-align: center;
	white-space: pre-line;
}

.overlay .pop-up-bigplus dl{
	text-align: center;
}
.overlay .pop-up-bigplus dl dt{
	font-size: 24px;
	line-height:100px;
	margin-top:20px;
	font-weight: bold;
}
.overlay .pop-up-bigplus dl dt img{
	vertical-align: top;
	margin-right: 10px;
}
.overlay .pop-up-bigplus dl dd{
	line-height:30px;
	margin: auto;
}
.overlay .pop-up-bigplus button{
	border: 0;
	width: 120px;
	height:45px;
	border-radius: 5px;
	background: #2abcb8;
	color: #fff;
	margin: 30px auto;
}
