﻿dl.focus_ad dd {
    width: 100%;
    position: relative;
}

dl.focus_ad dd::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAA2UlEQVR42rWTIRLCMBBFewO4S87QC/QEYJgKFI6pQFVkUJiiEB0UU4EqKjKqKiampyFfZGaZbbqGiDdNNtu87jYplFKHP7MLlIFNoCCCLKJtUlBV1RFPibquTyu5ZVIwDMMNpNa6rmvjWGt9Seyz/xFM0/SieO8/dN40zRl5iDvn3ojRMej7/kr3ZAIylyuTK+ACqd/jON6jBOAdY8yDxpAnCNI/Hl8rgTwmQDAKJFAFcpdItgingvaWI1e6KrDWPnFKsgjQN7YoCJaY59kwAb+5MqhUjFNBTr4o+NIDSUJaEwAAAABJRU5ErkJggg==) left bottom no-repeat;
}

dl.focus_ad dd img {
    width: 100%;
}
/*广告样式*/
.focus-slider {
    position: relative;
    width: 7.5rem;
    overflow: hidden;
    padding: .3rem 0 .4rem 0 !important;
}

.item-pic .focus-slider {
    position: relative;
}

.item-pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAA2UlEQVR42rWTIRLCMBBFewO4S87QC/QEYJgKFI6pQFVkUJiiEB0UU4EqKjKqKiampyFfZGaZbbqGiDdNNtu87jYplFKHP7MLlIFNoCCCLKJtUlBV1RFPibquTyu5ZVIwDMMNpNa6rmvjWGt9Seyz/xFM0/SieO8/dN40zRl5iDvn3ojRMej7/kr3ZAIylyuTK+ACqd/jON6jBOAdY8yDxpAnCNI/Hl8rgTwmQDAKJFAFcpdItgingvaWI1e6KrDWPnFKsgjQN7YoCJaY59kwAb+5MqhUjFNBTr4o+NIDSUJaEwAAAABJRU5ErkJggg==) left bottom no-repeat;
}

.focus-slider .swiper-pagination {
    bottom: 0.04rem !important;
}

.focus-slider .swiper-pagination-bullet {
    width: 0.1rem !important;
    height: 0.1rem !important;
}

.focus-slider .swiper-pagination-bullet-active {
    background: rgb(140, 141, 144);
}

.focus-slider .swiper-slide {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.focus-slider .swiper-slide img {
    width: 100%;
    display: inline-block;
}



.focus-slider .swiper-slide .item-tit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 0.38rem;
    padding: 0.12rem 0.12rem 0.09rem;
    box-sizing: border-box;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 88888;
}

.focus-slider .swiper-slide .item-tit p {
    font-size: 0.3rem;
    color: #fff;
}
