﻿.banner{
	width:100%;
	height:580px;
    overflow:hidden;
    position:relative;
}
.banner .slide a{
    display:inline-block;
    overflow:hidden;
    height:580px;
    width:100%!important;
}
.banner .tempWrap,.banner .slide{width:100%!important;}
/*banner按钮*/
.banner .tabs {
    position: absolute;
    clear: both;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    left: 50%;
    top: 82%;
    background: 0 0;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner .tabs li {
    width: 14px;
    height: 14px;
    float: left;
    display: block;
    font-size: 0;
    background: #999;
    border-radius: 50%;
    transition: all .2s;
    margin: 2px 1px;
    cursor:pointer;
}
.banner .tabs li.on,.banner .tabs li:hover {
    background: #0d74bb;
}
/*公用*/
.fans-title{
	text-align:center;
	font-size:36px;
	color:#010101;
	padding-top:70px;
}
/*首页粉丝照片*/
.fans-heart {
    margin-top:60px;
}
.fans-heart .flash-backBox{
    width:800px;
    height:200px;
    overflow:hidden;
}
.fans-heart .flash-backBox .backBox-L{
    width:600px;
}
.fans-heart .flash-backBox .backBox-R{
    width:178px;
    background:#4ebf3c;
    padding-left:22px;
    height:160px;
    padding-top:40px;
    position: relative;
}
.fans-heart .flash-backBox .backBox-R:before{
    content:"";
    position: absolute;
    left:-21px;
    top:82px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-right: 21px solid #4ebf3c;
    border-bottom: 21px solid transparent;
}
.flash-backBox .backBox-R p{
    font-size:24px;
    color:#fff;
    font-weight:bold;
    line-height:40px;
}
.flash-backBox .backBox-R .check-btn{
    display:inline-block;
    width:92px;
    height:35px;
    line-height:35px;
    text-align:center;
    border-radius:5px;
    border:1px solid #fff;
    color:#fff;
    margin-top:15px;
}
.flash-backBox .backBox-R .check-btn:hover{
    background:#fff;
    color:#4ebf3c;
}
.fans-heart .fans-photo{
    width:200px;
    height:200px;
    overflow:hidden;
    position: relative;
}
.fans-heart .fans-photo:hover .fans-mask{
    display:block;
}
.fans-heart .fans-photo .fans-mask{
    display:none;
    position: absolute;
    height:100%;
    width:100%;
    background-color:#000;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.fans-photo .fans-mask p{
    color:#fff;
    padding-top:20px;
    padding-left:20px;
}
/*更多*/
.fans-heartBox .more-box{
	padding:44px 0 52px;
	text-align:center;
}
.fans-heartBox .more-box a{
	margin:0 20px;
	display:inline-block;
	width:141px;
	height:36px;
	line-height:36px;
	text-align:center;
	border-radius:20px;
	border:1px solid #dcdcdc;
	color:#504e4e;
    background:#fff;
}
.fans-heartBox .more-box a:hover{
    background:#dbdbdb;
    color:#fff;
}
/*名人专访*/
.celebrity-interviewBox{
	background:#f5f5f5;
}
.celebrity-interviewBox .celebrity-interview{
	padding:50px 0 88px;
	margin-right:-30px;
}
.celebrity-interviewBox .celebrity-interview .celebrity-menu{
	display:inline-block;
	width:380px;
	height:453px;
	box-shadow:0px 0px 6px #9c999a;
	float:left;
	margin-right:30px;
    background-color:#fff;
}
.celebrity-interview .celebrity-menu .photo-box{
	margin:25px 25px 0px 25px;
    overflow: hidden;
}
.celebrity-menu .content-box{
	margin:0px 25px 25px 25px;;
}
.celebrity-menu .content-box .title{
	height:60px;
	line-height:60px;
	color:#454545;
	font-size:18px;
}
.celebrity-menu .content-box .intro	{
	color:#888686;
	line-height:22px;
}
.celebrity-menu .content-box .date	{
	color:#888686;
	text-align:right;
	margin-top:22px;
}
/*最真实的千库成员介绍*/
.ku-introduceBox{
    padding-bottom:185px;
}
.ku-introduceBox .ku-memberBox{
    padding-left:4px;
    margin-right:-20px;
    margin-top:65px;
}
.ku-introduceBox .ku-memberBox a{
    overflow:hidden;
    float:left;
    display:inline-block;
    width:115px;
    height:115px;
    border-radius:50%;
    margin-right:20px;
    transition:all .2s;
}
.ku-introduceBox .ku-memberBox a:hover{
    opacity:.6;
    filter:alpha(opacity=60);
    transform:scale(1.2,1.2);
}
.ku-memberBox a img{
    width:100%;
}

/*库粉话题*/
.fans-topicBox{
    background:#f5f5f5;
}
.fans-topicBox .fans-topic{
   margin-right:-30px;
   margin-top:40px;
}
/*新话题标识*/
.fans-topic .topic-menu .newTopic-icon{
    position:absolute;
    width:64px;
    height:64px;
    top:0;
    left:0;
    background:url(../images/new-topic.png) no-repeat;
}
.fans-topic .topic-menu{
    display:inline-block;
    width:585px;
    height:289px;
    box-shadow:0px 0px 4px #9c999a;
    background:#fff;
    position:relative;
    margin-right:30px;
    margin-bottom:30px;
    float:left;
}
.fans-topic .topic-menu .img-box{
    margin:25px 25px 0px 25px;
    overflow:hidden;
}
.topic-menu .content-box{
    margin:0 25px;
}
.topic-menu .content-box .title {
    font-size:18px;
    color:#454545;
    height:55px;
    line-height:55px;
}
.topic-menu .content-box .look-number{
    color:#888686;
}
/*参与话题*/
.topic-menu .go-topicBtn{
    position:absolute;
    right:25px;
    bottom:26px;
    display:inline-block;
    width:89px;
    height:34px;
    line-height:34px;
    text-align:center;
    border:1px solid #0060cd;
    border-radius:2px;
    color:#0b67cf;
}
.topic-menu .go-topicBtn:hover{
    background:#0b67cf;
    color:#fff;
}
/*更多话题*/
.fans-topicBox .more-topic{
    display:block;
    margin:0 auto;
    width:141px;
    height:36px;
    line-height:36px;
    text-align:center;
    border:1px solid #dbdbdb;
    border-radius:20px;
    background:#fff;
}
.fans-topicBox .more-topic:hover{
    background:#dbdbdb;
    color:#fff;
}