/* 信息登记表 */
.bg-edit{
	background: url(../images/bg.jpg) #ffffff no-repeat;
	background-size: 100% auto;
}
.edit-box{
	padding: 6%;
}
.edit-title{
	margin-bottom: 20px;
	text-align: center;
}
.edit-title img{
	width: 50%;
}

.edit-info{
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}

.edit-section{
	background: #fff;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.edit-section .row{
	position: relative;
	border-bottom: 1px solid #ddd;
}
.edit-section .row:last-child{
	border-bottom: none;
}
.edit-section .row .title{
	position: absolute;
	left: 7px;
	top: 0;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	font-size: 16px;
}
.edit-section .row .title em{
	position: absolute;
	left:-7px;
	top: 0;
	display: inline-block;
	color: red;
	font-style: normal;
}
.edit-section .row input{
	float: right;
	width: 100%;
	text-align: right;
	height: 45px;
	vertical-align: middle;
	border: none;
	font-family: '微软雅黑';
	font-size: 16px;
}
.edit-section .row .text{
	position: relative;
	float: right;
	width: 100%;
	text-align: right;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	border: none;
	font-family: '微软雅黑';
	font-size: 16px;
	padding-right: 10px;
	color: #4ea920;
	cursor: pointer;
	z-index: 5;
}
.edit-section .row select{
	position: relative;
	float: right;
	/*width: 35%;*/
	background: none;
	text-align: right;
	height: 45px;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #4ea920;
	padding-right: 10px;
	/*direction: rtl;*/
	/*将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
}
.edit-section .row .val{
	position: absolute;
	right: 20px;
	top: 13px;
	font-size: 16px;
	color: #4ea920;
}
.edit-section .row .options{
	font-size: 16px;
	color: #4ea920;
}
.edit-section .row .options span{
	display: inline-block;
	width: 30%;
	margin: 5px 0;
}
.edit-section .row .options p{
	padding: 5px 0;
}


.edit-section .row .arrow{
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
	width: 20px;
	height: 30px;
	background: #fff;
	text-align: right;
}
.icon-right{
	display: inline-block;
	background: url(../images/icon-right.png) no-repeat;
	width: 9px;
	height: 20px;
	background-size: 100%;
}
.edit-submit{
    display: block;
    background: #5db531;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/* 活动详情 */
.detail-hd-text{
	padding: 15px;
	font-size: 16px;
	line-height: 1.8em;
	text-indent: 1em;
}
.detail-hd-text span{
	color: #ba1414;
}

.detail-section .title{
	position: relative;
	border-bottom: 2px solid #26ca72;
	text-align: center;
	margin-bottom: 25px;
}
.detail-section .title span{
	position: relative;
	bottom: -13px;
	display: inline-block;
	padding: 0 30px;
	background: #f4f4f4;
	font-size: 20px;
}
.detail-section .content{
	background: #dcfadd;
	border: 1px solid #57de96;
	margin: 0 20px 30px 20px;
	padding: 15px;
	border-radius: 8px;
	font-size: 16px;
	text-indent: 1em;
	line-height: 1.5em;
}
.detail-box p{
	margin: 0 20px;
	margin-bottom: 10px;
	font-size: 16px;
}
.edit-join{
	display: block;
	background: #12b55e;
	color: #fff;
	height: 44px;
	line-height: 44px;
	width: 80%;
	margin: 40px auto;
	text-align: center;
	border-radius: 22px;
	font-size: 20px;
}

/* 提交成功 */
.success-box{
	padding: 80px 0;
	text-align: center;
}
.success-box p{
	margin: 100px 0 30px 0;
	color: #fff;
	font-size: 16px;
}
.success-box img{
	width: 55%;
}
.success-box img:last-child{
	width: 35%;
}

/* 遮罩层 */
.mask-layer{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 9;
}
.pop-box{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}
.pop-hd{
	background: #fff;
	height: 42px;
	padding: 0 10px;
}
.pop-hd span{
	display: inline-block;
	background: #f5f5f5;
	padding: 3px 12px;
	border-radius: 5px;
	margin-top: 6px;
	cursor: pointer;
}
.pop-hd .btn-cancel{
	float: left;
	background: #f5f5f5;
	color: #333;
	border: 1px solid #333;
}
.pop-hd .btn-ok{
	float: right;
	background: #12ad5a;
	color: #fff;
	border: 1px solid #12ad5a;
}
.pop-bd{
	height: 180px;
	background: #efefef;
	overflow-y: auto;
	padding: 15px;
	font-size: 16px;
}
.pop-bd li{
	padding: 5px 0;
	cursor: pointer;
}
.pop-bd li.pop-item1{
	float: left;
	width: 50%;
}
.pop-bd li.pop-item1 .text{
	width: 80px;
}
.pop-bd .text{
	display: inline-block;
	margin-right: 10px;
}
.pop-bd li.pop-item2{
	width: 100%;
}
.pop-bd li.pop-item2{
	margin-bottom: 5px;
}
.pop-bd li.pop-item2 .icon{
	float: right;
}

.pop-bd li .icon-check{
	display: inline-block;
	background: url(../images/icon-check.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	vertical-align: middle;
}
.pop-bd li.active .icon-check{
	display: inline-block;
	background: url(../images/icon-check-sel.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	vertical-align: middle;
}

.form-hd{
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #4ea920;
    margin-bottom: 20px;
}
.icon-info{
    display: inline-block;
    background: url(../images/icon-info.png) no-repeat;
    width: 23px;
    height: 17px;
    background-size: 100%;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}