@charset "utf-8";


/* anchor
----------------------------------- */
a {
	color: #ff7c60;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}

/* layout
==================================== */
.inner{
	margin:40px 0 0;
}
.box{
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    margin: 0 0 40px;
	padding: 20px 10px;
}
.box .tit{ position: relative; margin-bottom: 20px;padding-left: 30px; font-weight: normal; }
.box .tit.left { padding-left: 0; }
.box .tit span{
	position: absolute;
	left:0;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 21px;
	color: #fff;
	background: #ff7c60;
	text-align: center;
	border-radius: 25px;
}
.section .areaTit{ font-size: 16px;}
.section .ph{
	margin: 20px 0;
	text-align:center;
}

.section .ph img{
	width:100%;
}
.section .mainLead{
	margin-bottom:15px;
	font-size:26px;
    line-height: 1.5;
}
.section .subTit{
	margin-bottom:25px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.sectionTit i{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	background: #e95384;
	color: #fff;
}

/* head
----------------------------------- */
.section.head {
	position: relative;
	overflow: hidden;
	text-align: center;
    padding: 65px 4%;
}
.section.head .fa{margin:0 0 25px;font-size: 80px;color: #e95384;}
.section.head .ph {
	width: 100%;
	height: 100%;
	background:#fff url(../images/bg_friend.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	margin: 0;
}
.section.head .inner{
	margin:0;
	color:#fff;
	position: relative;
	z-index: 1;
}
.section.head .mainLead{ text-shadow: 0 0 3px rgba(0, 0, 0, 0.61);}
.section.head .txt{ font-weight: bold; text-align: left;text-shadow: 0 0 3px rgba(0, 0, 0, 0.61);}
.section.head .subTxt{ text-align: left;text-shadow: 0 0 3px rgba(0, 0, 0, 0.61);}

/* howtoFriendList
----------------------------------- */
.howtoFriendList ol li { padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #eee}
.howtoFriendList ol li:last-child{ margin-bottom: 0;padding-bottom: 0;border: none;}
.howtoFriendList ol li dt{ font-weight: bold;margin-bottom: 10px;}
.howtoFriendList ol li dd{ margin-bottom: 20px}
.howtoFriendList .btn{ margin-bottom: 40px}
#num_register{
	position: absolute;
	top:-120px;
}



.areaTit {
    border-left: 4px solid #ff7c60;
}

.btn .main {
    background: #ff7c60;
    border: 1px solid #ff7c60;
}
