
.warp{
	/*background:url(../img/bg_activity.jpg);*/
	background: url(../img/bg_activity.jpg) no-repeat;
	background-size: 100% 666px;
}


/*面包屑导航*/
.breadcrumb{
	width:1200px;
	height:48px;
	font-size:14px;
	background-color:#f8f8f8;
	padding-left:31px;
	line-height:48px;
	margin:0 auto;
	border-bottom:1px solid #e6e6e6;
	box-sizing: border-box;
	border-radius:0;
}

/*内容部分*/
.content{
	width:1200px;
	margin:0 auto 30px;
	background-color:#fff;
}
.content-info{
	width:100%;
	padding:30px;
	border-bottom:1px solid #e6e6e6;
	box-sizing: border-box;
}
.content-info>img{
	float:left;
	width:555px;
	height:260px;
	margin-right:25px;
	border-radius:6px;
	box-sizing: border-box;
}
.content-info .img-tip{
	width:560px;
	float:left;
}
.content-info .img-tip .intro{
	padding:21px 0 10px 0;
	border-bottom:1px solid #e6e6e6;
}
.intro h3{
	font-size:24px;
	color:#101010;
	padding-bottom:25px;
}
.intro p{
	font-size:18px;
	line-height:38px;
	color:#909090;
	padding-left:35px;
}
.intro p.time{
	background:url(../img/icon/time.png) no-repeat left;
	background-size:20px;
}
.intro p.host{
	background:url(../img/icon/host.png) no-repeat left;
	background-size:20px;
}
.intro p.pop{
	/*background:url(../img/look.png) no-repeat left;*/
	background:url(../img/icon/pop.png) no-repeat left;
	background-size:20px;
}
.intro p.linkman{
	/*background:url(../img/look.png) no-repeat left;*/
	background:url(../img/icon/linkman.png) no-repeat left;
	background-size:20px;
}
.intro p.linktel{
	/*background:url(../img/look.png) no-repeat left;*/
	background:url(../img/icon/linktel.png) no-repeat left;
	background-size:20px;
}
.intro p.pop span{
	color:#CC123F;
}
.img-tip .btn-join{
	width:160px;
	height:48px;
	background-color:#CC123F;
	border-radius:6px;
	font-size:18px;
	color:#fff;
	outline:none;
	margin-top:16px;
}

/*分享*/
.content-info .img-tip .share{
	float:right;
	font-size:16px;
	color:#909090;
	padding-right:27px;
	margin-top:46px;
	background:url(../img/icon/weixin.png) no-repeat right;
	background-size:20px;
	cursor:pointer;
}

.content-info .img-tip .bdshare-button-style0-16 a, .content-info .img-tip .bdshare-button-style0-16 .bds_more{
	background-size:0;
}

/*内容文字部分*/
.content-text-box{
	width:100%;
}
.content-text-box>.title{
	/*width:100%;*/
	margin:24px 25PX;
	padding-bottom:24px;
	margin-bottom:0;
	font-size:18px;
	color:#101010;
	border-bottom:1px solid #e6e6e6;
	box-sizing: border-box;
}
.content-text{
	/*margin:30px;*/
	padding-bottom:30px;
	box-sizing: border-box;
	padding:30px;
}
.content-text>p{
	font-size:18px;
	line-height:36px;
	letter-spacing: 1px;
	color:#303030;
	margin-bottom:20px;
	text-indent:2rem;
}
/*弹出层样式*/
.content .mask{
	position:fixed;
	z-index:9999;
	width:400px;
	height:400px;
	background-color:#fff; 
	left:50%;
	margin-left:-200px;
	top:720px;
	border-radius:6px;
	box-sizing: border-box;
	/*display:none;*/
	opacity:0;
	box-shadow: rgba(0,0,0,0.5) 0 0 8px;
	/*box-shadow:rgba(0,0,0,0.5) 0 0 8px;*/

}
.content .mask>h3{
	width:100%;
	height:52px;
	background-color:#CC123F;
	color:#fff;
	font-size: 20px;
	line-height: 52px;
	padding-left:20px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	position:relative;
	box-sizing: border-box;
}
.content .mask>h3 .close{
	  position:absolute;
	  width:16px;
	  height:16px;
	  background:url(../img/icon/close_w.png) no-repeat right;
	  background-size: 16px;
	  cursor:pointer;
	  right:15px;
	  top:18px;
	  opacity:1;
}
.content .mask>img{
	width:180px;
	height:180px;
	margin:10px auto;
}
.content .mask .tip{
	width:100%;
	color:#CC123F;
	margin-top:60px;
	font-size:18px;
	text-align: center;
}

.content .mask>span{
	display:block;
	text-align: center;
	color:#a0a0a0;
	font-size:16px;
}

/*交友详情样式*/
.content-text-box .title span{
	color:#cc123f;
}
.content-text-box .pic_box{
	width:100%;
	padding:20px;
	border-bottom:1px solid #e6e6e6;
	box-sizing: border-box;
}
.content-text-box .pic_box img{
	display:inline-block;
	width:80px;
	height:80px;
	border-radius: 6px;
	margin-left:20px;
}
.content-text-box .pic_box .toMore{
	font-size:14px;
	color:#a0a0a0;
	line-height:80px;
	margin-left:20px;
	cursor: pointer
}
.friend-content-text{
	 /* margin: 30px; */
    padding: 30px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.content-text-box .apply{
	margin:0 25px;
	padding:15px 0;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.content-text-box .apply p{
	font-size:16px;
	color:#a0a0a0;
	line-height: 27px;
}
.content-text-box .apply p span{
	font-size:16px;
	color:#a0a0a0;
}