﻿.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100% !important;
    height: auto;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    height: auto;
    position: relative;
    transition-property: transform
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0.3rem;
    right: auto;
    top: 40%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0.3rem;
    left: auto;
    top: 40%;
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.32rem;
    right: 0.25rem;
    width: 1.25rem;
    height: 0.14rem;
}

.swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.14rem;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    float: left;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.14rem;
    margin-right: 0.05rem;
    background-color: #fff;
    border-radius: 0.2rem;
}


/* 修改代码处 */

.swiper-slide a img {
    width: 100%;
    height: 3.88rem;
    margin: 0 auto;
}

.swiper-slide {
    position: relative;
}

.swiper-slide .lunbo_a1 {
    width: 100%;
    height: 3.88rem;
    display: block;
}

.swiper-slide .lunbo_a2 {
    width: 100%;
    height: 0.8rem;
    display: block;
    background-color: #000;
    opacity: 0.7;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.swiper-slide a span {
    display: block;
    font-size: 0.28rem;
    text-align: left;
    padding-left: 0.3rem;
    position: absolute;
    line-height: 0.8rem;
    z-index: 20;
    display: block;
    width: 5.08rem;
    color: #fff;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-button-next {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../images/lb_rt.png) no-repeat center;
    background-size: 100%;
}

.swiper-button-prev {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../images//lb_le.png) no-repeat center;
    background-size: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #d10000 !important;
}