*{
	margin: 0;
	padding: 0;
}
body{
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
.container-row{
	width: 980px;
	margin: 0 auto;
}

.ba-header-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	height: 86px;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 100;
	box-shadow: 0 0 11px rgba(0,0,0,0.1);
}

.container-row{
	position: relative;
	z-index: 10;
}
.ba-header-logo{
	float: left;
	width: 220px;
	height: 50px;
	background: url(../images/xinfan_slice.png) 0 0 no-repeat;
	margin-top: 15px;
}

.ba-header-blur-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	height: 86px;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ba-header-blur-bg{
	margin: -50px -50% -50px -50%;
	width: 200%;
	height: 186px;
	background: url(../images/hero_bg_01.jpg) top center no-repeat;
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    -webkit-filter: blur(40px); /* Chrome, Opera */
       -moz-filter: blur(40px);
        -ms-filter: blur(40px);    
            filter: blur(40px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */   
}
.ba-header-blur{
	position: absolute;
	top: 0;
	width: 100%;
	height: 86px;
	background-color: #000;
	*opacity: 0.46;
    filter:alpha(opacity=46);  
	background-color: rgba(0,0,0,0.46);
}

.ba-show-wrapper{
	position: relative;
	z-index: 10;
	background: url(../images/hero_bg.jpg) center top no-repeat;
	/*height: 1080px;*/
	/*transition: all 0.1s linear;*/
}
.ba-show-wrapper.off{
	height: 86px;
	overflow: hidden;
}

.bg-w .ba-header-logo{
	background-position: 0 -88px;
}

.bg-w .ba-header-blur-bg{
	background: #fff;
    -webkit-filter: blur(0px); /* Chrome, Opera */
       -moz-filter: blur(0px);
        -ms-filter: blur(0px);    
            filter: blur(0px);
}

.bg-w .ba-header-blur{
	display: none;
}

.bg-w .ba-share-label,
.bg-w .ba-feedback-label{
	color: #4c5056;
}

.ba-header-share,
.ba-header-feedback{
	float: right;
	margin-top: 15px;
	height: 50px;
	margin-right: 28px;
}
.ba-share-label,
.ba-feedback-label{
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	float: left;
	margin-right: 12px;
}
.ba-share-btn,
.ba-feedback-btn{
    position: relative;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 14px;
	background: url(../images/xinfan_slice.png) 0 0 no-repeat;
	cursor: pointer;
}
.ba-icon-weibo{
	background-position: -394px -11px;
}
.ba-icon-weixin{
	background-position: -458px -11px;
}
.ba-icon-qqzone{
	background-position: -522px -11px;
}
.ba-icon-baidu{
	background-position: -585px -11px;
}
.ba-feedback-btn{
	background-position: -716px -11px;
}
.ba-icon-weibo:hover{
	background-position: -394px -85px;
}
.ba-icon-weixin:hover{
	background-position: -458px -85px;
}
.ba-icon-qqzone:hover{
	background-position: -522px -85px;
}
.ba-icon-baidu:hover{
	background-position: -585px -85px;
}
.ba-feedback-btn:hover{
	background-position: -716px -85px;
}

.ba-show-logo{
	margin: 0 auto 18px;
	padding-top: 152px;
	width: 725px;
	/*height: 194px;*/
	height: 20%;
	background: url(../images/hero_tittle.png) center bottom no-repeat;
}
.ba-show-num{
	margin: 0 auto;
	position: relative;
	/*margin: 0 auto 120px;*/
	width: 123px;
	height: 82px;
}
.ba-show-num:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background: url(../images/hero_aninum.png) right top no-repeat;
}
.ba-show-num-child{
	float: left;
	width: 49px;
	height: 103px;
	background: url(../images/fannum.png) 0 0 no-repeat;
	margin-right: 10px;
}
.ba-show-num-child.c0{ background-position: 0 0; }
.ba-show-num-child.c1{ background-position: 0 -103px; }
.ba-show-num-child.c2{ background-position: 0 -206px; }
.ba-show-num-child.c3{ background-position: 0 -309px; }
.ba-show-num-child.c4{ background-position: 0 -412px; }
.ba-show-num-child.c5{ background-position: 0 -515px; }
.ba-show-num-child.c6{ background-position: 0 -618px; }
.ba-show-num-child.c7{ background-position: 0 -721px; }
.ba-show-num-child.c8{ background-position: 0 -824px; }
.ba-show-num-child.c9{ background-position: 0 -927px; }

.ba-show-coins{
	position: absolute;
	top: 64%;
	left: 50%;
	margin-left: -205px;
	width: 410px;
	height: 139px;
	background: url(../images/hero_actnumbg.png) center bottom no-repeat;
}
.ba-show-down{
	width: 44px;
	height: 18px;
	background: url(../images/arrow-down.png) center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	bottom: 46px;
}
.ba-player-head{
	padding-top: 94px;
	width: 534px;
	height: 134px;
	background: url(../images/video_head.png) center bottom no-repeat;
	margin: 0 auto 40px;
}
.ba-player-bfq{
	width: 934px;
	height: 567px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.6)
}
.ba-activity-wrapper{
	padding-top: 80px;
	background: url(../images/opensec.jpg) center bottom no-repeat #fff;
	height: 2368px;
}

.ba-votelist-wrapper{
	background-color: #f3f4f8;
}
.ba-votelist-datelist{
	padding-top: 70px;
	width: 980px;
	overflow-x: hidden;
	margin: 0 auto;
}

.ba-votelist-datelist dl{
	margin-bottom: 16px;
	width: 1000px;
	margin-right: -20px;
}

.ba-votelist-datelist dt{
	font-size: 21px;
	color: #acaeb2;
	margin-bottom: 18px;
}

.ba-votelist-datelist dt i{
	background: url(../images/xinfan_slice.png) 0 -185px no-repeat;
	width: 21px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
}

.ba-votelist-datelist dd{
	float: left;
	width: 480px;
	height: 167px;
	margin: 0 20px 20px 0;
	border-radius: 12px;
	overflow: hidden;
}

.ba-votelist-datelist dd .ba-left{
	width: 122px;
	float: left;
	height: 100%;
	position: relative;
}

.ba-votelist-datelist dd .ba-left img{
	display: block;
	width: 100%;
	height: 100%;
}

.ba-votelist-datelist dd .ba-tag{
	width: 50px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/xinfan_slice.png) -64px -176px no-repeat;
}

.ba-votelist-datelist dd .ba-right{
	margin-left: 122px;
	background-color: #fff;
	width: 358px;
	height: inherit;
}

.ba-votelist-datelist dd .ba-title{
	display: block;
	padding: 28px;
	height: 58px;
	margin-bottom: 2px;
	font-size: 22px;
	color: #4c5056;
}

.ba-votelist-datelist dd .ba-btns{
	margin-top: 2px;
	margin-left: 21px;
}

.ba-votelist-datelist dd .ba-btns div,
.ba-votelist-datelist dd .ba-btns a{
	display: block;
	width: 104px;
	height: 41px;
	background: url(../images/xinfan_slice_stage2.png) 0 0 no-repeat;
	float: left;
	margin: 0 2px;
	cursor: pointer;
}

.ba-votelist-datelist dd .ba-btns .ba-btn-like{
	background-position: -397px -457px;
}

.ba-votelist-datelist dd .ba-btns .ba-btn-pv{
	display: none;
	background-position: -507px -457px;
}

.ba-votelist-datelist dd .ba-btns .ba-btn-vote{
	background-position: -618px -457px;
}

.ba-votelist-datelist dd .ba-btns .ba-btn-like:hover{
	background-position: -397px -524px;
}

.ba-votelist-datelist dd .ba-btns .ba-btn-pv:hover{
	background-position: -507px -524px;
}

.ba-votelist-datelist dd .ba-btns .ba-btn-vote:hover{
	background-position: -618px -524px;
}

.ba-votelist-datelist dd .ba-btns .ba-btn-like.on{
	background-position: -397px -588px;
}

.ba-votelist-datelist dd .ba-btns .ba-btn-pv.on{
	background-position: -507px -588px;
}

.ba-votelist-datelist dd .ba-btns .ba-btn-vote.on{
	background-position: -618px -588px;
}

.ba-votebox-wrapper{
	position: fixed;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 102px;
	background: url(../images/bottom_bar_bg.jpg) center no-repeat;
	/*display: none;*/
	z-index: 100;
}

.ba-votebox-logo{
	width: 104px;
	height: 102px;
	background: url(../images/xinfan_slice.png) 0 -252px no-repeat;
	float: left;
	padding-right: 20px;
	margin-right: 18px;
	border-right: 2px solid rgba(255,255,255,0.1);
	display: none;
}

.widescreen .ba-votebox-logo{
	display: block;
}

.ba-votebox-list{
	float: left;
	padding-right: 10px;
	border-right: 2px solid rgba(255,255,255,0.1);
	margin-right: 16px;
}

.ba-votebox{
	float: left;
	padding: 18px 10px 16px 0;
	position: relative;
}

.ba-votebox-rank{
	font-size: 12px;
	color: #edebf6;
	margin-bottom: 4px;
}

.ba-votebox-prize{
	width: 37px;
	height: 35px;
	position: absolute;
	top: -13px;
	right: -5px;
	background: url(../images/result_icon.png) no-repeat;
	background-position: -89px -3px;
}
.ba-votebox-prize.in{
	background-position: -3px -3px;
}

.ba-votebox-prize.miss{
}

.ba-votebox-prize.chuisibiaohuo{
	background-position: -175px -3px;
}

.ba-votebox-title{
	width: 153px;
	height: 48px;
	border-radius: 0 17px 17px 17px;
	background-color: #8583c4;
	padding: 5px 8px;
	box-sizing: border-box;
	font-size: 13px;
	color: #fff;
	position: relative;
}

.widescreen .ba-votebox-title{
	width: 160px;
}

.ba-votebox-title p{
	height: 34px;
	line-height: 17px;
	overflow: hidden;
	width: 110px;
}

.ba-votebox-cancel{
	width: 21px;
	height: 21px;
	background: url(../images/xinfan_slice.png) -613px -196px no-repeat;
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: pointer;
}

.ba-votebox-cancel:hover{
	background-position: -613px -238px;
}

.ba-votebox.uncheck .ba-votebox-title{
	background-color: transparent;
	border: 2px solid #a3ade0;
	font-size: 14px;
	color: #d8daf1;
	line-height: 34px;
	text-align: center;
}

.ba-votebox-btnbox{
	float: left;
}

.ba-votebox-btnbox .award_bp{
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.ba-votebox-btn{
	margin-top: 18px;
	width: 137px;
	height: 67px;
	background: url(../images/xinfan_slice.png) 0 0 no-repeat;
}
.ba-votebox-btnbox.on .ba-votebox-btn{
	cursor: pointer;
	background-position: -389px -195px
}
.ba-votebox-btnbox.on .ba-votebox-btn:hover{
	background-position: -389px -292px;
}
.ba-votebox-btnbox.wait .ba-votebox-btn{
	background-position: 11px -349px
}
.ba-votebox-btnbox.end .ba-votebox-btn{
	background-position: 11px -413px
}
.ba-votebox-btnbox.result .ba-votebox-btn{
	height: 67px;
	background: url(../images/bar_res.png) no-repeat;
	background-position: -300px -93px;
}
.ba-votebox-btnbox.result .ba-votebox-btn.rank1{
	height: 37px;
	background-position: 0px 0px;
}
.ba-votebox-btnbox.result .ba-votebox-btn.rank2{
	height: 37px;
	background-position: -131px 0px;
}
.ba-votebox-btnbox.result .ba-votebox-btn.rank3{
	height: 37px;
	background-position: -300px 0px;
}
.ba-votebox-btnbox.result .ba-votebox-btn.rank4{
	height: 37px;
	background-position: 0px -93px;
}
.ba-votebox-btnbox.result .ba-votebox-btn.chuisibiaohuo{
	height: 37px;
	background-position: -131px -93px;
}
.ba-votebox-btnbox.result .ba-votebox-btn.rank0{
	height: 67px;
	background-position: -300px -93px;
}

/*追番榜*/
.ba-table-wrapper{
	padding: 50px 0 40px;
	background-color: #bfd0fb;
	border-bottom: 3px solid #f3f4f8;
}

.ba-table{
	width: 960px;
	/*height: 450px;*/
	border-radius: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: url(../images/chart_bg.png) center top no-repeat #f0f2ff;
    padding-top: 90px;
    padding-bottom: 10px;
}

.ba-table-ul{
	padding: 24px 20px 0;
	margin: 0 5px;
	border-top: 1px solid #e1e3ef;
}

.ba-table ul li {
	float: left;
    line-height: 1;
    padding: 5px 20px;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.ba-table ul li:hover {
    /*box-shadow: 1px 1px 10px rgba(55, 122, 212, 0.3);*/
    background-color: #fcfbff;
    border-radius: 10px;
}

.order-num {
    float: left;
    font-size: 30px;
    color: #377ad4;
    margin-right: 25px;
    height: 38px;
    line-height: 38px;
}

.table-detail {
    float: left;
    margin: 0 40px 0 0;
    width: 135px;
    height: 40px;
}

.table-detail .table-title {
	display: block;
    line-height: 18px;
    color: #4e5158;
    font-size: 15px;
    padding-top: 2px;
    font-weight: bold;
    overflow: hidden;
    height: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-detail .table-like-num {
    line-height: 16px;
    color: #adafbe;
    font-size: 12px;
}

.table-like {
    width: 39px;
    height: 37px;
    background: url(../images/xinfan_slice.png) 0 -638px no-repeat;
    margin-left: 223px;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.table-like:hover {
	background-position: 0 -688px
}

.table-like.on {
	background-position: 0 -747px
}
/*追番榜end*/

.ba-qrcode-wrapper .ba-qrcode-app{
	display: block;
	margin: 76px auto 60px;
}

.ba-popupbox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 100;
}
.ba-popupbox .ba-popupbox-vote-container,
.ba-popupbox .ba-popupbox-share-container,
.ba-popupbox .ba-popupbox-prize-container{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 100;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.ba-popupbox-vote-container{
	width: 900px;
	height: 550px;
	margin-left: -450px;
	margin-top: -275px;
}

.ba-pvote-header{
	width: 100%;
	height: 60px;
	background-color: #fb7ca0;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	position: relative;
	color: #fff;
}

.close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url(../images/xinfan_slice.png) 0 -525px no-repeat;
	cursor: pointer;
}

.ba-pvote-list-title{
	padding-top: 16px;
	background: url(../images/box_line1.jpg) center bottom no-repeat;
	text-align: center;
	font-size: 12px;
	color: #656b6f;
	margin-bottom: 13px;
}

.ba-pvote-list ul{
	margin-left: 26px;
	margin-bottom: 16px;
}

.ba-pvote-list li{
	margin-left: 10px;
	float: left;
	width: 160px;
}

.ba-pvote-list .ba-pvote-rank{
	font-size: 13px;
	color: #81849b;
	margin-bottom: 7px;
}

.ba-pvote-list .ba-pvote-title{
	height: 30px;
	border-radius: 15px;
	background-color: #f4f7f9;
	color: #636772;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ba-pvote-coins{
	background: url(../images/box_line2.jpg) center top no-repeat;
	padding-top: 48px;
}

.ba-pvote-coins{
	font-size: 16px;
	color: #656b6f;
	text-align: center;
	margin-bottom: 10px;
}

.ba-pvote-label{}

.ba-pvote-coinnum{
	width: 372px;
	margin: 10px auto 20px;
}
.ba-pvote-coinnum li{
	margin: 0 8px;
	float: left;
	font-size: 19px;
	color: #65687b;
}

.ba-coin{
	width: 108px;
	height: 100px;
	background: url(../images/xinfan_slice.png) 0 0 no-repeat;
	margin-bottom: 10px;
}

.ba-coin-1 .ba-coin{
	background-position: -400px -687px;
}

.ba-coin-5 .ba-coin{
	background-position: -525px -687px;
}

.ba-coin-10 .ba-coin{
	background-position: -649px -687px;
}

.ba-pvote-coinnum li.on.ba-coin-1 .ba-coin{
	background-position: -400px -803px;
}

.ba-pvote-coinnum li.on.ba-coin-5 .ba-coin{
	background-position: -525px -803px;
}

.ba-pvote-coinnum li.on.ba-coin-10 .ba-coin{
	background-position: -649px -803px;
}

.ba-pvote-coinnum li.on span{
	color: #f65c9a;
}

.ba-pvote-info{
	font-size: 13px;
	color: #777b8a;
}

.ba-pvote-btns{
	margin-top: 40px;
	margin-bottom: 30px;
}

.ba-pvote-confrim,
.ba-pvote-cancel{
	display: inline-block;
	background: url(../images/xinfan_slice.png) 0 0 no-repeat ;
	cursor: pointer;
}

.ba-pvote-confrim{
	margin-right: 18px;
	width: 211px;
	height: 62px;
	background-position: -312px -956px;
}

.ba-pvote-cancel{
	width: 207px;
	height: 54px;
	background-position: -542px -956px;
	vertical-align: top;
}

.ba-pvote-confrim:hover{
	background-position: -312px -1024px;
}

.ba-popupbox .ba-popupbox-share-container{
	width: 580px;
	height: 490px;
	margin-top: -245px;
	margin-left: -290px;
	overflow: visible;
}

.ba-pshare-header{
	background: url(../images/sucess_bg.jpg) center top no-repeat;
	height: 139px;
	position: relative;
	border-radius: 20px 20px 0 0;
}

.ba-pshare-header .ba-pshare-header-2233{
	position: relative;
	width: 257px;
	height: 187px;
	background: url(../images/sucess.png) center top no-repeat;
	top: -48px;
	margin: 0 auto;
}

.ba-pshare-text{
	margin: 50px 0;
	font-size: 24px;
	font-weight: bold;
	color: #fb7ca0;
	text-align: center;
}

.ba-pshare-text div{
	width: 330px;
	height: 35px;
	background: url(../images/share-text.jpg) center no-repeat;
	margin: 10px auto 0;
}

.ba-pshare-btns{
	width: 432px;
	margin: 0 auto;
}

.ba-pshare-btn{
    position: relative;
	cursor: pointer;
	width: 88px;
	font-size: 16px;
	color: #4c5056;
	float: left;
	margin: 0 10px;
}

.ba-pshare-img{
	background: url(../images/xinfan_slice.png) 0 0 no-repeat;
	width: 88px;
	height: 88px;
	margin-bottom: 14px;
}

.ba-pshare-weibo .ba-pshare-img{
	background-position: -326px -1117px;
}

.ba-pshare-weixin .ba-pshare-img{
	background-position: -438px -1117px;
}

.ba-pshare-qqzone .ba-pshare-img{
	background-position: -550px -1117px;
}

.ba-pshare-baidu .ba-pshare-img{
	background-position: -660px -1117px;
}

.ba-pshare-weibo:hover .ba-pshare-img{
	background-position: -326px -1227px;
}

.ba-pshare-weixin:hover .ba-pshare-img{
	background-position: -438px -1227px;
}

.ba-pshare-qqzone:hover .ba-pshare-img{
	background-position: -550px -1227px;
}

.ba-pshare-baidu:hover .ba-pshare-img{
	background-position: -660px -1227px;
}

.share-weixin {
    background: #fff;
    position: absolute;
    top: 60px;
    left: -40px;
    z-index: 10000;
    padding: 15px 15px 10px;
    border: 1px solid #ddd;
    cursor: default;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    transition: .2s;
}
.share-weixin:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -12px;
    height: 12px;
    width: 24px;
    background: url(../images/icons.png) -854px -1492px no-repeat;
}
#btn_weixin:hover .share-weixin {
    display: block;
    visibility: visible;
    opacity: 1;
}
.ba-pshare-btn .share-weixin{
	top: 100px;
	left: -23px;
}
.scontent object{
	width: 935px;
	height: 568px;
}
.video-link{
	background:url(../images/video.jpg) center 100% no-repeat;
	display: block;
    width: 935px;
    height: 568px;
}
.ba-popupbox-prize-container{
	width: 580px;
	margin-left: -290px;
	top: 0
}
.ba-pprize-header{
	background: url(../images/openmsg.jpg) center top no-repeat;
	height: 139px;
	position: relative;
	border-radius: 20px 20px 0 0;
}
.ba-pprize-content{
	padding-bottom: 36px;
}
.ba-pprize-content-title{
	text-align: center;
	font-size: 30px;
	color: #fb7da1;
	padding-top: 38px;
}
.ba-pprize-content-mymilk{
	margin-top: 14px;
	font-size: 16px;
	color: #656b6f;
	padding: 0 90px;
}

.ba-pprize-content-mymilk span{
	display: inline-block;
}

.ba-pprize-content-myprize{
	margin-top: 38px;
	text-align: center;
	font-size: 16px;
	color: #656b6f;
	font-weight: bold;
}
.ba-pprize-content-myprize span{
	margin-top: 16px;
	display: block;
	font-size: 21px;
	color: #ff5e8c;
}
.ba-pprize-content-btn{
	margin: 46px auto 0;
	cursor: pointer;
	width: 207px;
	height: 54px;
	background: url(../images/result_icon.png) no-repeat;
	background-position: 0 -78px;
}
.ba-pprize-content-btn:hover{
	background-position: -260px -78px;
}