@charset "utf-8";

#main {
    float: none;
    width: 100%;
}

#fanfunWrapper{
	background-color: #110d09;
	color: #fff;
	line-height: 0;
	font-size: 14px;
}

#fanfunHeader{
	position: relative;
	margin-bottom: 25px;
}


#fanfunHeader .intro{
	color: #fff;
	width: 100%;
	position: absolute;
	text-align: left;
	bottom: 10px;
	left: 30px;
}

#fanFunContents{
	width: 974px;
	margin: 0 auto;
}

.TopArea{
	overflow: hidden;
	height: 406px;
}

.movieBox{
	background: url('../img/movie_frame.jpg') no-repeat left top;
	width: 426px; /*482px*/
	height: 639px;	/*695px*/
	padding: 28px;
	float: left;
	margin:0px 10px 18px 0;
	text-align: center;
	overflow: hidden;
}

.movieBox:nth-child(2n){
	margin:0px 0;
}

.companionData{
	width: 180px;
	height: 406px;
	overflow: hidden;
	float: left;
	position: relative;
	line-height: 1;
}

.companionImg img{
	max-width: 100%;
	margin-bottom: 5px;
}

.companionName a{
	color: #ff1d68;
	font-size: 18px;
	font-weight: bold;
}

.companionSize{
	font-size: 12px;
}

.shopName a{
	color: #fff;
}


/*.movieFrame{
	width: 230px;
	float: right;
}*/

.movieFrame{
	width: 230px;
	float: right;
}

.movieFrame video {
   max-width: 100%;
}

.ButtonBox{
	clear: both;
	position: relative;
	width: 425px;
	height: 40px;
	margin: 15px 0 10px;
	overflow: hidden;
}



.profileBtn{
	width: 176px;
	height: 38px;
	line-height: 38px;
	float: left;
    list-style: none outside none;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    border: 2px solid #ff1d68;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(top, #ff4e89 0%, #ff4e89 50%, #ff1d68 51%, #ff1d68 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff4e89 0%,#ff4e89 50%,#ff1d68 51%,#ff1d68 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff4e89 0%,#ff4e89 50%,#ff1d68 51%,#ff1d68 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e89', endColorstr='#ff1d68',GradientType=0 ); /* IE6-9 */
}


.profileBtn a{
	color: #fff;
	display: block;
	position: relative;
}

.profileBtn a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.goodBtn {
	float: right;
	width: 230px;
	height: 40px;
	background: url('../img/btn02_off.png') no-repeat center top;
	cursor: pointer;
}

.pushed{
	background: url('../img/btn02_on.png') no-repeat center top!important;
}

.txtBox{
	width: 435px;
	height: 174px;
	/*margin: 10px auto 5px;*/
	margin: 0 -5px;
	background: url('../img/txtBg.jpg') no-repeat center top;
}

.txtBox p{
	padding: 45px 20px 0;
}


/***	peger	****/
.pager {
    overflow: hidden;
    clear: both;
    margin: 40px auto;
}

.pager ul {
/*  background: #EEE;*/
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}

.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
    line-height: 20px;
    padding: 5px;

}

.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}

.pager ul li a{
	color: #fff;
    text-decoration: none;


}

.pager ul li .numLink {
    /*background: #EEE;*/
  	border: 1px solid #fff;
  	padding: 5px 10px;
}
.numVisit{
	padding: 10px;
	color: red;
	background: url(../img/pagerOn.png) no-repeat center;
}

.pager ul li a:hover {
    background: #333;
    color: #FFF;
}

