@charset "utf-8";

.auth-box {
	background: none;
}

.auth-box:before {
	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,ffffff+60,ffffff+100&0+0,0.88+20,1+60,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.88) 20%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.88) 20%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.88) 20%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 600px;
}

/*=========================================
-- count
=========================================*/
.follow{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(204,204,204,0.70); 
	-moz-box-shadow: 0 0 10px 0 rgba(204,204,204,0.70);
	box-shadow: 0 0 10px rgba(204,204,204,0.70); 
	padding: 25px 0;
}
.follow > div{
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
}
.follow .fl-list{
	float: left;
}
.follow .fl-list li{
	float: left;
	border: #ccc 1px solid;
	width: 34px;
	text-align: center;
	margin: 0 10px 0 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
}
.follow .fl-list li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.follow .fl-list li.active{
	background: #333;
	border: #333 1px solid;
	color: #fff;
}
.follow .fl-list li a:hover{
	background: #f2f2f2;
}
.follow .fl-list li:last-child{
	margin: 0;
}
.follow .fl-main{
	overflow:hidden;
	padding: 0 0 0 40px;
	/zoom:1;
}
.follow .fl-main h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin: 10px 0 20px 0;
}
.follow .fl-main p{
	line-height: 140%;
	margin: 0 0 20px;
}
.follow .btn-start {
	display: block;
	border-radius: 3px;
	background:rgba(0,134,203,1);
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.follow .btn-start:hover {
	background:rgba(0,134,203,0.7);
}
.follow .btn-mb {
	display: block;
	width: 120px;
	padding: 0 20px 0 0;
	background:url(/public/user/img/wall/ar.png) no-repeat right center;
	text-align: center;
	color: #0086cb;
	font-size: 15px;
	text-decoration: none;
	margin: 20px 0 20px;
}
.follow .btn-mb:hover {
	opacity: 0.7;
}
.follow .btn-open{
	width:80px;
	padding: 0 15px 0 0;
	height: 20px;
	line-height: 20px;
	background: url(/public/user/img/wall/ar2.png) no-repeat right 7px/7px 5px;
	cursor: pointer;
	position:relative;
	float:right;
	font-size: 13px;
	font-weight: bold;
	color: #878787;
	text-align: right;
	float:right;
	margin: 10px 0 0 10px;
}
.follow .btn-open:hover{
	opacity: 0.7;
}
.follow .btn-close{
	width:16px;
	height: 16px;
	background: url(/public/user/img/wall/close.png) no-repeat center center/11px 11px;
	cursor: pointer;
	position:relative;
	float:right;
	display: none;
	margin: 10px 10px 0 0;
}
.follow .fl-open{
	display: none;
}

/*=========================================
-- restrict
=========================================*/
.entry-wall{
	position: relative;
	bottom: 20px;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 620px;
	background: #efefef;
	-webkit-box-shadow: 0 0 10px 0 rgba(128,128,128,0.70); 
	-moz-box-shadow: 0 0 10px 0 rgba(128,128,128,0.70);
	box-shadow: 0 0 10px rgba(128,128,128,0.70); 
	border-radius: 6px;
	border: solid 2px #fff;
}
.entry-wall > div{
	width: 85%;
	margin: 30px auto 30px;
}
.entry-wall h4{
	font-size: 21px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	margin: 0 auto 25px;
}

.entry-wall .ew-ph{
	float: left;
}
.entry-wall .ew-rt{
	overflow:hidden;
	padding: 0 0 0 50px;
	/zoom:1;
}
.entry-wall .ew-rt p{
	line-height: 200%;
	margin: 0 0 20px;
	font-size: 13px;
}
.entry-wall .btn-entry{
	display: block;
	border-radius: 3px;
	background:rgba(0,134,203,1);
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.entry-wall .btn-entry:hover {
	background:rgba(0,134,203,0.7);
}
.entry-wall .btn-mb {
	display: inline-block;
	padding: 0 20px 0 20px;
	background:url(/public/user/img/wall/ar.png) no-repeat right center;
	text-align: center;
	color: #0086cb;
	font-size: 14px;
	text-decoration: none;
	margin: 20px 0 20px;
}
.entry-wall .btn-mb:hover {
	opacity: 0.7;
}