.alert-wrap{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 99999;
	display: none;
}
.alert-wrapper{
	width: 520px;
	height: 320px;
	background: #ffffff;
	border-radius: 10px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.alert-top{
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.alert-top span{
	font-size: 20px;
	color: #333333;
	margin-left: 20px;
}
.alert-top img{
	width: 15px;
	height: 15px;
	float: right;
	padding-top: 17px;
	padding-right: 20px;
	cursor: pointer;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.alert-detail{
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.alert-confirm{
	width: 100%;
	margin-top: 25px;
	overflow: hidden;
}
.alert-detail p{
	width: 100%;
	text-align: center;
	color: #333333;
	margin-top: 20px;
	font-size: 18px;
}
.alert-confirm span{
	display: inline-block;
	width: 133px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 4px;
	margin-left: 50px;
	cursor: pointer;
}

.alert-confirm span:nth-child(1){
	background: #ea1d2c;
	color: #ffffff;
	font-size: 16px;
	margin-left: 0;
}
.alert-zhuce{
	background: #ffffff;
	color: #ea1d2c;
	font-size: 16px;
	border: 1px solid #ea1d2c;
}
.alert-zhuce:hover{
	background: #ea1d2c;
	color: #ffffff!important;
}
/*大连志愿者招募弹框start*/
.volru-recruit{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	display: none;
}
.volru-recruinner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	width: 700px;
	background: #FFFFFF;
	border-radius: 8px;
}
.volru-title{
	width: 100%;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}
.volru-title h3{
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	line-height: 52px;
}
.volru-title span{
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/icon/closedaerlt-icon.png) 50% 50% no-repeat;
	cursor: pointer;
}
.volru-btns{
	width: 100%;
	overflow: hidden;
	padding: 0 38px;
	padding-top: 40px;
	padding-bottom: 59px;
}
.volru-btns a{
	display: block;
	width: 300px;
}
.volru-btns a:nth-child(1){
	float: left;
}
.volru-btns a:nth-child(2){
	float: right;
}
.volru-btns a img{
	width: 100%;
}
/*大连志愿者招募弹框end*/