@charset 'utf-8';

/*首页快捷菜单*/
.index-nav { box-sizing: border-box; height: 2.933333rem; padding: .4rem 0; }
.index-nav-list { overflow: hidden; margin-left: -1px; }
.index-nav-list li { float: left; box-sizing: border-box; width: 25%; height: 2.133333rem; text-align: center; }
.index-nav-list li:first-child { border-left: 0; }
.index-nav-list li .icon { display: inline-block; width: 1.333333rem; height: 1.333333rem; border-radius: 50%; }
.index-nav-list li .text { font-size: 14px; line-height: .773333rem; color: #666; }
[data-dpr='2'] .index-nav-list li .text { font-size: 28px; }
[data-dpr='3'] .index-nav-list li .text { font-size: 42px; }
.index-nav-list .index-nav-fl .icon { background: url(../img/indexIcon1.png) no-repeat; background-size: 100% auto; }
.index-nav-list .index-nav-zn .icon { background: url(../img/indexIcon2.png) no-repeat; background-size: 100% auto; }
.index-nav-list .index-nav-zx .icon { background: url(../img/indexIcon3.png) no-repeat; background-size: 100% auto; }
.index-nav-list .index-nav-wd .icon { background: url(../img/indexIcon4.png) no-repeat; background-size: 100% auto; }

/*中奖广播*/
.index-broadcast { position: relative; box-sizing: border-box; height: 1.226667rem; padding: 0 .4rem 0 .866667rem; border-top: 1px solid #eee; border-bottom: .133333rem solid #f7f7f7; }
.index-broadcast-icon { position: absolute; top: 50%; left: .266667rem; display: block; width: .453333rem; height: .453333rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(../img/Sound.png) no-repeat; background-size: 100% auto; }
.index-broadcast-box { position: relative; overflow: hidden; height: 100%; }
.index-broadcast-box .swiper-slide { height: 100%; }
.index-broadcast-box .text { font-size: 14px; line-height: 1.093333rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #666; }
.index-broadcast-box .text span:last-of-type { padding: 0 .133333rem; }
[data-dpr='2'] .index-broadcast-box .text { font-size: 28px; }
[data-dpr='3'] .index-broadcast-box .text { font-size: 42px; }