@charset "utf-8";


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


/* layout
==================================== */
#container{ width: 100%}
.section {
	padding:45px 4%;
}
.inner{
	margin:40px 0 0;
}
.box{
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    margin: 0 0 40px;
	padding: 30px;
}
.box .tit{ margin-bottom: 20px;font-size: 18px; }
.box .tit.left { padding-left: 0; }
.box .tit span{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	line-height: 25px;
	color: #fff;
	background: #ff7c60;
	text-align: center;
	border-radius: 25px;
}
.section .ph{
	margin: 20px 0;
	text-align:center;
}

.section .ph img{
	width:80%;
	border: 1px solid #eee;
}

.section .subTit{
	margin-bottom:25px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

/* header
----------------------------------- */
.section.head {
	padding:80px 5%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.section.head .fa{margin:0 0 25px;font-size: 100px;color: #e95384;}
.section.head .ph {
	width: 100%;
	height: 100%;
	background: url(../images/bg_friend.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	padding: 0;
	margin: 0;
}
.section.head .inner{
	width:100%;
	margin:0 auto;
	position: relative;
	z-index: 1;
	color: #fff;
}
.head .mainLead{
	margin-bottom:15px;
	font-size:40px;
    line-height: 1.5;
	text-align: center;
}
.head .txt{ font-size: 16px;font-weight: bold; line-height: 1.8;}

/* howtoFriendList
----------------------------------- */
.section.howtoFriendList{ width: 800px;margin: 0 auto;padding-bottom: 0;}
.howtoFriendList ol li { padding-bottom: 30px;margin-bottom: 40px;border-bottom: 1px solid #ccc}
.howtoFriendList ol li:last-child{ margin-bottom: 0;padding-bottom: 0;border: none;}
.howtoFriendList ol li dt{ font-size: 16px; font-weight: bold;margin-bottom: 10px;}
.howtoFriendList ol li dd{ margin-bottom: 40px}
.howtoFriendList ol li dd .ph img{ border: none;}
.howtoFriendList .btn{ margin-bottom: 40px}
#num_register{
	position: absolute;
	top:-200px;
}

/* attentionList
----------------------------------- */





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

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


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

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

