.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*/

/*大连志愿者招募  须知  弹框start*/

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 98;
    display: none;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    bottom: auto;
    z-index: 99;
    margin: auto;
    display: block;
    height: 460px;
    width: 700px;
    display: none;
}

.modal-dialog {
    left: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
}

.modal-body {
    position: relative;
    padding: 15px;
    margin: 0 0 10px;
    height: 306px;
    overflow-y: auto;
}

.modal-body p {
    
    font-size: 14px;
    text-indent: 28px;
    
}

.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}

.modal-footer input {
    margin-bottom: 8px;
}

.modal-footer button {
    background: #cccccc;
    font-size: 14px;
    color: #fff;
    outline: none;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
}

.modal-footer  .butDisable{
    background: #ea1d2c;
}

.modal-footer span {
    font-size: 12px;
}

.modal-footer span a {
    color: #599bff;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

.modal-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #e5e5e5;
}


/*定义滚动条轨道 内阴影+圆角*/

.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}


/*定义滑块 内阴影+圆角*/

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c5c5c5;
}


/*大连志愿者招募  须知  弹框end*/



/*大连志愿活动报名不是志愿者情况弹框*/

.vol-act-dilog{
	width:460px;
}

.vol-act-title{
    font-size:26px;
}

.vol-act-body{
    height:230px;
    margin-top:20px;
}

.vol-act-p{
    text-align:center;
    font-size:20px;
}

.vol-act-button1{
    background-color:#ea1d2c;
    font-size:14px;color:#fff;
    outline:none;padding:10px 24px;
    border:none;border-radius:6px;
    margin-top:10px;
    cursor:pointer;
    margin-left:80px;
    font-size:18px;
}


.vol-act-button2{
    background-color:#999999;
    float:right;
    font-size:14px;
    color:#fff;
    outline:none;
    padding:10px 24px;
    border:none;
    border-radius:6px;
    margin-top:10px;
    cursor:pointer;
    margin-right:80px;
    font-size:18px;
}

.vol-avt-p{
    text-align:center;
    font-size:20px;
}