body
{
	/* background:#d6cfc9 url(/assets/images/_user/join/1/1.jpg) no-repeat center center;
	background-size:cover; */
	/* background-color :#9c404f !important; */
	background:#d6cfc9 !important
}

.wrap
{
	/* background: url(/assets/images/_user/join/1/1_modify.png) no-repeat center center;
	background-size:cover; */
	background:#9b3c4c;
}

.top a.right
{
	opacity:.3;
	transition:all .3s;
}


.top
{
	position:absolute;
	height:51px;
	background:transparent
}
.section_01
{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
	padding-bottom:50px;
}
.section_01 h2
{
	display:inline-block;
	padding-top:24px;
	font-size:20px;
	color:#fff;
	line-height:1.4;
}
.section_01 .checkAll
{
	float:right;
	margin-top:42px;
}


.toggle_wrap
{
	margin-top:20px;
}
.toggle_wrap > ul > li
{
	position:relative;
}
.toggle_wrap > ul > li .t_arrow
{
	position:absolute;
	top:28px;
	right:0;
	width:10.5px;
	transform:rotate(180deg);
	transition:all .3s;
}
.toggle_wrap > ul > li.active .t_arrow
{
	transform:rotate(0deg);
}
.toggle_wrap > ul > li .chk
{
	position:absolute;
	top:16px;
	left:0;
}
.toggle_wrap div.chk input[type="checkbox"] + label span
{
	width:22px;
	height:22px;
	background-size:14px;
}
.toggle_wrap div.chk input[type="checkbox"]:checked + label span
{
	background-size:14px;
}

.toggle_wrap > ul > li > a
{
	display:block;
	padding:19px 0;
	border-bottom:1px solid rgba(255,255,255,0.15);
	font-size:16px;
	color:#fff;
	padding-left:31px;
}
.toggle_wrap > ul > li > a.active
{
	border-bottom:1px solid #fff;
}
.toggle_wrap > ul > li > div:not(.chk)
{
	display:none;
	padding:21px 20px 20px 0;
	color:#fff;
	border-bottom:1px solid #fff;
	height:173px;
	overflow-y:auto;
}
.toggle_wrap > ul > li > div:not(.chk) span.title
{
	display:block;
	font-size:15px;
	line-height:1.5;
	letter-spacing:-0.02em;
	color:#fff;
}
.toggle_wrap > ul > li > div:not(.chk) span.title.mb_20
{
	margin-bottom:20px;
}
.toggle_wrap > ul > li > div:not(.chk) span.title.mb_10
{
	margin-bottom:10px;
	font-size:16px;
}
.toggle_wrap > ul > li:first-child > div:not(.chk)
{
	display:block;
}
.toggle_wrap > ul > li:first-child div:not(.chk) > ul > li:not(:last-child)
{
	margin-bottom:20px;
}
.toggle_wrap > ul > li div:not(.chk) > ul
{
	margin-bottom:15px;
}
.toggle_wrap > ul > li div:not(.chk) > ul > li h3
{
	font-size:15px;
	margin-bottom:8px;
	letter-spacing:-0.02em;
	line-height:1.4;
}
.toggle_wrap > ul > li div:not(.chk) > ul > li p
{
	font-size:14px;
	line-height:1.5;
	letter-spacing:-0.02em;
}

.c_bottom_btn
{
	background:transparent;
	border:1px solid #fff;
	color:#fff
}
.c_bottom_btn i
{
	color:#fff;
}



.sub_text_wrap
{
	position:relative;
	width:100%;
	margin-top:20px;
}
.sub_text_wrap p
{
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:1.4;
	margin-bottom:15px;
	padding-left:15px;
}
.sub_text_wrap p:last-child
{
	margin-bottom:0;
}
.sub_text_wrap p:before
{
	content:'';
	position:absolute;
	top:9px;
	left:3px;
	width:3px;
	height:3px;
	background:#fff;
}