﻿
/*定义变量*/
.active_banner{
    --moveHeight: 20px;
}
/*基础样式*/
.active_banner{position:absolute;z-index:9999999;left:-100%;top:-100%;background-size:100%;background-repeat:no-repeat;}
.active_banner .bg{width:100%;height:100%;position:absolute;top:0;left:0;}
.active_banner .bg img{width:100%;height:100%;}
.active_banner .movebox{width:100%;height:var(--moveHeight);position:absolute;top:0;left:0;z-index:200;}
.active_banner .info{width:100%;height:100%;position:absolute;top:0;left:0;}
.active_banner .activeLink{width:100%;height:calc(100% - var(--moveHeight));position:absolute;top:var(--moveHeight);left:0;}
.active_banner span{position:absolute;color:#333;}


/*恋爱先锋—家族*/
.loverwatch_family{width:112px;height:83px;background-image:url(../images/module/acrive_banner/loverwatch/bg_family.png);}
/*家族排名*/
.loverwatch_family .familyranking{display:block;left:65px;top:22px;}
/*家族票数*/
.loverwatch_family .familyvotescount{display:block;left:65px;top:42px;}
/*家族差上一名票数*/
.loverwatch_family .familyless{display:block;left:65px;top:63px;}


/*恋爱先锋—主播*/
.loverwatch_anchor{width:112px;height:83px;background-image:url(../images/module/acrive_banner/loverwatch/bg_anchor.png);}
/*主播排名*/
.loverwatch_anchor .anchorranking{display:block;left:65px;top:22px;}
/*主播票数*/
.loverwatch_anchor .anchorvotescount{display:block;left:65px;top:42px;}
/*主播差上一名票数*/
.loverwatch_anchor .anchorless{display:block;left:65px;top:63px;}





